:root {
  --InriaSerif: 'InriaSerif', serif;
  --LumaIcons: 'Luma-Icons';
  --Inter: 'Inter', sans-serif;
  --InterMedium: 'InterMedium', sans-serif;
  --InterBold: 'InterBold', sans-serif;
  --Epilogue: 'Epilogue', sans-serif;
  --EpilogueSemiBold: 'EpilogueSemiBold', sans-serif;
  --EpilogueLight: 'EpilogueLight', sans-serif;
  --EpilogueBold: 'EpilogueBold', sans-serif;
}

.icon-minus:before {
  content: "\e910";
  color: #5A5A63;
}

.icon-plus:before {
  content: "\e915";
  color: #5A5A63;
}

.icon-plus:hover::before,
.icon-minus:hover:before {
  color: #1C1C1C;
}

._has-modal .guaranteed-safe-checkout {
  display: block !important;
}

.guaranteed-safe-checkout-modal .modal-footer,
.product-info-main .stock.available+.product.attribute.brand,
.product-info-main .stock.unavailable+.product.attribute.brand,
.product-info-main .stock.preorder+.product.attribute.brand,
.product-info-main .product.attribute.overview+.product.attribute.brand,
.product-info-main .free-shipping+.product.attribute.brand {
  display: none;
}

.guaranteed-safe-checkout .payment-icons,
.guaranteed-safe-checkout h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}

.single-product .guaranteed-safe-checkout .payment-icons {
  padding: 1.5rem 1.25rem 1.25rem;
}

.guaranteed-safe-checkout h5 {
  font-family: var(--EpilogueBold);
  font-weight: 700;
  font-size: 20px;
  line-height: 112%;
  letter-spacing: 0.2px;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 24px;
  border: none;
  padding-left: 0;
  margin-top: 0;
  color: #1C1C1C;
  display: block;
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--InriaSerif);
  margin-top: 0;
  line-height: 100%;
  letter-spacing: .2px;
  font-weight: 400;
}

@media only screen and (min-width: 921px) {

  /* Heading Letter Reveal Animation */
  h1.fx-reveal-visible,
  h2.fx-reveal-visible,
  h3.fx-reveal-visible,
  h4.fx-reveal-visible,
  h5.fx-reveal-visible,
  h6.fx-reveal-visible,
  .about-left p.fx-reveal-visible,
  .about-right p.fx-reveal-visible {
    overflow: hidden;
  }

  h1.fx-reveal-visible .letter,
  h2.fx-reveal-visible .letter,
  h3.fx-reveal-visible .letter,
  h4.fx-reveal-visible .letter,
  h5.fx-reveal-visible .letter,
  h6.fx-reveal-visible .letter,
  .about-left p.fx-reveal-visible .letter,
  .about-right p.fx-reveal-visible .letter {
    display: inline-block;
    opacity: 0;
    animation: letterReveal 0.6s ease-out forwards;
    -webkit-animation: letterReveal 0.6s ease-out forwards;
  }
}

@keyframes letterReveal {
  0% {
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

[class^="icon-"],
[class*=" icon-"],
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  font-family: 'Luma-Icons' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Scrollbar style */

@-webkit-keyframes smoothScroll {
  from {
    -webkit-transform: translate3d(0px, -60px, 0px);
    transform: translate3d(0px, -60px, 0px);
    -moz-transform: translate3d(0px, -60px, 0px);
    -ms-transform: translate3d(0px, -60px, 0px);
    -o-transform: translate3d(0px, -60px, 0px);
  }

  to {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
  }
}

@keyframes smoothScroll {
  from {
    -webkit-transform: translate3d(0px, -60px, 0px);
    transform: translate3d(0px, -60px, 0px);
    -moz-transform: translate3d(0px, -60px, 0px);
    -ms-transform: translate3d(0px, -60px, 0px);
    -o-transform: translate3d(0px, -60px, 0px);
  }

  to {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
  }
}

body .header.content.sticky-header,
body .nav-sections.sticky-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  margin: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: all;
  animation: smoothScroll 1s backwards;
  -webkit-animation: smoothScroll 1s backwards;
}

body .nav-sections.sticky-header {
  top: 125px !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
  }
}

.product-item-name {
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
}

body::-webkit-scrollbar,
.modal-slide._show .modal-inner-wrap::-webkit-scrollbar,
.category-view-content .category-description div[data-content-type='text'].active::-webkit-scrollbar,
.navigation .side-menu-wrapper.level0 .submenu .submenu::-webkit-scrollbar {
  width: 14px;
}

body::-webkit-scrollbar-track,
.modal-slide._show .modal-inner-wrap::-webkit-scrollbar-track,
.category-view-content .category-description div[data-content-type='text'].active::-webkit-scrollbar-track,
.navigation .side-menu-wrapper.level0 .submenu .submenu::-webkit-scrollbar-track {
  background: #fff;
}

body::-webkit-scrollbar-thumb,
.modal-slide._show .modal-inner-wrap::-webkit-scrollbar-thumb,
.category-view-content .category-description div[data-content-type='text'].active::-webkit-scrollbar-thumb,
.navigation .side-menu-wrapper.level0 .submenu .submenu::-webkit-scrollbar-thumb {
  background-color: #1C1C1C;
  border: 3px solid #fff;
}

/* Header Section */

.page-wrapper>.breadcrumbs {
  z-index: 2;
}

.page-header .header.content .header.links li:not(.authorization-link),
.header.content:before,
.header.content:after {
  display: none;
}

.page-header .header.panel [data-content-type='html'] ul.top-links {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  gap: 40px;
  padding: 0;
  margin: 0;
}

.page-header .header.panel [data-content-type='html'] ul li {
  margin: 0;
}

.page-header .header.panel [data-content-type='html'] ul.top-links a {
  color: #fff;
  text-transform: uppercase;
}

body,
.cms-page-view.cms-retail-support,
.cms-page-view.cms-wholesale-support,
.cms-page-view.cms-customer-service {
  color: #1C1C1C;
  background: #F2F2F2;
}

.cms-page-view.cms-retail-support .page-header .header.panel [data-content-type='html'] ul.top-links a,
.cms-page-view.cms-wholesale-support .social li a::before,
body.cms-tailor-your-build .social li a::before,
.cms-page-view.cms-customer-service .page-header .header.panel [data-content-type='html'] ul.top-links a,
.cms-page-view.cms-retail-support .page-header .header.panel [data-content-type='html'] ul.top-links a,
.cms-page-view.cms-retail-support .social li a::before,
.cms-page-view.cms-wholesale-support .page-header .header.panel [data-content-type='html'] ul.top-links a,
.cms-page-view.cms-wholesale-support .social li a::before,
.cms-page-view.cms-customer-service .page-header .header.panel [data-content-type='html'] ul.top-links a,
.cms-page-view.cms-customer-service .social li a::before {
  color: #1C1C1C;
}

.cms-page-view.cms-retail-support .page-main>.page-title-wrapper .page-title,
.cms-page-view.cms-wholesale-support .page-main>.page-title-wrapper .page-title,
.cms-page-view.cms-customer-service .page-main>.page-title-wrapper .page-title {
  color: #5A5A63;
}

body a,
body .alink,
.social a::before,
.amsearch-highlight,
.guarantie li span,
.icon-minus,
.icon-plus,
.icon-minus:before,
.icon-plus:before {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}


body a:hover,
body .alink:hover,
.social a:hover::before,
.page-header .header.panel [data-content-type='html'] ul.top-links a:hover {
  color: #D70012;
  text-decoration: none;
}

.social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}

.social li a::before {
  font-family: 'Luma-Icons';
  font-size: 21px;
}

.facebook:before {
  content: "\e905";
  color: #fff;
}

.instagram:before {
  content: "\e906";
  color: #fff;
}

.youtube:before {
  content: "\e907";
  color: #fff;
}

.tiktok:before {
  content: "\e908";
  color: #fff;
}

.page-header .header.content .header.links {
  float: right;
}

.page-header .header.content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  height: 121px;
  background: #fff;
}

.logo {
  margin: 0;
  flex: auto;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.page-header .panel.wrapper {
  background: transparent;
  border: navajowhite;
}

.page-header .header.panel [data-content-type='html'] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 24px;
}

.page-header .header.panel {
  padding: 28px 0 12px;
}

.cms-page-view.cms-customer-service .page-header .header.panel,
.cms-page-view.cms-wholesale-support .page-header .header.panel,
.cms-page-view.cms-retail-support .page-header .header.panel,
body:not(.cms-home) .page-header .header.panel {
  padding: 12px 40px;
}

body:not(.cms-home) .page-header .header.panel [data-content-type='html'] ul.top-links a,
body:not(.cms-home) .social li a::before {
  color: #1C1C1C;
}

body:not(.cms-home) .column .social li a::before {
  color: #fff;
}

.navigation .level0.active>.level-top,
.navigation .level0.has-active>.level-top {
  border: none;
}

.page-header .header.content .header.links,
.minicart-wrapper,
.block-search {
  float: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-header .header.content .header.links li {
  margin: 0;
}

.block-search {
  width: 100%;
  max-width: 300px;
}

.product-holder-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

#minicart-content-wrapper .block-content {
  color: #000;
}

.page-header .header.content .header.links li.authorization-link,
.minicart-wrapper .action.showcart,
.minicart-wrapper .action.showcart.active {
  height: 40px;
  width: 40px;
  background-color: #F2F2F2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.account .column.main {
  margin-bottom: 60px;
}

.page-header .header.content .header.links li.authorization-link a {
  font-size: 0;
}

.page-header .header.content .header.links li.authorization-link a::before,
.customer-welcome .action.switch::before {
  font-family: 'Luma-Icons';
  font-size: 21px;
  content: "\e903";
  color: #5a5a63;
}

body .page-header .header.content .header.links .customer-welcome.logged-in+.link.authorization-link.login,
body .page-header .header.content .header.links li.authorization-link.logout,
body .page-header .header.content .customer-menu.logged .header.links li.authorization-link a::before {
  display: none;
}

.page-header .header.content .customer-menu.logged .header.links li.authorization-link.logout {
  display: block;
}

.page-header .header.content .header.links li.customer-welcome.logged-in,
.page-header .header.content .customer-menu.logged .header.links li:not(.authorization-link) {
  display: block;
}

.page-header .header.content .customer-menu.logged .header.links li.authorization-link a,
.page-header .header.content .customer-menu.logged .header.links li a {
  font-size: 12px;
}

.page-header .header.content .customer-menu.logged .header.links li {
  text-align: right;
}

.page-header .header.content .customer-menu.logged .header.links {
  padding: 5px;
  border-color: #1C1C1C;
}

.customer-welcome ul:before,
.customer-welcome ul:after,
.minicart-wrapper .block-minicart:after,
.minicart-wrapper .block-minicart::before {
  display: none;
}

.customer-welcome li a:visited,
.customer-welcome li a {
  color: #1C1C1C;
  text-transform: uppercase;
}

.customer-welcome ul li {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.customer-welcome ul li:hover {
  background: #B3B3BA !important;
  cursor: pointer;
}

.customer-welcome ul li:hover a {
  color: #fff;
}

.customer-welcome .action.switch,
.customer-welcome .action.switch:hover,
.customer-welcome .action.switch:focus,
.customer-welcome .action.switch:active {
  position: relative;
  height: 40px;
  width: 40px;
  background-color: #F2F2F2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-header .header.content .customer-welcome .header.links li.authorization-link {
  height: auto;
  width: auto;
  background-color: #fff;
  border-radius: unset;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  -ms-border-radius: unset;
  -o-border-radius: unset;
  display: block;
  place-items: unset;
}

.customer-welcome .action.switch::after,
.customer-welcome.active .action.switch:after {
  content: '';
  background: #D70012;
  color: #fff;
  height: 10px;
  line-height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 10px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  white-space: normal;
  position: absolute;
  top: -3px;
  right: -1px;
}

.product-items.slick-slider .slick-slide .product-item {
  max-width: 100%;
}

.slick-slider .slick-arrow.slick-prev {
  transform: unset;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
}

._keyfocus *:focus,
.amsearch-input-wrapper .amsearch-input:focus {
  box-shadow: 0 0 3px 1px #5a5a63;
  border: none;
}

.amsearch-product-list .product-item .product-image-wrapper,
.amsearch-products-section.-list .amsearch-item {
  height: auto;
}

.amsearch-items-section {
  padding: 0;
}

.amsearch-item-container {
  padding: 0 0 10px;
}

.amsearch-products-section.-list .amsearch-description {
  gap: 0px;
}

.amsearch-item-container .amsearch-description {
  color: #000;
  font-size: 14px;
}

.amsearch-products-section .product-item-link::before {
  bottom: 18px;
}

.amsearch-products-section .amsearch-item:hover {
  background-color: #000;
}

.amsearch-item-container .amsearch-item .amsearch-link:hover {
  background-color: #000;
  color: #fff;
}

.amsearch-highlight,
.amsearch-products-section .amsearch-link,
.amsearch-item-container .amsearch-item .amsearch-link,
.amsearch-products-section .amsearch-link:hover,
.amsearch-item-container.-page a.amsearch-link {
  color: #000;
}

.amsearch-products-section .amsearch-block-header {
  padding: 0 20px 10px;
}

.amsearch-block-header {
  padding: 15px 20px 0px;
}

.amsearch-products-section .amsearch-item:hover .amsearch-link,
.amsearch-products-section .amsearch-item:hover .product-item-description,
.amsearch-products-section .amsearch-item:hover .amsearch-highlight,
.amsearch-item-container .amsearch-item .amsearch-link:hover .amsearch-highlight {
  color: #fff;
}

.amsearch-products-section .product-item [data-role='priceBox'] {
  padding: 10px 0 0px;
}

.amsearch-products-section:not(:first-child) {
  border-left: none;
}

.amsearch-items-section:not(:first-child:last-child) {
  max-width: 100%;
  width: 100%;
}

.amsearch-input-wrapper.-typed .amsearch-input {
  padding-left: 60px;
  padding-right: 30px;
}

.amsearch-block-header .amsearch-title {
  font-family: var(--EpilogueBold);
  text-transform: uppercase;
  color: #1C1C1C;
}

.amsearch-message-block {
  font-family: var(--Epilogue);
  font-weight: 400;
  margin: 0;
  font-size: 15px;
  padding: 10px;
}

.block-search input,
.amsearch-input-wrapper .amsearch-input {
  height: 56px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding-left: 15px;
  font-family: var(--Inter);
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.2px;
  background-color: #F2F2F2;
  border: 1px solid #B3B3BA;
  color: #9D9DA3;
}

.amsearch-button.-icon:hover,
.amsearch-button.-icon:focus {
  filter: brightness(1);
}

.block-search .action.search.disabled,
.block-search .action.search[disabled],
fieldset[disabled] .block-search .action.search,
.block-search .action.search,
.amsearch-input-wrapper .amsearch-button.-loupe {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #9D9DA3;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.block-search .action.search,
.amsearch-input-wrapper .amsearch-button.-loupe {
  display: flex;
  align-items: center;
  justify-content: center;
  right: 8px;
  top: 0px;
  background-image: unset;
}

.block-search .action.search:hover:before,
.amsearch-input-wrapper .amsearch-button.-loupe:hover::before {
  color: #fff;
}

.block-search .action.search:before,
.amsearch-input-wrapper .amsearch-button.-loupe::before {
  content: "\e90b";
  color: #fff;
  font-size: 21px;
  font-family: var(--LumaIcons);
}

.navigation {
  background: #1C1C1E80;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

body .nav-sections {
  margin-bottom: 0;
  margin-top: 4px;
  max-width: 100%;
  background: transparent;
}

.navigation .level0>.level-top {
  color: #fff;
  font-family: var(--Epilogue);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .2px;
  font-weight: 400;
  padding: 0px 16px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.navigation .level0.parent>.level-top {
  padding: 0px 32px 0 16px;
}

.navigation .level0.parent>.level-top>.ui-menu-icon {
  right: 10px;
}

.navigation .level0.active>.level-top,
.navigation .level0.has-active>.level-top {
  display: flex;
  color: #fff;
  background-color: #D70012;
}

.navigation .level0>.level-top span:not(.ui-menu-icon) {
  position: relative;
}

.navigation .level0.parent>.level-top>.ui-menu-icon {
  height: 16px;
}

.navigation .level0.parent>.level-top>.ui-menu-icon:after {
  font-size: 12px;
  line-height: 12px;
}

.navigation .level0>.level-top:hover,
.navigation .level0>.level-top.ui-state-focus {
  color: #fff;
  text-decoration: none;
  background-color: #1C1C1C;
}

.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
  content: "\e902";
  color: #5a5a63;
}

.navigation ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.page-header {
  z-index: 103;
}

.cms-page-view .page-header {
  margin-bottom: 0;
}

.navigation .level0 .submenu li.parent>a>.ui-menu-icon {
  right: 10px;
}

.side-menu-button {
  cursor: pointer;
  line-height: 0;
  width: 40px;
  height: 40px;
  background-color: #1C1C1C;
  display: flex;
  align-items: center;
  justify-content: center;
}

.side-menu-button svg {
  height: 40px;
}

.navigation .side-menu-additional ul {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  margin: 0;
  border-top: 1px solid #9D9DA3;
  margin-top: 8px;
  padding-top: 12px;
}

.navigation .side-menu-wrapper.level0 .submenu li,
.navigation .side-menu-wrapper.level1 .submenu li,
.navigation .side-menu-wrapper.level2 .submenu li {
  position: initial !important;
}

.navigation .side-menu-wrapper.level0 .submenu li.parent>a>.ui-menu-icon {
  right: 33px;
}

.navigation .side-menu-wrapper.level0 .submenu .submenu {
  top: 0px !important;
}

.navigation .side-menu-wrapper.level0 .submenu .submenu.level2 {
  top: 30px !important;
}

.navigation .side-menu-wrapper.level1 .submenu li.parent>a>.ui-menu-icon:after,
.navigation .side-menu-wrapper.level2 .submenu li.parent>a>.ui-menu-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 20px;
  color: inherit;
  content: '\e608';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

figure {
  display: flex;
}

/* Hero Section */

.hero-section,
.about-hero {
  position: relative;
  margin-top: -216px;
}

#html-body .hero-section figure.hero-img img,
#html-body .about-hero img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.req {
  color: #e02b27;
}

#html-body .about-hero img,
#html-body .about-home .bg-img img,
#html-body .home-three-cards img,
#html-body .home-categories img,
#html-body .home-social img,
#html-body .home-galleries img,
#html-body .home-categories figure[data-content-type='image'] {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

#html-body .home-categories img {
  transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
}

#html-body .home-categories figure[data-content-type='image'] {
  overflow: hidden;
}

#html-body .home-categories figure[data-content-type='image']:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

#html-body .pagebuilder-column.bottom-col-r img,
#html-body .home-categories img {
  height: 100%;
}


.fx-reveal-visible circle:nth-child(1) {
  animation: revealClockwise 2s ease-in-out forwards;
  transform-origin: center;
  -webkit-animation: revealClockwise 2s ease-in-out forwards;
}

.fx-reveal-visible circle:nth-child(2) {
  animation: revealClockwiseR 2s ease-in-out forwards;
  transform-origin: center;
  -webkit-animation: revealClockwiseR 2s ease-in-out forwards;
}

.fx-reveal-visible circle:nth-child(1) {
  animation-delay: 0s;
}

.fx-reveal-visible circle:nth-child(2) {
  animation-delay: 0.2s;
}

@keyframes revealClockwise {
  0% {
    stroke-dasharray: 1942 1942;
    stroke-dashoffset: 1942;
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    stroke-dasharray: 1942 1942;
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

@keyframes revealClockwiseR {
  0% {
    stroke-dasharray: 1942 1942;
    stroke-dashoffset: 1942;
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    stroke-dasharray: 8 8;
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

@keyframes revealLine {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.bg-row .fx-reveal-visible line {
  opacity: 0;
  animation: revealLine 0.2s ease-out forwards;
  -webkit-animation: revealLine 0.2s ease-out forwards;
}

.bg-row .fx-reveal-visible line:nth-child(1) {
  animation-delay: 0s;
}

.bg-row .fx-reveal-visible line:nth-child(2) {
  animation-delay: 0.05s;
}

.bg-row .fx-reveal-visible line:nth-child(3) {
  animation-delay: 0.1s;
}

.bg-row .fx-reveal-visible line:nth-child(4) {
  animation-delay: 0.15s;
}

.bg-row .fx-reveal-visible line:nth-child(5) {
  animation-delay: 0.2s;
}

.bg-row .fx-reveal-visible line:nth-child(6) {
  animation-delay: 0.25s;
}

.bg-row .fx-reveal-visible line:nth-child(7) {
  animation-delay: 0.3s;
}

.bg-row .fx-reveal-visible line:nth-child(8) {
  animation-delay: 0.35s;
}

.bg-row .fx-reveal-visible line:nth-child(9) {
  animation-delay: 0.4s;
}

.bg-row .fx-reveal-visible line:nth-child(10) {
  animation-delay: 0.45s;
}

.bg-row .fx-reveal-visible line:nth-child(11) {
  animation-delay: 0.5s;
}

.bg-row .fx-reveal-visible line:nth-child(12) {
  animation-delay: 0.55s;
}

.bg-row .fx-reveal-visible line:nth-child(13) {
  animation-delay: 0.6s;
}

.bg-row .fx-reveal-visible line:nth-child(14) {
  animation-delay: 0.65s;
}

.bg-row .fx-reveal-visible line:nth-child(15) {
  animation-delay: 0.7s;
}

.bg-row .fx-reveal-visible line:nth-child(16) {
  animation-delay: 0.75s;
}

.bg-row .fx-reveal-visible line:nth-child(17) {
  animation-delay: 0.8s;
}

.bg-row .fx-reveal-visible line:nth-child(18) {
  animation-delay: 0.85s;
}

.bg-row .fx-reveal-visible line:nth-child(19) {
  animation-delay: 0.9s;
}

.bg-row .fx-reveal-visible line:nth-child(20) {
  animation-delay: 0.95s;
}

.bg-row .fx-reveal-visible line:nth-child(21) {
  animation-delay: 1s;
}

.bg-row .fx-reveal-visible line:nth-child(22) {
  animation-delay: 1.05s;
}

.bg-row .fx-reveal-visible line:nth-child(23) {
  animation-delay: 1.1s;
}

.bg-row .fx-reveal-visible line:nth-child(24) {
  animation-delay: 1.15s;
}

.bg-row .fx-reveal-visible line:nth-child(25) {
  animation-delay: 1.2s;
}

.bg-row .fx-reveal-visible line:nth-child(26) {
  animation-delay: 1.25s;
}

.bg-row .fx-reveal-visible line:nth-child(27) {
  animation-delay: 1.3s;
}

.bg-row .fx-reveal-visible line:nth-child(28) {
  animation-delay: 1.35s;
}

.bg-row .fx-reveal-visible line:nth-child(29) {
  animation-delay: 1.4s;
}

.bg-row .fx-reveal-visible line:nth-child(30) {
  animation-delay: 1.45s;
}

.bg-row .fx-reveal-visible line:nth-child(31) {
  animation-delay: 1.5s;
}

.bg-row .fx-reveal-visible line:nth-child(32) {
  animation-delay: 1.55s;
}

.bg-row .fx-reveal-visible.right line:nth-child(32) {
  animation-delay: 0s;
}

.bg-row .fx-reveal-visible.right line:nth-child(31) {
  animation-delay: 0.05s;
}

.bg-row .fx-reveal-visible.right line:nth-child(30) {
  animation-delay: 0.1s;
}

.bg-row .fx-reveal-visible.right line:nth-child(29) {
  animation-delay: 0.15s;
}

.bg-row .fx-reveal-visible.right line:nth-child(28) {
  animation-delay: 0.2s;
}

.bg-row .fx-reveal-visible.right line:nth-child(27) {
  animation-delay: 0.25s;
}

.bg-row .fx-reveal-visible.right line:nth-child(26) {
  animation-delay: 0.3s;
}

.bg-row .fx-reveal-visible.right line:nth-child(25) {
  animation-delay: 0.35s;
}

.bg-row .fx-reveal-visible.right line:nth-child(24) {
  animation-delay: 0.4s;
}

.bg-row .fx-reveal-visible.right line:nth-child(23) {
  animation-delay: 0.45s;
}

.bg-row .fx-reveal-visible.right line:nth-child(22) {
  animation-delay: 0.5s;
}

.bg-row .fx-reveal-visible.right line:nth-child(21) {
  animation-delay: 0.55s;
}

.bg-row .fx-reveal-visible.right line:nth-child(20) {
  animation-delay: 0.6s;
}

.bg-row .fx-reveal-visible.right line:nth-child(19) {
  animation-delay: 0.65s;
}

.bg-row .fx-reveal-visible.right line:nth-child(18) {
  animation-delay: 0.7s;
}

.bg-row .fx-reveal-visible.right line:nth-child(17) {
  animation-delay: 0.75s;
}

.bg-row .fx-reveal-visible.right line:nth-child(16) {
  animation-delay: 0.8s;
}

.bg-row .fx-reveal-visible.right line:nth-child(15) {
  animation-delay: 0.85s;
}

.bg-row .fx-reveal-visible.right line:nth-child(14) {
  animation-delay: 0.9s;
}

.bg-row .fx-reveal-visible.right line:nth-child(13) {
  animation-delay: 0.95s;
}

.bg-row .fx-reveal-visible.right line:nth-child(12) {
  animation-delay: 1s;
}

.bg-row .fx-reveal-visible.right line:nth-child(11) {
  animation-delay: 1.05s;
}

.bg-row .fx-reveal-visible.right line:nth-child(10) {
  animation-delay: 1.1s;
}

.bg-row .fx-reveal-visible.right line:nth-child(9) {
  animation-delay: 1.15s;
}

.bg-row .fx-reveal-visible.right line:nth-child(8) {
  animation-delay: 1.2s;
}

.bg-row .fx-reveal-visible.right line:nth-child(7) {
  animation-delay: 1.25s;
}

.bg-row .fx-reveal-visible.right line:nth-child(6) {
  animation-delay: 1.3s;
}

.bg-row .fx-reveal-visible.right line:nth-child(5) {
  animation-delay: 1.35s;
}

.bg-row .fx-reveal-visible.right line:nth-child(4) {
  animation-delay: 1.4s;
}

.bg-row .fx-reveal-visible.right line:nth-child(3) {
  animation-delay: 1.45s;
}

.bg-row .fx-reveal-visible.right line:nth-child(2) {
  animation-delay: 1.5s;
}

.bg-row .fx-reveal-visible.right line:nth-child(1) {
  animation-delay: 1.55s;
}

.hero-section .hero-text {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-section .video-wrapper .hero-text .pagebuilder-column-line {
  justify-content: flex-start;
  gap: 0px;
}

.hero-section .video-wrapper .hero-text .pagebuilder-column-line .pagebuilder-column:last-child {
  border-left: 1px solid #F2F2F2;
  padding-left: 32px;
  width: 100%;
}

.video-cover {
  position: relative;
}

.video-cover::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 38.75%), linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 33.54%);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.hero-section .hero-text .pagebuilder-column-line,
.about-hero .hero-text .pagebuilder-column-line {
  max-width: 1645px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.hero-section .hero-text .pagebuilder-column-line .pagebuilder-column h1,
.hero-section .hero-text .pagebuilder-column-line .pagebuilder-column p {
  margin: 0;
}

.hero-section .hero-text .pagebuilder-column-line .pagebuilder-column h1 {
  font-size: 42px;
}

.hero-section .hero-text .pagebuilder-column-line .pagebuilder-column p {
  font-family: var(--Epilogue);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: .2px;
  vertical-align: bottom;
  text-transform: uppercase;
}

.hero-section .hero-text .pagebuilder-column-line .pagebuilder-column:first-child {
  max-width: 495px;
}

.hero-section .hero-text .pagebuilder-column-line .pagebuilder-column:last-child {
  max-width: 320px;
}

[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1645px;
}

.about-home {
  margin: 12px 0;
  position: relative;
  padding: 80px 0 112px;
}

#html-body .about-home .bg-img img,
#html-body .home-galleries .gallery-bg svg,
#html-body .home-social .bg-row img,
#html-body .home-social .bg-row svg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#html-body .about-home .bg-img img {
  height: 100%;
}

#html-body .about-home [data-appearance="full-bleed"] {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
}

.about-home .pagebuilder-column-group {
  max-width: 1645px;
  padding: 0 28px;
  color: #fff;
  width: 100%;
}

.about-home .pagebuilder-column-line {
  max-width: 1504px;
}

.about-home .pagebuilder-column-group .pagebuilder-column-line:last-child {
  justify-content: space-between;
  gap: 30px;
}

.about-home h2,
.cms-home h2,
.home-brands h2 {
  border-left: 2px solid #D70012;
  padding-left: 32px;
  text-transform: uppercase;
  font-size: 42px;
  color: #B3B3BA;
  margin-bottom: 63px;
}

.home-brands .notice a {
  color: #d70012;
}

.home-brands .notice p {
  margin: 25px auto 0;
  max-width: 1635px;
  padding: 0 3px;
}

.about-home p {
  margin-bottom: 25px;
  font-family: var(--Inter);
  font-size: 18px;
  line-height: 140%;
}

body strong {
  font-weight: bold;
  font-family: var(--InterBold);
}

.about-home .pagebuilder-column.about-left div[data-content-type='text'] p:last-child {
  margin-bottom: 0;
}

.about-home .pagebuilder-column.about-left {
  max-width: 666px;
}

.about-home .pagebuilder-column.about-left a {
  color: #fff;
}

.about-home .pagebuilder-column.about-left a:hover {
  color: #d70012;
}

.about-home .pagebuilder-column.about-right {
  max-width: 526px;
}

.about-home .pagebuilder-column.about-right p {
  font-family: var(--Epilogue);
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 60px;

}

.columns .column.main {
  padding-bottom: 0;
}

#html-body a.pagebuilder-button-primary,
#html-body button.pagebuilder-button-primary,
#html-body div.pagebuilder-button-primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content>.actions>.primary .action.primary,
.block-minicart .block-content>.actions>.primary .action.primary {
  padding: 0;
  background: transparent;
  border-color: #9D9DA3;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  max-width: 384px;
  width: 100%;
  height: 64px;
  box-sizing: border-box;
  margin: 0;
  font-family: var(--Epilogue);
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: .5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 0 12px 0 24px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

[data-content-type='button-item'] {
  width: 100%;
}

#html-body a.pagebuilder-button-primary::after,
#html-body button.pagebuilder-button-primary::after,
#html-body div.pagebuilder-button-primary:after,
.box-tocart .action.tocart::after,
.cart-summary .checkout-methods-items .action.primary.checkout::after,
.block-minicart .block-content>.actions>.primary .action.primary:after {
  font-family: var(--LumaIcons);
  content: "\e90b";
  color: #fff;
  font-size: 16px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D70012;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.block.newsletter .action.subscribe:hover,
.block-search .action.search:hover,
.amsearch-input-wrapper .amsearch-button.-loupe:hover,
#html-body a.pagebuilder-button-primary:hover::after,
#html-body button.pagebuilder-button-primary:hover::after,
#html-body div.pagebuilder-button-primary:hover:after,
.box-tocart .action.tocart:hover:after,
.cart-summary .checkout-methods-items .action.primary.checkout:hover:after,
#discount-coupon-form .action:hover,
#discount-form .action:hover,
.block-minicart .block-content>.actions>.primary .action.primary:hover:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

#html-body a.pagebuilder-button-primary:active,
#html-body button.pagebuilder-button-primary:active,
#html-body div.pagebuilder-button-primary:active,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.block-minicart .block-content>.actions>.primary .action.primary {
  background: #D70012 !important;
  border-color: #D70012 !important;
}

#html-body a.pagebuilder-button-primary:active::after,
#html-body button.pagebuilder-button-primary:active::after,
#html-body div.pagebuilder-button-primary:active:after {
  background-color: #fff;
  color: #1C1C1C;
}

.box-tocart .action.tocart::after,
.cart-summary .checkout-methods-items .action.primary.checkout::after,
.block-minicart .block-content>.actions>.primary .action.primary:after {
  background-color: #1C1C1C;
  color: #fff;
}

.box-tocart .action.tocart:hover::after,
.cart-summary .checkout-methods-items .action.primary.checkout:hover:after,
.block-minicart .block-content>.actions>.primary .action.primary:hover:after {
  background-color: #D70012;
}

.box-tocart .action.tocart:not(:last-child):hover,
.box-tocart .action.tocart:hover,
.cart-summary .checkout-methods-items .action.primary.checkout:hover,
.block-minicart .block-content>.actions>.primary .action.primary:hover {
  background-color: #1C1C1C !important;
  border-color: #1C1C1C !important;
}

.cart-summary .checkout-methods-items .action.primary.checkout {
  max-width: 100%;
}

span[data-element="link_text"],
#html-body a.pagebuilder-button-primary span,
#html-body button.pagebuilder-button-primary span,
#html-body div.pagebuilder-button-primary span,
.box-tocart .action.tocart span,
.cart-summary .checkout-methods-items .action.primary.checkout span,
.block-minicart .block-content>.actions>.primary .action.primary span,
.block-minicart .block-content>.actions>.primary .action.primary span,
.action.viewcart span,
.actions-toolbar>.primary .action span {
  position: relative;
  top: 1px;
  display: block;
  line-height: normal;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  text-align: left;
}

.box-tocart .action.tocart span {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.box-tocart .action.tocart span.special {
  display: inline-block;
  line-height: 21px;
}

.home-three-cards {
  margin-bottom: 80px;
}

.home-three-cards img {
  width: 100%;
}

.home-three-cards .pagebuilder-column-line {
  gap: 6px;
}

.home-three-cards [data-content-type='buttons'] {
  position: absolute;
  bottom: 24px;
  max-width: 360px;
  width: 100%;
}

#html-body .home-three-cards [data-content-type="button-item"] a,
#html-body .home-categories [data-content-type="button-item"] a {
  border: 1px solid #1C1C1E66;
  background: #1C1C1E66;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

#html-body .home-three-cards [data-content-type="button-item"] a:hover,
#html-body .home-categories [data-content-type="button-item"] a:hover,
#html-body a.pagebuilder-button-primary:hover,
#html-body button.pagebuilder-button-primary:hover,
#html-body div.pagebuilder-button-primary:hover {
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  background: #1C1C1C;
  border: 1px solid #1C1C1C;
}

.home-three-cards [data-content-type="button-item"] a:hover span,
.home-categories [data-content-type="button-item"] a:hover span,
#html-body a.pagebuilder-button-primary:hover span,
#html-body button.pagebuilder-button-primary:hover span,
#html-body div.pagebuilder-button-primary:hover span {
  color: #fff;
}

.home-three-cards .pagebuilder-column {
  position: relative;
  align-items: center;
}

.home-categories,
.home-brands,
.home-featured-products {
  position: relative;
  margin-bottom: 80px;
}

.home-brands .slick-slider {
  padding: 0 20px 0 0;
}

.home-categories .bg-image {
  position: absolute;
  right: -140px;
  top: 0;
  z-index: -1;
}

.home-categories .pagebuilder-column-group,
.home-categories h2,
.home-brands .pagebuilder-column-group {
  max-width: 1645px;
  width: 100%;
}

.home-featured-products [data-appearance="carousel"] {
  z-index: 1;
}

.home-featured-products [data-appearance="carousel"],
.home-brands .pagebuilder-column-group {
  max-width: 1791px;
  margin-left: auto;
  margin-right: -20px;
  width: calc(100% + 20px);
}

.home-featured-products [data-appearance="carousel"] {
  max-width: 1803px;
}

#html-body .home-featured-products [data-content-type="buttons"] [data-content-type="button-item"] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 84px;
}

#html-body .home-featured-products .bg-row img,
#html-body .home-featured-products .bg-row svg {
  position: absolute;
  z-index: 0;
  top: unset;
  bottom: 83px;
  left: -40px;
}

.home-featured-products [data-content-type="buttons"] span {
  color: #1C1C1C;
}

.home-categories h2,
.home-brands h2,
.home-featured-products h2 {
  color: #5a5a63;
  margin: 78px auto 56px;
  max-width: 1624px;
  padding: 0 0 0 20px;
  line-height: 1.12;
  width: calc(100% - 20px);
}

.home-featured-products h2 {
  margin-bottom: 50px;
}

.home-categories .pagebuilder-column {
  position: relative;
}

.home-categories .pagebuilder-column-line,
.home-categories .bottom-col-l {
  gap: 7px;
}

#html-body .pagebuilder-column.bottom-col-r {
  display: flex;
}

#html-body .pagebuilder-column.bottom-col-r figure {
  flex: 1;
}

.home-categories [data-content-type='buttons'] {
  height: 0px;
}

.home-categories .pagebuilder-column-group.bottom-col-l {
  display: flex;
}

#html-body .home-categories .pagebuilder-column-group.bottom-col-l .pagebuilder-column-line:first-child {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

#html-body .home-categories .pagebuilder-column-group.bottom-col-l .pagebuilder-column-line:first-child .pagebuilder-column {
  width: 100%;
}

.home-categories [data-content-type='row'][data-appearance='full-bleed'] {
  flex-wrap: wrap;
  gap: 7px;
  flex-direction: row !important;
}

#html-body .home-categories [data-content-type='button-item'] {
  position: absolute;
  bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-slider .slick-arrow.slick-prev,
.slick-slider .slick-arrow.slick-next {
  transform: unset;
  z-index: 12;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  background: none;
  width: 72px;
  height: 48px;
  top: -103px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background: #E5E5E8 !important;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.slick-slider .slick-arrow.slick-prev:hover,
.slick-slider .slick-arrow.slick-next:hover {
  background: #1C1C1C;
}

.slick-slider .slick-arrow.slick-next {
  right: 0px;
}

.slick-slider .slick-arrow.slick-prev {
  right: 94px;
  left: unset;
}

body .slick-prev.slick-disabled,
body .slick-next.slick-disabled,
body .slick-next.slick-disabled:before,
body .slick-next.slick-disabled:before body .slick-prev:hover.slick-disabled,
body .slick-next:hover.slick-disabled {
  color: #B3B3BA;
  background: #E5E5E8;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .5;
}

.slick-slider .slick-arrow.slick-prev::after {
  content: 'SCROLL';
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: .2px;
  position: absolute;
  left: -73px;
  line-height: 18px;
  color: #9D9DA3;
}

.slick-slider .slick-arrow:hover {
  opacity: 0.2;
}

.home-brands .slick-slider .slick-arrow.slick-next,
.home-featured-products .slick-slider .slick-arrow.slick-next {
  right: calc(100% - 1655px);
}

.home-brands .slick-slider .slick-arrow.slick-prev,
.home-featured-products .slick-slider .slick-arrow.slick-prev {
  right: calc(100% - 1564px);
}

.home-brands .slick-initialized .slick-slide figure {
  position: relative;
  height: 96px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.home-brands .slick-initialized .slick-slide figure [data-element="link"] {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.5s ease;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.home-brands .slick-initialized .slick-slide {
  display: grid !important;
  gap: 6px;
}

.home-brands .slick-initialized .slick-slide img {
  object-fit: contain;
  margin: auto;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.home-brands .slick-slider .slick-track {
  display: flex;
}

.slick-slider .slick-arrow.slick-next {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.slick-slider .slick-arrow.slick-next:before,
.slick-slider .slick-arrow.slick-prev:before {
  content: '\e90a';
  color: #1C1C1C;
  font-size: 20px;
  padding: 0;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.slick-slider .slick-next.slick-arrow:after {
  display: none;
}

.slick-next:hover:before,
.slick-prev:hover:before {
  color: #fff;
}

.home-galleries {
  padding: 80px 0;
  margin-top: 78px;
  position: relative;
  background: #1C1C1C;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  overflow: hidden;
}

#html-body .home-galleries .gallery-bg svg {
  z-index: 0;
  top: -30px;
  left: 34px;
}

#html-body .home-social .bg-row img,
#html-body .home-social .bg-row svg {
  z-index: 0;
  top: unset;
  bottom: -26px;
  right: 0;
  left: unset;
}

.home-galleries h2,
.home-galleries .pagebuilder-column-group,
.home-social h2,
.home-social .pagebuilder-column-group {
  z-index: 1;
}

.home-galleries .slick-slider .slick-arrow.slick-prev,
.home-galleries .slick-slider .slick-arrow.slick-next,
.home-social .slick-slider .slick-arrow.slick-prev,
.home-social .slick-slider .slick-arrow.slick-next {
  background: transparent !important;
  border: 1px solid #5A5A63;
}

.home-galleries .slick-slider .slick-arrow.slick-prev:hover,
.home-galleries .slick-slider .slick-arrow.slick-next:hover,
.home-social .slick-slider .slick-arrow.slick-prev:hover,
.home-social .slick-slider .slick-arrow.slick-next:hover {
  border: 1px solid #fff;
}

.home-galleries .slick-slider .slick-next:before,
.home-galleries .slick-slider .slick-prev:before,
.home-social .slick-slider .slick-next:before,
.home-social .slick-slider .slick-prev:before {
  color: #B3B3BA;
}

.home-galleries .slick-slider .slick-next:hover:before,
.home-galleries .slick-slider .slick-prev:hover:before,
.home-social .slick-slider .slick-next:hover:before,
.home-social .slick-slider .slick-prev:hover:before {
  color: #fff;
}

.home-galleries [data-content-type="image"] {
  position: relative;
}

.home-galleries figure[data-content-type='image'] figcaption {
  position: absolute;
  bottom: 0;
  color: #fff;
  left: 0px;
  min-height: 56px;
  width: calc(100% - 80px);
  padding: 10px 40px;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 140%;
  background: #1C1C1E66;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.home-social {
  padding: 80px 0;
  margin: 12px 0;
  background: #1C1C1C;
  position: relative;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.home-galleries h2,
.home-social h2 {
  color: #B3B3BA;
}

.home-galleries [data-content-type='row'][data-appearance='full-bleed'].bg-row,
.home-social [data-content-type='row'][data-appearance='full-bleed'].bg-row {
  max-width: 100%;
}

.home-galleries [data-content-type='row'][data-appearance='full-bleed'],
.home-social [data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
  max-width: 1645px;
  margin: 0 auto;
}

body .slick-list {
  margin: 0 -3px;
}

body .slick-slide>div {
  height: 100%;
}

body .home-brands .slick-slide>div {
  height: auto;
}

.slick-initialized .slick-slide {
  padding: 0 3px;
}

body .home-featured-products .slick-list {
  padding: 12px;
}

.home-featured-products .slick-initialized .slick-slide .product-item,
.page-products .products-grid .product-item,
.home-social .pagebuilder-column figure::before,
.home-galleries .pagebuilder-column figure::before {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

.home-featured-products .slick-initialized .slick-slide .product-item-photo,
.page-products .products-grid .product-item .product-item-photo,
.home-social .pagebuilder-column figure img,
.about-race .pagebuilder-column figure img,
.pagebuilder-column.right figure img,
.pagebuilder-column.creative-three-wrapper figure img,
.home-galleries .pagebuilder-column figure img,
.creative-three .pagebuilder-column figure img,
.pagebuilder-column.bottom.right-img figure img,
.gallerie-page .pagebuilder-column-group img {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.home-social .pagebuilder-column figure,
.home-galleries .pagebuilder-column figure {
  position: relative;
}

.slick-dots li {
  width: 10px;
  height: 10px;
}

.slick-dots li button {
  border: 1px solid #D9D9D9;
  background: #D9D9D9;
  width: 10px;
  height: 10px;
}

.slick-dots li.slick-active button {
  background: #D70012;
  border: 1px solid #D70012;
}

body .slick-dots {
  padding: 35px 0 0;
  position: relative;
}

.product-item {
  background-color: #fff;
  font-size: 18px;
  color: #1C1C1C;
  height: 100%;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  position: relative;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
}

.product-item:hover {
  background: #1C1C1C;
  color: #fff;
}

.product-item:hover .abs-product-link>a:visited,
.product-item:hover .product-item-name>a:visited,
.product-item:hover .product.name a>a:visited,
.product-item:hover .abs-product-link>a,
.product-item:hover .product-item-name>a,
.product-item:hover .product.name a>a {
  color: #fff;
}

.product-item-info {
  padding: 12px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 24px);
}

.product-item-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 25px;
}

.product-item .product-image-wrapper {
  padding: 0 !important;
  height: 100%;
  overflow: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mini-cart .product-item .product-image-wrapper img,
.cart.table-wrapper .cart>.item .product-image-container {
  height: 125px !important;
  width: 125px !important;
  object-fit: cover;
}

#mini-cart .product-item .product-image-wrapper img {
  height: 75px !important;
  width: 92px !important;
  object-fit: cover;
}

.cart.table-wrapper .product-image-wrapper .product-image-photo,
#mini-cart .product-item .product-image-wrapper img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

body .cart.table-wrapper .cart>.item .product-image-container {
  height: auto !important;
}

/* Minicart Start */

.minicart-wrapper #minicart-content-wrapper .action.close {
  position: absolute;
  top: 40px;
  right: 40px;
  padding-left: 0px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1C1C1C;
  cursor: pointer;
  z-index: 99;
}

.minicart-wrapper #minicart-content-wrapper .action.close::before {
  content: '\e616';
  font-size: 22px;
  font-family: 'luma-icons';
  color: #fff;
  line-height: normal;
}

.block-minicart .items-total {
  display: none;
}

.modal-popup .modal-footer button:not(.primary) {
  border: 1px solid #000;
  color: #000;
  background: #fff;
  text-transform: uppercase;
}

.nav-before-open body {
  height: 100% !important;
}

body.opened-mini-cart,
body.filter-active {
  height: 100% !important;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.minicart-wrapper .mage-dropdown-dialog {
  position: fixed;
  right: -520px;
  top: 0;
  height: 100%;
  z-index: 900;
  width: 520px;
  background: #fff;
  display: block !important;
  transition: all 0.2s ease-in-out 0.0s;
  -moz-transition: all 0.2s ease-in-out 0.0s;
  -ms-transition: all 0.2s ease-in-out 0.0s;
  -o-transition: all 0.2s ease-in-out 0.0s;
  -webkit-transition: all 0.2s ease-in-out 0.0s;
  box-shadow: 0 5px 40px rgba(0, 0, 0, .25);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

body .minicart-wrapper .block-minicart {
  padding-bottom: 282px;
}

.opened-mini-cart .minicart-wrapper .mage-dropdown-dialog {
  right: 0px;
}

.minicart-wrapper .block-minicart {
  top: 0;
  right: 0;
  border: none;
  box-shadow: none;
  position: relative;
  z-index: 900;
  width: 100%;
  margin: 0;
  padding: 40px 40px 0;
}

.minicart-wrapper .block-minicart .block-title {
  display: block;
  text-align: left;
  line-height: 40px;
  padding-bottom: 40px;
}

.minicart-wrapper .block-minicart .block-title strong {
  font-family: var(--EpilogueSemiBold);
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.2px;
  text-transform: uppercase;

}

.minicart-slider-overlay {
  display: none;
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.minicart-slider-overlay.active {
  display: block;
}

.block-minicart .items-total {
  float: none;
  margin: 0 0 10px;
}

.minicart-items-wrapper {
  border: none;
  margin: 0;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 0;
}

.minicart-items .product-item:not(:first-child) {
  padding-top: 20px;
}

.minicart-items .product-image-wrapper .product-image-photo,
.opc-block-summary .product-image-wrapper img {
  max-width: 120px;
  aspect-ratio: 120 / 160;
  object-fit: contain;
}

.minicart-items .product-item-details {
  padding-left: 140px;
}

.minicart-items .product-item .product {
  position: relative;
}

.minicart-wrapper .product .actions {
  float: none;
  margin: 0;
  position: absolute;
  bottom: 0;
}

.minicart-items .action.edit>span,
.minicart-items .action.delete>span {
  border: 0;
  clip: unset;
  height: auto;
  margin: 0;
  overflow: unset;
  padding: 0;
  position: relative;
  width: auto;
  font-size: 14px;
  color: #000;
}

.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  display: none;
}

.minicart_footer {
  transition: all 0.2s ease-in-out 0.0s;
  -moz-transition: all 0.2s ease-in-out 0.0s;
  -ms-transition: all 0.2s ease-in-out 0.0s;
  -o-transition: all 0.2s ease-in-out 0.0s;
  -webkit-transition: all 0.2s ease-in-out 0.0s;
  position: fixed;
  bottom: 0;
  width: 440px;
  z-index: 1;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  padding: 20px 40px 40px;
  right: -520px;
}

.opened-mini-cart .minicart_footer {
  right: 0;
}

.minicart-wrapper .minicart-widgets,
.block-minicart .subtotal {
  margin: 0;
}

.block-minicart .subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid #B3B3BA;
}

.block-minicart .subtotal .label {
  font-family: var(--InterMedium);
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
}

.block-minicart .amount .price-wrapper:first-child .price {
  font-family: var(--Epilogue);
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  letter-spacing: .2px;
  text-transform: uppercase;
}

#top-cart-btn-checkout:hover {
  background: #fff;
  color: #000;
}



#mini-cart .product-item:hover {
  background: #fff;
  color: #1C1C1C;
}

#mini-cart .product-item:hover .abs-product-link>a:visited,
#mini-cart .product-item:hover .product-item-name>a:visited,
#mini-cart .product-item:hover .product.name a>a:visited,
#mini-cart .product-item:hover .abs-product-link>a,
#mini-cart .product-item:hover .product-item-name>a,
#mini-cart .product-item:hover .product.name a>a {
  color: #1C1C1C;
}

#mini-cart .product-item .product-image-wrapper {
  height: auto;
}

.minicart-items .product-item-details {
  padding-left: 24px;
  gap: 0;
  position: relative;
}

.minicart-items .item-qty {
  height: 46px;
  padding: 0;
  margin-top: 0px;
  text-align: center;
  width: 46px;
  border: none;
}

.block-minicart .block-content>.actions>.secondary a {
  color: #1C1C1C;
  text-transform: uppercase;
}

.minicart-wrapper .block-minicart {
  border-color: #1C1C1C;
}

.minicart-wrapper .block-minicart {
  padding-bottom: 0;
}

.minicart-items .product-image-container {
  max-height: 125px;
}

.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 15px;
  font-family: var(--Inter);
  font-size: 16px;
  line-height: 140%;
}

.minicart-items-wrapper {
  border: none;
  margin: 0px;
}

.minicart-items .product-item-details .price {
  font-family: var(--Epilogue);
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  letter-spacing: .2px;
  text-align: center;
  text-transform: uppercase;
  color: #1C1C1C;
}

.minicart-wrapper .block-minicart li,
.minicart-items .product-item:not(:first-child) {
  border-top: none;
  border-bottom: 1px solid #B3B3BA;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

/* Minicart End */

.product-item .product-image-wrapper img {
  max-height: 250px;
  position: relative;
  border-radius: 15px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.product-image-container {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: 100vh !important;
  max-height: 250px;
  width: 100% !important;
  aspect-ratio: unset !important;
}

.product-item .price-box .price {
  font-family: var(--Epilogue);
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.product-item-name,
.product.name a {
  font-family: var(--InterMedium);
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #1C1C1C;
}

.product-item-name {
  margin: 10px 12px 3px 12px;
}

.product-item .price-box .price-label {
  display: none;
}

.product-item .old-price {
  text-decoration: line-through;
}

.old-price,
.old.price {
  color: #9D9DA3;
}

.product-item .price-box {
  margin: 0;
  width: calc(100% - 55px);
  padding: 6px 0px 6px 12px;
}

.abs-product-link>a:visited,
.product-item-name>a:visited,
.product.name a>a:visited {
  color: #1C1C1C;
}

.abs-product-link>a:hover,
.product-item-name>a:hover,
.product.name a>a:hover {
  color: #1C1C1C;
  text-decoration: none;
}

.product-item-name>a,
.product.name a>a {
  text-wrap: pretty;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  text-decoration: none;
}

.product-item-link::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.product-item-link::before {
  position: absolute;
  bottom: 12px;
  right: 12px;
  font-family: var(--LumaIcons);
  content: "\e90b";
  color: #fff;
  font-size: 17px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9D9DA3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.product-item:hover .product-item-link::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  background-color: #D70012;
}

[data-appearance="carousel"] .slick-track {
  display: grid;
  grid-auto-flow: column;
}

.minicart-wrapper .action.showcart .counter-number {
  text-shadow: none;
  font-size: 0;
}

.minicart-wrapper .action.showcart .counter.qty {
  background: #D70012;
  color: #fff;
  height: 10px;
  line-height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 10px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  white-space: normal;
  position: absolute;
  top: -3px;
  right: -2px;
}

/* Footer Section  */

.page-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    linear-gradient(270deg, rgba(0, 0, 0, 0) 66.95%, #000000 87.19%),
    url('https://creativemods.com/media/wysiwyg/footer-image2x.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    linear-gradient(270deg, rgba(0, 0, 0, 0) 66.95%, #000000 87.19%),
    -webkit-image-set(url('https://creativemods.com/media/wysiwyg/footer-image.webp') 1x, url('https://creativemods.com/media/wysiwyg/footer-image2x.webp') 2x);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  color: #fff;
  padding: 0;
  z-index: 1;
}

.page-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-footer .header {
  margin-bottom: 32px;
  font-family: var(--Epilogue);
  text-transform: uppercase;
  font-size: 20px;
  line-height: 140%;
}

.page-footer .column.col-4 .header {
  margin-bottom: 16px;
}

.column.col-1 img {
  margin-bottom: 40px;
}

.column.col-1 p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 140%;
}

.page-footer ul li {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 24px;
}

.page-footer ul li:last-child,
.social p {
  margin-bottom: 0;
}

.social p {
  padding-top: 20px;
  color: #B3B3BA;
  font-size: 16px;
}

.page-footer a {
  color: #fff;
}

.footer-container,
.footer.content {
  padding-bottom: 80px;
  padding-top: 80px;
}

.footer-links {
  display: grid;
  grid-template-columns: 18.3% 15% 15% 33.4%;
  grid-gap: 100px;
}

.footer.content {
  border-bottom: 1px solid #D70012;
}

.footer.content .block {
  float: none;
}

.column.col-4 {
  display: flex;
  gap: 100px;
}

.block.newsletter,
.block.newsletter .field.newsletter {
  max-width: 100%;
  width: 100%;
}

.block.newsletter .form.subscribe>.field {
  max-width: 666px;
  float: none;
  display: flex;
  width: 100%;
  position: relative;
  height: 80px;
}

.block.newsletter .field .control {
  width: 100%;
}

.block.newsletter .action.subscribe {
  margin-left: 0;
  white-space: nowrap;
  border-radius: 50%;
  border: none;
  height: 56px;
  width: 56px;
  background: #D70012;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.block-search .action.search:hover,
.amsearch-input-wrapper .amsearch-button.-loupe:hover {
  background: #D70012;
}

.block.newsletter .actions {
  position: absolute;
  top: 12px;
  right: 12px;
  width: auto;
  display: block;
  height: 56px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block.newsletter input {
  margin-right: 0px;
  padding: 53px 0 25px 32px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.block.newsletter .form.subscribe {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.block.newsletter .form.subscribe .signup {
  max-width: 806px;
}

.block.newsletter .form.subscribe .signup span {
  color: #B3B3BA;
  font-family: var(--InriaSerif);
  font-size: 43px;
  display: block;
  line-height: 100%;
  letter-spacing: 2px;
  margin-bottom: 32px;
}

.block.newsletter .form.subscribe .signup p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 140%;
}

.block.newsletter .field .control:before {
  content: 'Your E-mail';
  font-family: var(--Inter);
  font-size: 18px;
  color: #9D9DA3;
  position: absolute;
  left: 30px;
  top: 11px;
  margin: 0;
}

.block.newsletter input,
.block.newsletter input::placeholder {
  font-family: var(--Epilogue);
  color: #1C1C1C;
  font-size: 20px;
  letter-spacing: .5px;
}

.nav-sections-item-content>.navigation {
  max-width: 1645px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.block.newsletter {
  margin-bottom: 0px;
}

/* Contact PAGE START */

.contact-index-index .pagebuilder-column-line {
  padding: 70px 0 270px;
  max-width: 946px;
  gap: 32px;
}

#html-body .pagebuilder-button-secondary {
  border: none;
  padding: 0;
  font-family: var(--Epilogue);
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #1C1C1C;
  margin: 0;
  background: transparent;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

#html-body .contact-buttons {
  gap: 20px;
  padding-top: 84px;
}

.contact-text div[data-content-type='text'] div span {
  font-family: var(--Epilogue);
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: .5px;
  text-transform: uppercase;
}

#html-body .contact-buttons .action.viewcart {
  display: flex;
  position: relative;
}

#html-body .contact-buttons .action.viewcart:hover a {
  color: #fff;
}

#html-body .contact-buttons .action.viewcart a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.form-wrapper-service {
  position: relative;
}

.form-wrapper-service .pagebuilder-column-line {
  gap: 32px;
  padding-bottom: 250px;
}

.form-wrapper-service .actions-wrapper {
  display: flex;
  gap: 32px;
}

.form-wrapper-service form .checkbox {
  max-width: 387px;
}

.form-wrapper-service form .actions-toolbar,
.form-wrapper-service .actions-toolbar>.primary .action:last-child {
  width: 100%;
}

.form-wrapper-service .actions-toolbar>.primary:last-child {
  max-width: 387px;
}

input[type="checkbox"],
input[type="radio"] {
  opacity: 1;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  z-index: 1;
  margin: 0;
  padding: 0 !important;
  background-color: #fff;
  box-shadow: 0 0 0 0 #f7f7f7 inset;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out !important;
  transition: all .2s ease-in-out !important;
  outline: 0;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  border-radius: 50%;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

form .checkbox,
.field.choice {
  display: flex;
  gap: 20px;
}

input[type="checkbox"]::after,
input[type="radio"]::after {
  content: '';
  background-color: #D70012;
  background-repeat: no-repeat;
  border: 0;
  -webkit-transition: all .2s ease-in-out .1s;
  transition: all .2s ease-in-out .1s;
  opacity: 0;
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
  box-shadow: 0 0 0 6px #fff inset;
  border: 1px solid #D70012 !important;
}

input[type="checkbox"]:checked:focus,
input[type="radio"]:checked:focus {
  box-shadow: 0 0 0 6px #fff inset;
  border: 1px solid #D70012;
}

input[type="checkbox"]:checked::after,
input[type="radio"]:checked::after {
  opacity: 1;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
  border-color: #D70012;
  outline: 0;
}

input[type="radio"] {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/* Contact PAGE END */
/* CMS PAGE START */

.cms-page-view,
.cms-tailor-your-build {
  background-color: #111;
  color: #fff;
}

.cms-tailor-your-build .fieldset>.field>.label,
.cms-tailor-your-build .fieldset>.fields>.field>.label,
.cms-tailor-your-build .block-collapsible-nav .item {
  color: #1C1C1C;
}

.cms-page-view p,
.contact-index-index p,
.cms-tailor-your-build p {
  font-family: var(--Inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.cms-page-view .breadcrumbs,
.contact-index-index .breadcrumbs,
.cms-tailor-your-build .breadcrumbs {
  display: none;
}

body.cms-page-view .page-header .header.panel [data-content-type='html'] ul.top-links a,
body.cms-page-view .social li a::before,
body.cms-tailor-your-build .social li a::before,
body.cms-tailor-your-build .page-header .header.panel [data-content-type='html'] ul.top-links a {
  color: #fff;
}

body.cms-page-view .page-header .header.panel,
body.cms-tailor-your-build .page-header .header.panel {
  padding: 28px 0 12px;
}

body.cms-page-view .page-main>.page-title-wrapper .page-title,
body.cms-tailor-your-build .page-main>.page-title-wrapper .page-title {
  margin: 0;
  border-left: 2px solid #D70012;
  padding-left: 32px;
  text-transform: uppercase;
  font-size: 42px;
  color: #B3B3BA;
}

body.cms-page-view .page-title-wrapper {
  z-index: 1;
}

body.cms-page-view .page-title-wrapper {
  position: relative;
  top: 0px;
  box-sizing: border-box;
  max-width: 1645px;
  margin: 0 auto;
  padding: 40px 0;
}

body.cms-page-view.cms-about-creative-mods .page-title-wrapper,
body.cms-page-view.cms-about-cb-auto-salon .page-title-wrapper,
body.cms-page-view.cms-about-creative-bespoke .page-title-wrapper {
  top: 60px;
  padding: 0;
}

.about-hero {
  margin-top: -258px;
}

.cms-tailor-your-build .about-hero {
  margin-top: -217px;
}

.about-hero.gallery {
  margin-top: -338px;
}

.about-hero .hero-text {
  position: absolute;
  left: 0;
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-hero .hero-text .pagebuilder-column-line {
  gap: 0;
  justify-content: center;
  margin-top: 131px;
}

.about-hero .hero-text .pagebuilder-column-line h2 {
  margin: 0;
  font-family: var(--EpilogueLight);
  font-weight: 300;
  font-size: 100px;
  line-height: 112% !important;
  letter-spacing: .2px;
  text-align: center;
  text-transform: uppercase;
}

.about-text {
  padding-top: 12px;
  position: relative;
}

.about-text.bottom {
  padding-top: 0;
}

body.cms-page-view .home-galleries {
  margin: 0;
}

body.cms-page-view .home-galleries .slick-initialized .slick-slide {
  padding: 0px 16px;
}

body.cms-page-view .home-galleries .slick-list {
  margin: 0 -16px;
}

body.cms-page-view .home-galleries.salon .slick-initialized .slick-slide {
  padding: 0px 3px;
}

body.cms-page-view .home-galleries.salon .slick-list {
  margin: 0 -3px;
}

body.cms-page-view .home-galleries h2 {
  color: #B3B3BA;
  z-index: 1;
  border-left: 2px solid #D70012;
  padding-left: 32px;
  text-transform: uppercase;
  font-size: 42px;
  color: #B3B3BA;
  margin-bottom: 63px;
}

.creative-three .middle-text {
  margin-bottom: 7%;
}

.creative-three .pagebuilder-column-line:last-child {
  max-width: 1645px;
  margin: 0 auto;
  gap: 32px;
}

.about-text .about-text-wrapper {
  position: absolute;
  top: 134px;
  left: 0;
  width: 100%;
  color: #fff;
}

.about-text.creative .about-text-wrapper {
  top: unset;
}

.right-img figure {
  align-items: flex-end;
  justify-content: flex-end;
}

.middle-text {
  max-width: 866px;
  margin: 0 auto;
  padding: 0 30px;
  font-family: var(--Epilogue);
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: .5px;
  text-align: center;
  text-transform: uppercase;
}

.middle-text .bottom {
  font-family: var(--Inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  max-width: 526px;
  margin: 40px auto 0;
}

.about-race {
  position: relative;
}

.about-race .right [data-content-type="image"] {
  position: absolute;
  right: 32px;
  bottom: -167px;
  z-index: -1;
}

.about-race .left [data-content-type="image"] {
  position: relative;
  bottom: 90px;
  right: 14px;
}

.about-race .right [data-content-type="text"] {
  max-width: 528px;
  font-size: 18px;
  padding: 96px 30px 0;
  margin: 0 auto;
}

.about-race .right [data-content-type="text"] p {
  margin: 0;
}

.about-race.bottom .right .img-w {
  position: relative;
  bottom: 0;
  right: -10px;
  z-index: 1;
}

.about-race.bottom {
  padding: 89px 0 0;
}

.about-race.bottom .bottom-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 140px 0;
}

.about-race.bottom .bottom-text div[data-content-type='text'] {
  font-family: var(--Epilogue);
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: .5px;
  text-align: center;
  text-transform: uppercase;
  max-width: 1086px;
}

.about-race.bottom .pagebuilder-column-line:first-child {
  padding-bottom: 60px;
}

.about-race .right [data-content-type="image"].b-img {
  bottom: unset;
  top: 44px;
  right: 220px;
  z-index: -1;
}

.about-race.bottom .left.right-img div[data-content-type='text'] {
  position: absolute;
  max-width: 526px;
  font-size: 18px;
  left: 138px;
}

.about-hero.bottom {
  margin-top: 0;
  padding: 12px 0;
}

.about-last,
.home-galleries.salon.middle {
  position: relative;
  margin: 12px 0;
  overflow: hidden;
}

#html-body .about-last .hero-img img,
#html-body .about-last .hero-img picture {
  width: 100%;
  height: 100%;
}

.about-last .pagebuilder-column-group {
  position: absolute;
  padding-top: 70px;
  height: calc(100% - 70px);
}

.about-last.four {
  margin-top: 0;
}

.about-last.four .pagebuilder-column-group {
  position: absolute;
  padding-top: 60px;
  height: calc(100% - 60px);
}

.about-last .pagebuilder-column-group .pagebuilder-column-line:first-child {
  gap: 120px;
  padding-bottom: 70px;
}

.about-last.four .pagebuilder-column-group .pagebuilder-column-line:first-child {
  padding-bottom: 12px;
}

.about-last .bottom-frame {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.about-last .under-text [data-content-type="text"] {
  z-index: 1;
}

.about-last .under-text [data-content-type="text"] h2 {
  font-family: var(--EpilogueLight);
  font-weight: 300;
  font-size: 60px;
  line-height: 112%;
  letter-spacing: .2px;
  text-align: center;
  text-transform: uppercase;
  max-width: 1364px;
  margin: 0 auto;
  padding: 0 20px;
}

.about-last .left [data-content-type='text'] {
  position: absolute;
  max-width: 528px;
  font-size: 18px;
  left: 138px;
}

.about-last.four .left [data-content-type='text'] h3 {
  font-family: var(--EpilogueLight);
  font-weight: 300;
  font-size: 32px;
  line-height: 112% !important;
  letter-spacing: .2px;
  text-transform: uppercase;
  color: #D70012;
  margin-bottom: 20px;
}

.about-last .right [data-content-type='text'] {
  position: absolute;
  max-width: 526px;
  font-size: 18px;
  left: 138px;
}

.about-last .left,
.about-last.four .right {
  position: relative;
  justify-content: center;
  align-items: center;
}

.about-hero.bottom .hero-text .pagebuilder-column-line h2 {
  margin: 0 auto;
  font-family: var(--EpilogueLight);
  font-weight: 300;
  font-size: 60px;
  line-height: 112% !important;
  letter-spacing: .2px;
  text-align: center;
  text-transform: uppercase;
  color: #B3B3BA;
  max-width: 1364px;
}

.about-hero.bottom .hero-text .pagebuilder-column-line .top-hero {
  font-family: var(--Epilogue);
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: .5px;
  text-align: center;
  text-transform: uppercase;
  max-width: 806px;
  margin: 0 auto;
  padding-bottom: 128px;
}

.about-hero.bottom .hero-img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.about-hero.bottom .hero-img img {
  object-fit: cover;
}

.about-hero.bottom .hero-text {
  top: 0px;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  padding-bottom: 240px;
}

.about-hero.bottom .hero-text .pagebuilder-column-line {
  margin-top: 140px;
}

.about-text.bottom.creative-three {
  padding-bottom: 12px;
}

@keyframes image-appear {
  from {
    filter: blur(1px);
    opacity: 0;
    scale: .55;
    -webkit-filter: blur(1px);
  }
}

@keyframes text-appear {
  from {
    opacity: 0;
  }
}

body.cms-page-view .page-main .about-text p,
body.cms-page-view .page-main .about-last p {
  animation: text-appear ease-in both;
  animation-timeline: view();
  animation-range: 0vh 70vh;
}

body.cms-page-view div:not(.about-last) .hero-img img {
  animation: image-appear ease-in both;
  animation-timeline: view();
  animation-range: entry 50% 100vh;
}

body.cms-page-view div:not(.about-last) .about-hero.bottom img,
body.cms-page-view div:not(.about-last) .about-hero img,
body.cms-page-view div:not(.about-last) .about-text .hero-img img,
body.cms-page-view div.about-last .hero-img img {
  animation: none;
  -webkit-animation: none;
}

.fx-reveal,
.product.media::after,
.product.media::before,
.product.info.detailed::before,
.product.info.detailed::after,
.page-products .columns::before,
.page-products .columns::after,
.productHolder.cart::after,
.productHolder.cart::before {
  opacity: 0;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
}

.fx-reveal-visible:not(.columns),
.product.info.detailed.fx-reveal-visible::before,
.product.media.fx-reveal-visible::before,
.page-products .columns.fx-reveal-visible::before,
.productHolder.cart.fx-reveal-visible::before,
.productHolder.cart.fx-reveal-visible::after,
.product.info.detailed.fx-reveal-visible::after,
.product.media.fx-reveal-visible::after,
.page-products .columns.fx-reveal-visible::after {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: 1000ms cubic-bezier(0.5, 0, 0, 1) !important;
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  -o-transform: translateY(0) !important;
  -webkit-transition: 1000ms cubic-bezier(0.5, 0, 0, 1) !important;
  -moz-transition: 1000ms cubic-bezier(0.5, 0, 0, 1) !important;
  -ms-transition: 1000ms cubic-bezier(0.5, 0, 0, 1) !important;
  -o-transition: 1000ms cubic-bezier(0.5, 0, 0, 1) !important;
}

.productHolder.cart.fx-reveal-visible::after,
.product.info.detailed.fx-reveal-visible::after,
.product.media.fx-reveal-visible::after,
.page-products .columns.fx-reveal-visible::after {
  transition: 3000ms cubic-bezier(0.5, 0, 0, 1) !important;
  -webkit-transition: 3000ms cubic-bezier(0.5, 0, 0, 1) !important;
  -moz-transition: 3000ms cubic-bezier(0.5, 0, 0, 1) !important;
  -ms-transition: 3000ms cubic-bezier(0.5, 0, 0, 1) !important;
  -o-transition: 3000ms cubic-bezier(0.5, 0, 0, 1) !important;
}

/* CONTACT PAGE START */

.cms-tailor-your-build .about-text .about-text-wrapper {
  position: relative;
  top: 0;
  left: 0px;
  padding: 108px 0 90px;
  width: 100%;
}

.cms-tailor-your-build .middle-text {
  padding: 20px 30px 0;
}

.cms-tailor-your-build .about-hero.bottom .middle-text {
  padding: 360px 30px 100px;
}

.cms-tailor-your-build .about-race .left [data-content-type="image"] {
  position: relative;
  bottom: 0;
  z-index: 1;
}

.cms-tailor-your-build .about-hero.bottom .hero-text .pagebuilder-column-line {
  margin-top: 0;
}

.cms-tailor-your-build .about-hero.bottom {
  padding: 0;
}

.cms-tailor-your-build .bottom-img {
  position: absolute;
  bottom: -140px;
  right: -44px;
  z-index: -1;
}

.cms-tailor-your-build .bottom-row {
  position: relative;
}

.cms-tailor-your-build .about-hero .actions-toolbar>.primary:last-child,
.actions-toolbar.hero {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cms-tailor-your-build .about-hero.bottom .middle-text [data-content-type="text"]:not(.bottom) p {
  font-family: var(--InriaSerif);
  font-weight: 400;
  font-size: 42px;
  line-height: 100%;
  letter-spacing: 0.4px;
  text-align: center;
  text-transform: uppercase;
  color: #B3B3BA;
}

.cms-tailor-your-build .about-hero.bottom .hero-text {
  top: unset;
}

.cms-tailor-your-build .about-hero.bottom .middle-text {
  max-width: 1313px;
}

.cms-tailor-your-build .about-race {
  margin-bottom: -140px;
}

.cms-tailor-your-build .column:not(.sidebar-additional) .form.contact {
  min-width: unset;
  max-width: 1365px;
  width: 100%;
  margin: 60px auto 20px;
}

.cms-tailor-your-build #contact-form {
  padding-bottom: 90px;
  margin-top: -260px;
}

#contact-form-price-match {
  padding-bottom: 60px;
  margin-top: 0px;
}

#contact-form .fieldset {
  margin: 0 0 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

#contact-form .fieldset .field:not(.comment) {
  width: calc(50% - 18px);
  margin: 0;
}

#contact-form .fieldset>.field select {
  height: 80px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 40px 32px 15px;
  color: #1e1e21;
}

#contact-form .fieldset .field.comment,
#contact-form .fieldset .field.additional,
body:not(.cms-customer-service) #contact-form .fieldset .field.help-type {
  width: 100%;
  margin: 0;
}

#contact-form .fieldset .field,
body .product-inquiry-form .w-1\/2,
body .product-inquiry-form .w-full,
.checkout-index-index .fieldset.address>.field,
#customer-email-fieldset .field,
.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment,
.checkout-index-index .fieldset>.field,
.checkout-index-index .fieldset>.fields>.field {
  position: relative;
}

body .product-inquiry-form label .font-bold,
#contact-form .fieldset>.field label,
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label,
.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment .label,
.checkout-index-index .fieldset:not(.payment)>.field .label,
.checkout-index-index .fieldset>.fields>.field .label {
  position: absolute;
  font-family: var(--EpilogueSemiBold);
  font-weight: 600;
  font-size: 16px;
  line-height: 148%;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  margin: 0;
  top: 15px;
  left: 32px;
  color: #1C1C1C;
}

body .payment-method-braintree .cvv {
  max-width: 250px;
}

.braintree-credit-card-selected {
  z-index: 1;
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address,
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 100%;
}

.checkout-index-index .am-submit-summary #checkout-payment-method-load .payment-method-billing-address .actions-toolbar {
  padding: 0;
  margin: 0;
}

.checkout-payment-method .checkout-billing-address .primary .action-update,
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
  margin-bottom: 0;
}

.opc-wrapper .form-login .fieldset .field .label[for="customer-email"],
.checkout-index-index .fieldset>.field .label,
.checkout-index-index .fieldset>.fields>.field .label {
  left: 25px;
}

.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  z-index: 1;
}

#contact-form .fieldset>.field input,
body .product-inquiry-form select,
body .product-inquiry-form input:not(#terms-check),
.checkout-index-index .fieldset>.field input[type="text"],
.checkout-index-index .fieldset>.field input[type="password"],
.checkout-index-index .fieldset>.field input[type="url"],
.checkout-index-index .fieldset>.field input[type="tel"],
.checkout-index-index .fieldset>.field input[type="search"],
.checkout-index-index .fieldset>.field input[type="email"],
.checkout-index-index .fieldset>.field select {
  height: 80px;
  padding: 40px 32px 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  color: #1C1C1C;
}

.checkout-index-index .fieldset>.field input[type="text"],
.checkout-index-index .fieldset>.field input[type="password"],
.checkout-index-index .fieldset>.field input[type="url"],
.checkout-index-index .fieldset>.field input[type="tel"],
.checkout-index-index .fieldset>.field input[type="search"],
.checkout-index-index .fieldset>.field input[type="email"],
.checkout-index-index .fieldset>.field select {
  padding: 40px 25px 15px;
}

#contact-form .fieldset>.field input::placeholder,
#contact-form textarea::placeholder,
body .product-inquiry-form select::placeholder,
body .product-inquiry-form input:not(#terms-check)::placeholder,
.checkout-index-index .fieldset>.field input[type="text"]::placeholder,
.checkout-index-index .fieldset>.field input[type="password"]::placeholder,
.checkout-index-index .fieldset>.field input[type="url"]::placeholder,
.checkout-index-index .fieldset>.field input[type="tel"]::placeholder,
.checkout-index-index .fieldset>.field input[type="search"]::placeholder,
.checkout-index-index .fieldset>.field input[type="email"]::placeholder,
.checkout-index-index .fieldset>.field select::placeholder,
.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment textarea::placeholder {
  font-family: var(--Inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #7C7C87;
}

body .product-inquiry-form textarea,
#contact-form textarea,
.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment textarea {
  color: #1C1C1C;
  padding: 40px 32px 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

/* CONTACT PAGE END */
/* CMS PAGE END */
/* Catalog Page Start */

.page-products .page-wrapper>.page-bottom {
  max-width: 1960px;
  overflow: hidden;
}

.page-products .home-brands .pagebuilder-column-group {
  max-width: 1920px;
  margin-left: auto;
  margin-right: -140px;
  width: calc(100% + 140px);
}

.column.main .products-grid .product-items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px 6px;
}

.page-products .products-grid .product-item {
  width: 100% !important;
}

.page-products .product-item-info {
  width: calc(100% - 24px) !important;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  max-width: 308px;
}

.page-products .products-grid .product-item {
  margin: 0;
}

.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  background: transparent;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 0;
  padding: 12px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 24px);
  width: calc(100% - 24px) !important;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.products-grid .product-item-inner {
  background: transparent;
  box-shadow: none;
  border: none;
  border-top: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  z-index: 0;
}

.products-grid .product-item-actions {
  margin: 0;
}

.products-grid .product-item-actions,
.page-products .products-grid .product-item-inner:before,
.filter .block-subtitle {
  display: none;
}

.breadcrumbs {
  margin: 24px 0;
  min-height: 24px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #5A5A63;
}

.breadcrumbs .items {
  font-family: var(--Epilogue);
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  letter-spacing: 0.2px;
}

.breadcrumbs a:visited {
  color: #5A5A63;
}

.breadcrumbs strong {
  font-family: var(--Epilogue);
  font-weight: 400;
  color: #5A5A63;
}

.breadcrumbs .item:not(:last-child):after {
  content: '/';
  font-size: 20px;
  margin: 0 1px;
}

.category-view .category-view-content {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 60px;
}

.category-view .category-view-content .page-title {
  font-family: var(--EpilogueLight);
  font-weight: 300;
  font-size: 32px;
  line-height: 112%;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  border-left: none;
  padding-left: 0px;
}

.category-view .category-view-content .page-title-wrapper {
  max-width: 666px;
  width: 100%;
}

.category-view .category-view-content .page-title,
.category-view .category-view-content p,
.category-view .category-view-content .category-description {
  margin: 0;
}

.category-view .category-view-content .category-description {
  font-family: var(--Inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
}

body .category-view {
  padding: 0;
  z-index: 1;
  position: relative;
}

.page-products .columns {
  display: inline-block;
  width: 100%;
}

.page-products .columns::before {
  content: '';
  background: url(../images/catalog-bg.webp) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: -140px;
  width: 620px;
  height: 900px;
  bottom: 13%;
  z-index: -1;
}

.pages .action.previous>span:not(.label),
.pages .action.next>span:not(.label) {
  border: 0;
  clip: unset;
  height: 100%;
  margin: 0;
  overflow: unset;
  padding: 0;
  position: relative;
  font-family: var(--EpilogueSemiBold);
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: .2px;
  text-align: center;
  text-transform: uppercase;
  color: #5A5A63;
  line-height: 36px;
  padding-left: 5px;
}

.pages .action.next>span:not(.label) {
  padding-left: 0;
  padding-right: 5px;
}

.pages .action.next::before {
  display: none;
}

.pages .action.previous {
  margin-right: 52px;
}

.pages .action.next {
  margin-left: 52px;
}

.pages .action.next:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #5A5A63;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  line-height: 36px;
}

.pages .action {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.pages .action.previous:visited:before,
.pages .action:visited,
.pages .action.previous:visited:before,
.pages .action.next:visited:before {
  color: #5A5A63;
}

.pages .item {
  line-height: 32px;
  margin: 0 28px 0 0;
}

.pages a.page,
.pages a.page:visited {
  font-family: var(--EpilogueSemiBold);
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: .2px;
  text-align: center;
  text-transform: uppercase;
  color: #5A5A63;
}

.pages strong.page {
  background: #D70012;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #fff;
  line-height: 32px;
  padding: 0;
  font-size: 18px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pages .action:hover {
  background: transparent;
}

.products.wrapper~.toolbar .pages {
  float: unset;
  margin: 90px 0 82px;
}

.pages .action.previous:hover:before,
.pages .action.previous:hover>span:not(.label),
.pages .action.next:hover>span:not(.label),
.pages .action:hover:after,
.pages .action:hover span,
.filter-options-content .item a:hover .count {
  color: #D70012;
}

.page-products .columns::after {
  content: '';
  background: url(../images/product-bottom-frame.webp) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: -140px;
  width: 665px;
  height: 152px;
  bottom: 22px;
  z-index: -1;
  visibility: visible;
  overflow: unset;
}

.page-with-filter .toolbar-amount {
  font-family: var(--Epilogue);
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  letter-spacing: .2px;
  text-align: center;
  text-transform: uppercase;
}

.toolbar-products {
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 40px;
}

.toolbar-products::before,
.toolbar-products .modes,
.toolbar-products::after {
  display: none;
}

.toolbar-products #toolbar-amount {
  flex: 1;
  text-align: left;
  font-family: var(--Epilogue);
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  text-transform: uppercase;
  color: #7C7C87;
}

.products.wrapper.products-grid {
  position: relative;
}

.products.wrapper.products-grid::before {
  content: '';
  background: url(../images/product-desc-bg.webp) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: -418px;
  width: 1003px;
  height: 620px;
  bottom: -99px;
  z-index: -1;
}

.sorter-action:before {
  color: #1C1C1C;
  font-size: 24px;
  content: "\e912";
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.sorter-action.sort-desc:before {
  content: "\e912";
  font-size: 24px;
  color: #1C1C1C;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.sorter-label {
  font-family: var(--EpilogueSemiBold);
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: .2px;
  text-transform: uppercase;
}

.toolbar .sorter-action {
  position: relative;
  top: -4px;
}

.page-products .sorter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
}

.page-products .sorter #sorter {
  position: absolute;
  right: 0;
  margin: 0;
  background: transparent;
  width: 45px;
  z-index: 1;
  box-shadow: none;
  border: none;
  padding: 4px 25px 5px 20px;
  cursor: pointer;
}

/* Catalog Page End */
/* Product Page Start */

.catalog-product-view .breadcrumbs {
  margin-top: 40px;
  padding-left: 0;
  min-height: 36px;
  margin-bottom: 15px;
}

.catalog-product-view .product-info-main .page-title-wrapper h1 {
  font-family: var(--EpilogueBold);
  font-weight: 700;
  font-size: 32px;
  line-height: 112%;
  letter-spacing: 0.2px;
  vertical-align: middle;
  text-transform: none;
  margin-bottom: 24px;
  border: none;
  padding-left: 0;
  margin-top: 0;
  color: #1C1C1C;
}

.product.data.items:before,
.product.data.items:after {
  display: none;
}

.product-social-links {
  display: none;
}

/* Product tabs */

.product.info.detailed {
  margin: 0;
  padding: 60px 0 120px;
  border-top: 1px solid #B3B3BA;
  position: relative;
  width: 100%;
}

.product.info.detailed::before {
  content: '';
  background: url(../images/product-desc-bg.webp) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: -140px;
  width: 1003px;
  height: 620px;
  bottom: 80px;
  z-index: -1;
}

.product-tabs-wrapper {
  display: grid;
  grid-template-columns: 387px 1fr;
  gap: 130px;
}

.tabs-titles .tabs-titles-wrapper {
  background: #ffff;
  padding: 24px 12px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.tabs-titles .item.title {
  margin: 0 0 22px;
}

.tabs-titles .item.title:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.tabs-titles .item.title .data.switch {
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  color: #1C1C1C;
  font-family: var(--Epilogue);
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: .5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

.tabs-titles .item.title.active .data.switch {
  font-family: var(--Epilogue);
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #fff;
  background-color: #1C1C1C;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  padding: 12px 20px 8px;
}

.product.data.items .item.title a:after {
  display: none;
}

.product.data.items .item.title.active a::before {
  content: "\e90c" !important;
  font-family: var(--LumaIcons) !important;
  font-size: 12px;
  right: 20px;
  transform: rotate(-90deg);
  top: 9px;
  position: absolute;
}

.block-search .label:before {
  display: none;
}

body.-amsearch-overlay-opened .logo,
body.-amsearch-overlay-opened .nav-sections {
  z-index: unset;
}

.tabs-content h1,
.tabs-content h2,
.tabs-content h3,
.tabs-content h4,
.tabs-content h5,
.tabs-content h6 {
  font-family: var(--EpilogueBold);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: .5px;
  vertical-align: middle;
  word-break: break-word;
}

.tabs-content h3 {
  font-size: 20px;
}

.tabs-content h4,
.tabs-content h5,
.tabs-content h6 {
  font-size: 18px;
}

.tabs-content,
.tabs-content p,
.tabs-content li,
form [for="terms"] {
  font-family: var(--Inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 20px;
}

.tabs-content li {
  margin-bottom: 10px;
}

.tabs-content .item.content {
  padding: 0;
  border: none;
}

.tabs-content #description .product.attribute.brand {
  display: none;
}

.product-info-main .product.attribute.sku .type:after,
.product-info-main .product.attribute.brand .type:after {
  content: ":";
}

.product-info-main .product-info-stock-sku {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  float: none;
  padding-bottom: 24px;
  margin-top: 40px;
  padding-left: 0;
  vertical-align: top;
  font-family: var(--Epilogue);
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  letter-spacing: .2px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000;
  text-align: left;
}

.product-info-main .product.attribute.sku .type,
.product-info-main .product.attribute.brand .type {
  word-break: break-all;
  word-wrap: break-word;
  font-weight: normal;
  margin-right: 0px;
  font-family: var(--Epilogue);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .2px;
  text-transform: uppercase;
}

.product-info-main .product.attribute.brand .value {
  display: inline;
}

.product-info-main .product-info-price {
  color: #1C1C1C;
  border-bottom: none;
  display: block;
  margin-bottom: 0;
  width: 100%;
}

.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price,
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-family: var(--Epilogue);
  font-weight: 300;
  font-size: 32px;
  line-height: 112%;
  letter-spacing: .2px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #1C1C1C;
}

.product-info-main .product-info-price .old-price .price-wrapper .price {
  text-decoration: line-through;
  color: #9D9DA3;
}

.product-info-main .product-info-price .price-box .price-container>span.price-label {
  display: none;
}

.product-info-main .product-info-price .price-box .price-container>span {
  margin: 0;
}

.product-info-main .product-info-price .price-box {
  padding-bottom: 24px;
}

.product-info-main .stock.available,
.product-info-main .stock.unavailable,
.product-info-main .stock.preorder,
.free-shipping {
  font-family: var(--Inter);
  font-weight: 400;
  font-size: 12px;
  line-height: 115%;
  letter-spacing: .2px;
  padding: 4.5px 16px;
  background-color: #02A037;
  color: #fff;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  display: inline;
}

.product-info-main .stock.preorder {
  text-transform: uppercase;
  margin: 0 0 3px;
  background-color: #bc9001;
}

.free-shipping {
  text-transform: uppercase;
  display: inline-block;
  background-color: #02A037;
}

.stock+.free-shipping {
  margin-left: 8px;
}

.product-info-main .product.attribute.overview {
  font-family: var(--Inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  margin: 40px 0 0;
}

.product-info-main .stock.unavailable {
  background-color: #D70012;
}

.catalog-product-view .columns .column.main {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 32px;
}

.catalog-product-view.page-layout-1column .product.media {
  width: calc(50% - 10px);
  max-width: 812px;
  margin: 0;
  position: relative;
  z-index: 1;
}

body.filter-active .page-wrapper {
  height: 100%;
  margin-top: 0;
  visibility: unset;
}

.page-products .sidebar-main .filter.active .filter-content .filter-current .items {
  display: none;
}

body.page-products .sidebar-main .filter.active .filter-content {
  overflow-y: unset;
}

.filter.active .filter-options {
  height: calc(100% - 260px);
  overflow: auto;
}

/* Catalog Sidebar Start */

.page-products .filter-title {
  display: none;
}

.modal-filter-button:hover,
.modal-filter-button:focus,
.modal-filter-button:active {
  background-color: transparent;
  color: #000;
  border: navajowhite;
}

.modal-filter-button:not(.primary):active {
  box-shadow: none;
}

.page-products .filter-title,
.modal-filter-button {
  cursor: pointer;
}

.filter-options-title:after {
  top: 11px;
}

body.filter-active {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.page-products.filter-active .columns {
  z-index: unset;
}

.page-products.filter-active .sidebar-main {
  z-index: 900;
}

body.filter-active .page-wrapper {
  height: 100%;
  margin-top: 0;
  visibility: unset;
}

.amsearch-overlay-blocky,
body:not(.filter-active) .am_shopby_apply_filters,
.am-show-button.-vertical:before,
.am-show-button>.am-items {
  display: none !important;
}

.amsearch-overlay-block.active {
  display: block;
}

body.filter-active .amsearch-overlay-block {
  display: block !important;
  cursor: pointer;
}

body.filter-active .page-header {
  z-index: 11;
}

.am-show-button {
  position: relative;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  min-width: unset;
  width: inherit;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.products {
  margin: 16px 0;
}

.page-products .filter-title strong,
.modal-filter-button {
  background-color: transparent;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--EpilogueSemiBold);
  text-transform: uppercase;
  box-shadow: none;
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  left: 0;
  color: #000;
  float: right;
}

.modal-filter-button::before,
body.page-products.filter-active .filter-title::before {
  content: "\e911";
  font-family: var(--LumaIcons);
  font-size: 24px;
  color: #000;
  font-weight: normal;
  position: relative;
  top: -1.5px;
}

body.page-products .filter-title,
body.page-products .filter-title strong::after {
  display: block;
  opacity: 0;
}

body.page-products.filter-active .filter-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  position: fixed;
  right: 40px;
  top: 0px;
  z-index: 999;
  opacity: 1;
  width: 588px;
  padding: 40px 0;
  background-color: #fff;
}

body.page-products.filter-active .am_shopby_apply_filters {
  position: fixed;
  bottom: 40px;
  right: 40px;
  left: unset !important;
  top: unset !important;
  z-index: 999;
  width: 100% !important;
  max-width: 355px;
  background: transparent;
}

.am-show-button>.amshopby-button {
  width: 100%;
}

body.page-products.filter-active .filter-title strong {
  font-size: 0;
}

body.page-products.filter-active .filter-title strong::after {
  content: 'FILTERS';
  font-family: var(--EpilogueSemiBold);
  font-weight: 600;
  font-size: 18px;
  line-height: 102%;
  text-transform: uppercase;
  position: absolute;
  top: 48px;
  left: 36px;
  opacity: 1;
}

body.page-products.filter-active .filter-title::after {
  content: '\e616';
  background-color: #000;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  font-family: var(--LumaIcons);
  position: absolute;
  right: 0;
}

#narrow-by-list .filter-options-item {
  border-color: #B3B3BA;
  padding-bottom: 0px;
}

.filter-options-item .filter-options-title:after {
  content: "\e915";
  top: 18px;
  right: 0;
  color: #5A5A63;
  font-size: 11px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #F2F2F2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.filter-options-item.active>.filter-options-title:after {
  content: "\e910";
  color: #5A5A63;
}

.filter-options-item .filter-options-content {
  padding-bottom: 25px;
}

.filter-options-item .filter-options-content .items [class*='am-filter-item'],
.filter-options .am-labels-folding .item.backMenu .category a {
  font-family: var(--Epilogue);
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  text-transform: uppercase;
  color: #1C1C1C;
}

[data-amshopby-filter="category_ids"] li.backMenu .categories a:before {
  font-family: 'luma-icons';
  content: '\e617';
  font-size: 14px;
  position: absolute;
  left: -15px;
  line-height: 21px;
}

[data-amshopby-filter="category_ids"] li.backMenu .categories li:not(.active) a::before {
  display: none;
}

.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.backMenu) {
  padding-left: 15px;
}

.filter-options .am-labels-folding .item.backMenu ul {
  padding: 0;
  list-style: none;
}

.filter-options .am-labels-folding .item.backMenu .category a {
  font-family: var(--EpilogueBold);
  font-weight: bold;
}

.items[class*='category_ids']:not(.items-children)>.item>a {
  font-weight: 400;
}

.filter-options-content .items.-am-singleselect .amshopby-link-selected,
.filter-options-content .swatch-option.selected+.am-shopby-swatch-label {
  font-family: var(--EpilogueSemiBold);
  font-weight: 600;
}

.filter-options-content .items.-am-singleselect .amshopby-link-selected .count,
.filter-options-content .swatch-option.selected+.am-shopby-swatch-label .count {
  color: #1C1C1C;
}

.filter-options-title {
  font-family: var(--Epilogue);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #1C1C1C;
  padding: 19px 40px 15px 0px;
  overflow-wrap: normal;
  word-break: normal;
}

.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .am-category-wrapper,
.filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0 2px;
}

.filter-actions .filter-clear {
  font-family: var(--Epilogue);
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: #d70012;
}

.amshopby-filter-current .amshopby-item.item {
  font-size: 16px;
  font-family: var(--Epilogue);
  text-transform: uppercase;
}

.amshopby-filter-current .amshopby-remove {
  width: 16px;
  height: 16px;
  top: 2px;
}

.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  background-color: #000;
}

.amshopby-filter-current .amshopby-filter-name {
  font-size: var(--EpilogueBold);
  padding: 0 5px 0 5px;
}

.page-products .filter-actions .filter-clear:hover {
  color: #d70012;
  text-decoration: underline;
}

.page-products .sidebar-main .filter.active .filter-content .filter-actions::before {
  font-family: var(--LumaIcons);
  content: "\e916";
  color: #d70012;
  font-size: 24px;
  position: relative;
  top: -1.5px;
}

.page-products .sidebar-main .filter.active .filter-content .filter-current .items {
  padding: 10px 0px;
}

.page-products .sidebar-main .filter.active .filter-content {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  right: 0;
}

.page-products.page-layout-2columns-left .column.main {
  width: 100%;
  padding: 0;
}

/* Catalog Sidebar End */

.catalog-product-view.page-layout-1column .product.media::before {
  content: '';
  background: url(../images/product-bottom-frame.webp) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: -140px;
  width: 665px;
  height: 152px;
  bottom: 0;
  z-index: -1;
}

.catalog-product-view.page-layout-1column .product-info-main {
  width: calc(50% - 22px);
  z-index: 1;
}

[data-mage-init].catalog-product-view.page-layout-1column .product-info-main {
  max-width: 749px;
}

.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb:nth-child(2) {
  padding-top: 0;
}

.fotorama__thumb-border {
  display: none;
}

.field.qty .label {
  display: none !important;
}

.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  box-shadow: none;
}

.fotorama__arr:hover,
.fotorama__thumb__arr:hover,
.fotorama__arr,
.fotorama__thumb__arr {
  background: transparent;
}

.cm-lightbox__nav.cm-lightbox__next,
.cm-lightbox__nav.cm-lightbox__prev {
  font-size: 0;
}

.fotorama__arr--prev .fotorama__arr__arr,
.fotorama__arr--next .fotorama__arr__arr,
.fotorama__arr--prev,
.fotorama__arr--next {
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.fotorama__arr--prev .fotorama__arr__arr::before,
.fotorama__arr--next .fotorama__arr__arr::before,
.cm-lightbox__nav.cm-lightbox__next::before,
.cm-lightbox__nav.cm-lightbox__prev::before {
  content: "\e90b";
  font-family: var(--LumaIcons);
  position: inherit;
  font-size: 35px;
  font-weight: 400;
  color: #D70012;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.fotorama__arr--next .fotorama__arr__arr::before,
.cm-lightbox__nav.cm-lightbox__next::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.fotorama__arr--prev:hover .fotorama__arr__arr::before,
.fotorama__arr--next:hover .fotorama__arr__arr::before,
.cm-lightbox__nav.cm-lightbox__next:hover::before,
.cm-lightbox__nav.cm-lightbox__prev:hover::before {
  color: #1C1C1C;
}

.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  filter: contrast(10) brightness(1);
  -webkit-filter: contrast(10);
}

._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}

.product-options-wrapper {
  margin-bottom: 40px;
  position: relative;
}

.config-price-desc {
  font-size: 14px;
  font-style: italic;
  line-height: 140%;
  color: #1C1C1C;
  padding-top: 20px;
}

.config-price {
  font-family: var(--EpilogueBold);
  font-weight: 700;
  font-size: 32px;
  line-height: 112%;
  letter-spacing: .2px;
  text-transform: uppercase;
}

.product-info-main .box-tocart {
  margin-top: 40px;
}

.box-tocart .fieldset {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
}

.box-tocart .fieldset .field.qty {
  margin: 0;
  width: 180px;
}

.box-tocart .fieldset .actions {
  flex: 1;
}

.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 0;
  max-width: 100%;
}

.paypal {
  display: block;
}

.box-tocart .input-text.qty {
  width: 76px;
  border: none;
  height: 40px;
  font-family: var(--Epilogue);
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.box-tocart .fieldset .control {
  display: flex;
  background-color: #fff;
  height: 62px;
  align-items: center;
  justify-content: center;
  border: 1px solid #9D9DA3;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.icon-minus,
.icon-plus {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #F2F2F2;
  cursor: pointer;
}

.guarantie {
  padding: 20px 0 18px;
  margin: 0;
  list-style: none;
  color: #1C1C1C;
  display: flex;
  gap: 40px;
}

.guarantie li {
  padding-left: 36px;
}

.guarantie li span:not(.under) {
  display: block;
  font-family: var(--EpilogueSemiBold);
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: .2px;
  text-transform: uppercase;
  position: relative;
  text-decoration: underline;
  text-decoration-style: solid;
  cursor: pointer;
}

.guarantie li a {
  text-decoration: none;
  color: #1C1C1C;
}

.guarantie li:hover a,
.guarantie li:hover .guarant {
  color: #d70012;
}

.guarantie li span::before {
  position: absolute;
  left: -36px;
}

.guarantie li .under {
  font-size: 16px;
  line-height: 140%;
  text-decoration: none;
  color: #1C1C1C;
  margin-top: 2px;
  display: inline-block;
}

.guarantie .guarant::before {
  font-family: var(--LumaIcons);
  content: "\e914";
  font-size: 24px;
}

.guarantie .inquire::before {
  font-family: var(--LumaIcons);
  content: "\e913";
  font-size: 24px;
}

.navigation .level0.parent>.level-top>.ui-menu-icon:after,
.filter-options-title:after {
  content: "\e90c";
}

.active>.filter-options-title:after {
  content: "\e917";
}

.product-options-wrapper .field {
  margin-bottom: 12px;
  position: relative;
}

.product-options-wrapper .fieldset .field:nth-child(2),
.product-options-wrapper .fieldset .field:not(.configurable):nth-child(3) {
  width: calc(100% - 121px);
}

#reset-product-options {
  position: absolute;
  right: 0;
  top: 30px;
  color: #d70012;
  font-family: var(--Epilogue);
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  letter-spacing: .2px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 11px 0 16px;
  gap: 12px;
  cursor: pointer;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  opacity: 1;
}

#reset-product-options.hidden {
  opacity: 0;
}

#reset-product-options::before {
  font-family: var(--LumaIcons);
  content: "\e916";
  color: #d70012;
  font-size: 24px;
  position: relative;
  top: -2px;
}

.product-options-wrapper .field .label {
  font-family: var(--EpilogueSemiBold);
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: .2px;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  z-index: 1;
  top: 17px;
  left: 32px;
}

.product-options-wrapper textarea {
  font-size: 18px;
  line-height: 140%;
  color: #7C7C87;
  border: 1px solid #B3B3BA;
  background-color: #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 40px 32px 16px;
  position: relative;
}

.product-options-wrapper .control select {
  font-size: 18px;
  line-height: 140%;
  color: #7C7C87;
  height: 80px;
  background: #fff url(../images/arrow-down-w.svg) no-repeat calc(100% - 32px) 50%;
  border: 1px solid #B3B3BA;
  background-color: #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 40px 32px 16px;
  position: relative;
  cursor: pointer;
}

.product-options-wrapper .control select::before {
  content: '';
}

.product-add-form .product-options-wrapper .field .control {
  width: 100%;
}

.w-1\/2 {
  width: calc(50% - 10px);
}

.flex {
  display: flex;
  gap: 20px;
}

.text-xs {
  font-size: 18px;
  line-height: 1rem;
}

.font-bold {
  font-family: var(--InterMedium);
  font-weight: 500;
  line-height: 35px;
}

.w-full {
  width: 100%;
}

.hidden-fields-container {
  display: none;
}

.mt-2 {
  margin-top: 20px;
}

.flex-wrap {
  flex-wrap: wrap;
}

.fotorama__nav-wrap--vertical .fotorama__nav__shaft,
.fotorama__thumb,
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  background: #F2F2F2;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.fotorama__stage__frame .fotorama__img {
  width: calc(100% - 9px);
  object-fit: cover;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage:after,
.fotorama__nav:after {
  display: none;
}

/* Product tabs end */
/* Product Page End */
/* Cart Page */

.icon-minus:hover:before,
.icon-plus:hover:before {
  color: #fff;
}

.icon-minus:hover,
.icon-plus:hover {
  background-color: #5A5A63;
}

.page-title-wrapper h1 {
  border-left: 2px solid #D70012;
  padding-left: 32px;
  text-transform: uppercase;
  font-size: 42px;
  color: #5A5A63;
  margin-bottom: 40px;
  margin-top: 40px;
}

.abs-shopping-cart-items-desktop,
.block-cart-failed,
.cart-container .form-cart,
.cart-container .cart-gift-item {
  width: 100%;
  padding-right: 0;
  position: relative;
}

.productHolder.cart {
  display: flex;
  gap: 35px;
  padding-bottom: 120px;
  position: relative;
}

.productLeftSide {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.productHolder.cart .productRightSidec {
  box-shadow: none;
  padding: 0;
  max-width: 527px;
  width: 100%;
  height: min-content;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

#block-discount {
  background-color: transparent;
  margin-bottom: 32px;
}

.cart-summary {
  padding: 32px 32px 42px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  width: 100%;
  position: static;
  margin-bottom: 0;
}

.productHolder.cart .productLeftSideTop {
  background-color: #fff;
  padding: 32px;
  border-radius: 20px;
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.cart.table-wrapper .cart thead tr th.col {
  border-bottom: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #7C7C87;
  padding: 0 11px 0px;
}

.cart.table-wrapper .col.qty label,
.minicart-items .product-item-details .details-qty {
  display: flex;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  border: 1px solid #9D9DA3;
  height: 64px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  width: 140px;
}

.minicart-items .product-item-details .details-qty {
  margin-top: 15px;
}

.minicart-items .update-cart-item {
  margin-left: 0;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  border-radius: 0;
  vertical-align: top;
  position: absolute;
  right: 35px;
  border-color: #000;
  box-shadow: none;
}

.cart.table-wrapper .col.qty .input-text {
  height: 46px;
  padding: 0;
  margin-top: 0px;
  text-align: center;
  width: 46px;
  border: none;
}

.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax .price,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-family: var(--Epilogue);
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  letter-spacing: .2px;
  text-align: center;
  text-transform: uppercase;
  color: #1C1C1C;
}

.cart.table-wrapper .product-item-name {
  font-family: var(--Inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

.cart.table-wrapper .product-item-name+.item-options {
  margin-top: 0px;
  font-family: var(--Inter);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}

.table>tbody+tbody .cart.table-wrapper .item .col.item {
  padding: 20px 8px 20px 0;
}

.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  padding: 41px 11px 10px;
}

body .cart.table-wrapper .cart tbody td.item-actions {
  padding-top: 30px;
}

.table>tbody+tbody .col.price,
.table>tbody+tbody .col.price,
.table>tbody+tbody .col.subtotal,
.table>tbody+tbody .col.subtotal {
  padding-top: 40px !important;
}

.table>tbody+tbody .col.qty,
.table>tbody+tbody .col.qty {
  padding-top: 20px !important;
}

.block-cart-failed,
.cart-container .form-cart,
.table-wrapper {
  margin-bottom: 0px;
}

.cart.table-wrapper .cart>.item {
  border-color: #B3B3BA;
  border-bottom: none;
}

.table>tbody+tbody td.item-actions {
  padding-top: 30px !important;
}

.cart.table-wrapper .product-item-details {
  padding-bottom: 0px;
  padding-top: 23px;
}

.cart.table-wrapper .table>tbody+tbody .product-item-details {
  padding-top: 20px;
}

.cart.table-wrapper .col.qty {
  padding-top: 20px;
}

.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: left;
}

.cart.table-wrapper .cart thead tr th.col.item,
.cart.table-wrapper .cart thead tr th.col.qty {
  text-align: center;
}

.cart.table-wrapper .action:last-child,
.cart.table-wrapper .cart tbody td.item-actions {
  margin-right: 0;
  width: 44px;
  padding-right: 0 !important;
  text-align: right;
  padding-top: 7px;
}

.cart.table-wrapper .actions-toolbar {
  min-height: 24px;
  padding-bottom: 0;
  position: relative;
}

.minicart-items .action.delete span {
  font-size: 0;
}

.cart.table-wrapper .actions-toolbar>.action-delete:before,
.minicart-items .action.delete::after {
  font-family: var(--LumaIcons);
  content: "\e916";
  color: #d70012;
  font-size: 24px;
  line-height: 26px;
}

.customer-account-login .columns .column.main,
.customer-account-forgotpassword .columns .column.main,
.customer-account-create .columns .column.main,
.account .columns,
.customer-account-logoutsuccess .columns .column.main {
  position: relative;
  padding-bottom: 120px;
}

.form-wrapper-service::after,
.contact-page .pagebuilder-column-group::after,
.productHolder.cart::after,
.customer-account-login .columns .column.main::after,
.customer-account-forgotpassword .columns .column.main::after,
.customer-account-create .columns .column.main::after,
.account .columns .column.main::after,
.checkout-index-index #checkout::after {
  content: '';
  background: url(../images/product-bottom-frame.webp) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: -140px;
  width: 665px;
  height: 152px;
  bottom: 71px;
  z-index: -1;
  visibility: visible;
  overflow: unset;
}

.form-wrapper-service::after,
.contact-page .pagebuilder-column-group::after,
.customer-account-login .columns .column.main::after,
.customer-account-forgotpassword .columns .column.main::after,
.customer-account-create .columns .column.main::after,
.account .columns .column.main::after,
.checkout-index-index #checkout::after {
  bottom: 0;
}

.checkout-index-index #checkout::after {
  left: 0;
}

.contact-page .pagebuilder-column-group {
  position: relative;
}

.contact-page .pagebuilder-column-group::before,
.productHolder.cart::before,
.customer-account-login .columns .column.main::before,
.customer-account-forgotpassword .columns .column.main::before,
.customer-account-create .columns .column.main::before,
.account .columns::before,
.customer-account-logoutsuccess .columns .column.main::before,
.checkout-index-index .columns .column.main::before {
  content: '';
  background: url(../images/product-desc-bg.webp) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: -140px;
  width: 1003px;
  height: 620px;
  top: -105px;
  z-index: -1;
}

.productHolder.cart::before {
  width: 800px;
  height: 500px;
}

.checkout-index-index .columns .column.main::before {
  top: 240px;
  right: 0px;
}

.cart.table-wrapper .item-options dd,
.minicart-items .product-item-details .product .options.list dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  word-break: keep-all;
}

.minicart-items .product.options .toggle>span,
.minicart-items .product-item-details [data-role="content"] {
  font-size: 13px;
}

.cart-summary .block>.title:after,
.minicart-items .product .toggle:after {
  content: "\e90c";
  line-height: 17px;
}

.abs-cart-block.active>.title:after,
.abs-discount-block .block.active>.title:after,
.cart-summary .block.active>.title:after,
.magento-payments-review-discount .block.active>.title:after,
.paypal-review-discount .block.active>.title:after,
.cart-discount .block.active>.title:after,
.minicart-items .product .active>.toggle:after {
  content: "\e917";
}

.cart-summary>.title,
#block-discount-heading {
  margin-top: 0;
  display: none;
}

.cart-totals {
  padding-top: 0;
}

.cart-totals,
.cart-summary .block>.title,
.cart-summary tr {
  border-color: #B3B3BA;
}

.cart-summary .block>.title {
  border-top: none;
}

.cart-summary .fieldset,
.cart-summary .block .content,
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin-bottom: 0px;
  padding-bottom: 0;
}

#co-shipping-method-form {
  margin-top: 5px;
}

#discount-form .field,
#discount-form {
  position: relative;
}

#discount-coupon-form .fieldset.coupon,
#discount-form .fieldset.coupon {
  float: none;
  display: flex;
  width: 100%;
  position: relative;
  height: 80px;
}

#discount-coupon-form input,
#discount-form input {
  margin-right: 0px;
  padding: 40.5px 0 11.5px 32px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  font-family: var(--Epilogue);
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: .5px;
  text-transform: uppercase;
  height: 80px;
  border: 1px solid #B3B3BA;
  background-color: #fff;
}

label[for="coupon_code"],
label[for="discount-code"] {
  position: absolute;
  left: 32px;
  top: 13.5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #9D9DA3;
}

.opc-wrapper .form-discount .field label[for="discount-code"] {
  clip: unset;
  height: 100%;
  margin: 0;
  overflow: unset;
  padding: 0;
  width: 100%;
  cursor: pointer;
}

#discount-coupon-form .control,
#discount-form .control {
  width: 100%;
}

#discount-coupon-form .primary,
#discount-form .primary {
  position: absolute;
  top: 12px;
  right: 12px;
  width: auto;
  display: block;
  height: 56px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#discount-form .primary {
  right: 18px;
}

#discount-coupon-form .action,
#discount-form .action {
  position: initial;
  margin-left: 0;
  white-space: nowrap;
  border-radius: 50%;
  border: none;
  height: 56px;
  width: 56px;
  background: #5A5A63;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

#discount-form .action span {
  font-size: 0;
}

#discount-form .action::after {
  font-weight: 400;
  font-family: var(--LumaIcons);
  content: "\e90b";
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

#discount-coupon-form .action.cancel,
#discount-form .action.cancel {
  background: #D70012;
}

.minicart-items .action.edit,
.minicart-items .product-item-pricing .label,
.minicart-wrapper .loading-mask {
  display: none;
}

.minicart-wrapper .product .actions>.primary:not(:last-child),
.minicart-wrapper .product .actions>.secondary:not(:last-child) {
  margin-right: 0;
}

.minicart-wrapper .product .actions {
  float: none;
  margin: 0;
  position: absolute;
  bottom: 17px;
  right: 0;
}

.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount,
.category-description p,
.category-description a {
  font-size: 16px;
}

.cart-totals .grand strong,
.cart-summary .block .title strong,
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  font-family: var(--InterMedium);
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
}

.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  padding: 10px 0;
}

.opc-block-summary .table-totals tbody .totals.sub .mark,
.opc-block-summary .table-totals tbody .totals.sub .amount {
  padding-top: 20px;
}

.opc-block-summary .table-totals tbody .totals.shipping.excl .mark,
.opc-block-summary .table-totals tbody .totals.shipping.excl .amount {
  padding-bottom: 20px;
}

body textarea,
body textarea:not([disabled]):focus {
  border: 1px solid #B3B3BA;
  background-color: #fff;
}

.opc-block-summary .mark .value {
  font-size: 14px;
  color: #9D9DA3;
}

.cart-totals .grand strong .price {
  font-family: var(--EpilogueBold);
  font-weight: 700;
  font-size: 16px;
  line-height: 148%;
  letter-spacing: .2px;
  text-align: center;
  text-transform: uppercase;
}

input[type=radio] {
  min-width: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  color: #ee3452;
  width: 25px;
  height: 25px;
  padding: 3px;
  border: 2px solid #ee3452;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

input[type=radio]::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 60%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #ee3452;
  background-color: #ee3452;
  -webkit-border-radius: 60%;
  -moz-border-radius: 60%;
  -ms-border-radius: 60%;
  -o-border-radius: 60%;
}

input[type=radio]:checked::before {
  transform: scale(.7);
}

.cart-summary .block .item-options .field .radio {
  float: left;
  margin-top: 0px;
}

.cart-summary .block .item-options {
  margin: 15px 0;
}

.cart-summary .block .item-options .field .radio+.label {
  line-height: 24px;
  margin-left: 32px;
  font-weight: 400;
  font-size: 16px;
}

.cart-summary .block #co-shipping-method-form .item-options .field .radio+.label {
  margin-left: 0;
}

.cart-summary .block .fieldset .field:not(.choice)>.label,
.cart-summary .fieldset .item-title {
  font-family: var(--InterMedium);
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}

.cart-summary .block .fieldset .field select,
.cart-summary .block .fieldset input[type="text"] {
  height: 40px;
}

.cart-summary .block .price {
  font-weight: 400;
}

/* Cart Page End */
/* 404 Start */

body.cms-no-route .page-header .header.panel {
  padding: 28px 0 12px;
}

body.cms-no-route .page-header .header.panel [data-content-type='html'] ul.top-links a,
body.cms-no-route .social li a::before {
  color: #fff;
}

body.cms-no-route .page-main {
  padding: 0 12px;
  max-width: 1924px;
}

.page404 {
  position: relative;
  margin-top: -216px;
  padding-bottom: 8px;
}

.page404 img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.page404 .hero-text {
  position: absolute;
  left: 0;
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page404 .hero-text .pagebuilder-column-line h1 {
  margin: 0 0 12px;
  font-family: var(--EpilogueLight);
  font-weight: 300;
  font-size: 100px;
  line-height: 112% !important;
  letter-spacing: .2px;
  text-align: center;
  text-transform: uppercase;
}

.page404 .middle-text {
  max-width: 866px;
  margin: 0 auto;
  padding: 0 30px;
  font-family: var(--Epilogue);
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: .5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.page404 .buttons ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
}

.page404 .buttons ul a,
.actions-toolbar .action.primary,
.am-show-button>.amshopby-button,
.action.action-login.secondary,
.action.primary.checkout,
.action.viewcart,
.checkout-payment-method .checkout-billing-address .primary .action-update,
.gallerie-page p a {
  background: #F2F2F2;
  border: 1px solid #9D9DA3;
  color: #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  box-sizing: border-box;
  margin: 0;
  font-family: var(--Epilogue);
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: .5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  height: 64px;
  padding: 0 12px 0 24px;
  text-align: left;
}

.page404 .buttons ul a {
  background: transparent;
}

.gallerie-page p a {
  max-width: 240px;
}

.secondary .action.viewcart {
  background: #fff;
}

.actions-toolbar .action.primary,
.am-show-button>.amshopby-button,
.checkout-payment-method .payment-methods .actions-toolbar .action.primary,
.checkout-payment-method .payment-methods .actions-toolbar .amshopby-button,
.checkout-payment-method .payment-methods .actions-toolbar .am-filter-go,
.action.action-login.secondary,
.checkout-payment-method .checkout-billing-address .primary .action-update {
  background: #000000;
}

.checkout-payment-method .payment-methods .actions-toolbar .action.primary {
  width: 100%;
  margin: 0 0 32px;
  max-width: 100%;
  padding: 14px 12px 14px 24px;
}

.checkout-payment-method .payment-methods .actions-toolbar .action.primary,
.checkout-payment-method .payment-methods .actions-toolbar .amshopby-button,
.checkout-payment-method .payment-methods .actions-toolbar .am-filter-go,
.action.action-login.secondary {
  border-color: #000;
}

.page404 .buttons ul a:after,
.actions-toolbar .action.primary::after,
.am-show-button>.amshopby-button::after,
.action.action-login.secondary::after,
.action.primary.checkout::after,
.action.viewcart::after,
.checkout-payment-method .checkout-billing-address .primary .action-update::after,
.gallerie-page p a::after {
  font-family: var(--LumaIcons);
  content: "\e90b";
  color: #fff;
  font-size: 16px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D70012;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.page404 .buttons ul a:hover,
.action.primary.checkout:hover,
.action.viewcart:hover,
.form-wrapper-service .actions-toolbar .action.primary:hover,
.checkout-payment-method .checkout-billing-address .primary .action-update:hover,
.gallerie-page p a:hover {
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  background: #1C1C1C;
  border: 1px solid #1C1C1C;
}

.actions-toolbar .action.primary:hover,
.am-show-button>.amshopby-button:hover,
.checkout-payment-method .payment-methods .actions-toolbar .action.primary:hover,
.checkout-payment-method .payment-methods .actions-toolbar .amshopby-button:hover,
.checkout-payment-method .payment-methods .actions-toolbar .am-filter-go:hover,
.action.action-login.secondary:hover,
.action.primary.checkout,
.form-wrapper-service .actions-toolbar .action.primary,
.gallerie-page p a {
  background: #D70012;
  border: 1px solid #D70012;
}

.form-wrapper-service .actions-toolbar .action.primary::after,
.gallerie-page p a::after {
  background: #000;
}

.action.viewcart {
  color: #000;
}

.action.viewcart:hover {
  color: #fff;
}

.page404 .buttons ul a:hover:after,
.action.viewcart:hover:after,
.checkout-payment-method .checkout-billing-address .primary .action-update:hover:after,
.gallerie-page p a:hover:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.actions-toolbar .action.primary:hover::after,
.am-show-button>.amshopby-button:hover::after,
.action.action-login.secondary:hover::after,
.action.primary.checkout:hover::after,
.gallerie-page p a:hover:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  background-color: #000000;
}

.form-wrapper-service .actions-toolbar .action.primary:hover::after,
.action.primary.checkout::after,
.gallerie-page p a:hover:after {
  background-color: #d70012;
}

.action.primary.checkout {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 25px;
}

.actions-toolbar>.primary:last-child,
.actions-toolbar>.secondary:last-child,
.block-authentication .actions-toolbar>.primary {
  width: 100%;
  max-width: 324px;
}

.page404 .buttons ul li,
.actions-toolbar>.primary .action:last-child,
.actions-toolbar>.secondary .action:last-child,
.action.action-login.secondary {
  margin: 0;
  display: flex;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

form .actions-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 30px 0;
}

form .actions-toolbar::after,
form .actions-toolbar::before {
  display: none;
}

/* 404 End */
/* Customer Login Page Start */

.fieldset {
  margin: 0 0 20px;
}

fieldset.create.info {
  margin-bottom: 40px;
}

.login-container .block .block-title strong,
.fieldset>.legend {
  font-family: var(--EpilogueBold);
  font-weight: 700;
  font-size: 18px;
  line-height: 148%;
  letter-spacing: .2px;
  text-transform: uppercase;
}

.login-container .block .block-title {
  border-color: #B3B3BA;
}

.product-inquiry-form textarea {
  display: block;
  height: 100px;
  resize: none;
  width: 100%;
  background-color: transparent;
  border-color: #B3B3BA;
  padding: .75rem 1.25rem;
  font-family: var(--Epilogue);
  font-weight: 400;
  font-size: 18px;
  background-color: #fff;
}

.product-inquiry-form select,
.product-inquiry-form input:not(#terms-check),
.fieldset>.field input[type="text"],
.fieldset>.field input[type="password"],
.fieldset>.field input[type="url"],
.fieldset>.field input[type="tel"],
.fieldset>.field input[type="search"],
.fieldset>.field input[type="email"],
.fieldset>.field select {
  height: 60px;
  font-family: var(--Epilogue);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: .5px;
  border-color: #B3B3BA;
  background-color: #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 0 0 0 20px;
  background-size: 50px 60px;
}

.fieldset>.field>.label,
.fieldset>.fields>.field>.label,
.block-collapsible-nav .item {
  font-family: var(--InterMedium);
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #1C1C1C;
}

.login-container .fieldset:after {
  margin-top: 0px;
}

.form.password.forget .fieldset:after,
.form-create-account .fieldset.create.account:after {
  margin-top: 25px;
}

.login-container .fieldset:after {
  display: none;
}

a,
.alink,
a.remind:visited,
a.back:visited,
.cart-empty a:visited,
.account .columns .column.main a:visited,
div.mage-error,
.category-description a:visited,
.category-description .alink:visited {
  color: #D70012;
}

.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-address-billing .box-content,
.box-address-shipping .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  font-size: 16px;
}

.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current>strong {
  border-color: #D70012;
}

/* Customer Login Page End */

.page-products.page-layout-2columns-left .sidebar-main {
  padding: 24px 12px;
  background-color: #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.message.success,
.message.info {
  margin: 10px 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fff;
  color: #1C1C1C;
  border: 1px solid #9D9DA3;
  padding-left: 45px;
  position: relative;
  border-radius: 20px;
  z-index: 1;
}

.message.success>*:first-child:before {
  content: "\e913";
  color: #1C1C1C;
  font-size: 23px;
}

.message.info>*:first-child:before {
  color: #1C1C1C;
}

.abs-margin-for-blocks-and-widgets-desktop,
.page-main .block,
.customer-review .product-details {
  margin-bottom: 20px;
}

.search.results .block .item a,
.message.success a {
  color: #D70012;
}

/* Select Dropdown Start */

.select-club-services span:not([data-value])::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: none;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}

.select-club-services span:not([data-value])::before {
  content: "\e90c";
  font-family: var(--LumaIcons);
  color: #5A5A63;
  font-size: 18px;
  position: absolute;
  right: 32px;
  transform: none;
  top: 27px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  z-index: 2;
  margin: 0;
}

.select-club-services.open span:not([data-value])::before {
  content: "\e917";
  top: 20px;
}

.section-services .custom-select {
  height: inherit;
  padding: 0 20px;
  line-height: inherit;
  font-size: 14px;
  font-weight: bold;
  border-radius: 27px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000;
}

.select-club-services {
  --text: #E5E5E8;
  --border: #687898;
  --borderActive: #fff;
  --background: #fff;
  --arrow: #6C7486;
  --arrowActive: #E4ECFA;
  --listText: #7C7C87;
  --listBackground: #e5e5e8;
  --listActive: #E4ECFA;
  --listTextActive: #6C7486;
  --listBorder: #B3B3BA;
  --textFilled: #7C7C87;
  position: relative;
}

.select-club-services select {
  display: none;
}

.select-club-services {
  font-size: 18px;
  line-height: 140%;
  color: #7C7C87;
  border: 1px solid #B3B3BA;
  background-color: #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 40px 32px 15px;
  position: relative;
  cursor: pointer;
}

.select-club-services.open {
  background: #e5e5e8;
}

.select-club-services>span:before {
  margin-right: 4px;
  -webkit-transform: scale(0.96, 0.8) rotate(50deg);
  transform: scale(0.96, 0.8) rotate(50deg);
  -moz-transform: scale(0.96, 0.8) rotate(50deg);
  -ms-transform: scale(0.96, 0.8) rotate(50deg);
  -o-transform: scale(0.96, 0.8) rotate(50deg);
}

.select-club-services>span:after {
  -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
  transform: scale(0.96, 0.8) rotate(-50deg);
  -moz-transform: scale(0.96, 0.8) rotate(-50deg);
  -ms-transform: scale(0.96, 0.8) rotate(-50deg);
  -o-transform: scale(0.96, 0.8) rotate(-50deg);
}

.select-club-services ul {
  margin: 0;
  padding: 0 0 10px;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  top: 38px;
  left: -0.5px;
  z-index: 99;
  right: 0;
  background: var(--listBackground);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid var(--listBorder);
  border-top-color: transparent;
}

.select-club-services ul li {
  opacity: 0;
  -webkit-transform: translate(6px, 0);
  transform: translate(6px, 0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.select-club-services ul li:last-child {
  margin-bottom: 0;
}

.select-club-services ul li span {
  cursor: pointer;
  display: block;
  padding: 6px 32px;
  color: var(--listText);
  text-decoration: none;
  outline: none;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.select-club-services ul li:first-child span {
  padding-top: 0;
}

.select-club-services ul li:last-child span {
  padding-bottom: 6px;
}

.select-club-services ul li span:hover {
  color: #1C1C1C;
}

.select-club-services ul li.active span {
  color: var(--listTextActive);
}


.select-club-services.filled>span {
  color: var(--textFilled);
}

.select-club-services.open>span {
  border-color: var(--borderActive);
}

.select-club-services.open ul {
  opacity: 1;
  visibility: visible;
  max-height: 500px;
}

.select-club-services.open ul li {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}

/* Select Dropdown End */

.about-hero.gallery .hero-img {
  position: relative;
}

.about-hero.gallery .hero-img::after,
.about-text.creative-three.gallery .hero-img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.about-text.creative-three.gallery .hero-img {
  position: absolute;
}

.about-text.creative-three.gallery .middle-text .bottom {
  max-width: 100%;
}

.about-text.creative-three.gallery .about-text-wrapper {
  padding: 60px 0 0px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  gap: 32px;
  display: flex;
  flex-direction: column;
}

.about-text.bottom.creative-three.gallery {
  padding-bottom: 60px;
}

.creative-three.gallery .middle-text {
  margin-bottom: 30px;
}

.about-text.creative-three.gallery .pagebuilder-column-line:not(:first-child) {
  max-width: 1645px;
  margin: 0 auto;
  gap: 32px;
}

.about-text.creative-three.gallery .pagebuilder-column-line:not(:first-child) img,
.about-text.creative-three.gallery .pagebuilder-column-line:not(:first-child) iframe {
  border: 2px solid #d70012;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.gallerie-page figure[data-content-type='image']:not(.fx-reveal)>[data-element='link'] img {
  border: 2px solid #d70012;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

iframe {
  width: 100%;
}

.about-text.creative-three.gallery .pagebuilder-column-line:not(:first-child) iframe {
  border: none;
}

.gallerie-page .pagebuilder-column h2 {
  font-family: var(--Epilogue);
  font-weight: 300;
  font-style: Light;
  font-size: 32px;
  line-height: 112%;
  letter-spacing: .2px;
  text-transform: uppercase;
  margin-bottom: 50px;
  color: #D70012;
}

.gallerie-page .pagebuilder-column p {
  margin-bottom: 0;
  max-width: 526px;
  font-family: var(--Inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.gallerie-page .pagebuilder-column p:last-child {
  margin-top: 50px;
}

.gallerie-page .pagebuilder-column-group {
  margin-top: 80px;
  margin-bottom: 120px;
}

.gallerie-page .pagebuilder-column-group .pagebuilder-column-line:not(:last-child) {
  margin-bottom: 60px;
}

.gallerie-page,
.gallerie-page .pagebuilder-column-group .pagebuilder-column-line:first-child {
  position: relative;
}

.gallerie-page .pagebuilder-column-group .pagebuilder-column-line {
  gap: 106px;
}

.gallerie-page .gallery-bg,
.gallerie-page .pagebuilder-column-group .feature.background {
  left: -140px;
  bottom: -106px;
}

.gallerie-page .bg-image {
  top: -160px;
  right: -140px;
}

.gallerie-page .gallery-bg {
  bottom: -300px;
}

.gallerie-page figure[data-content-type='image'].fx-reveal {
  position: absolute;
  z-index: -1;
}

/* Lightbox CSS — add in head or your theme stylesheet */
.cm-lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 12000;
  transition: opacity .25s ease;
  opacity: 0;
}

.cm-lightbox-overlay.cm-open {
  display: flex;
  opacity: 1;
}

.cm-lightbox {
  position: relative;
  max-width: 95vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px;
  box-sizing: border-box;
}

.cm-lightbox img {
  max-width: 100%;
  max-height: calc(90vh - 110px);
  display: block;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .6);
}

.cm-lightbox__nav,
.cm-lightbox__close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 4px;
}

.cm-lightbox__nav {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cm-lightbox__prev {
  left: -5px;
}

.cm-lightbox__next {
  right: -5px;
}

.cm-lightbox__close::before {
  color: #d70012;
  content: '\e616';
  font-family: 'luma-icons';
  font-size: 20px;
  line-height: 20px;
}

.cm-lightbox__close:hover {
  border: none;
}

body .cm-lightbox__nav.cm-lightbox__next::before,
body .cm-lightbox__nav.cm-lightbox__prev::before {
  font-size: 20px;
}

.cm-lightbox__close {
  right: -5px;
  top: -5px;
  transform: none;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7.5px;
}

.cm-lightbox__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 8px 12px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .45) 100%);
  box-sizing: border-box;
  pointer-events: none;
}

/* Small screens tweak */
@media (max-width: 420px) {
  .cm-lightbox__nav {
    width: 36px;
    height: 36px;
    padding: 8px;
  }

  .cm-lightbox__caption {
    font-size: 13px;
  }
}

#html-body.cms-page-view .about-hero picture {
  width: 100%;
}

#html-body.cms-page-view .about-text .hero-img img {
  height: 948px;
  object-fit: cover;
}

#html-body .page404 img {
  height: 1080px;
  object-fit: cover;
}

#html-body.cms-page-view .about-last:not(.four) .hero-img img {
  height: 1221px;
  object-fit: cover;
}

.cms-no-route .page-footer {
  margin-top: 0;
}

.cms-no-route .page-header {
  margin-bottom: 0;
}

.opc-block-summary .minicart-items .product-image-container {
  max-height: 105px;
  max-width: 125px;
}

.opc-block-summary .product-item .product-image-wrapper img {
  object-fit: cover;
}

/* Checkout Page Start */

.table-checkout-shipping-method tbody td,
.checkout-index-index #checkout-payment-method-load .label,
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block {
  font-family: var(--Inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.table-checkout-shipping-method tbody td {
  font-size: 16px;
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment .label {
  display: block;
  margin-bottom: 10px;
}

.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: block !important;
  padding: 0;
  margin-bottom: 0px;
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content {
  padding: 0 20px;
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title,
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
  padding: 0;
}

.checkout-index-index .fieldset>.field input[type="text"],
.checkout-index-index .fieldset>.field input[type="password"],
.checkout-index-index .fieldset>.field input[type="url"],
.checkout-index-index .fieldset>.field input[type="tel"],
.checkout-index-index .fieldset>.field input[type="search"],
.checkout-index-index .fieldset>.field input[type="email"],
.checkout-index-index .fieldset>.field select {
  font-size: 15px;
}

.checkout-index-index .additional-options {
  margin: 0;
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show,
.action-auth-toggle,
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
  color: #D70012;
  font-family: var(--Inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  text-decoration: underline;
  text-decoration-style: solid;
}

#checkout-step-shipping_method .table-checkout-shipping-method tbody td:first-child {
  padding-top: 15px;
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show:hover {
  text-decoration: underline;
}

.checkout-index-index .opc-block-summary .product-item {
  background: transparent;
}

.checkout-index-index .fieldset>.field select {
  font-size: 14px;
}

.field .control._with-tooltip input {
  width: 100%;
}

.opc-wrapper .step-title {
  font-family: var(--Epilogue);
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #000;
}

.opc-block-summary .items-in-cart>.title {
  border: none;
}

.checkout-index-index .checkout-block:hover {
  box-shadow: none;
}

.checkout-index-index .modal-popup._inner-scroll .modal-inner-wrap {
  background-color: #111;
}

.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .actions-toolbar>.action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.action-gift,
.gift-wrapping-title .action-remove,
.wishlist.split.button>.action,
.abs-add-fields .action.remove,
.magento-payments-review-discount .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove,
.form-create-return .action.remove,
.form.send.friend .action.remove,
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar>.action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.action-gift:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button>.action:hover,
.abs-add-fields .action.remove:hover,
.magento-payments-review-discount .action.check:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check:hover,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-edit .action.remove:hover,
.form-add-invitations .action.remove:hover,
.form-create-return .action.remove:hover,
.form.send.friend .action.remove:hover,
.action.action-remind {
  color: #d70012;
}

.checkout-index-index .opc-block-summary {
  background: transparent;
}

.checkout-index-index .columns .column.main {
  padding-bottom: 120px;
}

.checkout-index-index .checkout-block {
  padding: 0;
  background: transparent;
  box-shadow: unset;
  margin: 0;
}

#opc-shipping_method,
#payment,
.opc-block-summary.amcheckout-summary-container,
.checkout-index-index .authentication-dropdown .modal-inner-wrap {
  background-color: #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 32px;
}

.checkout-index-index .authentication-wrapper .modal-custom.authentication-dropdown {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.opc-block-summary.amcheckout-summary-container {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.checkout-index-index .additional-options,
.checkout-payment-method {
  background-color: #fff;
  margin: 0;
  padding: 0 32px;
}

.amcheckout-additional-options.additional-options,
.checkout-payment-method,
.checkout-payment-method.submit {
  padding: 1px 32px;
}

.checkout-payment-method.submit {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

#opc-shipping_method,
#payment {
  margin-bottom: 20px;
}

.checkout-index-index .opc-block-summary {
  margin: 0;
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .form-login:not(:last-child),
#customer-email-fieldset,
#customer-email-fieldset .field {
  margin-bottom: 0;
}

.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  max-width: 100%;
}

.opc-block-summary .items-in-cart.active>.title:after {
  content: none;
}

.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding-left: 20px;
  padding-top: 0px;
}

.checkout-index-index .opc-block-summary .minicart-items .product-item-details .details-qty {
  margin-top: 40px;
  height: auto;
  border: none;
  width: auto;
  justify-content: flex-start;
  font-family: var(--Epilogue);
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.checkout-index-index .opc-block-summary .minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #B3B3BA;
  border-bottom: none;
  padding-top: 20px;
}

.checkout-index-index .opc-block-summary .minicart-items .product-item {
  padding: 0;
}

.opc-block-summary .product-item .subtotal {
  float: right;
  text-align: right;
  position: relative;
  top: -25px;
}

.opc-block-summary .product-item:hover {
  background: transparent;
  color: #000;
}

.checkout-index-index .am-checkout:not(.-modern) {
  background: transparent;
  position: relative;
}

.checkout-index-index .nav-sections {
  display: block;
}

.checkout-index-index .am-checkout {
  margin: 20px 0 0;
  padding: 20px 0 0;
}

.checkout-index-index .checkout-header,
.checkout-index-index .checkout-header .title {
  margin: 0;
  padding: 0;
}

.checkout-index-index .checkout-header .title {
  font-family: var(--InriaSerif);
  border-left: 2px solid #D70012;
  padding-left: 32px;
  text-transform: uppercase;
  font-size: 44px;
  color: #5A5A63;
  margin-bottom: 40px;
}

.checkout-index-index .opc-wrapper.am-opc-wrapper {
  gap: 32px;
}

#shipping .amcheckout-title-container {
  display: none;
}

#shipping .form-login {
  margin-top: 0;
}

.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note,
.opc-block-summary .items-in-cart>.title {
  font-family: var(--Inter);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  margin-top: 18px;
}

.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin: 20px 0;
}

.opc-wrapper .form-shipping-address {
  margin-bottom: 0;
}

.authentication-wrapper {
  max-width: 500px;
  width: 100%;
}

/* Checkout Page End */

@media only screen and (min-width: 921px) {

  .home-brands .slick-initialized .slick-slide figure [data-element="link"]::before {
    content: '';
    position: absolute;
    top: -125%;
    left: -10%;
    width: 100%;
    height: 325%;
    background: linear-gradient(0deg, transparent, transparent 30%, rgba(215, 0, 18, 03));
    transform: rotate(-45deg);
    transition: all 0.5s ease;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }

  .home-brands .slick-initialized .slick-slide figure [data-element="link"]:hover {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
  }

  .home-brands .slick-initialized .slick-slide figure [data-element="link"]:hover::before {
    opacity: 1;
    transform: rotate(-45deg) translateY(100%);
  }

  .navigation .side-menu-wrapper.level0 .submenu .category .submenu.level1,
  .navigation .side-menu-wrapper.level0 .submenu .brand .submenu.level1 {
    max-height: calc(100vh - 270px);
    overflow-x: auto;
    overscroll-behavior-x: contain;
  }

  .navigation .side-menu-wrapper.level0 .submenu .vehicle .submenu.level1 {
    max-height: calc(100vh - 270px);
    overflow-x: auto;
    width: calc(100% * 2);
    max-width: 550px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .navigation .side-menu-wrapper.level0 .submenu .vehicle .submenu.level2 {
    position: absolute !important;
    left: 100% !important;
    top: 30px !important;
    height: auto !important;
    overflow-y: auto;
  }

  .navigation .side-menu-wrapper.level0 .submenu .vehicle .submenu.level1 a {
    position: relative;
  }

  .navigation .side-menu-wrapper.level0 .submenu .vehicle .submenu.level1 li {
    width: 50%;
  }

  .navigation .side-menu-wrapper.level0 .submenu .vehicle .submenu.level2 li {
    width: 100%;
  }

  .navigation .side-menu-wrapper.level0 .submenu .vehicle .submenu.level2 {
    left: 50% !important;
    box-shadow: unset;
    padding: 0;
  }

  .navigation li.level0 {
    height: 32px;
    padding: 4px 0;
    display: flex;
    align-items: center;
  }

  .navigation .level0 .submenu {
    background: #1C1C1C;
    border: none;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 260px;
    padding: 24px;
    color: #fff;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }

  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background-color: #D70012;
    color: #fff;
  }

  .navigation .level0 .submenu li:not(:last-child) {
    margin-bottom: 4px;
  }

  .navigation .level0 .submenu .active>a {
    border: none;
    color: #fff;
    background: #D70012;
  }

  .navigation .level0 .submenu a {
    padding: 6px 12px;
    border-radius: 20px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 148%;
    letter-spacing: .2px;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }

  .modal-filter-button {
    display: none;
  }
}

@media only screen and (min-width: 768px) {

  .home-featured-products .slick-initialized .slick-slide:hover .product-item-photo,
  .page-products .products-grid .product-item:hover .product-item-photo {
    margin: -13px -14px 10px;
  }

  .home-featured-products .slick-initialized .slick-slide:hover .product-item,
  .page-products .products-grid .product-item:hover,
  .gallerie-page .pagebuilder-column-group img:hover,
  .home-social .pagebuilder-column figure img,
  .about-race .pagebuilder-column figure img,
  .pagebuilder-column.right figure img,
  .pagebuilder-column.creative-three-wrapper figure img,
  .home-galleries .pagebuilder-column figure img,
  .creative-three .pagebuilder-column figure img,
  .pagebuilder-column.bottom.right-img figure img {
    transform: translate3d(0px, 0px, 0px) scale3d(0.95, 0.95, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    z-index: 1;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px) scale3d(0.95, 0.95, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -moz-transform: translate3d(0px, 0px, 0px) scale3d(0.95, 0.95, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -ms-transform: translate3d(0px, 0px, 0px) scale3d(0.95, 0.95, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -o-transform: translate3d(0px, 0px, 0px) scale3d(0.95, 0.95, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }

  .home-social .pagebuilder-column figure:hover::before,
  .home-galleries .pagebuilder-column figure:hover::before {
    transform: translate3d(0px, 0px, 0px) scale3d(0.95, 0.95, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    -webkit-transform: translate3d(0px, 0px, 0px) scale3d(0.95, 0.95, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -moz-transform: translate3d(0px, 0px, 0px) scale3d(0.95, 0.95, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -ms-transform: translate3d(0px, 0px, 0px) scale3d(0.95, 0.95, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -o-transform: translate3d(0px, 0px, 0px) scale3d(0.95, 0.95, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }

  .home-social .pagebuilder-column figure img:hover,
  .about-race .pagebuilder-column figure img:hover,
  .pagebuilder-column.right figure img:hover,
  .pagebuilder-column.creative-three-wrapper figure img:hover,
  .home-galleries .pagebuilder-column figure img:hover,
  .creative-three .pagebuilder-column figure img:hover,
  .pagebuilder-column.bottom.right-img figure img:hover {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -moz-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -ms-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -o-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }

  .home-social .pagebuilder-column figure::before,
  .home-galleries .pagebuilder-column figure::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-color: hsla(0, 0%, 100%, 0.1);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -moz-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -ms-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -o-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }

  .actions-toolbar .primary {
    width: 100%;
  }

  .checkout-cart-index .page-main {
    padding-left: 40px;
    padding-right: 40px;
  }

  .page-header .amsearch-input-wrapper {
    min-width: 300px;
  }

  .page-with-filter.page-products.page-layout-2columns-left .sidebar-main {
    width: 271px;
  }

  .page-with-filter.page-products.page-layout-2columns-left .main {
    width: calc(100% - 271px);
    padding-left: 21px;
  }

  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper>.widget,
  .page-wrapper>.page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .footer-container,
  .product-holder-wrapper,
  .nav-sections,
  .category-view,
  body.cms-page-view .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1685px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }

  body.cms-page-view .page-main,
  body.cms-tailor-your-build .page-main {
    padding: 0 12px;
    max-width: 1924px;
  }

  body.cms-home .page-main {
    max-width: 1940px;
  }
}

@media only screen and (max-width: 2900px) {
  .products.wrapper.products-grid::before {
    right: -140px;
  }
}

@media only screen and (max-width: 2250px) {

  .form-wrapper-service::after,
  .contact-page .pagebuilder-column-group::after,
  .page-products .columns::before,
  .page-products .columns::after,
  .catalog-product-view.page-layout-1column .product.media::before,
  .productHolder.cart::after,
  .customer-account-login .columns .column.main::after,
  .customer-account-forgotpassword .columns .column.main::after,
  .customer-account-create .columns .column.main::after,
  .account .columns .column.main::after,
  .checkout-index-index #checkout::after,
  .gallerie-page .gallery-bg,
  .gallerie-page .pagebuilder-column-group .feature.background {
    left: -40px;
  }

  .contact-page .pagebuilder-column-group::before,
  .home-categories .bg-image,
  .product.info.detailed::before,
  .products.wrapper.products-grid::before,
  .productHolder.cart::before,
  .customer-account-login .columns .column.main::before,
  .customer-account-forgotpassword .columns .column.main::before,
  .customer-account-create .columns .column.main::before,
  .account .columns::before,
  .customer-account-logoutsuccess .columns .column.main::before,
  .gallerie-page .bg-image {
    right: -40px;
  }

  .home-categories .bg-image,
  .checkout-index-index .columns .column.main::before {
    right: 0;
  }
}

@media only screen and (max-width: 1960px) {

  .home-featured-products [data-appearance="carousel"],
  .home-brands .pagebuilder-column-group {
    margin-right: -17px;
    width: 100%;
  }
}

@media only screen and (max-width: 1762px) {

  #html-body .home-galleries .gallery-bg svg {
    left: -183px;
  }

  .cms-home .navigation,
  .cms-home .breadcrumbs,
  .cms-home .header.content,
  .cms-home .page-wrapper>.widget,
  .cms-home .page-wrapper>.page-bottom,
  .cms-home .block.category.event,
  .cms-home .top-container,
  .cms-home .page-main,
  .cms-home .nav-sections,
  #html-body.cms-page-view .page-main,
  #html-body.cms-tailor-your-build .page-main {
    padding-left: 12px;
    padding-right: 12px;
  }

  body .footer-container,
  body .footer.content,
  .cms-home .page-header .header.panel,
  .page-header .header.panel .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper>.widget,
  .page-wrapper>.page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .footer-container,
  .nav-sections .footer-container,
  #html-body.cms-galleries.cms-page-view .page-main {
    padding-left: 40px;
    padding-right: 40px;
  }

  .product-holder-wrapper {
    padding: 0;
  }

  body .nav-sections,
  .cms-page-view.cms-customer-service .page-header .header.panel,
  .cms-page-view.cms-wholesale-support .page-header .header.panel,
  .cms-page-view.cms-retail-support .page-header .header.panel,
  #html-body.cms-page-view.cms-customer-service .page-main,
  #html-body.cms-page-view.cms-wholesale-support .page-main,
  #html-body.cms-page-view.cms-retail-support .page-main,
  body:not(.cms-home) .page-header .header.panel {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cms-home .product-holder-wrapper {
    padding-right: 28px;
  }

  .home-galleries,
  .home-social {
    padding: 80px 28px;
  }

  .home-categories,
  .home-brands,
  .home-featured-products {
    padding: 0 28px;
  }

  .home-brands [data-content-type="heading"],
  .home-featured-products [data-content-type="heading"] {
    padding-right: 40px;
    width: calc(100% - 50px);
  }

  .home-brands,
  .home-featured-products {
    padding-right: 0;
  }

  .page-header .header.panel [data-content-type='html'] ul.top-links {
    gap: 30px;
  }

  .page-header .header.panel,
  .footer.content,
  body:not(.cms-home) .page-header .header.panel {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 100px;
  }

  .column.col-4 {
    flex-direction: column;
    gap: 40px;
  }

  .nav-sections {
    padding: 0;
  }

  .navigation ul {
    padding: 0;
  }

  .home-featured-products [data-appearance="carousel"],
  .home-brands .pagebuilder-column-group {
    margin-right: -9px;
    width: 100%;
  }

  .home-brands .slick-slider .slick-arrow.slick-next,
  .home-featured-products .slick-slider .slick-arrow.slick-next {
    right: 40px;
  }

  .page-products .home-brands .slick-slider .slick-arrow.slick-next {
    right: 140px;
  }

  .home-brands .slick-slider .slick-arrow.slick-prev,
  .home-featured-products .slick-slider .slick-arrow.slick-prev {
    right: 134px;
  }

  .page-products .home-brands .slick-slider .slick-arrow.slick-prev {
    right: 234px;
  }

  .block.newsletter .form.subscribe .signup {
    max-width: 760px;
  }

  .about-home .pagebuilder-column.about-left {
    max-width: 672px;
  }

  .about-home .pagebuilder-column.about-right {
    max-width: 442px;
  }

  .bottom-col-l img,
  .top-col img {
    min-height: 220px;
    object-fit: cover;
  }

  body .home-featured-products .slick-list {
    margin-left: -22px;
  }

  .about-hero .hero-text .pagebuilder-column-line h2 {
    line-height: 0.8 !important;
  }

  .about-hero .hero-text .pagebuilder-column-line h1 {
    line-height: 1 !important;
  }

  .about-hero .hero-text .pagebuilder-column-line h2 span,
  .about-hero .hero-text .pagebuilder-column-line h1 span {
    font-size: 72px !important;
  }

  .about-race .pagebuilder-column.left img {
    padding-left: 40px;
  }

  .about-last .pagebuilder-column.right {
    padding-right: 40px;
  }

  .about-race .right [data-content-type="text"] {
    max-width: 440px;
    margin: 0 0 0 auto;
    padding: 96px 28px 0;
  }

  #html-body .creative-three .pagebuilder-column-line:last-child {
    gap: 12px;
    padding: 0 12px;
    width: calc(100% - 24px);
  }

  .cms-tailor-your-build .bottom-img {
    right: 28px;
  }

  .contact-page .pagebuilder-column-group::before,
  .productHolder.cart::before,
  .customer-account-login .columns .column.main::before,
  .customer-account-forgotpassword .columns .column.main::before,
  .customer-account-create .columns .column.main::before,
  .account .columns::before,
  .customer-account-logoutsuccess .columns .column.main::before,
  .checkout-index-index .columns .column.main::before {
    background: url(../images/half-circle2x.webp) no-repeat center center;
    background-size: contain;
    width: 666px;
  }

  .home-brands .slick-slider {
    padding: 0;
  }
}

@media only screen and (max-width: 1500px) {
  .navigation li.level0:first-child {
    margin-left: 5px;
  }

  .products.wrapper.products-grid::before {
    bottom: 0;
  }

  .product.info.detailed::before {
    bottom: -70px;
  }
}

@media only screen and (max-width: 1440px) {

  #html-body.cms-galleries.cms-page-view .page-main {
    overflow: hidden;
  }

  .gallerie-page .bg-image {
    right: -180px;
  }

  .gallerie-page .gallery-bg {
    left: -180px;
  }

  .checkout-index-index .columns .column.main::before {
    display: none;
  }

  .hero-section .hero-text {
    bottom: 60px;
  }

  .block.newsletter .form.subscribe>.field {
    max-width: 400px;
  }

  .form-wrapper-service .actions-wrapper {
    flex-direction: column;
  }

  .about-hero.gallery {
    margin-top: 0px;
  }

  body.cms-page-view.cms-about-creative-mods .page-title-wrapper .page-title,
  body.cms-page-view.cms-about-cb-auto-salon .page-title-wrapper .page-title,
  body.cms-page-view.cms-about-creative-bespoke .page-title-wrapper .page-title {
    margin: 0 24px;
  }

  .home-categories {
    overflow: hidden;
  }

  .home-categories .bg-image {
    right: -183px;
  }

  .footer-links {
    grid-gap: 50px;
  }

  .column.main .products-grid .product-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px 6px;
  }

  .productHolder.cart {
    flex-direction: column;
  }

  .productHolder.cart .productRightSidec {
    display: flex;
    max-width: 100%;
    gap: 17px;
  }

  #block-discount {
    width: 100%;
    max-width: 575px;
  }

  .cms-tailor-your-build #contact-form {
    margin-top: -150px;
  }
}

@media only screen and (max-width: 1410px) {
  .hero-section {
    margin-top: -256px;
  }
}

@media only screen and (max-width: 1375px) {
  .catalog-product-view.page-layout-1column .product.media::before {
    display: none;
  }

  .catalog-product-view .columns .column.main {
    flex-direction: column;
    gap: 0;
  }

  .catalog-product-view.page-layout-1column .product.media,
  .catalog-product-view.page-layout-1column .product-info-main {
    width: 100%;
    max-width: 100%;
  }

  .product-tabs-wrapper {
    gap: 50px;
  }

  .cms-tailor-your-build .about-race {
    margin-bottom: 90px;
  }

  .form-wrapper-service #contact-form {
    margin-top: 0px;
  }

  #contact-form {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 1260px) {

  .about-last.four .pagebuilder-column-group {
    position: relative;
    padding-top: 60px;
    height: 100%;
  }

  #html-body.cms-page-view .about-last .hero-img img {
    height: 100%;
  }

  .about-last.four .hero-img {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .about-last.four .hero-img img {
    object-fit: cover;
  }

  .about-race.bottom .bottom-text {
    padding: 80px 0;
  }

  .about-last.four .pagebuilder-column-group .pagebuilder-column-line:first-child {
    gap: 50px;
  }

  .about-race.bottom .left.right-img div[data-content-type='text'] {
    position: relative;
    max-width: 526px;
    font-size: 18px;
    left: 20px;
  }

  .about-last.four .right-img figure {
    align-items: center;
    justify-content: center;
    padding-bottom: 200px;
  }


  #html-body .about-last.four .pagebuilder-column-group .pagebuilder-column-line:nth-child(2) {
    flex-direction: column-reverse;
  }

  #html-body .about-last.four .right {
    width: 100%;
    padding: 20px 20px 40px;
    text-align: left;
  }

  .about-last.four .right [data-content-type='text'] {
    left: 0;
    position: relative;
    max-width: 100%;
  }

  #html-body .pagebuilder-column.bottom.right-img {
    width: 100%;
  }

  .page404 .hero-text .pagebuilder-column-line h1 span {
    font-size: 78px !important;
  }

  .page404 .hero-text .pagebuilder-column-line h1 {
    line-height: 0.9 !important;
  }

  .block.newsletter .form.subscribe .signup {
    max-width: 440px;
  }

  .hero-section {
    margin-top: -216px;
  }

  .page-header .header.content {
    height: 80px;
  }

  body .nav-sections.sticky-header {
    top: 84px !important;
  }

  .logo {
    left: 40px;
  }

  .about-last .left [data-content-type='text'] {
    left: 0px;
  }

  #html-body .about-last .left {
    position: inherit;
    width: 100%;
  }


  #html-body .about-last .right {
    width: 100%;
  }

  .about-last .left [data-content-type='text'] {
    position: relative;
    max-width: 100%;
    padding: 0 28px;
  }

  .about-last .pagebuilder-column-group {
    padding-top: 90px;
    height: calc(100% - 90px);
  }

  .about-last .left figure {
    position: absolute;
    left: 0;
    top: 48px;
  }

  .about-last .pagebuilder-column.right {
    padding-right: 0px;
  }

  .about-last .pagebuilder-column.right figure {
    justify-content: center;
  }

  .about-last .pagebuilder-column-group .pagebuilder-column-line:first-child {
    gap: 100px;
    padding-bottom: 100px;
    flex-direction: column;
  }

  .about-last .pagebuilder-column-group {
    position: relative;
    padding-bottom: 240px;
  }

  .about-last .hero-img {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .hero-section figure.hero-img img {
    top: -172px;
  }

  .about-race .right [data-content-type="text"] {
    padding: 90px 28px 0;
  }

  .about-last .pagebuilder-column-group {
    padding-top: 48px;
    height: calc(100% - 48px);
  }

  .about-last .under-text [data-content-type="text"] h2 {
    line-height: 0.8 !important;
    padding: 0 28px;
  }

  .about-last .under-text [data-content-type="text"] h2 span {
    font-size: 44px !important;
  }
}

@media only screen and (max-width: 1155px) {

  .gallerie-page .pagebuilder-column-group .pagebuilder-column-line {
    flex-direction: column;
    gap: 40px;
  }

  #html-body .gallerie-page .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
    width: 100%;
  }

  .gallerie-page .pagebuilder-column-group {
    margin-top: 40px;
    margin-bottom: 80px;
  }

  .gallerie-page .pagebuilder-column-group .feature.background {
    bottom: -140px;
  }

  .gallerie-page .bg-image {
    right: -260px;
  }

  .gallerie-page .gallery-bg {
    left: -260px;
  }

  .form-wrapper-service .pagebuilder-column-line {
    flex-direction: column;
    padding-bottom: 230px;
    gap: 20px;
  }

  .form-wrapper-service .actions-wrapper {
    flex-direction: row;
  }

  #html-body .form-wrapper-service .pagebuilder-column,
  #html-body .form-wrapper-service .pagebuilder-column img {
    width: 100%;
  }

  .form-wrapper-service #contact-form {
    padding-bottom: 0px;
  }

  .cms-tailor-your-build #contact-form {
    margin-top: 40px;
  }

  .cms-tailor-your-build .about-race {
    margin-bottom: 0;
  }

  #contact-form {
    padding-bottom: 60px;
  }

  .cms-tailor-your-build .about-text .about-text-wrapper {
    padding: 40px 0 100px;
  }

  .cms-tailor-your-build .middle-text {
    padding: 20px 0px 60px;
  }


  .about-last.four .pagebuilder-column.right figure {
    padding: 0px;
  }

  .about-race.bottom .left.right-img div[data-content-type='text'] {
    padding: 60px 10px 40px;
    max-width: 100%;
    left: 0px;
  }

  .about-race .pagebuilder-column-line {
    flex-direction: column;
  }

  #html-body .about-race .pagebuilder-column-line .pagebuilder-column {
    width: 100%;
    align-items: center;
  }

  .about-race.bottom .pagebuilder-column-line:first-child {
    padding-bottom: 0px;
  }

  body .about-race.bottom .right .img-w {
    right: 0;
  }

  body .about-race .right [data-content-type="image"] {
    left: 0;
  }

  .about-text .about-text-wrapper {
    top: 80px;
  }

  #html-body.cms-page-view .about-text.bottom .hero-img img {
    height: 632px;
  }

  .about-race .pagebuilder-column.left img {
    padding-left: 0;
    padding: 0 28px;
    width: calc(100% - 56px);
  }

  .about-race .left [data-content-type="image"] {
    position: relative;
    bottom: 0px;
    right: 0;
  }

  .right-img figure {
    align-items: center;
    justify-content: center;
  }

  .about-race .right [data-content-type="text"] {
    max-width: 454px;
    margin: 0 auto;
    padding: 60px 28px 80px;
  }

  .about-race .right [data-content-type="image"] {
    right: unset;
    left: 28px;
  }

  .about-race {
    margin-top: -100px;
  }

  .navigation .level0 .submenu {
    padding: 12px;
  }

  .navigation .level0>.level-top {
    font-size: 14px;
    padding: 0 10px;
  }

  .navigation .level0 .submenu a {
    font-size: 14px;
  }

  .hero-section .hero-text .pagebuilder-column-line .pagebuilder-column h1 {
    font-size: 32px;
    line-height: 120%;
  }

  .navigation .level0 {
    margin: 0;
  }

  #html-body .about-text.bottom.creative-three.gallery .left-img,
  #html-body .about-text.bottom.creative-three.gallery .right-img,
  #html-body .about-text:not(.gallery) .about-text-wrapper .pagebuilder-column-line .pagebuilder-column:not(.middle-text):not(.creative-three-wrapper) {
    display: none;
  }

  #html-body .about-text.bottom.creative-three.gallery [data-content-type="video"] .pagebuilder-video-inner {
    max-width: 100%;
  }

  #html-body .about-text .about-text-wrapper .pagebuilder-column-line .pagebuilder-column {
    width: 100%;
  }

  .cms-tailor-your-build .about-hero.bottom .middle-text {
    padding: 60px 30px 30px;
  }
}

@media only screen and (max-width: 1060px) {
  .subcategory {
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 10px 0;
  }

  .subcategory .subcategory__list {
    width: max-content;
    display: flex;
    gap: 10px;
  }

  .hero-section .video-wrapper .hero-text .pagebuilder-column-line .pagebuilder-column:last-child {
    margin-left: 32px;
  }

  .product.info.detailed::before {
    display: none;
  }

  .product.info.detailed {
    padding: 60px 0;
  }

  .product-tabs-wrapper {
    grid-template-columns: 1fr;
  }

  .column.main .products-grid .product-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .navigation .level0 .submenu a {
    font-size: 13px;
  }

  .navigation .level0>.level-top {
    font-size: 13px;
    padding: 0 0px;
  }

  .navigation .level0.parent>.level-top {
    padding: 0px 28px 0 10px;
  }

  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 10px;
  }

  .amsearch-form-block.-opened {
    max-width: 400px;
  }

  .page-header .amsearch-result-section {
    width: 160%;
  }

  .product.data.items {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 920px) {

  h1.fx-reveal-visible .letter,
  h2.fx-reveal-visible .letter,
  h3.fx-reveal-visible .letter,
  h4.fx-reveal-visible .letter,
  h5.fx-reveal-visible .letter,
  h6.fx-reveal-visible .letter,
  .about-left p.fx-reveal-visible .letter,
  .about-right p.fx-reveal-visible .letter {
    display: inline-block;
  }

  .letter {
    animation-delay: 0s !important;
  }

  .checkout-index-index .product-holder-wrapper {
    display: none;
  }

  .opc-wrapper .methods-shipping {
    background: #fff;
    border-bottom: none;
    margin: 0;
    padding-top: 10px;
  }

  .authentication-wrapper {
    max-width: 60px;
    margin-top: -70px;
  }

  .checkout-index-index #checkout::after {
    bottom: -70px;
  }

  .hero-section .video-wrapper .hero-text .pagebuilder-column-line .pagebuilder-column:last-child {
    margin-left: 20px;
    padding-left: 20px;
  }

  .about-home .pagebuilder-column-group {
    width: calc(100% - 56px);
  }

  .product-info-main .product-info-stock-sku {
    gap: 20px;
  }

  .slick-slider {
    padding: 0;
  }

  .side-menu-wrapper {
    display: none;
  }

  /* NAVIGATION Start */

  .navigation li.level0:first-child {
    margin-left: 0px;
  }

  .navigation__mobile {
    position: absolute;
    top: 12px;
    right: 45px;
    padding-left: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1C1C1C;
    cursor: pointer;
    z-index: 99;
  }

  .navigation__mobile::before {
    content: '\e616';
    font-size: 22px;
    font-family: 'luma-icons';
    color: #fff;
  }

  .navigation a {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 13px;
  }

  .nav-toggle {
    left: unset;
    right: 40px;
    position: absolute;
    top: 20px;
    z-index: 14;
    line-height: 0;
    width: 40px;
    height: 40px;
    background-color: #1C1C1C;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav-toggle:before {
    display: none;
  }

  .product-holder-wrapper {
    padding-right: 63px;
  }

  .cms-home .product-holder-wrapper {
    padding-right: 90px;
  }

  .nav-open body .nav-sections {
    display: flex;
    z-index: 103;
    background: #F2F2F2;
    height: 100%;
  }

  header .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }

  header.page-header .nav-sections-item-title,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block a.btn-default:hover,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block a.btn-default:focus,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block a.btn-default:focus,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block a.btn-default:focus,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block a.btn-default:focus,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block a.btn-default:focus,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block a.btn-default:focus,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block a.btn-default:focus,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block a.btn-default:focus {
    background-color: #1e1e21;
  }

  header .nav-sections-item-title.active>a,
  header .nav-sections-item-title.active>a:hover,
  header .nav-sections-item-title.active>a:focus {
    color: #1e1e21;
  }

  header .nav-sections-item-title>a,
  header .nav-sections-item-title>a:hover,
  header .nav-sections-item-title>a:focus {
    color: #ffffff;
  }

  header .nav-sections-item-title[aria-controls="store.menu"]>a:before {
    font-size: 14px;
    line-height: 1;
    content: '\f827';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    margin: -2px 5px 0 0;
  }

  .nav-sections .header.links li.greet.welcome {
    border-top: none;
    padding: 0;
  }

  .customer-welcome.active .customer-menu,
  .customer-welcome .customer-menu,
  .customer-welcome.active ul,
  .customer-welcome ul {
    display: block !important;
  }

  .nav-sections .header.links .header.links {
    border: 0;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
  }

  .nav-sections .header.links li {
    width: 100%;
  }

  .page-header .header.content .customer-menu.logged .header.links {
    background: #fff;
  }

  .customer-welcome.active,
  .customer-welcome {
    overflow: visible !important;
  }

  .customer-welcome ul {
    box-shadow: none;
    background: transparent;
  }

  .navigation .submenu:not(:first-child) .active>a {
    border-color: #5A5A63;
    border-style: solid;
    border-width: 0 0 0 5px;
    color: #5A5A63;
    padding-left: 9px;
  }

  .navigation li.level0>a.level-top {
    padding: 13px 36px 13px 15px;
  }

  .navigation .level0 {
    font-size: 14px;
  }

  .nav-sections,
  body .nav-sections.sticky-header {
    position: fixed;
    top: 0;
    z-index: 200;
    right: -100%;
    width: calc(100% - 60px);
    left: unset;
    transition: right 0.3s;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -ms-transition: right 0.3s;
    -o-transition: right 0.3s;
    background-color: #f6f6f6;
  }

  .navigation {
    background: transparent;
    backdrop-filter: unset;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 0px;
    width: 100%;
    padding: 0;
    background: transparent;
  }

  #html-body .nav-sections-item-content[id="store.menu"] .side-menu-additional ul {
    border-top: 1px solid #E5E5E8;
    margin-top: 13px;
  }

  .side-menu-additional ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .side-menu-additional ul li {
    margin: 0;
  }

  .side-menu-additional ul li a {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 13px;
    text-decoration: none;
    display: block;
    padding-right: 0;
    color: #5A5A63;
    text-transform: uppercase;
    font-family: var(--Epilogue);
    font-weight: 400;
    font-size: 16px;
    line-height: 148%;
    letter-spacing: .2px;
  }

  #html-body .nav-sections-item-content[id="store.menu"] .side-menu-additional ul {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    border-top: 1px solid #9D9DA3;
    margin-top: 8px;
    padding-top: 12px;
  }

  .navigation li.level0 {
    border-top: none;
    width: 100%;
  }

  .side-menu-additional {
    width: 100%;
    height: 100%;
  }

  body .nav-sections {
    margin-top: 0;
  }

  .navigation .level0.parent>.level-top {
    justify-content: flex-start;
    align-items: center;
    height: 36px;
    padding: 0 13px;
  }

  .navigation .level0.parent>.level-top>.ui-menu-icon {
    display: none;
  }

  .navigation .level0>.level-top {
    color: #5A5A63;
    font-family: var(--Epilogue);
    font-weight: 400;
    font-size: 16px;
    line-height: 148%;
    letter-spacing: .2px;
    text-transform: uppercase;
  }

  .nav-sections-item-title.active {
    border: none;
  }

  .navigation li.level0:last-child {
    border-color: #dddddd;
  }

  .nav-open .nav-sections,
  .nav-open .nav-toggle:after,
  .nav-open body .nav-sections.sticky-header {
    right: 0%;
    left: unset;
  }

  .nav-open body .header.content.sticky-header,
  .nav-open body .nav-sections.sticky-header {
    position: relative !important;
  }

  html.nav-open .page-wrapper {
    left: calc(100% - 0px);
  }

  .nav-open .sticky-placeholder {
    display: none;
    height: 0 !important;
  }

  .nav-sections-items {
    position: fixed;
    overflow-x: hidden;
    width: calc(100% - 60px);
    height: 100%;
  }

  .navigation {
    background: transparent;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }

  #html-body .nav-sections-item-content[id="store.menu"] {
    height: 100%;
    overflow-x: hidden;
    padding-top: 91px;
  }

  #html-body .nav-sections-item-content[id="store.links"] {
    background: #F2F2F2;
    z-index: 3;
    position: relative;
    padding-bottom: 10px;
  }

  .navigation>ul#ui-id-2 {
    padding-bottom: 30px;
  }

  body .navigation {
    overflow: visible;
  }

  .nav-sections-item-content:after,
  .nav-sections-item-content:before {
    display: none;
  }

  .navigation>ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .navigation .parent .level-top.ui-state-active:after {
    content: '\e608';
    font-size: 30px;
  }

  .navigation .parent .level-top:after {
    content: '\e608';
    position: absolute;
    right: 7px;
    top: -2px;
    font-size: 30px;
  }

  .navigation .level0>.level-top {
    padding: 10px 40px 10px 15px;
  }

  .nav-open .navigation .level0.active>a:not(.ui-state-active),
  .nav-open .navigation .level0.has-active>a:not(.ui-state-active) {
    border-color: unset;
    margin-left: 0px;
    padding: 0;
    justify-content: flex-start;
    align-items: center;
    height: 36px;
    padding: 0 13px;
    color: #fff;
  }

  .nav-open .navigation .level0.active>a:not(.ui-state-active)::before,
  .nav-open .navigation .level0.has-active>a:not(.ui-state-active):before {
    color: #fff;
  }

  .navigation .level0>.level1,
  .navigation .submenu h4.menuHeading span+span,
  .navigation .submenu h4.menuHeading span.backBt {
    font-weight: normal;
  }

  .navigation .level0>.level1,
  .navigation .submenu:not(:first-child) ul>li {
    justify-content: flex-start;
    align-items: center;
    height: 31px;
    width: 100%;
  }

  .navigation .submenu:not(:first-child)>li>a {
    padding-left: 12px;
  }

  .nav-sections-item-content>.navigation.slide-left {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }

  .nav-sections-item-content>.navigation,
  .side-menu-additional {
    transition: transform 0.5s ease;
    width: 100%;
    padding: 0 12px;
    justify-content: flex-start;
    align-items: flex-start;
    backdrop-filter: unset;
    -webkit-backdrop-filter: unset;

  }

  .navigation .level0 .submenu {
    padding: 0 12px;
    width: calc(100% - 24px);
  }

  .navigation .parent {
    position: relative;
  }

  .navigation .parent .level-top:after {
    display: none;
  }

  .navigation .level0.active>a:not(.ui-state-active),
  .navigation .level0.has-active>a:not(.ui-state-active) {
    border-left-width: 0px;
    border-bottom: none;
    padding-left: 0px;
    padding: 6px 50px 5px 15px;
    border-left: 3px solid #fff;
    margin-left: -3px;
  }

  .navigation .submenu:not(:first-child) .level1.active>a {
    border-left: 3px solid #fff;
    margin-left: -3px;
    text-decoration: none;
  }

  .navigation .level0.active>a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active>a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: 0px;
  }

  .navigation li.parent.level-top.ui-menu-item .c-nav:after,
  .navigation li.parent.ui-menu-item>a:before {
    content: '\e608';
    font-family: 'luma-icons';
    color: #5A5A63;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 25px;
    cursor: pointer;
    font-size: 20px;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .navigation .level0>.level-top:hover,
  .navigation .level0>.level-top.ui-state-focus {
    color: #5A5A63;
    text-decoration: none;
    background-color: transparent;
  }

  .navigation li.parent.ui-menu-item.level1 a:before,
  .navigation li.parent.ui-menu-item.level1 .c-nav:after {
    margin-top: -4px;
  }

  .navigation .submenu {
    width: 100%;
    top: 0 !important;
    left: 0% !important;
    position: fixed !important;
    z-index: 3;
    transition: all 0.5s ease-out;
    color: #5A5A63;
  }

  .navigation li.ui-menu-item.all-category {
    display: none;
  }

  .navigation .level0 .submenu a,
  .navigation a,
  .navigation a:hover {
    color: #5A5A63;
    text-transform: uppercase;
    font-family: var(--Epilogue);
    font-weight: 400;
    font-size: 16px;
    line-height: 148%;
    letter-spacing: .2px;
  }

  .navigation .submenu {
    width: 100%;
    top: 0 !important;
    left: 0% !important;
    display: none !important;
    position: fixed !important;
    z-index: 3;
    transition: all 0.3s ease-in-out 0.0s;
    -moz-transition: all 0.3s ease-in-out 0.0s;
    -ms-transition: all 0.3s ease-in-out 0.0s;
    -o-transition: all 0.3s ease-in-out 0.0s;
    -webkit-transition: all 0.3s ease-in-out 0.0s;
    color: #5A5A63;
    padding-top: 50px;
  }

  .nav-open .nav-sections {
    overflow-x: hidden;
  }

  .navigation .level0 .submenu.display-menu {
    z-index: 3;
    transition: all 0.5s ease-out;
  }

  .navigation .level1 .submenu.display-menu {
    z-index: 4;
    transition: all 0.5s ease-out;
  }

  .navigation .level2 .submenu.display-menu {
    z-index: 5;
    transition: all 0.5s ease-out;
  }

  .navigation .level3 .submenu.display-menu {
    z-index: 6;
    transition: all 0.5s ease-out;
  }

  .navigation .level4 .submenu.display-menu {
    z-index: 7;
    transition: all 0.5s ease-out;
  }


  .navigation .level0.submenu.display-menu .level1.submenu,
  .navigation .level1.submenu.display-menu .level2.submenu,
  .navigation .level2.submenu.display-menu .level3.submenu {
    left: 200% !important;
    display: flex !important;
    transition: all 0.3s ease-in-out 0.0s;
    -moz-transition: all 0.3s ease-in-out 0.0s;
    -ms-transition: all 0.3s ease-in-out 0.0s;
    -o-transition: all 0.3s ease-in-out 0.0s;
    -webkit-transition: all 0.3s ease-in-out 0.0s;
    top: 0 !important;
  }

  .navigation .level0.submenu.display-menu,
  .navigation .level0.submenu.display-menu .level1.submenu.display-menu,
  .navigation .level1.submenu.display-menu .level2.submenu.display-menu,
  .navigation .level2.submenu.display-menu .level3.submenu.display-menu {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start;
    align-items: flex-start;
    left: 100% !important;
    top: 0 !important;
    transition: all 0.5s ease-out;
    box-shadow: none;
    background: transparent;
    border: none;
    padding-top: 0px;
    flex-wrap: nowrap;
    height: 100%;
    overflow-y: auto;
  }

  .navigation .level0.submenu.display-menu .level1.submenu.display-menu,
  .navigation .level1.submenu.display-menu .level2.submenu.display-menu,
  .navigation .level2.submenu.display-menu .level3.submenu.display-menu {
    height: 100%;
  }

  .navigation .level0.submenu.display-menu.moved-left,
  .navigation .level1.submenu.display-menu.moved-left,
  .navigation .level2.submenu.display-menu.moved-left,
  .navigation .level3.submenu.display-menu.moved-left,
  .navigation .level4.submenu.display-menu.moved-left {
    display: block !important;
    left: 0% !important;
    top: 0 !important;
    overflow-y: hidden;
  }

  .navigation .level0.submenu.display-menu.moved-right,
  .navigation .level0.submenu.display-menu .level1.submenu.display-menu.moved-right,
  .navigation .level0.submenu.display-menu .level2.submenu.display-menu.moved-right,
  .navigation .level0.submenu.display-menu .level3.submenu.display-menu.moved-right,
  .navigation .level0.submenu.display-menu .level4.submenu.display-menu.moved-right {
    display: block !important;
    left: 200% !important;
    top: 0 !important;
  }

  .navigation .submenu h4.menuHeading {
    font-size: 22px;
    color: #5A5A63;
    position: relative;
    margin-top: 0px;
    padding-left: 10px;
    line-height: normal;
    padding-top: 10px;
    margin-bottom: 15px;
  }

  .navigation .submenu:not(:first-child) .level1.active>a {
    padding-left: 10px;
  }

  .navigation .submenu h4.menuHeading span+span {
    border-bottom: solid 2px #1e1e21;
    text-transform: uppercase;
    cursor: pointer;
  }

  .navigation .submenu h4.menuHeading span.backBt {
    display: block;
    height: 35px;
    vertical-align: top;
    padding-bottom: 0px;
    font-size: 16px;
    padding-left: 15px;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
  }

  .cms-home .nav-sections {
    padding: 0;
  }

  .navigation li.level0:last-child {
    border: none;
  }

  .navigation .level0.parent>.level-top,
  .navigation .level0>.level-top,
  .navigation .level0.active>.level-top,
  .navigation .level0.has-active>.level-top {
    font-weight: normal;
    line-height: normal;
  }

  .navigation .submenu h4.menuHeading span.backBt:before {
    content: '\e608';
    font-family: 'luma-icons';
    position: absolute;
    font-size: 20px;
    top: 2px;
    left: -10px;
    line-height: 16px;
    transform: rotate(180deg);
  }

  .navigation li.level2>span {
    padding: 5px 0px 5px 30px;
    display: block;
    font-size: 16px;
  }

  .navigation .submenu:not(:first-child)>li>a {
    padding-left: 15px;
  }

  .navigation .submenu:not(:first-child) .level1.active>a {
    padding-left: 12px;
  }

  .navigation .submenu:not(:first-child) .level1.active>a {
    border-left: 3px solid #1e1e21;
    margin-left: 0px;
    text-decoration: none;
  }

  .navigation .level0 .submenu li.parent>a>.ui-menu-icon:after,
  .nav-sections-item-title {
    display: none;
  }

  /* NAVIGATION End */
  /* Search Start*/

  .page-header .header.panel {
    padding: 0;
  }

  .page-header .header.panel {
    top: 50px;
  }

  .page-header .amsearch-wrapper-block {
    padding: 0;
    margin: 0;
    flex: unset;
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px;
    width: 100%;
  }

  .page-header .amsearch-wrapper-block:before {
    display: none;
  }

  .amsearch-form-block {
    position: absolute;
    width: 40px;
    top: 18px;
    right: 223px;
    z-index: 99;
  }

  #html-body .amsearch-form-block.-opened {
    position: absolute;
    width: 100% !important;
    top: 80px;
    right: 12px;
  }

  .navigation .level0:last-child {
    padding-right: 0;
  }

  body .nav-sections {
    padding-left: 12px;
    padding-right: 12px;
  }

  .amsearch-input-wrapper .amsearch-button.-loupe::before {
    color: #000;
  }

  .block-search input,
  .amsearch-input-wrapper .amsearch-input {
    border-radius: 0px;
    outline: none;
    border: 1px solid #1e1e21;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  }

  .amsearch-form-block .amsearch-input {
    opacity: 0;
  }

  .amsearch-form-block.-opened .amsearch-input {
    opacity: 1;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
  }

  .page-header .amsearch-result-section {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
  }

  .amsearch-input-wrapper .amsearch-button.-loupe {
    background-image: none;
    left: 0px;
    top: 2px;
    height: auto;
    line-height: normal;
    width: auto;
    background-color: transparent;
  }

  .amsearch-button,
  .amsearch-form-block,
  .amsearch-input-wrapper .amsearch-input,
  .amsearch-input-wrapper,
  .amsearch-input-wrapper .amsearch-button.-loupe {
    transition: unset;
    -webkit-transition: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
  }

  .amsearch-input-wrapper .amsearch-button.-loupe {
    height: 40px;
    width: 40px;
    background-color: #F2F2F2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
  }

  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search,
  .block-search .action.search,
  .amsearch-input-wrapper .amsearch-button.-loupe.-disabled {
    pointer-events: none;
  }

  .block-search .action.search:before,
  .amsearch-input-wrapper .amsearch-button.-loupe::before {
    font-family: var(--LumaIcons);
    content: "\e904";
    font-size: 20px;
    color: #5A5A63;
  }

  body .block-search .action.search:hover,
  body .amsearch-input-wrapper .amsearch-button.-loupe:hover {
    background: #F2F2F2;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    color: #5A5A63;
  }

  .minicart-wrapper .action.showcart:before,
  .minicart-wrapper .action.showcart:before,
  .minicart-wrapper .action.showcart.active:before {
    font-size: 26px;
  }

  .amsearch-form-block.-opened .amsearch-button.-loupe {
    top: -60px;
    right: 211px;
    height: 40px;
    margin: 0;
    z-index: 99;
    left: unset;
  }

  .amcheckout-step-container .amcheckout-summary-container .product-item-name {
    display: block;
    width: 100%;
  }

  .amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
    align-items: flex-start;
    text-align: left;
  }

  .amsearch-button.-disabled {
    opacity: 1;
  }

  /* Search End */

  .amsearch-form-block.-opened {
    max-width: calc(100% - 24px);
  }

  .page-header .amsearch-result-section {
    width: 100%;
  }

  .page-header .amsearch-input-wrapper {
    min-width: unset;
  }

  .category-view .category-view-content {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 32px;
  }

  body.cms-page-view .home-galleries h2 {
    margin-bottom: 35px;
  }

  body.cms-page-view.cms-about-creative-mods .page-title-wrapper,
  body.cms-page-view.cms-about-cb-auto-salon .page-title-wrapper,
  body.cms-page-view.cms-about-creative-bespoke .page-title-wrapper {
    position: absolute;
    top: 160px;
  }

  .about-hero,
  .cms-tailor-your-build .about-hero {
    margin-top: 12px;
  }

  .fx-reveal,
  .product.media::after,
  .product.media::before,
  .product.info.detailed::before,
  .product.info.detailed::after,
  .page-products .columns::before,
  .page-products .columns::after,
  .productHolder.cart::before {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: 1000ms cubic-bezier(0.5, 0, 0, 1) !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    -webkit-transition: 1000ms cubic-bezier(0.5, 0, 0, 1) !important;
    -moz-transition: 1000ms cubic-bezier(0.5, 0, 0, 1) !important;
    -ms-transition: 1000ms cubic-bezier(0.5, 0, 0, 1) !important;
    -o-transition: 1000ms cubic-bezier(0.5, 0, 0, 1) !important;
  }

  #html-body.cms-page-view .about-hero img {
    height: 840px;
    object-fit: cover;
  }

  #html-body.cms-page-view .about-hero.bottom img {
    height: 1100px;
    object-fit: cover;
  }

  .home-galleries figure[data-content-type='image'] figcaption {
    width: calc(100% - 40px);
    padding: 10px 20px;
  }

  .page-header .panel.wrapper {
    display: none;
  }

  .block.newsletter .form.subscribe .signup {
    max-width: 100%;
  }

  .block.newsletter .form.subscribe {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-brands .slick-slider .slick-arrow.slick-next,
  .home-featured-products .slick-slider .slick-arrow.slick-next {
    display: none !important;
  }

  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    opacity: 1;
  }

  .slick-slider .slick-arrow.slick-prev::after {
    content: 'SWIPE';
    left: -40px;
    line-height: 45px;
  }

  body:not(.cms-home) .slick-slider .slick-arrow.slick-prev::after {
    content: 'SWIPE';
    left: 0px;
    line-height: 45px;
  }

  .home-galleries .slick-slider .slick-arrow.slick-prev::after,
  .home-social .slick-slider .slick-arrow.slick-prev::after {
    left: 0;
  }

  .home-brands .slick-slider .slick-arrow.slick-prev,
  .home-featured-products .slick-slider .slick-arrow.slick-prev,
  .home-galleries .slick-slider .slick-arrow.slick-prev,
  .home-galleries .slick-slider .slick-arrow.slick-next,
  .home-social .slick-slider .slick-arrow.slick-prev,
  .home-social .slick-slider .slick-arrow.slick-next {
    right: 40px;
    background: transparent;
    width: 0;
    height: 0;
    line-height: 0;
  }

  .slick-prev:before,
  .home-galleries .slick-next:before,
  .home-galleries .slick-prev:before,
  .home-social .slick-next:before,
  .home-social .slick-prev:before {
    display: none;
  }

  .slick-slider .slick-arrow.slick-prev,
  .slick-slider .slick-arrow.slick-next {
    top: -81px;
  }

  .home-categories h2,
  .home-brands h2,
  .home-featured-products h2 {
    margin: 37px auto 67px;
  }

  body:not(.cms-home) .home-categories h2,
  body:not(.cms-home) .home-brands h2,
  body:not(.cms-home) .home-featured-products h2 {
    margin: 37px auto 36px;
  }

  .home-brands [data-content-type="heading"],
  .home-featured-products [data-content-type="heading"] {
    width: calc(100% - 70px);
  }

  .page-products .home-brands .slick-slider .slick-arrow.slick-prev {
    right: 174px;
  }

  .home-categories,
  .home-brands,
  .home-featured-products {
    margin-bottom: 48px;
  }

  .home-three-cards {
    margin-bottom: 43px;
  }

  .home-three-cards .pagebuilder-column {
    display: flex !important;
  }

  .hero-section {
    margin-top: 12px;
  }

  .about-hero .hero-text .pagebuilder-column-line {
    margin-top: 0;
  }

  .about-home {
    padding: 60px 0;
  }

  .about-home h2,
  .cms-home h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }

  #html-body .about-home .pagebuilder-column-group .pagebuilder-column-line:last-child {
    flex-direction: column;
  }

  #html-body .about-home .pagebuilder-column.about-left,
  #html-body .about-home .pagebuilder-column.about-right {
    max-width: 100%;
    width: 100%;
  }

  #html-body .home-categories .top-col .pagebuilder-column-line {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .home-categories .top-col .pagebuilder-column {
    width: 100% !important;
  }

  .home-categories .pagebuilder-column-line,
  .home-categories .bottom-col-l {
    flex-wrap: wrap;
  }

  .footer-links {
    grid-gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-links .column.col-1 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 1;
  }

  .about-last .pagebuilder-column.right figure {
    padding: 0 24px;
  }

  .page404 {
    margin-top: 12px;
    padding-bottom: 8px;
  }

  #html-body .page404 img {
    height: 780px;
  }

  #html-body .hero-section figure.hero-img img {
    min-height: 750px;
    object-fit: cover;
  }

  .block-search {
    max-width: 260px;
  }

  .page-header .header.content {
    justify-content: flex-end;
  }

  .cms-tailor-your-build .about-hero.bottom .hero-text {
    position: relative;
  }

  .cms-tailor-your-build .about-hero.bottom .hero-img {
    position: absolute;
    height: 100%;
    width: 100%;
  }

  .amsearch-item-container.-opened {
    padding: 0 0 10px;
  }

  .page-header .header.content {
    width: auto;
  }

  .amsearch-input-wrapper.-typed .amsearch-input {
    padding-left: 20px;
  }

  .form-wrapper-service::after,
  .contact-page .pagebuilder-column-group::after,
  .page-products .columns::after,
  .page-products .columns::before,
  .page-products .columns::after,
  .catalog-product-view.page-layout-1column .product.media::before,
  .productHolder.cart::after,
  .customer-account-login .columns .column.main::after,
  .customer-account-forgotpassword .columns .column.main::after,
  .customer-account-create .columns .column.main::after,
  .account .columns .column.main::after,
  .checkout-index-index #checkout::after,
  #html-body .home-featured-products .bg-row svg {
    width: 50%;
    background-size: cover;
    left: -40px;
  }

  .hero-section .hero-text {
    bottom: 40px;
  }

  .about-home .about-left .letter,
  .about-home .about-right .letter {
    animation-delay: 0 !important;
    opacity: 1 !important;
    transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
    -moz-transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    -o-transform: translateY(0px) !important;
  }

  .gallerie-page .bg-image {
    top: -90px;
  }
}

.checkout-cart-index .page-title-wrapper {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 800px) {

  .hero-section .video-wrapper .hero-text .pagebuilder-column-line .pagebuilder-column:last-child {
    margin-left: 0px;
    padding-left: 0px;
    border-left: none;
    margin-top: 20px;
    padding-top: 20px;
    position: relative;
  }

  .hero-section .video-wrapper .hero-text .pagebuilder-column-line .pagebuilder-column:last-child::before {
    content: "";
    background: #F2F2F2;
    position: absolute;
    top: 0px;
    left: 0;
    height: 1px;
    width: 84px;
  }

  #html-body .hero-section .video-wrapper .hero-text .pagebuilder-column-line .pagebuilder-column {
    width: 100%;
  }

  .hero-section .video-wrapper .hero-text .pagebuilder-column-line {
    flex-direction: column;
  }

  .hero-section .hero-text .pagebuilder-column-line .pagebuilder-column p {
    font-size: 14px;
  }

}

@media only screen and (max-width: 768px) {

  .modal-popup.modal-slide .modal-inner-wrap {
    max-height: 100vh;
  }

  .guaranteed-safe-checkout .payment-icons,
  .guaranteed-safe-checkout h5 {
    gap: 10px;
  }

  .page-products.page-layout-2columns-left .sidebar-main {
    padding: 0;
  }

  .page-products .sidebar-main .filter-content {
    bottom: 0;
    min-width: 0;
    position: fixed;
    right: -20px;
    top: 0;
    display: block;
    z-index: 900;
    width: 588px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
    padding: 120px 40px 0px;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(.4, 0, .2, 1);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transition: transform 0.3s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: transform 0.3s cubic-bezier(.4, 0, .2, 1);
    -ms-transition: transform 0.3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: transform 0.3s cubic-bezier(.4, 0, .2, 1);
    display: flex;
    flex-direction: column;
  }

  .page-products .sidebar-main .filter.active .filter-content #am-shopby-container {
    order: 1;
    margin: 50px -10px 0;
  }

  .page-products .sidebar-main .filter.active .filter-content .filter-actions {
    order: 2;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .form-wrapper-service .pagebuilder-column-line {
    padding-bottom: 200px;
  }

  .form-wrapper-service .actions-wrapper {
    flex-direction: column;
  }

  .contact-index-index .pagebuilder-column-line {
    padding: 20px 0 232px;
    max-width: 453px;
    gap: 30px;
  }


  #html-body .contact-buttons {
    padding-top: 30px;
  }

  .contact-page .pagebuilder-column-group::before,
  .productHolder.cart::before,
  .customer-account-login .columns .column.main::before,
  .customer-account-forgotpassword .columns .column.main::before,
  .customer-account-create .columns .column.main::before,
  .account .columns::before,
  .customer-account-logoutsuccess .columns .column.main::before,
  .checkout-index-index .columns .column.main::before {
    display: none;
  }

  .navigation__mobile,
  .minicart-wrapper .action.close {
    right: 15px;
  }

  .cart.table-wrapper .cart>.item .item-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .cart.table-wrapper {
    border: none;
  }

  .cart.table-wrapper .product-item-photo {
    max-width: 113px;
  }

  .cart.table-wrapper .product-item-details {
    padding-top: 0;
  }

  .cart.table-wrapper .item .col.item {
    min-height: 80px;
    padding: 20px 15px 0px 152px;
  }

  body .cart.table-wrapper .cart tbody td.item-actions {
    padding: 0;
    position: absolute;
    right: 0;
    top: 40%;
  }

  .cart.table-wrapper .col.price,
  .order-items.table-wrapper .col.price,
  .cart.table-wrapper .col.qty,
  .order-items.table-wrapper .col.qty,
  .cart.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp,
  .order-items.table-wrapper .col.msrp {
    text-align: center;
  }

  .productHolder.cart .productLeftSideTop {
    padding: 17px;
  }

  .cart.table-wrapper .col.qty label {
    margin: 0 auto;
  }

  .cart.table-wrapper .action:last-child,
  .cart.table-wrapper .cart tbody td.item-actions {
    width: 24px;
    padding-top: 0px;
  }

  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp,
  .table>tbody+tbody .col.price,
  .table>tbody+tbody .col.price,
  .table>tbody+tbody .col.subtotal,
  .table>tbody+tbody .col.subtotal {
    padding: 14px 11px 20px !important;
  }

  .cart.table-wrapper .col.qty {
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }

  .form-wrapper-service::after,
  .contact-page .pagebuilder-column-group::after,
  .page-products .columns::before,
  .page-products .columns::after,
  .catalog-product-view.page-layout-1column .product.media::before,
  .productHolder.cart::after,
  .customer-account-login .columns .column.main::after,
  .customer-account-forgotpassword .columns .column.main::after,
  .customer-account-create .columns .column.main::after,
  .account .columns .column.main::after,
  .checkout-index-index #checkout::after,
  .gallerie-page .pagebuilder-column-group .feature.background {
    left: -24px;
  }

  .home-categories .bg-image,
  .product.info.detailed::before,
  .products.wrapper.products-grid::before,
  .productHolder.cart::before,
  .customer-account-login .columns .column.main::before,
  .customer-account-forgotpassword .columns .column.main::before,
  .customer-account-create .columns .column.main::before,
  .account .columns::before,
  .customer-account-logoutsuccess .columns .column.main::before,
  .checkout-index-index .columns .column.main::before {
    right: -24px;
    height: 465px;
    width: 100%;
  }

  #block-discount {
    max-width: 100%;
  }

  .checkout-cart-index .page-main,
  #html-body.cms-galleries.cms-page-view .page-main {
    padding-left: 24px;
    padding-right: 24px;
  }

  body.cms-home .header.content.sticky-header,
  body.cms-home .nav-sections.sticky-header {
    width: calc(100% - 24px) !important;
  }

  .customer-welcome {
    position: relative;
  }

  .customer-welcome li a {
    line-height: 1.4;
    padding: 8px;
    display: block;
  }

  .customer-welcome .action.switch {
    font-size: 0;
    padding: 0;
    font-weight: normal;
    border: none;
  }

  .customer-welcome .customer-menu {
    display: none !important;
  }

  .page-header .header.content .header.links li.authorization-link a::before,
  .customer-welcome .action.switch::before {
    line-height: 40px;
  }

  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }

  .customer-welcome ul {
    padding: 5px;
    border: 1px solid #1C1C1C;
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    right: 0;
  }

  #amasty-shopby-product-list .message.info.empty {
    margin-bottom: 220px;
  }

  .cms-tailor-your-build .about-text .about-text-wrapper {
    padding: 40px 0 0;
  }

  .cms-tailor-your-build .about-hero.bottom .hero-text {
    padding-bottom: 0;
    padding-top: 30px;
  }

  body:not(.cms-home) .amsearch-form-block {
    right: 207px;
  }

  body:not(.cms-home) .amsearch-form-block.-opened .amsearch-button.-loupe {
    right: 195px;
  }

  body:not(.cms-home) .nav-toggle {
    right: 24px;
  }

  .slick-slider {
    padding: 0;
  }

  .navigation li.parent.level-top.ui-menu-item .c-nav:after,
  .navigation li.parent.ui-menu-item>a:before {
    right: 3px;
  }

  .page-header .amsearch-result-section {
    width: 100%;
  }

  .about-hero.bottom .hero-text .pagebuilder-column-line {
    margin-top: 100px;
  }

  .about-hero.bottom .hero-text .pagebuilder-column-line .top-hero {
    padding-bottom: 35px;
  }

  .about-hero.bottom .hero-text .pagebuilder-column-line h2 span {
    font-size: 48px !important;
    line-height: 1 !important;
  }

  .form-wrapper-service::after,
  .contact-page .pagebuilder-column-group::after,
  .productHolder.cart::after,
  #html-body .home-social .bg-row svg,
  .page-products .columns::after,
  .page-products .columns::before,
  .page-products .columns::after,
  .catalog-product-view.page-layout-1column .product.media::before,
  .customer-account-login .columns .column.main::after,
  .customer-account-forgotpassword .columns .column.main::after,
  .customer-account-create .columns .column.main::after,
  .account .columns .column.main::after,
  .checkout-index-index #checkout::after,
  #html-body .home-featured-products .bg-row svg {
    width: calc(100% + 24px);
    background-size: cover;
    left: -24px;
  }

  .productHolder.cart .productRightSidec {
    gap: 0;
    flex-direction: column;
  }

  #block-discount {
    margin-bottom: 20px;
  }

  .fotorama__stage__frame .fotorama__img {
    width: auto;
    object-fit: unset;
  }

  #html-body .about-hero img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  body.cms-page-view.cms-about-creative-mods .page-main,
  body.cms-page-view.cms-about-cb-auto-salon .page-main,
  body.cms-page-view.cms-about-creative-bespoke .page-main {
    padding: 0;
  }

  body.cms-page-view.cms-about-creative-mods .page-title-wrapper,
  body.cms-page-view.cms-about-cb-auto-salon .page-title-wrapper,
  body.cms-page-view.cms-about-creative-bespoke .page-title-wrapper {
    position: absolute;
    top: 50px;
  }

  .customer-name {
    display: block;
  }

  .about-race .right [data-content-type="text"] {
    padding: 60px 28px 60px;
  }

  [class^='cms-privacy-policy'] .page-main,
  .page-products .columns {
    padding-top: 0;
  }

  .about-text .about-text-wrapper {
    top: 40px;
  }

  #html-body.cms-page-view .about-text.bottom .hero-img img {
    height: 100%;
    object-fit: cover;
  }

  .about-hero .hero-text .pagebuilder-column-line {
    margin-top: 50px;
  }

  .checkout-index-index .authentication-wrapper .modal-custom.authentication-dropdown,
  .checkout-index-index .authentication-dropdown .modal-inner-wrap {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  .home-categories,
  .home-brands,
  .home-featured-products {
    padding: 0 12px;
  }

  .home-galleries,
  .home-social {
    padding: 60px 12px;
  }

  .footer-container,
  .page-header .header.panel,
  .footer.content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .page-header {
    margin-bottom: 0;
  }

  .page-footer {
    margin-top: 0px;
  }

  body .breadcrumbs {
    display: block;
  }

  body .fotorama__wrap {
    min-width: unset !important;
  }

  .fotorama__arr .fotorama__arr__arr,
  .page-products .columns::before,
  .products.wrapper.products-grid::before {
    display: none;
  }

  .catalog-product-view .breadcrumbs {
    padding: 0;
  }

  body:not(.cms-home) .page-header .header.content,
  body:not(.cms-home) .header.content.sticky-header,
  body:not(.cms-home) .nav-sections.sticky-header {
    width: calc(100% - 48px) !important;
    padding: 0 24px;
  }

  body .footer-container,
  body .footer.content,
  .cms-home .page-header .header.panel,
  .page-header .header.panel .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper>.widget,
  .page-wrapper>.page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .footer-container,
  .nav-sections .footer-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .page-products .columns::after {
    left: -24px;
  }

  .logo {
    left: 24px;
  }

  #html-body .home-categories [data-content-type='button-item'],
  .home-three-cards [data-content-type='button-item'] {
    width: calc(100% - 25px);
    left: 12px;
  }

  .cart.table-wrapper .table>tbody+tbody .product-item-details {
    padding-top: 0;
  }

  .cart.table-wrapper .cart .item+.item {
    border-top: 1px solid #B3B3BA;
  }

  .page-title-wrapper h1 {
    font-size: 32px;
  }

  .table>tbody+tbody td.item-actions {
    padding-top: 20px !important;
  }

  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before,
  .filter.active .filter-subtitle {
    display: none;
  }

  .cart.table-wrapper .product-item-details {
    height: auto;
  }

  filter.active .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }

  body.page-products.filter-active .filter-title {
    left: unset;
    right: 0;
    width: calc(100% - 150px);
    padding: 20px 40px;
    border: none;
  }

  body.page-products.filter-active .filter-title::after {
    right: 40px;
  }

  .filter .filter-current {
    margin: 50px -10px 0;
  }

  .filter .filter-current {
    border: none;
  }

  #narrow-by-list .filter-options-item {
    padding-bottom: 0 !important;
  }

  .filter.active .filter-options {
    position: static;
  }

  .page-products .sidebar-main .filter-content {
    width: calc(100% - 150px);
  }

  .filter.active .filter-options-item:last-child {
    margin-bottom: 15px;
  }

  #html-body.cms-page-view .about-hero img,
  #html-body.cms-page-view .about-text .hero-img img {
    height: 711px;
  }

  .about-text .about-text-wrapper {
    position: relative;
    padding-bottom: 80px;
  }

  .about-text.bottom.creative-three .hero-img,
  .about-text .hero-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #html-body .about-text .about-text-wrapper .pagebuilder-column-line .pagebuilder-column {
    align-items: center;
  }

  .about-race {
    margin-top: 10px;
  }

  .about-last.four .right-img figure {
    padding-bottom: 40px;
  }

  .about-race.bottom {
    padding: 0;
  }

  .about-hero.bottom .hero-text {
    padding-bottom: 100px;
  }

  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    text-transform: uppercase;
    font-family: var(--InriaSerif);
    margin-top: 0;
    line-height: 100%;
    font-weight: 400;
  }

  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    content: "\e90c";
  }

  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: "\e917";
    margin: 0;
  }

  .item.pages-item-next {
    margin: 0;
  }

  .checkout-index-index .opc-wrapper.am-opc-wrapper {
    gap: 5px;
  }

  .opc-block-summary .product-item .product-item-name-block {
    padding: 15px 0 0;
  }

  .checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
    margin: 20px 20px 0 0;
  }

  .block-authentication .actions-toolbar>.secondary {
    padding-top: 5px;
  }

  #html-body.cms-page-view .about-hero img,
  #html-body.cms-page-view .about-text .hero-img img,
  #html-body.cms-page-view .about-last:not(.four) .hero-img img {
    border-radius: 15px;
  }
}

@media only screen and (max-width: 640px) {

  .config-price {
    margin-top: 20px;
  }

  .authentication-wrapper {
    margin-top: 10px;
  }

  .checkout-index-index .page-main,
  .about-hero .hero-text .pagebuilder-column-line {
    padding-left: 12px;
    padding-right: 12px;
  }

  #opc-shipping_method,
  #payment,
  .opc-block-summary.amcheckout-summary-container,
  .checkout-index-index .authentication-dropdown .modal-inner-wrap {
    padding: 15px 20px;
  }

  .opc-wrapper .methods-shipping {
    padding: 0;
  }

  #contact-form .fieldset .field,
  body .product-inquiry-form .w-1\/2,
  body .product-inquiry-form .w-full,
  .checkout-index-index .fieldset.address>.field,
  #customer-email-fieldset .field,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment,
  .checkout-index-index .fieldset>.field,
  .checkout-index-index .fieldset>.fields>.field {
    width: 100%;
  }

  .page-products .columns::after {
    display: none;
  }

  .opc-wrapper .form-login .fieldset .note,
  .opc-wrapper .form-shipping-address .fieldset .note,
  .opc-block-summary .items-in-cart>.title {
    margin-bottom: 18px;
  }

  .pages a.page,
  .pages a.page:visited {
    line-height: 32px;
  }

  .pages .pages-items {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pages .item,
  .item.pages-item-next {
    margin: 0 14px 0;
    display: flex;
  }

  .pages .action.previous>span:not(.label),
  .pages .action.next>span:not(.label) {
    display: none;
  }

  .page-products .sidebar-main .filter.active .filter-content #am-shopby-container {
    margin: 10px -10px 0;
  }

  body.page-products.filter-active .am_shopby_apply_filters {
    bottom: 20px;
    right: 20px;
    max-width: 300px;
  }

  body.page-products.filter-active .filter-title::after {
    right: 24px;
  }

  .page-products .sidebar-main .filter-content {
    padding: 120px 24px 0px;
    width: calc(100% - 120px);
  }

  body.page-products.filter-active .filter-title {
    width: calc(100% - 120px);
    padding: 20px 24px;
  }

  .productHolder.cart {
    padding-bottom: 80px;
  }

  .productHolder.cart::after {
    bottom: 0;
  }

  body:not(.cms-home) .amsearch-form-block {
    right: 192px;
  }

  body:not(.cms-home) .amsearch-form-block.-opened .amsearch-button.-loupe {
    right: 180px;
  }

  .pages .action.next {
    margin-left: 0;
  }

  .products.wrapper~.toolbar .pages {
    margin: 50px 0 60px;
    width: 100%;
  }

  .page-products .product-item-info {
    max-width: 100%;
  }

  .nav-toggle {
    right: 24px;
    top: 12px;
  }

  .amsearch-form-block {
    top: 10px;
    right: 194px;
  }

  #html-body .amsearch-form-block.-opened {
    top: 64px;
  }

  .product-holder-wrapper {
    gap: 16px;
    padding-right: 56px;
  }

  .amsearch-form-block.-opened .amsearch-button.-loupe {
    top: -52px;
    right: 182px;
  }

  .cms-home .product-holder-wrapper {
    padding-right: 69px;
  }

  #contact-form .fieldset .field:not(.comment) {
    width: 100%;
  }

  .about-race.bottom .bottom-text {
    padding: 80px 0;
  }

  .about-hero.bottom .hero-text .pagebuilder-column-line h2 span {
    font-size: 34px !important;
    line-height: 0.8 !important;
  }

  .about-hero.bottom .hero-text .pagebuilder-column-line h2 {
    line-height: 0.8 !important;
  }

  .productHolder.cart::before {
    display: none;
  }

  .product-options-wrapper .fieldset {
    display: flex;
    flex-direction: column;
  }

  #reset-product-options {
    position: relative;
    top: 0;
    justify-content: flex-end;
    height: auto;
    line-height: 15px;
  }

  #reset-product-options:not(.hidden)::before {
    height: 49px;
    display: flex;
    align-items: center;
  }

  .product-options-wrapper .fieldset .field:nth-child(2),
  .product-options-wrapper .fieldset .field:not(.configurable):nth-child(3) {
    width: 100%;
    order: -1;
    margin-bottom: 0;
  }

  .product.data.items {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-section .hero-text .pagebuilder-column-line,
  .about-hero .hero-text .pagebuilder-column-line {
    gap: 20px;
  }

  .page404 .buttons ul {
    flex-wrap: wrap;
  }

  .footer-container,
  .footer.content {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  body .footer-container,
  body .footer.content,
  .cms-home .page-header .header.panel,
  .page-header .header.panel .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper>.widget,
  .page-wrapper>.page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .footer-container,
  .nav-sections .footer-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .page-header .header.content {
    height: 64px;
  }

  .logo img {
    max-width: 195px;
  }

  #html-body .about-last .bottom-frame img {
    width: 60%;
    height: 152px;
    object-fit: cover;
    max-width: 376px;
  }

  .about-last .pagebuilder-column-group .pagebuilder-column-line:first-child {
    gap: 60px;
    padding-bottom: 60px;
  }

  .about-last .under-text [data-content-type="text"] h2 span {
    font-size: 32px !important;
  }

  .page404 .hero-text .pagebuilder-column-line h1 span {
    font-size: 40px !important;
  }

  #html-body.cms-page-view .about-hero img {
    height: 620px;
  }

  .about-hero .hero-text .pagebuilder-column-line {
    margin-top: 0;
  }

  .about-hero .hero-text .pagebuilder-column-line h2,
  .about-last .under-text [data-content-type="text"] h2,
  .page404 .hero-text .pagebuilder-column-line h1 {
    line-height: 0.6 !important;
  }

  .page404 .hero-text .pagebuilder-column-line h1 {
    margin-bottom: 30px;
    padding: 0 10px;
  }

  .page404 .middle-text {
    padding: 0 20px;
  }

  .about-hero .hero-text .pagebuilder-column-line h2 span,
  .about-hero .hero-text .pagebuilder-column-line h1 span {
    font-size: 48px !important;
  }

  .footer-links {
    grid-gap: 60px;
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-links .column.col-1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1;
  }

  .column.main .products-grid .product-items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 6px;
  }

  #html-body .page404 img {
    height: 100%;
    position: absolute;
  }

  .page404 .hero-text {
    position: relative;
    padding: 30px 0;
  }

  .page404 {
    margin-bottom: 12px;
  }

  .catalog-product-view .product-info-main .page-title-wrapper h1,
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price,
  .product-info-main .product-info-price .old-price .price-wrapper .price {
    font-size: 24px;
    word-break: break-word;
  }

  .product-options-wrapper,
  .product-options-wrapper .fieldset {
    margin-bottom: 0px;
  }

  .product-info-main .product-options-bottom .box-tocart {
    margin-top: 30px;
  }

  .w-1\/2 {
    width: 100%;
  }

  .product-info-main .product-info-stock-sku {
    margin-top: 10px;
  }

  .catalog-product-view .breadcrumbs {
    margin-top: 20px;
  }

  form .actions-toolbar {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }

  form .checkbox,
  .field.choice {
    gap: 10px;
  }

  .opc-estimated-wrapper {
    margin: -21px 0px 15px;
  }
}

.block-minicart .subtitle.empty {
  padding: 20px;
}

@media only screen and (max-width: 550px) {

  .productHolder.cart {
    gap: 32px;
  }

  #block-discount {
    margin-bottom: 13px;
  }

  .cart-summary .checkout-methods-items .action.primary.checkout span,
  #minicart-content-wrapper .action.primary.checkout,
  #minicart-content-wrapper .action.viewcart span {
    font-size: 0;
    display: flex;
    line-height: normal;
  }

  .cart-summary .checkout-methods-items .action.primary.checkout span::after {
    content: 'Checkout';
    font-family: var(--Epilogue);
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: .5px;
    text-transform: uppercase;
  }

  #minicart-content-wrapper .action.primary.checkout::before {
    content: 'Checkout';
    font-family: var(--Epilogue);
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: .5px;
    text-transform: uppercase;
  }

  #minicart-content-wrapper .action.viewcart span::before {
    content: 'Edit cart';
    font-family: var(--Epilogue);
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: .5px;
    text-transform: uppercase;
  }

  .cart-summary .block .fieldset .field select,
  .cart-summary .block .fieldset input[type="text"] {
    font-size: 14px;
  }

  .cart-summary {
    padding: 17px 17px 27px;
  }

  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp,
  .table>tbody+tbody .col.price,
  .table>tbody+tbody .col.price,
  .table>tbody+tbody .col.subtotal,
  .table>tbody+tbody .col.subtotal {
    padding: 14px 0px 10px !important;
  }

  .cart.table-wrapper .col.qty {
    padding-top: 24px;
    min-width: 142px;
  }

  .cart.table-wrapper .cart>.item .item-info {
    justify-content: space-between;
  }

  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal,
  .cart.table-wrapper .col.msrp {
    width: auto;
  }

  body .cart.table-wrapper .cart tbody td.item-actions {
    top: 26px;
  }

  .page-title-wrapper h1 {
    font-size: 24px;
  }

  .contact-index-index .page-title-wrapper h1 {
    font-size: 32px;
  }

  .cart.table-wrapper .col.subtotal {
    display: none;
  }

  .cart.table-wrapper .item .col.item {
    min-height: 80px;
    padding: 0px;
    width: 100%;
  }

  .cart.table-wrapper .product-item-photo {
    max-width: 113px;
    position: relative;
    left: 0;
    top: 0;
    padding-bottom: 24px;
  }

  .cart.table-wrapper .cart .item+.item {
    padding-top: 20px;
    display: block;
  }

  #html-body .home-categories .top-col .pagebuilder-column-line,
  #html-body .home-categories .pagebuilder-column-group.bottom-col-l .pagebuilder-column-line:first-child {
    grid-template-columns: repeat(1, 1fr);
  }

  #html-body .pagebuilder-column.bottom-col-r img,
  #html-body .home-categories img {
    width: 100%;
  }

  .guarantie {
    padding: 20px 0 60px;
    gap: 20px;
    flex-direction: column;
  }

  .product.info.detailed {
    padding: 32px 0 60px;
  }

  .box-tocart .fieldset {
    align-items: flex-start;
    flex-direction: column;
  }

  .box-tocart .fieldset .actions {
    width: 100%;
  }

  .minicart-wrapper .block-minicart {
    padding: 24px 24px 0;
  }

  .minicart-wrapper .mage-dropdown-dialog {
    width: 300px;
  }

  .minicart_footer {
    width: 250px;
    padding: 20px 24px 24px;
    right: -520px;
  }

  .minicart-items .product-item-details {
    padding-left: 0;
  }

  .minicart-items .product-item .product {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .minicart-items .product-image-container {
    max-height: 95px;
  }

  .minicart-wrapper #minicart-content-wrapper .action.close {
    top: 24px;
    right: 24px;
  }

  .minicart-items .update-cart-item {
    padding: 7px 10px;
    right: 34px;
  }

  .home-featured-products .slick-slider .slick-arrow.slick-prev::after {
    left: -5px;
    top: 47px;
  }

  .product-options-wrapper .field .label {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 280px;
  }
}

.fotorama__active .fotorama__dot {
  background-color: #000;
  border-color: #000;
}

@media only screen and (max-width: 441px) {
  .catalog-product-view .breadcrumbs {
    min-height: 47px;
  }

  .page-header .header.content .header.links {
    display: none;
  }

  .amsearch-form-block {
    right: 134px;
  }

  .amsearch-form-block.-opened .amsearch-button.-loupe {
    right: 122px;
  }

  body:not(.cms-home) .amsearch-form-block {
    right: 136px;
  }

  body:not(.cms-home) .amsearch-form-block.-opened .amsearch-button.-loupe {
    right: 124px;
  }

  .toolbar-products {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 32px;
  }

  .toolbar-products #toolbar-amount {
    flex: 1 100%;
  }

  .product-options-wrapper .field .label {
    width: 220px;
  }
}

@media only screen and (max-width: 421px) {

  .select-club-services.open ul {
    max-height: 360px;
  }

  .navigation .level0>.level1,
  .navigation .submenu:not(:first-child) ul>li {
    height: auto;
  }

  .gallerie-page .gallery-bg {
    left: -170px;
    bottom: -170px;
  }

  .gallerie-page .bg-image {
    right: -170px;
    top: -170px;
  }

  .gallerie-page .pagebuilder-column h2 {
    font-size: 24px;
  }

  .gallerie-page .pagebuilder-column p {
    font-size: 16px;
  }

  span[data-element="link_text"],
  #html-body a.pagebuilder-button-primary span,
  #html-body button.pagebuilder-button-primary span,
  #html-body div.pagebuilder-button-primary span,
  .box-tocart .action.tocart span,
  .cart-summary .checkout-methods-items .action.primary.checkout span,
  .block-minicart .block-content>.actions>.primary .action.primary span,
  .block-minicart .block-content>.actions>.primary .action.primary span,
  .action.viewcart span,
  .actions-toolbar>.primary .action span {
    text-align: left;
  }

  .product-info-main .product-info-stock-sku {
    gap: 10px;
  }

  .pages .pages-items {
    padding-top: 1.5px;
  }

  .item.pages-item-previous,
  .item.pages-item-next {
    margin: 0;
  }

  .cms-tailor-your-build .bottom-img {
    bottom: -30px;
  }

  .contact-index-index .pagebuilder-column-line {
    padding: 0px 0 212px;
    gap: 0px;
  }

  body.page-products.filter-active .am_shopby_apply_filters {
    max-width: 270px;
  }

  .page-products .sidebar-main .filter-content {
    width: calc(100% - 70px);
  }

  body.page-products.filter-active .filter-title {
    width: calc(100% - 70px);
  }

  #html-body .home-three-cards img {
    min-height: 197px;
    object-fit: cover;
  }

  .footer-links .column:not(.col-1) .header:after {
    font-family: 'luma-icons';
    font-size: 22px;
    content: "\e90c";
    position: absolute;
    right: 30px;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
  }

  .footer-links .column.footer-active:not(.col-1) .header:after,
  .footer-links .column:not(.col-1) .customer-service.footer-active .header:after {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
  }

  .footer-links .column.col-2:not(.footer-active) ul,
  .footer-links .column.col-3:not(.footer-active) ul,
  .footer-links .column.col-4 .customer-service:not(.footer-active) ul {
    display: none;
  }

  .footer-links .column.col-2.footer-active ul,
  .footer-links .column.col-3.footer-active ul {
    padding-bottom: 40px;
  }

  .block.newsletter .form.subscribe .signup span {
    font-size: 36px;
  }

  .catalog-product-view .breadcrumbs {
    min-height: 47px;
  }

  .about-home p {
    font-size: 16px;
  }

  .home-categories,
  .home-featured-products,
  .home-brands {
    margin-bottom: 23px;
  }

  .home-categories h2,
  .home-brands h2,
  .home-featured-products h2 {
    margin-bottom: 30px;
  }

  .home-galleries {
    margin-top: 37px;
  }

  .home-social {
    margin-top: 12px;
  }

  .home-brands h2 {
    margin-bottom: 40px;
  }

  .home-galleries figure[data-content-type='image'] figcaption {
    min-height: 43px;
  }

  #html-body .hero-section figure.hero-img img {
    min-height: unset;
  }

  .home-categories .bg-image {
    right: -47%;
    width: 752px;
    height: 465px;
    object-fit: cover;
  }

  #html-body .home-galleries .gallery-bg svg {
    left: 0px;
    width: 752px;
    height: 465px;
    object-fit: cover;
  }

  .home-brands [data-content-type="heading"] {
    padding-right: 70px;
    width: calc(100% - 70px);
  }

  .home-featured-products [data-content-type="heading"] {
    padding-right: 0;
    width: 100%;
  }

  .slick-slider .slick-arrow.slick-prev::after,
  #html-body .home-social .bg-row img,
  #html-body .home-social .bg-row svg,
  .home-galleries .slick-slider .slick-arrow.slick-prev::after,
  .home-social .slick-slider .slick-arrow.slick-prev::after {
    display: none;
  }

  .home-featured-products .slick-slider .slick-arrow.slick-prev::after {
    display: block;
  }

  .home-brands .slick-slider .slick-arrow.slick-prev::after {
    display: block;
    left: -12px;
  }

  body.cms-page-view.cms-about-creative-mods .page-title-wrapper,
  body.cms-page-view.cms-about-cb-auto-salon .page-title-wrapper,
  body.cms-page-view.cms-about-creative-bespoke .page-title-wrapper {
    top: 40px;
  }

  body.cms-page-view.cms-about-creative-mods .page-title-wrapper .page-title,
  body.cms-page-view.cms-about-cb-auto-salon .page-title-wrapper .page-title,
  body.cms-page-view.cms-about-creative-bespoke .page-title-wrapper .page-title {
    margin: 0 24px;
  }

  .block.newsletter input,
  .block.newsletter input::placeholder {
    font-size: 16px;
    letter-spacing: .5px;
  }

  .footer-links {
    grid-gap: 0px;
    grid-template-columns: 1fr;
  }

  .footer-links .column.col-1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 1;
    padding-bottom: 40px;
  }

  #html-body .home-categories .top-col .pagebuilder-column-line,
  #html-body .home-categories .pagebuilder-column-group.bottom-col-l .pagebuilder-column-line:first-child {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .hero-section .hero-text .pagebuilder-column-line .pagebuilder-column:first-child {
    max-width: 340px;
  }

  .about-last .under-text [data-content-type="text"] h2 span {
    font-size: 28px !important;
  }

  .about-hero .hero-text .pagebuilder-column-line h2 span,
  .about-hero .hero-text .pagebuilder-column-line h1 span {
    font-size: 36px !important;
  }

  .about-hero .hero-text .pagebuilder-column-line h2,
  .about-last .under-text [data-content-type="text"] h2 {
    line-height: 0.6 !important;
  }

  body.cms-page-view .page-main>.page-title-wrapper .page-title {
    font-size: 32px;
  }

  .pages .action.previous {
    margin-right: 0;
  }

  .navigation .level0 .submenu a,
  .navigation a,
  .navigation a:hover {
    line-height: 1.2 !important;
  }

  .navigation li.parent.ui-menu-item.level1 a:before,
  .navigation li.parent.ui-menu-item.level1 .c-nav:after {
    margin-top: -9px;
  }

  .amcheckout-additional-options.additional-options,
  .checkout-payment-method,
  .checkout-payment-method.submit {
    padding: 1px 25px;
  }

  body .product-inquiry-form label .font-bold {
    top: 5px;
    font-size: 14px;
  }

  form [for="terms"] {
    font-size: 16px;
  }
}

@media only screen and (max-width: 411px) {
  .logo {
    width: 85px;
    overflow: hidden;
    align-items: flex-start;
    justify-content: flex-start;
    left: 11px;
  }

  .logo img {
    max-width: 250px;
  }
}

@media only screen and (max-width: 380px) {
  .product-options-wrapper .field .label {
    width: 211px;
  }

  #html-body .home-three-cards [data-content-type="button-item"] a [data-element="link_text"] {
    width: calc(100% - 50px);
  }

  body .product-inquiry-form label .font-bold,
  #contact-form .fieldset>.field label,
  .opc-wrapper .form-login .fieldset .field .label,
  .opc-wrapper .form-shipping-address .fieldset .field .label,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment .label,
  .checkout-index-index .fieldset:not(.payment)>.field .label,
  .checkout-index-index .fieldset>.fields>.field .label,
  .product-options-wrapper .field .label {
    left: 20px;
  }

  #contact-form .fieldset>.field select,
  body .product-inquiry-form textarea,
  #contact-form textarea,
  .checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment textarea,
  #contact-form .fieldset>.field input,
  body .product-inquiry-form select,
  body .product-inquiry-form input:not(#terms-check),
  .checkout-index-index .fieldset>.field input[type="text"],
  .checkout-index-index .fieldset>.field input[type="password"],
  .checkout-index-index .fieldset>.field input[type="url"],
  .checkout-index-index .fieldset>.field input[type="tel"],
  .checkout-index-index .fieldset>.field input[type="search"],
  .checkout-index-index .fieldset>.field input[type="email"],
  .checkout-index-index .fieldset>.field select,
  .select-club-services {
    padding: 40px 20px 15px;
  }

  .select-club-services span:not([data-value])::before {
    right: 20px;
  }

  .table-checkout-shipping-method tbody td {
    font-size: 14px;
  }

  table>thead>tr>th,
  table>tbody>tr>th,
  table>tfoot>tr>th,
  table>thead>tr>td,
  table>tbody>tr>td,
  table>tfoot>tr>td {
    padding: 11px 7px;
  }

  .home-brands .slick-initialized .slick-slide img {
    width: 80%;
    max-height: 90px;
  }

  .navigation .level0>.level1,
  .navigation .submenu:not(:first-child) ul>li {
    padding: 0 0 5px;
  }

  span[data-element="link_text"],
  #html-body a.pagebuilder-button-primary span,
  #html-body button.pagebuilder-button-primary span,
  #html-body div.pagebuilder-button-primary span,
  .box-tocart .action.tocart span,
  .block-minicart .block-content>.actions>.primary .action.primary span,
  .block-minicart .block-content>.actions>.primary .action.primary span,
  .action.viewcart span,
  .actions-toolbar>.primary .action span {
    font-size: 15px;
  }

  .opc-wrapper .form-discount .field label[for="discount-code"] {
    width: 80%;
  }

  .pages-item-previous {
    left: -5px;
  }

  .pages-item-next {
    right: -5px;
  }

  .nav-toggle {
    right: 14px;
  }

  .cms-home .product-holder-wrapper {
    padding-right: 60px;
  }

  .product-holder-wrapper {
    padding-right: 56px;
  }

  .amsearch-form-block {
    right: 127px;
  }

  .amsearch-form-block.-opened .amsearch-button.-loupe {
    right: 115px;
  }

  body:not(.cms-home) .amsearch-form-block {
    right: 135px;
  }

  body:not(.cms-home) .amsearch-form-block.-opened .amsearch-button.-loupe {
    right: 123px;
  }

  .box-tocart .action.tocart span {
    gap: 2px;
  }
}

.footer.content {
  border-top: none;
}

body .product.data.items>.item.content#description .attribute.brand {
  display: none;
}

.filter-options-content #am-ranges-product_category_type .item {
  padding-left: 15px;
}

.filter-options-content #am-ranges-product_category_type .item[data-label="Exhaust"],
.filter-options-content #am-ranges-product_category_type .item[data-label="Brakes"],
.filter-options-content #am-ranges-product_category_type .item[data-label="Exterior"],
.filter-options-content #am-ranges-product_category_type .item[data-label="Interior"],
.filter-options-content #am-ranges-product_category_type .item[data-label="Oem parts"],
.filter-options-content #am-ranges-product_category_type .item[data-label="Performance"],
.filter-options-content #am-ranges-product_category_type .item[data-label="Suspension"],
.filter-options-content #am-ranges-product_category_type .item[data-label="Wheels"] {
  padding-left: 0;
}

.filter-options-content #am-ranges-product_category_type .item[data-label="Exhaust"] span,
.filter-options-content #am-ranges-product_category_type .item[data-label="Brakes"] span,
.filter-options-content #am-ranges-product_category_type .item[data-label="Exterior"] span,
.filter-options-content #am-ranges-product_category_type .item[data-label="Interior"] span,
.filter-options-content #am-ranges-product_category_type .item[data-label="Oem parts"] span,
.filter-options-content #am-ranges-product_category_type .item[data-label="Performance"] span,
.filter-options-content #am-ranges-product_category_type .item[data-label="Suspension"] span,
.filter-options-content #am-ranges-product_category_type .item[data-label="Wheels"] span {
  font-weight: bold;
  color: #000;
}

/* Instagram style */

.instagramWrapper .instagram-feed {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 3fr));
  gap: 6px;
}

.instagramWrapper .instagram-feed li {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.instagramWrapper .instagram-feed li .instagram-content-wrapper {
  position: absolute;
  bottom: 0;
  color: #fff;
  left: 0px;
  min-height: 56px;
  width: calc(100% - 80px);
  padding: 10px 40px;
  display: flex;
  font-size: 18px;
  line-height: 140%;
  background: #1C1C1E66;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  flex-direction: column;
}

.instagramWrapper .instagram-feed li .product-image {
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.instagramWrapper .instagram-feed li .product-image video {
  width: 100%;
  height: 100%;
}

.social-media {
  padding: 80px 0;
}

.instagramWrapper .instagram-feed .img-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.instagramWrapper .instagram-feed .text-wrapper {
  padding-top: 15px;
}

.instagramWrapper .instagram-feed .text-wrapper p {
  font-size: 16px;
}

.instagramWrapper .instagram-feed .more-comments {
  color: #D70012;
  font-size: 16px;
}

@media only screen and (max-width: 1090px) {
  .instagramWrapper .instagram-feed {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .social-media {
    padding: 40px 0;
  }

  .instagramWrapper .instagram-feed li .instagram-content-wrapper {
    min-height: 56px;
    width: calc(100% - 20px);
    padding: 5px 10px 0;
  }

  .instagramWrapper .instagram-feed .text-wrapper p,
  .instagramWrapper .instagram-feed .more-comments {
    font-size: 14px;
  }

  .instagramWrapper .instagram-feed .img-wrapper strong {
    font-size: 15px;
  }

  .instagramWrapper .instagram-feed .text-wrapper {
    padding-top: 10px;
    max-height: 200px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 460px) {
  .instagramWrapper .instagram-feed .text-wrapper {
    padding-top: 5px;
    max-height: 70px;
  }

  .instagramWrapper .instagram-feed .text-wrapper p,
  .instagramWrapper .instagram-feed .more-comments {
    font-size: 12px;
  }

  .instagramWrapper .instagram-feed .img-wrapper strong {
    font-size: 13px;
  }

  .instagramWrapper .instagram-feed .img-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 0px;
    flex-direction: column;
  }
}

@media only screen and (max-width: 360px) {
  .instagramWrapper .instagram-feed {
    grid-template-columns: 1fr;
  }

  .instagramWrapper .instagram-feed li {
    border: 1px solid #fff;
    min-height: 390px;
  }
}

ul.subcategory__list {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 16px;
}

@media only screen and (max-width: 767px) {
  ul.subcategory__list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 16px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

ul.subcategory__list::-webkit-scrollbar {
  height: 6px;
  /* thickness of horizontal scrollbar */
}

ul.subcategory__list::-webkit-scrollbar-track {
  background: transparent;
}

ul.subcategory__list::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

ul.subcategory__list::-webkit-scrollbar-thumb:hover {
  background: #666;
}

ul.subcategory__list {
  scrollbar-width: thin;
  scrollbar-color: #999 transparent;
}

ul.subcategory__list li {
  display: inline-block;
  margin-right: 5px;
}

ul.subcategory__list li a {
  display: block;
  padding: 7px 15px;
  background: #fff;
  color: #1C1C1C;
  text-transform: uppercase;
}

ul.subcategory__list li a:hover {
  color: #D70012;
}

body .field-tooltip .field-tooltip-action:before {
  content: '\e621';
}

body .field-tooltip {
  right: 7px;
  top: 3px;
}