/** Shopify CDN: Minification failed

Line 2054:17 Expected identifier but found whitespace
Line 2054:18 Unexpected "10px"

**/
:root {
  --t4x-yellow: #f8be15;
  --t4x-white: #D7DAD3;
}

/*Vehicle selector on footer*/
/* Keep your hidden behavior */
.t4x-ymm-modal[hidden]{display:none;}

/* MODAL WRAPPER (fade) */
.t4x-ymm-modal{
  position:fixed;
  inset:0;
  z-index:9;

  /* animation states */
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}

/* visible state (JS will toggle .is-active) */
.t4x-ymm-modal.is-active{
  opacity: 1;
  pointer-events: auto;
}

/* BACKDROP (fade) */
.t4x-ymm-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(1, 1, 1, 0.80);
  backdrop-filter: blur(8px);

  opacity: 0;
  transition: opacity .25s ease;
}

.t4x-ymm-modal.is-active .t4x-ymm-modal__backdrop{
  opacity: 1;
}

/* PANEL (fade + slight scale/translate) */
.t4x-ymm-modal__panel {
  position: relative;
  max-width: 1100px;
  margin: 41vh auto;
  z-index: 1;

  opacity: 0;
  transform: translateY(10px) scale(.985);
  transition: opacity .25s ease, transform .25s ease;
}

.t4x-ymm-modal.is-active .t4x-ymm-modal__panel{
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Your existing styles preserved */
.t4x-ymm-modal__content {
  padding: 32px;
  border-radius: 16px;
  background: rgba(5, 5, 5, 0.60);
  border: 5px solid #29241B;
  backdrop-filter: blur(8px);
}

.t4x-ymm-modal__content form.t4x-finder {
  background: none !important;
  border: none;
  backdrop-filter: none;
  padding: 0;
}

.t4x-ymm-modal__content h2 {
  text-align: center;
  margin-bottom: 32px;
}

.t4x-ymm-modal__close {
  position: absolute;
  top: 23px;
  right: 23px;
  z-index: 9;
  font-size: 16px;
  font-weight: bold;
}

/* lock scroll */
html.t4x-ymm-modal-open{overflow:hidden;}

/**/
.m-button--scroll-top {
  z-index: 5 !important;
  min-width: 0 !important;
}
.template-page #MainContent, .template-product #MainContent{
    padding-bottom: 0 !important;
}
body .m-section__heading {
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1.8px;
}
button.m-tooltip {
    background: none !important;
    width: auto;
    height: auto;
    box-shadow: none !important;
    color: #D7DAD3;
}
button.m-tooltip:hover {
  background: none;
  color: var(--t4x-yellow);
}
.m-page404 {
    min-height: 768px;
    height: 100vh;
}
[data-template="404"] section#m-app-section-sections--25663373312303__17655186207d47c61c,
.template-page.thank-you #shopify-section-sections--25663373312303__17655186207d47c61c section,
.template-page.thank-you #m-custom-sections--25663373312303__custom_content_ij76dg {
  display: none;
}
/* Base header positioning */
.t4x-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  color: #fff;
  font-size: 14px;
  font-family: 'M-Heading-Font', sans-serif;
  transition: background-color .3s ease, box-shadow .3s ease;
}

/* Top bar */
.t4x-header__top {
  background-color: #010101;
  position: relative;
  z-index: 9999;
}

.t4x-header__top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  font-size: 14px;
  padding: 12px 60px !important;
}

.t4x-header__top-left {
  display: flex;
  align-items: center;
  gap: 6px;
}

.t4x-header__top-icon {
  font-size: 13px;
}

.t4x-header__top-right {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 270px;
  justify-content: right;
}

.t4x-header__phone-label {
  opacity: 0.8;
}

.t4x-header__phone-number {
  text-decoration: none;
  font-weight: 700;
  color: var(--t4x-yellow);
}

/* Main row */
.t4x-header__main {
  /* transparent over hero */
}

/* MAIN HEADER INNER */
.t4x-header__main-inner {
  position: relative; /* allows absolute centering */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LEFT */
.t4x-header__left {
  flex: 0 0 auto;
  margin-top: 20px;
  position: relative;
  z-index: 9999;
}

/* RIGHT */
.t4x-header__actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* base: hide hamburger on desktop */
.t4x-header__mobile-toggle {
  display: none;
  background: #40403a99 !important;
  border: 0;
  padding: 6px 8px;
  cursor: pointer;
  min-width: 48px;
  min-height: 48px;
  border-radius: 8px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

/*mobile menu*/
.t4x-header__mobile-bar {
  display: block;
  width: 18px;
  height: 2px;
  background: #D7DAD3;
  border-radius: 999px;
}
.t4x-header__mobile-bar + .t4x-header__mobile-bar {
  margin-top: 4px;
}

/* when header is open, animate burger into an X */
.t4x-header--mobile-open .t4x-header__mobile-bar:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.t4x-header--mobile-open .t4x-header__mobile-bar:nth-child(2) {
  opacity: 0;
}
.t4x-header--mobile-open .t4x-header__mobile-bar:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

/* CENTER NAV PILL */
/*.t4x-header__center {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;               
  transform: translateX(-50%);
} */

/* Logo */
.t4x-header__logo {
  max-height: 105px;
  width: auto;
  display: block;
  transition-duration: 0.3s;
}
.t4x-header--fixed .t4x-header__main-inner .t4x-header__logo {
  max-height: 85px;
}

/* Nav pill */
.t4x-header__nav {
  justify-self: center;
}

.t4x-header__nav-pill {
  border-radius: 8px;
  background: rgba(64, 64, 58, 0.60);
  backdrop-filter: blur(8px);
  padding: 13.5px 24px;
  margin-right: 37px;
}

.t4x-header__menu {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.t4x-header__menu-link {
  text-decoration: none;
  line-height: 12px;
  transition-duration: 0.3s;
  color: var(--d-7-dad-3, #D7DAD3);
  text-align: center;
  font-family: 'M-Heading-Font', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Slightly separate text, keep chevron subtle */
.t4x-header__menu-text {
  display: inline-block;
}
.t4x-header__menu-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.t4x-header__menu-chevron svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
  transition: transform .25s ease, opacity .2s ease;
  margin-top: -3px;
}

/* Hover / active states */
.t4x-header__menu-item--products:hover .t4x-header__menu-chevron svg,
.t4x-header__menu-item--products.t4x-header__menu-item--active .t4x-header__menu-chevron svg {
  fill: var(--t4x-yellow);
}

/* Rotate chevron when mega is open (we already add .is-open on this li in JS) */
.t4x-header__menu-item--products.is-open .t4x-header__menu-chevron svg {
  transform: rotate(180deg);
}

.t4x-header__menu-item--active .t4x-header__menu-link,
.t4x-header__menu-link:hover {
  color: var(--t4x-yellow);
}

/* Right side actions */
.t4x-header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-self: end;
}

/* Icon buttons (search, cart, login) */
.t4x-header__icon-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 48px;
  height: 48px;
  padding: 12px;
  border-radius: 8px;
  background: rgba(64, 64, 58, 0.60);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  backdrop-filter: blur(8px);
}

.t4x-header__icon-label {
  text-decoration: none;
  line-height: 12px;
  transition-duration: 0.3s;
  color: #D7DAD3;
  text-align: center;
  font-family: 'M-Heading-Font', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.t4x-header__actions .icon-search-icon {
  color: #D7DAD3;
}
.t4x-header__actions .icon-search-icon:hover {
  color: var(--t4x-yellow);
}
.t4x-header__actions a:hover .t4x-header__icon-label {
  color: var(--t4x-yellow);
}
.t4x-header__actions a:hover path {
  stroke: var(--t4x-yellow);
}

/* --- Search overlay --- */
html.hosome-search-open,
html.hosome-search-open body {
  overflow: hidden;
}

.hosome-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity .25s ease;
}

.hosome-search-overlay.is-open {
  pointer-events: auto;
  opacity: 1;
}

/* wrapper for the bar */
.hosome-search-overlay__bar-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 40px;
}

/* the bar itself */
.hosome-search-overlay__bar {
    position: relative;
    background: #010101;
    padding: 40px 20px;
    border-radius: 0;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.03);
    display: flex;
    align-items: center;
    gap: 12px;
    backdrop-filter: blur(12px);
}

/* search form */
.hosome-search-form {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 1320px;
    margin: 0 auto;
}

.hosome-search-form__input {
    border: none !important;
    background: rgba(64,64,58,0.6) !important;
    backdrop-filter: blur(8px);
}

.hosome-search-form__input:focus {
  outline: none;
}

.hosome-search-form__submit {
    border: none;
    background: #FABF12 !important;
    color: #010101 !important;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 8px;
    width: 39px;
    height: 39px;
    transition-duration: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hosome-search-form__submit:hover {
  opacity: 0.9;
}

/* Cart badge */
.t4x-header__cart-badge {
  position: absolute;
  top: -6px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--t4x-yellow);
  color: #000;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
body a.m-cart-drawer__link-to-cart {
    width: 100%;
    background: rgba(64, 64, 58, 0.60);
    border-radius: 8px;
    color: #D7DAD3;
}
body a.m-cart-drawer__link-to-cart:hover {
    background: var(--t4x-yellow);
    color: #010101;
}
a.m-cart-drawer__link-to-cart:before, a.m-cart-drawer__link-to-cart:after {
    display: none !important;
}
body .m-cart-item__title, .m-cart-item__price {
    font-family: 'M-Heading-Font',sans-serif;
    font-size: 14px;
}
body .m-cart-item__image {
    border: none;
    border-radius: 8px;
}
body .m-cart-drawer-item .m-quantity input {
    background: #010101;
    font-size: 13px;
}
/* Sticky state */
.t4x-header--fixed {
  position: fixed;
  background: rgba(1, 1, 1, 0.55);
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
}
.t4x-header--fixed .t4x-header__main-inner {
  padding-top: 9px !important;
  padding-bottom: 11px !important;
}
.t4x-header--fixed .t4x-header__left {
  margin-top: 0;
}

/* Base: hide Products submenu */
.t4x-header__submenu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.t4x-lock-scroll .mega-backdrop {
  opacity: 1;
  display: block;
}

/* FULL-WIDTH BLACK BACKDROP */
.mega-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #010101;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  display: none;
}

.mega-open .mega-backdrop {
  opacity: 1;
  display: block;
}

/* FULL-SCREEN OVERLAY */
.mega-container {
  position: fixed;
  top: 115px;
  left: 50%;
  width: 100vw;
  height: calc(100vh - 200px);
  transform: translateX(-50%);
  padding-bottom: 40px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
  z-index: 9999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Hide scrollbar – WebKit (Chrome, Safari, Edge) */
.mega-container::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/* Hide scrollbar – Firefox */
.mega-container {
  scrollbar-width: none;        /* Firefox */
  -ms-overflow-style: none;     /* IE 10+ */
}

.t4x-header__menu-item--products.is-open .mega-container {
  opacity: 1;
  pointer-events: auto;
}

/* INNER WIDTH + COLUMNS */
.mega-inner {
    position: relative;
    z-index: 2;
    padding: 0 20px !important;
    max-width: 1350px !important;
}

.mega-columns {
  display: flex;
  gap: 32px;
  height: 100%;
  padding-bottom: 40px;
}

/* LEFT SIDE */
.mega-left {
  width: 300px;
  border-right: 1px solid rgba(215,218,211,.3);
  padding-right: 32px;
}

.mega-label {
  font-size: 12px;
  font-family: 'M-Heading-Font', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #D7DAD3;
  margin-bottom: 16px;
  opacity: 0.6;
}

.mega-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mega-tabs li {
  padding: 8px 16px;
  cursor: pointer;
  color: #D7DAD3;
  font-size: 16px;
  font-weight: 500;
  transition: background .2s, color .2s;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
a.mega-tab-link {
  width: 100%;
}
.mega-icon {
  color: #010101;
  font-size: 11px;
}
.mega-tabs li.active .mega-icon,
.mega-tabs li:hover .mega-icon {
  color: #f8be15;
}
.mega-tabs li.active,
.mega-tabs li:hover {
  background: #29241B;
  color: #f8be15;
}

/* RIGHT SIDE */
.mega-panels {
  flex: 1;
}

.mega-panel {
  display: none;
}
.mega-panel.active {
  display: block;
}

/* GRID OF CARDS */
.cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    row-gap: 8px;
    column-gap: 32px;
}

.card {
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}

a.card-image-link {
  min-width: 195px;
}

.card-image {
  height: 133px;
  background: #272727;
  border-radius: 6px;
  width: 195px;
  object-fit: cover;
  opacity: 0.5;
  filter: grayscale(1);
  transition-duration: 0.3s;
}
.card-image:hover {
  opacity: 1;
  filter: grayscale(0);
}
.card-title {
  color: #D7DAD3;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.9px;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.card:hover .card-title {
  color: var(--t4x-yellow);
}
.card-desc {
  font-size: 14px;
  color: #d7dad3;
  font-family: 'M-Body-Font';
  opacity: 0.6;
}

/* Global / Header */
.shopify-section.m-section-header {
  z-index: 10;
}
main .shopify-section,
.shopify-section.shopify-section-group-footer-group {
  position: relative;
  z-index: 2;
}

.m-header.header-sticky-always.transparent-on-top .m-header__mobile,
.m-header.header-sticky-always.transparent-on-top .m-header__desktop,
.m-header.header-sticky-always.transparent-on-top .m-menu-bar {
  background: rgba(33, 33, 33, 0.70) !important;
  backdrop-filter: blur(12px);
}

body .m-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 18px 16px 15px !important;
  box-shadow: none !important;
  font-size: 12px;
  line-height: 12px;
  min-width: 164px;
  border-radius: 8px;
}

.btn-opacity .m-button {
  background: rgba(64, 64, 58, 0.60);
  border-color: rgba(64, 64, 58, 0.60);
}

.m-button.m-button--white {
  background: transparent;
  border-color: var(--t4x-white);
  color: var(--t4x-white);
  box-shadow: none !important;
}

.m-button.m-button--white:hover {
  background: var(--t4x-white);
  border-color: var(--t4x-white);
  color: #010101;
  box-shadow: none !important;
}

/* Right Header */
body .m-search-form__button,
body .m-header__account,
body .m-cart-icon-bubble,
.m-header__mobile m-search-popup {
  background: #40403a99;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 8px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 11px;
}
body .m-hamburger-box {
  background: #40403a99;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 8px;
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m-hamburger-box__inner {
  position: relative !important;
  top: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px !important;
}
.m-header__mobile m-search-popup {
  min-width: 48px;
}
.m-header__mobile-right {
  gap: 5px;
}

.m-header__account .m-tooltip,
.m-cart-icon-bubble .m-tooltip,
.m-tooltip__content {
  display: none !important;
}

.m-header__account::before {
  content: "\e909"; /* icon unicode */
  font-family: 'icomoon' !important;
  font-size: 22px;
  line-height: 1;
  margin-right: 12px;
  display: inline-block;
}

.m-header .m-cart-icon-bubble::before {
  content: "\e90e";
  font-family: 'icomoon' !important;
  font-size: 22px;
  line-height: 1;
  display: inline-block;
}

.m-header__account:hover:before,
.m-header__account:hover:after,
.m-search-form__button:hover,
.m-header .m-cart-icon-bubble:hover {
  color: var(--t4x-yellow);
}

/* 4x4 Video hero with search */
.t4x-video-hero {
  position: relative;
  min-height: 768px;
  height: 100vh;
  color: #fff;
  overflow: hidden;
}

.t4x-video-hero__media-wrapper {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.t4x-video-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.t4x-video-hero__video--iframe {
  border: 0;
}

.t4x-video-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.00) 29.56%,
    rgba(0, 0, 0, 0.20) 84.31%
  );
  mix-blend-mode: multiply;
}

/* content container */
.t4x-video-hero__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.t4x-video-hero__content {
  max-width: 1100px;
  width: 100%;
}

.t4x-video-hero__kicker {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0 0 10px;
  opacity: 0.9;
}

.t4x-video-hero__heading {
  color: var(--t4x-white);
  font-size: 67px;
  font-weight: 500;
  line-height: 64px;
  letter-spacing: -3.35px;
  margin: 0 0 24px;
}

.t4x-video-hero__subheading {
  color: var(--t4x-white);
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 50px;
}

/* 4x4 Video hero – Finder */
.t4x-finder {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  padding: 32px;
  border-radius: 16px;
  background: rgba(5, 5, 5, 0.60);
  border: 5px solid #29241B;
  backdrop-filter: blur(8px);
}

.t4x-finder__field {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.t4x-finder__label {
  color: var(--t4x-white);
  font-family: 'M-Heading-Font', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
}

.t4x-finder__select-wrap {
  position: relative;
}

.t4x-finder__select {
  width: 100%;
  border-radius: 8px;
  border: 3px solid #1F1F1F;
  background: #1f1f1f;
  color: var(--t4x-white);
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  padding: 14px 18px;
  text-transform: uppercase;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.t4x-finder__select:focus {
  outline: none;
  border-color: var(--t4x-white);
  background: #010101;
}

.t4x-finder__select-arrow {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: rotate(90deg);
  pointer-events: none;
  font-size: 11px;
  color: #D7DAD3;
}

.t4x-finder__select-arrow:before {
  content: "\e902";
}

/* Search button */
body .t4x-finder__submit {
  flex: 0 0 auto;
  padding: 18px 52px;
  border-radius: 8px;
  border: none;
  background: var(--t4x-yellow);
  color: #000;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: bold;
  font-family: 'M-Heading-Font', sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 12px;
  transition-duration: 0.3s;
}

body .t4x-finder__submit:hover {
  background: var(--t4x-white);
}

.icon-search-icon {
  font-size: 20px;
}

/* Icon boxes */
body .m-icon-box {
  padding: 20px 35px 50px 20px;
  border-radius: 8px;
  background: #211D16;
  height: 100%;
}

/* 4x4 Featured Products */
.fp4-section {
  background: #141414;
  color: var(--t4x-white);
  padding-top: 120px;
  padding-bottom: 110px;
}

.fp4-inner {
  margin: 0 auto;
}

.fp4-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 40px;
}

.fp4-heading {
  margin: 0;
}

.fp4-view-all-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 16px 16px;
  border-radius: 8px;
  border: 1px solid var(--t4x-white);
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  background: transparent;
  color: #f5f5f5;
  font-family: 'M-Heading-Font', sans-serif !important;
  font-weight: bold;
  transition-duration: 0.3s;
}

.fp4-view-all-btn:hover {
  background: var(--t4x-yellow);
  border-color: var(--t4x-yellow);
  color: #010101;
}

/* Grid */
.fp4-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.fp4-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.fp4-card__image-wrap {
  display: block;
  overflow: hidden;
  height: 336px;
  border-radius: 12px;
  position: relative;
}
.swiper-slide .fp4-card__top-actions {
  display: none;
}
.fp4-card__top-actions{
  position:absolute;
  top:13px;
  right:13px;
  display:flex;
  gap:10px;
  z-index:3;
}
.fp4-card__top-actions:before {
    content: "";
    display: block;
    width: 205px;
    height: 205px;
    position: absolute;
    right: -100px;
    top: -100px;
    background: #000;
    border-radius: 50%;
    opacity: 0.32;
    filter: blur(37px);
}

.fp4-card__icon-btn{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border:0;
  border-radius:999px;
  background: rgba(0,0,0,.45);
  color:#fff;
  cursor:pointer;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.fp4-card__icon-btn svg{ width:18px; height:18px; }
.fp4-card__icon-btn:hover{ background: rgba(0,0,0,.65); }

.fp4-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fp4-card__body {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.fp4-card__title {
  font-size: 18px;
  margin: 0;
}

.fp4-card__title a {
  color: inherit;
  text-decoration: none;
}

.fp4-card__title a:hover {
  text-decoration: underline;
}

.fp4-card__price {
  color: #D7DAD3;
  font-size: 24px;
  font-weight: 500;
  font-family: 'M-Heading-Font', sans-serif !important;
  line-height: 24px;
}

/* USP list */
.fp4-card__usp-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  color: var(--t4x-white);
  line-height: 18px;
  margin-bottom: 5px;
  opacity: 0.6;
}

.fp4-card__usp-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.fp4-card__usp-icon {
  font-size: 20px;
  line-height: 1;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Button */
.fp4-card__btn {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  gap: 10px;
  width: auto;
  padding: 16px 16px 14px;
  border-radius: 8px;
  border: 1px solid var(--t4x-yellow);
  color: var(--t4x-yellow);
  line-height: 12px;
  font-size: 12px;
  font-weight: bold;
  font-family: 'M-Heading-Font', sans-serif !important;
  text-transform: uppercase;
  text-decoration: none;
  transition-duration: 0.3s;
}

.fp4-card__btn:hover {
  background: var(--t4x-yellow);
  color: #010101;
}
.fp4-card responsive-image {
    height: 336px !important;
}

/* Instagram Feed */
.Vtl-InstagramFeedWidget__Header {
  margin-bottom: 50px !important;
}
.Vtl-InstagramFeedWidget__Title h2 {
    font-size: 36px !important;
    font-weight: 500 !important;
    line-height: 120% !important;
    letter-spacing: -1.8px !important;
}
.Vtl-InstagramFeedLayout__Post {
  border-radius: 16px;
  overflow: hidden;
  opacity: 0.5;
  transition-duration: 0.3s;
}

.Vtl-InstagramFeedLayout__Info {
  background-color: rgba(64, 64, 58, 0.7);
  backdrop-filter: blur(8px);
}

.Vtl-InstagramFeedLayout__Icon svg path {
  fill: var(--t4x-yellow);
}

.Vtl-InstagramFeedLayout__OpenButton {
  max-width: 100px;
}

.Vtl-InstagramFeedLayout__OpenButton:after {
  content: "See post on Instagram";
  display: block;
  max-width: 200px;
  font-size: 12px;
  font-weight: bold;
  font-family: 'M-Heading-Font', sans-serif;
  text-transform: uppercase;
  white-space: normal;
  line-height: normal;
  margin-top: 21px;
}

/* 4x4 – Our services section */
.srv4-section {
  background-color: #010101;
  color: var(--t4x-white);
  padding-top: 120px;
  padding-bottom: 120px;
}

.srv4-inner {
  margin: 0 auto;
}

.srv4-heading {
  text-align: center;
  margin: 0 0 60px;
}

/* Grid: 2 columns on desktop, 1 on mobile */
.srv4-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 40px;
}

/* Card layout */
.srv4-card {
  display: flex;
  gap: 18px;
  align-items: stretch;
}

.srv4-card__image-wrap {
  flex: 0 0 33%;
  max-width: 190px;
  height: 155px;
}

.srv4-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.srv4-card__image--placeholder {
  background: #333;
  padding-top: 70%;
  border-radius: 16px;
}

/* Content */
.srv4-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.srv4-card__title {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 24px;
}

.srv4-card__text {
  font-size: 14px;
  color: var(--t4x-white);
  opacity: 0.6;
  line-height: 18px;
}

/* Link */
.srv4-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--t4x-white);
  font-family: 'M-Heading-Font';
  transition-duration: 0.3s;
  margin-top: 27px;
}

.srv4-card__link:hover {
  color: var(--t4x-yellow);
}

.srv4-card__link-icon svg {
  display: block;
}

/* Empty state */
.srv4-empty {
  text-align: center;
  opacity: 0.7;
}

/* 4x4 Testimonial slider */
.t4x-testimonials {
  position: relative;
  color: var(--t4x-white);
  overflow: hidden;
}

/* Background image layer */
.t4x-testimonials__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.t4x-testimonials__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Layout */
.t4x-testimonials__inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Big yellow quote mark */
.t4x-testimonials__quote-mark {
  align-self: flex-start;
}

.t4x-testimonials__quote-mark span {
  font-size: 220px;
  line-height: 190px;
  color: var(--t4x-yellow);
  font-family: 'M-Heading-Font', sans-serif;
}

/* Content column */
.t4x-testimonials__content {
  max-width: 860px;
}

/* Slider layer */
.t4x-testimonials__slides {
  position: relative;
  overflow: hidden;
  transition: height 0.25s ease;
}

/* Track that slides horizontally */
.t4x-testimonials__track {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.4s ease;
  will-change: transform;
}

/* Individual slide */
.t4x-testimonials__slide {
  flex: 0 0 100%;
  max-width: 100%;
}

.t4x-testimonials__slide.is-active {
  /* optional visual state */
}

/* Typography */
.t4x-testimonials__text {
  font-size: 30px;
  line-height: 39px;
  margin-bottom: 60px;
  font-family: 'M-Heading-Font', sans-serif;
  letter-spacing: -1.5px;
}

.t4x-testimonials__author {
  font-family: 'M-Heading-Font', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

.t4x-testimonials__meta {
  font-size: 14px;
  opacity: 0.6;
  border-bottom: 1px solid rgba(215, 218, 211, 0.3);
  padding-bottom: 40px;
  margin-bottom: 24px;
}

/* Footer: nav + line + counter */
.t4x-testimonials__footer {
  display: flex;
  align-items: center;
  column-gap: 24px;
  justify-content: space-between;
}

.t4x-testimonials__nav {
  display: inline-flex;
  gap: 8px;
}

.t4x-testimonials__nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: rgba(64, 64, 58, 0.60) !important;
  backdrop-filter: blur(8px);
  color: var(--t4x-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  transition-duration: 0.3s;
}

.t4x-testimonials__nav-btn [class^="icon-"],
.t4x-testimonials__nav-btn [class*=" icon-"] {
  font-size: 16px;
  line-height: 1;
}

.t4x-testimonials__nav-btn:hover {
  background: var(--t4x-yellow) !important;
  color: #010101;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.t4x-testimonials__counter {
  font-size: 24px;
  font-family: 'M-Heading-Font';
  letter-spacing: -1.2px;
  line-height: 32px;
  text-transform: uppercase;
}

/* 4x4 – Shop by category scroll */
.t4x-shopcat {
  position: relative;
  max-width: 1200px;
}

/* Horizontal scroll wrapper */
.t4x-shopcat__scroller {
  display: flex;
  gap: 24px;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 100vw;
}

.t4x-shopcat__scroller::-webkit-scrollbar {
  display: none;
}

/* Individual cards */
.t4x-shopcat__card {
  flex: 0 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 340px;
  width: 380px;
}

.t4x-shopcat__card:last-child {
  margin-right: 150px;
}

/* Image area */
.t4x-shopcat__image-wrap {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.t4x-shopcat__image {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.t4x-shopcat__image--placeholder {
  height: 260px;
  background: #333;
}

/* Card content */
.m-hover-box__wrapper {
  border-radius: 14px !important;
}

.t4x-shopcat__content {
  padding-top: 30px;
}

.t4x-shopcat__title {
  margin: auto;
  font-size: 20px !important;
  line-height: 24px !important;
  margin-bottom: 18px !important;
}

.t4x-shopcat__text {
  font-size: 14px;
  color: var(--t4x-white);
  line-height: 18px;
  opacity: 0.6;
}

/* CTA */
.t4x-shopcat__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--t4x-white);
  font-family: 'M-Heading-Font', sans-serif;
  font-weight: bold;
}

/* Custom scrollbar wrapper */
.t4x-shopcat__track {
  position: relative;
  height: 10px;
  background-color: transparent;
  margin-top: 100px;
  overflow: hidden;
  width: 1280px;
  max-width: 100%;
}

/* Custom scrollbar thumb */
.t4x-shopcat__track-bar {
  position: absolute;
  height: 100%;
  width: 123px;
  background-color: var(--t4x-white);
  border-radius: 8px;
  cursor: pointer;
  transition: background-color .3s ease;
}

.t4x-shopcat-section__inner:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--t4x-white);
  margin-top: -5px;
  opacity: 0.4;
}

/* 4x4 Footer */
.f4x-footer {
  font-size: 14px;
  line-height: 130%;
}

.f4x-footer__inner {
  padding-top: 64px;
  padding-bottom: 32px;
}

.f4x-footer__top {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 72px;
  row-gap: 40px;
  align-items: flex-start;
}

.f4x-footer__logo-col {
  min-width: 160px;
}

.f4x-footer__logo {
  max-width: 108px;
  height: auto;
  display: block;
}

.f4x-footer__cols {
  display: flex;
  column-gap: 30px;
  width: 100%;
  justify-content: space-between;
}

.f4x-footer__col.f4x-footer__col--contact {
  max-width: 211px;
}

.f4x-footer__col.f4x-footer__col--shop {
  min-width: 410px;
}

.f4x-footer__col-heading {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 24px;
  font-weight: bold !important;
}

.f4x-footer__block {
  margin-bottom: 16px;
}

.f4x-footer__block-title {
  font-size: 11px;
  font-family: 'M-Heading-Font', sans-serif;
  text-transform: uppercase;
  margin: 0 0 6px;
  line-height: 11px;
  font-weight: 500;
}

.f4x-footer__block-text,
.f4x-footer__copyright {
  margin: 0;
  line-height: 130%;
  color: rgba(215,218,211,0.6);
  font-size: 14px;
}

.f4x-footer__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.f4x-footer__menu li + li {
  margin-top: 6px;
}

.f4x-footer__link {
  color: rgba(215,218,211,0.6);
  text-decoration: none;
  transition-duration: 0.3s;
}

.f4x-footer__link:hover {
  color: var(--t4x-yellow);
}

.f4x-footer__shop-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 32px;
}

/* Bottom row */
.f4x-footer__bottom {
  margin-top: 200px;
}

.f4x-footer__bottom-border {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 16px;
}

.f4x-footer__bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 0.8rem;
}

.f4x-footer__social {
  display: flex;
  align-items: center;
  gap: 16px;
}

.f4x-footer__social-link {
  color: var(--t4x-white);
  text-decoration: none;
  font-size: 14px;
  opacity: 0.6;
  transition-duration: 0.3s;
}

.f4x-footer__social-link:hover {
  color: var(--t4x-yellow);
}

/* ============================
   AI Inner Header
   ============================ */

.ai-inner-header {
    position: relative;
    width: 100%;
    height: 500px;
    background-color: #000;
    display: flex;
    overflow: hidden;
  }

  .ai-inner-header__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .ai-inner-header__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.30) 65%), linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);*/
    z-index: 2;
  }

  .ai-inner-header__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: end;
    text-align: center;
    z-index: 2;
    padding-bottom: 60px !important;
}

  .ai-inner-header__title {
    color: #D7DAD3;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 95%;
    letter-spacing: -2.4px;
  }

  .ai-inner-header__breadcrumbs {
    text-decoration: none;
    color: #D7DAD3;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    font-family: 'M-Heading-Font', sans-serif;
    margin-top: 32px;
  }

  .ai-inner-header__breadcrumb-separator {
    color: rgba(215, 218, 211, 0.40);
    margin: 0 3px;
  }
  .ai-inner-header__breadcrumb-link {
    color: rgba(215, 218, 211, 0.40);
    transition-duration: 0.3s;
  }

  .ai-inner-header__breadcrumb-link:hover {
    color: #D7DAD3;
  }

  /*Intro Section*/
  .intro-section .m-richtext__subtitle {
    color:#FABF12;
    text-align: center;
    font-family: 'M-Heading-Font', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
  } 
  .intro-section .m-richtext {
    max-width: 830px;
    margin: 0 auto;
  }
  .intro-section .m-richtext__description {
    opacity: 0.6 !important;
  }

  .two-column .m-image-with-text__content {
    max-width: 660px;
    padding: 85px 60px;
}
/* Brands grid / Section padding */
.brand-list {
  padding-top: 20px;
  padding-bottom: 20px;
}
.m-brands-list__inner {
    row-gap: 0 !important;
}
/* ============================
   Contact Form
   ============================ */
.form-group.space .spacer {
    border-bottom: 1px solid #D7DAD3;
    opacity: 0.3;
}
.formElement_10.form-group.fadeMe.text.clearfix.col-sm-6.select {
    max-width: 46% !important;
}
#MainContent .schedule .formContainer #formGeneratorForm .form_generater_form_div {
    border-radius: 24px;
    background: #010101 !important;
    padding: 60px;
}
#MainContent .formContainer #formGeneratorForm .form_generater_form_div {
    padding: 32px;
    border: 5px solid #29241B;
    border-radius: 16px;
    background: rgba(5, 5, 5, 0.60);
    backdrop-filter: blur(8px);
}
#MainContent .formContainer #formGeneratorForm .form_generater_form_div .form_title_div, #MainContent .formContainer #formGeneratorForm .form_generater_form_div .form_title_div p {
  color: #D7DAD3;
  font-family: 'M-Heading-Font', sans-serif;
  font-size: 36px !important;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1.8px !important;
  text-align: center;
  margin-bottom: 32px;
}
#MainContent .formContainer #formGeneratorForm .form_generater_form_div .block_label {
  color: #D7DAD3 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0 !important;
  font-family: 'M-Body-Font', sans-serif;
  font-size: 16px !important;
}
#MainContent .formContainer #formGeneratorForm .form_generater_form_div .fitText.block_label.only_label {
    font-size: 18px !important;
    font-family: 'M-Heading-Font';
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 !important;
}
#MainContent .formContainer #formGeneratorForm .form_generater_form_div input,
#MainContent .formContainer #formGeneratorForm .form_generater_form_div textarea,
input[type=text], input[type=email], input[type=password], input[type=search],
#MainContent #formGeneratorForm .form_generater_form_div select.form-control {
    border-radius: 10px;
    border: 3px solid #1F1F1F;
    background-color: #1F1F1F;
    padding: 11px 18px;
    color: #D7DAD3 !important;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    line-height: 19px;
    letter-spacing: 0 !important;
    font-family: 'M-Body-Font', sans-serif;
    font-size: 16px !important;
}
#MainContent #formGeneratorForm .form_generater_form_div select.form-control {
    background-image: url(/cdn/shop/files/chevron-down.png?v=1768466305)!important;
    background-size: 12px;
}
#MainContent input#form_input_9 {
    background-image: url(/cdn/shop/files/calendar2.png?v=1769148643)!important;
    background-size: 14px !important;
    background-repeat: no-repeat !important;
    background-position: 98% 10px !important;
}
#MainContent .formContainer #formGeneratorForm .form_generater_form_div textarea{
  padding: 20px;
  min-height: 170px;
}

input::placeholder{ color: rgb(215 218 211 / 50%) !important; }
/* Focus */
#MainContent .formContainer #formGeneratorForm .form_generater_form_div input:focus,
#MainContent .formContainer #formGeneratorForm .form_generater_form_div textarea:focus,
.form-field:focus {
  border: 3px solid #D7DAD3;
  background: #010101;
  outline: none;
}

#MainContent .formContainer #formGeneratorForm .form_generater_form_div .btn {
    text-transform: uppercase;
    font-family: 'M-Heading-Font',sans-serif!important;
    font-weight: 700!important;
    font-size: 12px!important;
    padding: 16px 20px 15px!important;
    color: #d7dad3!important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(64, 64, 58, 0.60) !important;
    border: none !important;
    letter-spacing: 0 !important;
}

#MainContent .formContainer #formGeneratorForm .form_generater_form_div .btn:hover {
    background: #FABF12 !important;
    color: #010101 !important;
}
#MainContent .formContainer #formGeneratorForm .form_generater_form_div .btn:before {
  content: "\e915";
  font-size: 22px;
  margin-right: 10px;
}
.ai-contact-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .ai-contact-grid {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 50px;
    align-items: start;
}

  .ai-contact-left {
    max-width: 420px;
  }

  .ai-contact-heading {
    margin: 0 0 24px 0;
  }
 .ai-contact-item {
    margin-bottom: 24px;
  }

  .ai-contact-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
  } margin-right: 10px;

.ai-contact-label-text {
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      color: #d7dad3;
      font-family: 'M-Heading-Font', sans-serif;
  }

  .ai-contact-value {
      color: rgba(215,218,211,0.6);
      font-size: 20px;
      line-height: 130%;
      margin: 0;
  }

  .ai-contact-value.phone-value {
    font-family: 'M-Heading-Font',sans-serif;
    color: #FABF12;
    font-weight: bold;
    opacity: 1;
  }

  .ai-contact-value a {
    color: inherit;
    text-decoration: none;
    transition-duration: 0.3s;
  }

  .ai-contact-value a:hover {
    color: #FABF12;
  }

  .ai-contact-social-links {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 12px;
}
.ai-contact-social-link svg {
    width: 13px;
    height: 13px;
  }

  .ai-contact-right {
    max-width: 760px;
  }

  .ai-contact-form-wrapper {
    width: 100%;
    min-height: 400px;
    width: 700px;
  }

  /* Flatpickr custom theme */
.flatpickr-day.selected {
    background: #FABF12;
    border-color: #FABF12;
    color: #010101;
}
span.flatpickr-weekday {
    font-weight: normal;
    font-family: 'M-Heading-Font';
    color: #010101;
}
.flatpickr-current-month input.cur-year,
.flatpickr-current-month .flatpickr-monthDropdown-months {
    font-size: 16px;
}

/*Collection Child*/
.no-header {
    padding: 203px 15px 0;
    max-width: 1350px;
    margin: 0 auto;
}
.back-arrow {
    transform: rotate(-180deg);
    display: inline-block;
    margin-right: 3px;
}
.lineup-brand .m-hover-box__wrapper {
    background: #1b1b1b;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lineup-brand .m-image {
    max-width: 60%;
    max-height: 40%;
}
.lineup-brand img {
    object-fit: contain !important;
}
.m-collection-card__info {
    margin-top: 24px !important;
}
.m-collection--wrapper {
    margin: 0 !important;
}
.collection-children-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 100px;
}
.m-collection-subcollections {
  display: flex;
  width: 100%;
  padding-bottom: 120px;
}

.m-collection-card responsive-image.m-image.m-image-loaded {
    height: 285px;
    border-radius: 12px;
}

.m-collection-subcollections .m-collection-card responsive-image.m-image.m-image-loaded {
    height: 460px;
    border-radius: 12px;
}
.m-collection-subcollections .m-collection-list-template__wrapper {
    grid-template-columns: repeat(2,minmax(0,1fr));
    row-gap: 100px;
    column-gap: 32px;
    width: 100%;
}
section.m-section.m-custom-liquid.container-fluid.m-collection--wrapper {
    margin: 0 auto !important;
}
h3.m-collection-card__title {
    margin-bottom: 18px !important;
}
.collection-children-left {

}
.collection-back {
  color: #D7DAD3;
  font-family: 'M-Heading-Font', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 80px;
  display: inline-block;
  transition-duration: 0.3s;
}
.collection-back:hover {
  color: var(--t4x-yellow);
}
.collection-title {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 95%;
  letter-spacing: -2.4px;
  color: #D7DAD3;
  margin-bottom: 40px;
}
.m-collection-toolbar--wrapper .collection-title {
  margin-bottom: 0;
}
.m-collection-toolbar {
  margin-bottom: 50px;
}
div[data-toolbar-vendor] {
    margin-right: 32px;
}
.collection__sort-label {
  color: #D7DAD3;
  text-align: center;
  font-family: 'M-Heading-Font', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-right: 14px;
  text-transform: uppercase;
}
.m-collection-toolbar .m-select-custom--trigger{
    border-radius: 8px;
    background: rgba(64, 64, 58, 0.60);
    padding: 19px 16px;
    color: #D7DAD3;
    text-align: center;
    font-family: 'M-Heading-Font', sans-serif;
    font-size: 12px;
    font-weight: 700 !important;
    line-height: 100%; 
    min-width: 227px;
    text-transform: uppercase;
}
.m-collection-toolbar .m-select-custom--options {
    border-radius: 8px;
    background: #272723;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    font-family: 'M-Heading-Font',sans-serif;
}
.m-collection-toolbar .m-select-custom--trigger-icon svg {
    height: 12px !important;
    width: 11px !important;
}
.m-collection-products .m-product-item {
    width: 33.3334% !important;
}
.collection-description {
    font-size: 18px;
    font-weight: 500;
    font-family: 'M-Body-Font', sans-serif;
    line-height: 130%;
    color: #D7DAD3;
    opacity: 0.6;
    max-width: 960px;
    margin: 0 auto;
}

.collection-children-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.child-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

.child-card-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 16px;
}

.child-card-content {
  padding-top: 16px;
}

.child-card-content h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.child-card-content p {
  font-size: 13px;
  opacity: 0.7;
  margin: 0 0 10px;
}

.child-card-link {
  font-size: 13px;
  font-weight: 600;
}

/*Single Products*/
.m-main-product--wrapper {
    margin: 0 !important;
}
body .m-main-product {
    margin-bottom: 150px;
    margin-top: 0;
}
body .m-breadcrumb--wrapper {
    margin-top: 32px;
    color: rgba(215, 218, 211, 0.40);
}
body .m-breadcrumb--item {
    color: rgba(215, 218, 211, 0.40);
    transition-duration: 0.3s;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    font-family: 'M-Heading-Font', sans-serif;
}

body .m-breadcrumb--item.m-breadcrumb--item-current {
    color: #D7DAD3;
}

body .main-product__block .m-product-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 95%;
  letter-spacing: -1.8px;
}
body .main-product__block+.main-product__block {
    margin-top: 0;
}
.main-product__block.main-product__block-short_description {
    margin: 0 0 24px;
}
body .m-product-description {
    color: #D7DAD3;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    opacity: 0.6;
}
.main-product__block .m-product-meta--label {
  display: none;
}
#Sku-template--25663372689711__main .m-product-meta--value:before {
    content: "Product No. ";
}
.hg-price-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}
.hg-price-row__price {
    display: flex;
    align-items: center;
    gap: 10px;
}
.hg-price-current {
  font-family: 'Inter';
    font-weight: bold;
    letter-spacing: -0.6px;
    font-size: 20px;
}

.hg-price-compare {
    text-decoration: line-through;
    font-size: 14px;
    color: #9F948E;
}
.main-product__block .m-product-meta li {
    margin-top: 14px !important;
    opacity: 0.6;
    margin-bottom: 24px;
    line-height: normal;
}
.availability {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 14px;
    margin-bottom: 26px;
}
.availability #icon-house-icon:before {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
}
body .m-product-option--label,
body .main-product__block .m-product-meta--label {
    display: none !important;
}
body .m-quantity {
    border: 1px solid #3A3A37;
    border-radius: 8px;
    background: #010101;
}
body .m-quantity__button {
    background: rgba(64, 64, 58, 0.60);
    color: #D7DAD3;
}
body .m-quantity__input  {
  color: #D7DAD3;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.m-add-to-cart:before {
  content: "\e90e";
  font-size: 20px;
}
.hg-spec-table {
    border-collapse: collapse;
    line-height: normal;
    margin: 0 auto;
}

.hg-spec-table th {
    text-transform: uppercase;
    padding: 17px 30px;
    width: 180px;
    letter-spacing: -0.9px;
    vertical-align: top;
    border: 1px solid #3D382F;
    text-align: left;
    font-family: 'M-Heading-Font', sans-serif;
    font-size: 16px;
}

.hg-spec-table td {
    padding: 16px 30px;
    vertical-align: top;
    border: 1px solid #3D382F;
}

.hg-spec-table tr:not(:last-child) {
  border-bottom: 1px solid #3D382F;
}

/*Media*/
body .m-main-product--media {
    width: 645px!important;
    max-width: 100%;
    padding: 0 !important;
    border-radius: 12px;
}
body .m-main-product--info {
    padding-left: 80px;
    padding-right: 0;
    width: calc(100% - 645px);
}
body .m-product-media--item {
    height: 440px !important;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
body .m-product-media--item .m-image {
    height:440px;
}
body .m-media-gallery__wrapper .m-product-media--slider__thumbnails {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 26px;
}

body .m-media-gallery__wrapper .nav-swiper-container .m-product-media {
    border-radius: 4px !important;
    padding: 0;
    border: 3px solid transparent;
}
body .m-media-gallery__wrapper .nav-swiper-container .swiper-slide-thumb-active .m-product-media {
    border: 3px solid #D7DAD3;
    background: #D7DAD3;
}

body .m-media-gallery__wrapper .swiper-button-control {
    opacity: 1!important;
    visibility: visible!important;
    transform: none!important;
    font-size: 7px;
    border-radius: 8px;
    background: rgba(64, 64, 58, 0.60);
    backdrop-filter: blur(8px);
    color: #D7DAD3;
    width: 48px;
    height: 48px;
    min-width: 48px;
}
body .m-media-gallery__wrapper .swiper-button-control:hover {
    background: var(--t4x-yellow);
    color: #010101;
    box-shadow: none;
}
.m-media-gallery__wrapper .swiper-button-control svg {
  display: none !important;
}

button.swiper-button-control.swiper-button-prev.m-button--icon {
    margin-right: 20px;
}
.m-media-gallery__wrapper .swiper-button-control.swiper-button-next {
    margin-left: 10px;
}
.m-media-gallery__wrapper .m-product-media--slider__thumbnails {
    padding: 0 80px;
}
.m-media-gallery__wrapper .swiper-button-control.swiper-button-next:before {
  content: "\e905";
  font-size: 20px;
}
.m-media-gallery__wrapper .swiper-button-control.swiper-button-prev:before {
  content: "\e906";
  font-size: 20px;
}
.nav-swiper-container .swiper-slide {
  min-width: 155px;
}
.m-product-details-tabs .m-tab-header {
    font-family: 'M-Heading-Font', sans-serif;
    color: #D7DAD3;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 95%;
    letter-spacing: -0.9px;
    padding: 0 12px 24px;
    opacity: 1 !important;
}
.m-tabs__header {
    border: none !important;
    position: relative;
}
.m-tabs__header:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #3D382F;
    position: absolute;
    left: 0;
    bottom: 3px;
    z-index: -1;
}
.m-tab-header:after {
    height: 5px !important;
    bottom: 0 !important;
}
.m-tabs {
    max-width: 870px;
    margin: 0 auto;
}
.m-tab-content__inner {
    max-width: 870px;
    margin: 0 auto;
}
.m-tab-content__inner p, .m-tab-content__inner li {
   color: #D7DAD399;
}
body .m-slider-controls__button {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #40403A99;
    border: none;
    margin: 0 5px;
    box-shadow: none !important;
}
button.m-slider-controls__button.m-slider-controls__button-prev.swiper-button-prev {
    margin-right: 0;
}

/*Blog*/
body .m-article__blog {
    font-family: 'M-Heading-Font',sans-serif;
    letter-spacing: 0;
    font-weight: bold;
}
body .m-article__header {
    max-width: 1040px;
    margin: 0 auto 80px;
}
body .m-article--layout1 .m-article__feature-image {
    border-radius: 12px;
    margin-bottom: 56px;
}
body .m-article__content {
    max-width: 910px;
    margin: 0 auto;
    padding: 0 20px;
}
body .m-article__excerpt,
body .m-article__content p {
  opacity: 0.6;
}
body .m-article__content h4 {
  font-size: 28px;
  font-weight: 500;
  line-height: 95%;
  letter-spacing: -1.4px;
}
.m-article-navigation {
    max-width: 870px;
    margin: 80px auto 0;
}

.t4x-blog-landing__grid{
      display: grid;
      grid-template-columns: 280px 1fr;
      gap: 48px;
      align-items: start;
    }

    /* Sidebar */
    .t4x-blog-landing__sidebar{
      position: sticky;
      top: 180px;
    }

    .t4x-topics__title{
      margin: 0 0 24px;
    }

    .t4x-topic-search{
      margin: 0 0 32px;
      position: relative;
    }
    .t4x-topic-search .icon-search-icon {
        position: absolute;
        top: 20px;
        left: 12px;
        pointer-events: none;
    }
    .t4x-topic-search input {
        width: 100%;
        padding: 14px 12px 12px 45px;
        border-radius: 8px;
        border: 1px solid #D7DAD3;
        background: none;
        color: #D7DAD3 !important;
        outline: none;
        font-family: 'M-Heading-Font', sans-serif;
        font-size: 12px !important;
        line-height: 12px;
        font-weight: bold;
    }
    .t4x-topic-search input::placeholder{ color: rgb(215 218 211 / 60%) !important; }

    .t4x-topics__list{
      display: grid;
      gap: 5px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .t4x-topic-btn {
        width: 100%;
        text-align: left;
        padding: 8px 10px;
        border-radius: 4px;
        background: transparent;
        font-family: 'M-Heading-Font';
        cursor: pointer;
        transition: 0.15s ease;
    }
    .t4x-topic-btn:hover, .t4x-topic-btn.is-active{
      background: #262623;
    }

    /* Right side */
    .t4x-blog-landing__header{
      margin-bottom: 32px;
    }

    .t4x-blog-landing__heading{
        font-size: 36px;
        font-weight: 500;
        line-height: 95%;
        letter-spacing: -1.8px;
    }

    .t4x-blog-landing__cards{
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 32px;
    }

    /* Card */
    .t4x-post-card {
        display: flex;
        flex-direction: column;
        min-height: 100%;
    }
    .m-hover-box__wrapper:hover .t4x-post-card__media {
        transform: scale(1.03);
    }

    .t4x-post-card__media{
      aspect-ratio: 16/9;
      width: 100%;
      background: rgba(255,255,255,0.04);
      display: block;
      position: relative;
      transition-duration: 0.3s;
    }
    .t4x-post-card__media img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      filter: saturate(1.02);
    }
    .t4x-post-card__media::after{
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
    }

    .t4x-post-card__body {
        padding: 24px 0 28px;
        display: grid;
        gap: 12px;
    }

    .t4x-post-card__topic{
        opacity: 0.6;
        font-family: 'M-Heading-Font', sans-serif;
        font-size: 12px;
        font-weight: 700;
        line-height: 100%;
        text-transform: uppercase;
    }

    .t4x-post-card__title{
        margin: 0;
        font-size: 18px;
        font-weight: 500;
        line-height: 120%;
    }

    .t4x-post-card__excerpt{
      margin: 0 0 14px;
      font-size: 14px;
      opacity: 0.6;
    }


    /* Footer: load more */
    .t4x-blog-landing__footer{
      display: flex;
      justify-content: center;
      margin-top: 22px;
    }
    .t4x-load-more{
      border-radius: 999px;
      padding: 10px 16px;
      border: 1px solid rgba(255,255,255,0.14);
      background: rgba(255,255,255,0.06);
      color: #fff;
      cursor: pointer;
      transition: .15s ease;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 13px;
    }
    .t4x-load-more:hover{
      background: rgba(255,255,255,0.10);
      border-color: rgba(255,255,255,0.18);
    }
    .t4x-load-more[disabled]{
      opacity: 0.5;
      cursor: not-allowed;
    }

    .t4x-spinner{
      width: 14px;
      height: 14px;
      border: 2px solid rgba(255,255,255,0.35);
      border-top-color: rgba(255,255,255,0.95);
      border-radius: 999px;
      animation: t4xspin .7s linear infinite;
      display: none;
    }
    .is-loading .t4x-spinner{ display: inline-block; }
    @keyframes t4xspin { to { transform: rotate(360deg); } }

/*Cart*/
body .m-cart__column {
  font-family: 'M-Heading-Font';
}
body m-cart-remove-button {
  font-family: 'M-Body-Font';
}
body .m-quantity__input {
  font-family: 'M-Body-Font';
  font-weight: bold;
}
body .m-cart__header,
body .m-cart-item {
  border-bottom: none;
}
body .m-cart-item {
    border-top: 1px solid rgba(215, 218, 211, 0.3);
}
body .m-cart__subtotal--label,
body .m-cart__subtotal--price {
  font-family: 'M-Heading-Font';
}
body .m-cart-addon__header button {
  background: rgba(64, 64, 58, 0.6);
  font-weight: normal;
  font-size: 14px;
}
body .m-cart-addon__header button:hover {
  background: #fabf12 !important;
}

/* min-width: 1600px */
@media (min-width: 1600px) {
  .t4x-shopcat__card:last-child {
    margin-right: calc(100vw - 1320px);
  }

}

/* min-width: 1024px (desktop) */
@media (min-width: 1024px) {
  body .m\:grid {
      row-gap: 60px;
  }
  .m-section-py {
    padding-top: var(--section-padding-top) !important;
    padding-bottom: var(--section-padding-bottom) !important;
  }

  .padding-top-120 .m-section-py {
    padding-top: 120px !important;
  }

  section .m-container {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  /* Brands grid dashed layout */
  .m-brands-list__inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 1fr;
  }

  .m-brands-list__inner .swiper-slide {
    border-right: 1px dashed rgba(0, 0, 0, 0.18);
    border-bottom: 1px dashed rgba(0, 0, 0, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 24px;
  }

  .m-brands-list__inner .swiper-slide:nth-child(4n) {
    border-right: none;
  }

  .m-brands-list__inner .swiper-slide:nth-last-child(-n + 4) {
    border-bottom: none;
  }

  .m-brands-list__logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Shop by category tweaks */
  .t4x-shopcat__card {
    min-width: 300px;
  }

  .t4x-shopcat__image {
    height: 220px;
  }

  /* Footer columns on tablet/desktop */
  .f4x-footer__cols {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* min-width: 1180px (desktop mega + scroll lock) */
@media (min-width: 1181px) {

  .t4x-header__submenu {
    display: none !important;
  }

  .mega-container {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* min-width: 768px */
@media (min-width: 768px) {
  body .m-icon-box-section__wrapper .md\:m\:grid-2-cols {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }
  body .m\:column:first-child .m-icon-box {
    border-radius: 24px 8px 8px 24px;
  }
  body .m\:column:last-child .m-icon-box {
    border-radius: 8px 24px 24px 8px;
  }
}

/* max-width: 1180px */
@media (max-width: 1180px) {
  body .m-section-py {
    padding-left: 40px;
    padding-right: 40px;
  }
  header.m-header__mobile {
    padding: 0 40px !important;
  }
  .t4x-video-hero,
  .m-hero__inner {
    padding: 40px !important;
  }
  .t4x-header--fixed .t4x-header__main-inner {
      padding-left: 40px;
      padding-right: 40px;
  }
  .t4x-header__nav-pill {
    justify-content: center;
    background: no-repeat;
    padding: 0;
    margin-right: 10px;
  }
  .t4x-header__top-inner, .t4x-header__main-inner {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  body.t4x-lock-scroll .mega-backdrop {
    background: black;
    opacity: 1;
    display: block;
  }
  
  .t4x-header__main-inner {
    grid-template-columns: auto 1fr;
    row-gap: 12px;
  }
  .t4x-header__top-inner {
    font-size: 12px;
  }

  .t4x-header__nav {
    grid-column: 1 / -1;
    justify-self: stretch;
  }

  .t4x-header__nav-pill {
    justify-content: center;
  }
  /* show hamburger */
  .t4x-header__mobile-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  /* actions row keeps icons aligned to the right */
  .t4x-header__actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  /* MOBILE NAV PANEL (uses same nav element) */
  .t4x-header__center {
    position: fixed;
    left: 0;
    right: 0;
    top: 145px; /* adjust to your header height */
    padding: 16px 20px 24px;
    transform: translateY(-16px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease, transform .25s ease;
    z-index: 35;
  }

  .t4x-header--mobile-open .t4x-header__center {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    height: calc(100vh - 170px);
    overflow-y: auto;
    padding-bottom: 100px;
    top: 200px;
    padding: 20px 45px;
  }

  .t4x-header__nav-pill {
    width: 100%;
    margin: 0 !important;
  }

  .t4x-header__menu {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .t4x-header__menu-item {
    width: 100%;
  }

  .t4x-header__menu-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-block: 6px;
  }

  /* disable desktop mega on mobile */
  .mega-container {
    display: none !important;
  }

  .t4x-header__submenu {
    margin-top: 6px;
    padding-left: 16px;
  }

  .t4x-header__submenu-item + .t4x-header__submenu-item {
    margin-top: 4px;
  }

  .t4x-header__submenu-link {
    font-size: 17px;
    text-decoration: none;
    color: var(--t4x-white);
    line-height: 30px;
  }

  .t4x-header__submenu-link:hover {
    text-decoration: underline;
  }

  .t4x-header__menu-chevron svg {
    width: 17px;
    height: 17px;
  }

  .t4x-header__menu-link {
    font-size: 17px;
    line-height: 25px;
    padding: 0;
  }

  .t4x-header__menu-item--products.t4x-header__menu-item--mobile-open > .t4x-header__submenu {
    display: block;
  }

  .t4x-header__menu-item--products.t4x-header__menu-item--mobile-open .t4x-header__menu-chevron svg {
    transform: rotate(180deg);
  }

  .collection-children-inner {
    grid-template-columns: 1fr;
  }
  .collection-children-right {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  body .m-main-product {
      margin: 0 25px 100px;
  }
  body .m-main-product--media {
      width: 50% !important;
  }
  .m-product-media--slider__thumbnails .swiper-slide {
      min-width: 70px!important;
  }
  .m-main-product--info {
      width: 50% !important;
      padding: 0 0 0 30px !important;
  }
  button.swiper-button-control.swiper-button-prev.m-button--icon {
      margin-right: 10px;
  }
  .m-media-gallery__wrapper .swiper-button-control.swiper-button-next {
    margin-left: 0;
  }
  body .main-product__block .m-product-title {
      font-size: 22px;
      line-height: normal;
      letter-spacing: -1.2px;
  }
  body .m-collection-toolbar--wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}

/* max-width: 992px */

@media (max-width: 992px) {

  
  body .padding-top-120 .m-section-py {
    padding-top: 100px !important;
  }

  .header-sticky-always .m-logo__image {
    max-width: 50px;
  }

  .t4x-shopcat-section__inner.m-container.page-width.container-fluid {
    padding: 100px 0;
  }
  .t4x-shopcat__card {
    width: calc(50% - 62px);
    min-width: 0;
  }
  .t4x-shopcat__track {
    margin-top: 30px;
  }

  .srv4-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .srv4-heading {
    margin-bottom: 28px;
    font-size: 1.6rem;
  }

  .srv4-card {
    flex-direction: column;
  }

  .srv4-card__image-wrap {
    max-width: 100%;
    flex-basis: auto;
    height: auto;
  }

  /* Finder vertical */
  .t4x-finder {
    flex-direction: column;
    align-items: stretch;
  }

  .t4x-finder__submit {
    width: 100%;
    justify-content: center;
  }

  /* Testimonials stacking */
  .t4x-testimonials__inner {
    flex-direction: column;
    row-gap: 24px;
    align-items: flex-start;
  }

  .t4x-testimonials__quote-mark {
    margin-top: 0;
  }

  .t4x-testimonials__quote-mark span {
    font-size: 60px;
    line-height: 1;
  }

  .t4x-testimonials__content {
    max-width: 100%;
  }

  .t4x-testimonials__footer {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 16px;
  }

  .t4x-testimonials__counter {
    text-align: right;
    width: 100%;
  }

  .fp4-section {
    padding: 40px 0;
  }

  .fp4-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .fp4-grid {
    grid-template-columns: 1fr;
  }

  /* Footer layout tweaks */
  .f4x-footer__inner {
    padding: 0 40px !important;
  }

  .f4x-footer__top {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }

  .f4x-footer__cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .f4x-footer__col.f4x-footer__col--shop {
    min-width: 25%;
  }

  .f4x-footer__shop-grid {
    grid-template-columns: 1fr;
  }

  .f4x-footer__bottom {
    margin-top: 100px;
  }

  .f4x-footer__bottom-row {
    flex-direction: column-reverse;
    align-items: center;
  }

  .f4x-footer__social {
    justify-content: flex-start;
  }
  .m-collection-products .m-product-item {
      width: 50% !important;
  }
  .t4x-blog-landing__grid{ grid-template-columns: 1fr; gap: 28px; }
  .t4x-blog-landing__sidebar{ position: relative; top: auto; }
  .m-collection-card responsive-image.m-image.m-image-loaded {
    height: 185px;
  }
  .m-collection-subcollections .m-collection-card responsive-image.m-image.m-image-loaded {
    height: 250px;
  }
  
}

/* max-width: 767px (merged) */
@media (max-width: 767px) {
  .m-collection-card responsive-image.m-image.m-image-loaded {
    height: 250px;
  }
  .m-collection-subcollections .m-collection-card responsive-image.m-image.m-image-loaded {
    height: 150px;
  }
  body .padding-top-120 .m-section-py {
    padding-top: 80px !important;
  }

  body .m-section-py {
    padding-left: 20px;
    padding-right: 20px;
  }

  header.m-header__mobile {
    padding: 0 20px !important;
  }

  .t4x-header--fixed .t4x-header__left {
      margin-top: 10px!important;
  }
  .t4x-lock-scroll .t4x-header__logo,
  .t4x-header--fixed .t4x-header__logo {
      max-height: 47px !important;
  }

  .t4x-video-hero,
  .m-hero__inner {
    padding: 20px !important;
  }

  .t4x-video-hero__heading {
    font-size: 30px;
    margin-bottom: 10px;
    letter-spacing: -1px;
    line-height: 34px;
  }

  .t4x-shopcat-section__inner.m-container.page-width.container-fluid {
    padding: 80px 0;
  }

  .t4x-shopcat__card {
    width: calc(100% - 40px);
    min-width: 0;
  }

  .m-hero.m-hero--adapt .m-parallax {
    min-height: 300px;
  }

  .srv4-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .srv4-grid {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .t4x-testimonials__text {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 40px;
    letter-spacing: -1px;
  }

  .f4x-footer__cols {
    flex-direction: column;
    gap: 30px;
  }

  .f4x-footer__inner {
    padding: 0 20px !important;
  }

  .f4x-footer__bottom {
    margin-top: 50px;
  }

  .m-button--scroll-top.is-show {
    padding: 10px !important;
  }

  .t4x-header__top-inner {
    flex-direction: column;
    gap: 4px;
    text-align: center;
    padding: 10px 20px !important;
  }

  .t4x-header__top-left {
    display: none;
  }

  .t4x-header--mobile-open .t4x-header__center {
    top: 120px;
    padding: 20px;
  }

  .t4x-header__main-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 20px !important;
  }

  .t4x-header__left {
    width: 100%;
    justify-content: center;
    display: flex;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
  }

  a.t4x-header__logo-link {
    z-index: 999;
    position: absolute;
  }

  .hide-mobile {
    display: none;
  }

  .t4x-lock-scroll {
    overflow: hidden;
  }
  .m-brands-list__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ai-contact-grid {
    flex-direction: column;
    gap: 40px;
  }

  #MainContent .formContainer #formGeneratorForm .form_generater_form_div {
      padding: 20px;
  }
    
  .m-collection-products .m-product-item {
      width: 100% !important;
  }
  .m-collection-toolbar--wrapper {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 20px;
  }
  .m-collection-toolbar {
    position: static !important;
  }
  body .m-main-product--media {
      width: 100% !important;
  }
  body .m-product-media--item, body .m-product-media--item .m-image {
    height: 300px !important;
}
  .m-main-product--info {
      width: 100% !important;
      padding: 0 !important;
  }
  body .m-complementary-products__inner {
    flex-direction: column;
    display: flex;
  }
  .m-product-media--slider__thumbnails .swiper-slide {
      width: 50px!important;
  }
  .no-header {
      padding: 200px 10px 0;
  }
  body .m-main-product {
    margin: 0 10px 80px;
  }
  .fp4-card responsive-image, .fp4-card__image-wrap {
    height: 230px !important;
  }
  .t4x-blog-landing__cards{ grid-template-columns: 1fr; }
  .m-collection-subcollections {
    padding-bottom: 80px;
  }
  .m-collection-subcollections .m-collection-list-template__wrapper {
    row-gap: 32px;
    column-gap: 20px;
  
  }
}