.heading h1{
  font-family: "Racing Sans One", sans-serif;
  letter-spacing: 2.5px;
  line-height: 90%;
}
.heading h2,
.heading h3{
  font-family: "Racing Sans One", sans-serif;
}
.heading p,
.heading button,
.heading a,
.heading h4{
font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.banner-button-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.banner-button-group .btn {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding: 10px 40px;
    border-radius: 5px;
}
.banner-button-group .btn-primary {
    background: #F6852A;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #F6852A;
}
.banner-button-group .btn-outline {
    background: transparent;
    border:1px solid #fff;
}
.brand-marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.brand-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: marquee 40s linear infinite;
}

.brand-track img {
    height: 40px; /* adjust as needed */
    margin: 0 30px;
    flex-shrink: 0;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
.brand_listing img {
    height: 22px;
    object-fit: contain;
}
.our_expertise .listings .listing {
    position: relative;
}
.our_expertise .listings .listing .user-defined-content {
    position: absolute;
    bottom: 0;
    z-index: 999999;
    padding-inline: 20px;
    padding-block: 30px;
}
.our_expertise .listings .listing .user-defined-content h3 {
    font-family: Racing Sans One;
    font-weight: 400;
    font-size: 40px;
    line-height: 90%;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.our_expertise .listings .listing .user-defined-content h4 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #fff;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-top: 10px;
}
.features-bar .features-inner {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      gap:20px;
    }

.features-bar .feature-item {
      display: flex;
      align-items: center;
      gap: 14px;
      flex: 1;
      justify-content: center;
    }

    /* Vertical dividers between items */
.features-bar .feature-item + .feature-item {
      border-left: 1px solid #e8e8e8;
    }

.features-bar .feature-icon {
      flex-shrink: 0;
      width: 42px;
      height: 42px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

.features-bar .feature-icon img {
      width: 38px;
      height: 38px;
    }

.features-bar .feature-text {
      display: flex;
      flex-direction: column;
      gap: 2px;
    }
.features-bar .feature-title {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.features-bar .feature-subtitle {
      color: #8C8C8C;
font-family: Poppins;
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
}
.our_expertise h4,
.transform_section h4,
.home_product_listing h4,
.about_home_content h4,
.left_form_column h4{
    position: relative;
}
.our_expertise h4 strong,
.transform_section h4 strong,
.home_product_listing h4 strong,
.about_home_content h4 strong,
.left_form_column h4 strong{
    font-weight: 600;
    padding-left: 60px;
}
.our_expertise h4 strong::after,
.transform_section h4 strong::after,
.home_product_listing h4 strong::after,
.about_home_content h4 strong::after,
.left_form_column h4 strong::after{
    bottom: 0;
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 3px;
    background-color: #F6852A;
    border-radius: 2px;
}
.our_expertise h2,
.transform_section h2,
.home_product_listing h2,
.about_home_content h2,
.left_form_column h2{
    margin-top: 10px;
    text-transform: uppercase;
}
.transform_section h2 strong {
    font-family: Racing Sans One;
    font-weight: 400;
    font-size: 154px;
    line-height: 81%;
    text-transform: uppercase;
    color: #F6852A;
}
.our_expertise .listings .listing::after {
    content: "";
    background: url('https://cdn-asset-stl-2.airsquare.com/k1sport/library/arrowright.png?202606031323');
    position: absolute;
    width: 54px;
    height: 54px;
    z-index: 999999999;
    bottom: 40px;
    right: 0px;
    background-size: cover;
    display: table;
    transform: translate(-50%);
}
.home_product_listing .listings .listing .info h4 {
    letter-spacing: 0;
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.home_product_listing .listings .listing .info h4 + p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #696969;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.home_product_listing .listings .listing .info .price {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
}
.about_home_content h2 strong {
    color: #F6852A;
}
.about_home_content p {
    max-width: 704px;
}
.home_video_section a {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    background: #F5F5F5;
    padding: 10px 30px;
    border-radius: 5px;
}
.home_form_only.right_form_column {
    background: #fff;
    padding: 60px;
    border-radius: 20px !important;
}
.home_form_only.right_form_column .contact-form fieldset {
    padding: 0px;
    background: #fff;
}
.contact_form_only{
  background: #f5f5f5;
    padding: 60px;
    border-radius: 20px !important;
}
.contact_form_only .contact-form fieldset {
    padding: 0px;
    background: #f5f5f5;
}
.right_form_column .contact-form fieldset div h4 {
    font-size: 16px;
}
.right_form_column .contact-form fieldset div .input-wrapper input {
    max-width: 100% !important;
    padding: 10px;
}
.right_form_column .contact-form fieldset > div {
    margin-top: 20px;
}
.right_form_column .contact-form fieldset .button-panel button {
    width: 100%;
    max-width: 100%;
    text-transform: uppercase;
}
.right_form_column > p {
    color: #696969;
    font-weight: 400;
    margin-top: 5px;
}
.right_form_column #widget-contact-form {
    margin-top: 10px;
}
.accessories_list #widget-accessories-list .listings {
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
}
.accessories_list #widget-accessories-list .listings .listing {
    flex-direction: column;
    gap: 15px;
    align-items:center;
}
.accessories_list #widget-accessories-list .listings .listing .image-wrapper .image {
    position:relative;
}
.accessories_list #widget-accessories-list .listings .listing .image-wrapper .image::after {
    content: "";
    background: url('https://cdn-asset-stl-2.airsquare.com/k1sport/library/ellipse-1.png?202606080910');
    width: 180px;
    height: 180px;
    position: absolute;
    top: 10px;
    bottom: 0px;
    left: 0px;
    z-index: 0;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}
.accessories_list #widget-accessories-list .listings .listing .image-wrapper .image img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    border-radius: 20px;
}
.accessories_list #widget-accessories-list .listings .listing .info h4 a {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}
.single_product_page .row:has(#add-to-cart-form) {
    padding-top: 60px !important;
}
.single_product_page .column:has(#add-to-cart-form) h1 {
    font-family: Racing Sans One;
    font-weight: 400;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0px;
}
.single_product_page .column:has(#add-to-cart-form) .block {
    margin-top: 15px;
}
.single_product_page .column:has(#add-to-cart-form) .block p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0px;
    text-transform: capitalize;
    color:#292929;
}
.single_product_page .column:has(#add-to-cart-form)  fieldset {
    background: transparent;
    padding-inline: 0;
}
.single_product_page .column:has(#add-to-cart-form) fieldset div h4 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 0px;
    text-transform: capitalize;
}
.single_product_page .column:has(#add-to-cart-form) fieldset div p {
    color: #29292980;
}
.single_product_page .column:has(#add-to-cart-form) .block div:has(.in-stock) {
    margin-top: 20px;
}
.single_product_page .column:has(#add-to-cart-form) fieldset .button-panel.block button {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    background: #F6852A !important;
    padding: 15px 40px;
    border-radius: 10px;
}
.single_product_page .row-wrapper .content-wrapper .user-defined-content h3 {
    font-family: Racing Sans One;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: capitalize;
}
.single_product_page main#content .row-wrapper .content-wrapper .user-defined-content p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #292929;
    text-transform: capitalize;
}
#header-top-wrapper{
   background: #181818;
}
#header #header-bottom #header-bottom-logo picture img {
    max-width: 160px;
}
#header #header-bottom #header-main-navigation ul li a.selected span {
    color: #F6852A;
    font-weight: 600;
    border-bottom: 2px solid #F6852A;
    padding-bottom: 5px;
}
#header #header-bottom #header-main-navigation ul li a:hover {
    color: #F6852A;
    font-weight: 600;
}
#footer .row-wrapper .row .logo_column img {
    max-width: 100px;
}
#footer .row-wrapper .row .footer_column h4 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    text-transform: uppercase;
}
#footer .row-wrapper .row .footer_column ul {
    padding-left: 0;
}
#footer .row-wrapper .row .footer_column ul li {
    list-style: none;
    padding-left: 0;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
}

.our_expertise_banner h1 {
    font-family: "Racing Sans One";
    letter-spacing: 2.5px;
}
.our_expertise_banner p {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    margin-top: 20px;
}
.expertise_grid #widget-expertise-list .listings .listing {
    position: relative;
}
.expertise_grid #widget-expertise-list .listings .listing .user-defined-content {
    position: absolute;
    top: 0;
    z-index: 99999999;
}
.expertise_grid #widget-expertise-list .listings .listing .user-defined-content {
    position: absolute;
    top: 50%;
    z-index: 99999999;
    bottom: auto;
    padding-inline: 20px;
    transform: translateY(-50%);
}
.expertise_grid #widget-expertise-list .listings .listing .user-defined-content h3 {
    font-family: Racing Sans One;
    font-weight: 400;
    font-size: 38px;
    line-height: 100%;
    color: #F6852A;
}
.expertise_grid #widget-expertise-list .listings .listing .user-defined-content p {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    text-transform: capitalize;
    color: #FFFFFF;
}
.expertise_grid #widget-expertise-list .listings .listing .user-defined-content ul {
    padding-left: 0px;
}
.expertise_grid #widget-expertise-list .listings .listing .user-defined-content ul li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-transform: capitalize;
    color: #FFFFFF;
    position: relative;
    padding-left: 30px;
    list-style: none;
}
.expertise_grid #widget-expertise-list .listings .listing .user-defined-content ul li::after {
    background: url('https://cdn-asset-stl-2.airsquare.com/k1sport/library/group-1.png?202606101252');
    width: 18px;
    content: "";
    height: 18px;
    position: absolute;
    top: 3px;
    bottom: 0px;
    left: 0px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 9999999;
}
.expertise_grid #widget-expertise-list .listings .listing .user-defined-content p a {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    border: 1px solid #FFFFFF;
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
    border-radius: 10px;
}
.expertise_section_button p a {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    background: #fff;
    padding: 15px 30px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 10px;
}
.right_content_block .whole_content_block p strong {
    font-family: Poppins;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0px;
    text-transform: capitalize;
}
.right_content_block .content_block {
    background: #F9FAFB;
    padding: 10px;
}
.right_content_block .content_block {
    background: #F9FAFB;
    padding: 50px 20px;
    margin-top: 50px;
}
.right_content_block .content_block .whole_content_block ul {
    padding-left: 10px;
}
.right_content_block .content_block .whole_content_block ul li {
    list-style: none;
    padding-inline: 20px;
    background: #fff;
    padding-block: 20px;
    margin-bottom: 20px;
}
.project_slide_banner p {
    line-height: 130%;
}
.left_slide_content h3 {
    font-family: Racing Sans One;
    font-weight: 400;
    font-size: 38px;
    line-height: 100%;
    letter-spacing: 1.5px;
}
.left_slide_content p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #000;
}
.right_slide_content .slideshow .carousel__slide {
    border-radius: 10px;
}
.slide_divider hr {
    background: #000;
    height: 2px;
}
.main-contact_info .contact_info ul {
    padding-left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.main-contact_info .contact_info ul li {
    list-style: none;
    background: #f5f5f5;
    padding: 40px 20px;
    margin-top: 0 !important;
}
.main-contact_info .contact_info ul li strong {
    color: #f6852a;
    font-size: 20px;
    font-family: Poppins;
    padding-bottom: 0px;
}
.main-contact_info .contact_info ul li {
    list-style: none;
    background: #f5f5f5;
    padding: 40px 20px;
    margin-top: 0 !important;
    border: 1px solid #f6852a;
    border-radius: 5px;
}
.main-contact_info .contact_info ul li a {
    text-decoration: underline;
}
.accordion {
    width: 100%;
    max-width: 700px;
    margin-inline: auto;
}
.accordion .accordion-item {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    background: #fff;
    transition: border-color 0.2s;
}
.accordion .accordion-item.open {
    border-color: #bbb;
}
.accordion .accordion-item .accordion-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 1rem 1.25rem;
    cursor: pointer;
    user-select: none;
}
.accordion .accordion-item .accordion-icon {
      width: 36px;
      height: 36px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      flex-shrink: 0;
}
.accordion .accordion-item .accordion-title {
    flex: 1;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    font-family: Poppins;
}
.accordion .accordion-item .accordion-chevron {
    font-size: 30px;
    color: #000;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}
.accordion-item.open .accordion-chevron {
      transform: rotate(180deg);
}

.accordion .accordion-item .accordion-body {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion .accordion-item .accordion-body .accordion-body-inner {
    padding: 0 1.25rem 1.25rem;
    font-size: 15px;
    line-height: 1.7;
    color: #696969;
    font-family: Poppins;
}
#header.headroom--pinned.headroom--not-top div#header-bottom,
#header.headroom--unpinned.headroom--not-top div#header-bottom,
.home_product_listing .headroom--top div#header-bottom,
.single_product_page .headroom--top div#header-bottom{
    background: #000;
}
#header.headroom--pinned.headroom--not-top div#header-bottom #header-main-navigation ul li a,
#header.headroom--unpinned.headroom--not-top div#header-bottom #header-main-navigation ul li a,
.home_product_listing .headroom--top div#header-bottom #header-main-navigation ul li a,
.single_product_page  .headroom--top div#header-bottom #header-main-navigation ul li a{
    color: #fff;
}
.home_product_listing .row h1 {
    font-family: "Racing Sans One", sans-serif;
}
.home_product_listing .row #listing-filters-menu-wrapper .listing-filters h5 {
    font-family: "Racing Sans One", sans-serif;
}
.home_product_listing .row #listing-filters-menu-wrapper .listing-filters ul li a {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}
.home_product_listing .row #listing-filters-menu-wrapper .listing-filters {
    padding: 20px;
    background: #f5f5f5;
    border-radius: 10px;
}
/* .home_product_listing .listings.block .listing {
    background: #f5f5f5;
    padding: 10px;
} */
.home_product_listing .listings.block {
    gap: 20px;
}
/* .home_product_listing .listings.block .listing .image-wrapper .image picture {
    mix-blend-mode: multiply;
} */
#header-top-wrapper #header-top #header-top-left ul li a,
#header-top-wrapper #header-top #header-top-right ul li a {
    color: #999999;
}
div#footer-top {
    display: none;
}
div#footer-attribution {
    background: #000;
    padding-top: 0;
}
div#footer-attribution .column p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
}
.footer_divider hr {
    margin: 0;
    height: 1px;
    background: #292929;
}



#header-top-wrapper #header-top #header-top-left ul li a:hover,
#header-top-wrapper #header-top #header-top-right ul li a:hover {
    color: #fff;
}
.btn-primary:hover {
    background: #000;
    border-color: #000;
    color: #F6852A;
}
.btn-outline:hover {
    background: #fff;
    color: #000;
}
.home_product_listing .listing {
    border-radius: 10px;
    border: 2px solid #F5F5F5;
    padding: 20px;
}
.home_product_listing .listing .info {
    display: flex;
    flex-direction: column;
    margin-top: auto;
}
.home_product_listing .listing picture img {
    object-fit: contain;
}
.home_product_listing .listing:hover {
    border-color: #cdcdcd;
}
.listings.grid {
    gap: 20px;
}
.our_expertise .listings .listing .user-defined-content,
.our_expertise .listings .listing::after {
    pointer-events: none;
}
#listings-header {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 10px;
}
a#listing-filters-menu-open-link {
    max-width: max-content;
}
.single_product_page main#content .row:has(> .column.size-6) .block p {
    color: #292929;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.single_product_page .column:has(#add-to-cart-form) fieldset div h4 {
    display: none;
}
.single_product_page .column:has(#add-to-cart-form) fieldset p.price span {
    color: #292929;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.single_product_page .column:has(#add-to-cart-form) fieldset p.price span.comparison {
    color: rgba(41, 41, 41, 0.50);
    font-weight: 500;
    text-decoration-line: line-through;
    margin-right: 10px;
}
.single_product_page .column:has(#add-to-cart-form) fieldset {
    position: relative;
    margin-block: 26px;
    padding-block: 0;
}
.single_product_page .column:has(#add-to-cart-form) fieldset div:nth-child(2) {
    position: absolute;
    right: 0;
    top: 7px;
    margin: 0 !important;
    padding: 0;
}
.single_product_page .column:has(#add-to-cart-form) fieldset div:nth-child(2) p.in-stock {
    color: #008F2B !important;
    text-align: right !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    position: relative;
}
.single_product_page .column:has(#add-to-cart-form) fieldset div:nth-child(2) p.in-stock::before {
    content: "";
    background: #008F2B !important;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
}
.single_product_page .column:has(#add-to-cart-form) fieldset .button-panel.block button {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    background: #F6852A !important;
    padding: 15px 40px;
    border-radius: 10px;
    width: 100%;
}
.single_product_page .column:has(#add-to-cart-form) fieldset div:has(>.favourite-options) {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    display: flex;
    width: 56px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #181818;
    height: 56px;
    background: #fff;
}
.single_product_page .column:has(#add-to-cart-form) fieldset div:has(>.favourite-options) p.favourite-options a {
    font-size: 0;
}
.single_product_page .column:has(#add-to-cart-form) fieldset div:has(>.favourite-options) p.favourite-options a i {
    font-size: 26px;
    margin: 0;
    line-height: 14px;
}
.single_product_page .column:has(#add-to-cart-form) fieldset .button-panel.block {
    max-width: calc(100% - 66px);
    margin-top: 35px;
}
.single_product_page .row:has(#add-to-cart-form) {
    padding-bottom: 100px !important;
    border-bottom: 2px solid #D9D9D9;
    margin-bottom: 100px;
}
.single_product_page main#content .row-wrapper .content-wrapper .user-defined-content ul {
    padding: 0;
}
.single_product_page main#content .row-wrapper .content-wrapper .user-defined-content ul li {
    color: #292929;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.single_product_page main#content .row-wrapper .content-wrapper .user-defined-content ul li strong {
    font-weight: 600;
}
.single_product_page main#content .row-wrapper .content-wrapper .user-defined-content ul li p {
    line-height: normal;
}
.row-wrapper:has(.right_content_block) {
    overflow: unset;
}
.row-wrapper:has(.right_content_block) .row .column.user-defined-content.size-4 {
    position: sticky;
    top: 10px;
}
.brand_single_column .main_image {
    background: #f2efeb;
    border-radius: 20px;
}
.brand_single_column .main_image .brand-banner .brand_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -50px;
}
.brand_single_column .main_image .brand-banner .brand_logo p img {
    background: #fff;
    padding-block: 15px;
    padding-inline: 20px;
    border-radius: 10px;
    width: auto !important;
    height: auto !important;
    aspect-ratio: 1 / 0.5 !important;
    object-fit: contain;
    max-width: 200px;
}
.brand_single_column .main_image .brand-banner p img {
    border-radius: 20px 20px 0px 0px;
    height: 300px !important;
    object-fit: cover;
}
.brand_single_column .main_image .bottom_content {
    padding: 20px;
}
.brand_single_column .main_image .bottom_content p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    color: #222;
}
.js-truncate-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.js-truncate-text.expanded {
  -webkit-line-clamp: unset;
  display: block;
  overflow: visible;
}

.js-toggle-link {
    display: inline-block;
    margin-top: 4px;
    color: #222222;
    cursor: pointer;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 700;
}
span.js-toggle-link:hover {
    color: #58585A;
}
.brand_top_content_section p {
    max-width: 100% !important;
    font-weight: 400 !important;
    font-family: "Poppins", sans-serif;
}
.homeindex .row-wrapper .video {
  position: relative;
}
.homeindex .row-wrapper .video::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

/* PRC */
@media (max-width: 1440px) {
.home_hero_banner h1 {
    font-size: 85px;
}
.about_home_content h2,
.our_expertise h2,
.transform_section h2,
.home_product_listing h2,
.home_video_section h2,
.left_form_column h2
{
    font-size: 70px;
}
.transform_section h2 strong {
    font-size: 100px;
}
.expertise_grid #widget-expertise-list .listings .listing .user-defined-content h3 {
    font-size: 32px;
}
.expertise_grid #widget-expertise-list .listings .listing .user-defined-content p {
    font-size: 15px;
}
.expertise_grid #widget-expertise-list .listings .listing .user-defined-content ul li {
    font-size: 15px;
}
.expertise_grid #widget-expertise-list .listings .listing .user-defined-content p a {
    font-size: 15px;
}
    .accessories_list #widget-accessories-list .listings .listing .image-wrapper .image img {
        height: 120px;
    }
    .accessories_list #widget-accessories-list .listings .listing .image-wrapper .image::after {
        width: 120px;
        height: 120px;
        top: 50%;
        bottom: auto;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .accessories_list #widget-accessories-list .listings {
        gap: 10px;
        overflow: scroll;
    }
    .accessories_list #widget-accessories-list .listings .listing .info h4 a {
        font-size: 16px;
    }
    .row.vertical-align-columns-centre {
        padding-block: 40px !important;
    }

}
@media (max-width: 1366px) {
.our_expertise .listings .listing .user-defined-content h3 {
    font-size: 36px;
}
.our_expertise .listings .listing::after {
    width: 50px;
    height: 50px;
}
}
@media (max-width: 1280px) {
.home_hero_banner h1 {
    font-size: 75px;
}
.about_home_content h2,
.our_expertise h2,
.transform_section h2,
.home_product_listing h2,
.home_video_section h2,
.left_form_column h2
{
    font-size: 60px;
}
.transform_section h2 strong {
    font-size: 90px;
}
.our_expertise #widget-collection-list .listings.grid {
    grid-template-columns: repeat(2, 1fr);
}
.expertise_grid #widget-expertise-list .listings .listing .user-defined-content h3 {
    font-size: 28px;
}
.expertise_grid #widget-expertise-list .listings .listing .user-defined-content p {
    font-size: 14px;
}
.expertise_grid #widget-expertise-list .listings .listing .user-defined-content ul li {
    font-size: 14px;
}
.expertise_grid #widget-expertise-list .listings .listing .user-defined-content p a {
    font-size: 14px;
    padding: 10px 30px;
}
    .right_form_column.home_form_only {
        transform: translateX(-15px);
    }
    .accessories_list #widget-accessories-list .listings .listing .image-wrapper .image::after {
        width: 100px;
        height: 100px;
    }
    .accessories_list #widget-accessories-list .listings .listing .image-wrapper .image img {
        height: 100px;
    }
    .home_hero_banner h1 {
      font-size: 65px;
    }
    .home_hero_banner h1 + p {
        font-size: 16px;
        max-width: 800px;
        margin-inline: auto;
    }
    .brand_listing img {
        height: 15px;
    }
    .brand-track img {
        margin: 0 20px;
    }
    .home_hero_banner p em br {
        display: none !important;
    }
    .about_home_content h2,
    .our_expertise h2,
    .transform_section h2,
    .home_product_listing h2,
    .home_video_section h2,
    .left_form_column h2
    {
        font-size: 50px;
    }
    .transform_section h2 strong {
        font-size: 80px;
    }
    .row-wrapper .content-wrapper .row:has(.left_form_column) {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        padding-inline: 50px;
    }
    .left_form_column,
    .right_form_column {
        width: 100% !important;
        padding-bottom: 20px;
    }
    .left_form_column h2 br {
        display: none;
    }
    .about_home_content p {
        max-width: 510px;
        font-size: 14px;
        font-weight: 500;
    }
    /* #header-mobile-navigation a {
        background: #fff;
        margin-left: 10px;
        border-radius: 10px;
    } */
    .features-bar .feature-title {
        font-size: 14px;
    }
    .features-bar .feature-subtitle {
        font-size: 12px;
    }
    .features-bar .feature-item + .feature-item {
        border-left: none;
    }
    .features-bar .feature-item {
        gap: 10px;
    }
    .features-bar .feature-icon {
        width: 30px !important;
    }
    .features-bar .feature-icon img {
        width: 30px;
        height: 30px;
    }
    .our_expertise .listings .listing .user-defined-content h3 {
        font-size: 32px;
    }

}
@media (max-width: 1080px) {
    .expertise_grid #widget-expertise-list .listings {
        grid-template-columns: 1fr;
    }
    .home_hero_banner h1 {
        font-size: 55px;
    }
    .accessories_list #widget-accessories-list .listings .listing .info h4 a {
        font-size: 14px;
    }
    .accessories_list #widget-accessories-list .listings .listing {
        flex-direction: column;
        gap: 15px;
        width: 150px;
    }
    .accessories_list #widget-accessories-list .listings {
        gap: 60px 40px;
        overflow: scroll;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .home_product_listing .listings.grid {
        grid-template-columns: 1fr 1fr;
    }
    section.features-bar .features-inner {
        flex-wrap: wrap;
    }
    section.features-bar .features-inner .feature-item {
        width: 100%;
        flex: unset;
        justify-content: flex-start;
        max-width: calc(100% / 2 - 10px);
    }
    .right_form_column.home_form_only {
        transform: translateX(0px);
    }
    .row-wrapper .content-wrapper .content .row .brand_single_column {
    width: 50%;
}
.row-wrapper .content-wrapper .content .row .brand_single_column .main_image .brand-banner img {
    width: 100% !important;
}
}

@media (max-width: 768px) {
    .home_hero_banner h1 {
        font-size: 36px;
        line-height: 36px;
    }
    .accessories_list #widget-accessories-list .listings {
        gap: 30px 10px;
    }
    .accessories_list #widget-accessories-list .listings .listing {
        width: 120px;
    }
    .home_product_listing .listings.grid {
        grid-template-columns: 1fr;
    }
    .home_hero_banner h1 br {
        display:none !important;
    }
    .about_home_content h2,
    .our_expertise h2,
    .transform_section h2,
    .home_product_listing h2,
    .home_video_section h2,
    .left_form_column h2
    {
        font-size: 40px;
    }
    .our_expertise #widget-collection-list .listings.grid {
        grid-template-columns: 1fr;
    }
    .home_video_section h2 br {
        display: none !important;
    }
    .row-wrapper .content-wrapper .row:has(.left_form_column) {
        padding-inline: 10px;
    }
    .single_product_page .column:has(#add-to-cart-form) h1 {
        font-size: 24px;
    }
    .single_product_page .row-wrapper .content-wrapper .user-defined-content h3 {
        font-size: 30px;
    }
    .accessories_list #widget-accessories-list .listings {
        grid-template-columns: repeat(2, 1fr);
    }
    .brand_listing img {
        height: 20px;
    }
    .features-bar .feature-item {
        justify-content: flex-start;
    }
    .content-wrapper .content .transform_text p {
        text-align: left !important;
    }
    .slide_divider hr {
        margin: 0;
    }
    .home_product_listing .row #listing-filters-menu-wrapper .listing-filters{
        background:transparent;
    }
    .single_product_page .column:has(#add-to-cart-form) .block p {
        font-size: 18px;
    }
    .single_product_page .row-wrapper .content-wrapper .user-defined-content h3 {
        font-size: 20px;
    }
    .single_product_page .row-wrapper .content-wrapper .user-defined-content p {
        font-size: 14px;
    }
    .single_product_page .column:has(#add-to-cart-form) fieldset .button-panel.block button {
        font-size: 18px;
    }
    .features-bar {
        padding: 0;
    }
    .right_form_column.home_form_only {
        padding: 30px;
    }
    .our_expertise h4 strong::after, .transform_section h4 strong::after, .home_product_listing h4 strong::after, .about_home_content h4 strong::after, .left_form_column h4 strong::after {
        width: 25px;
    }
    .our_expertise h4 strong, .transform_section h4 strong, .home_product_listing h4 strong, .about_home_content h4 strong, .left_form_column h4 strong {
        padding-left: 35px;
    }
    #header-mobile-navigation a i {
        color: #fff;
    }
    .single_product_page .column:has(#add-to-cart-form) fieldset p.price span {
        font-size: 20px;
    }
    .single_product_page .column:has(#add-to-cart-form) fieldset div:nth-child(2) {
        position: relative;
        right: unset;
        top: unset;
        margin: 0 !important;
        padding: 0;
    }
    .single_product_page .column:has(#add-to-cart-form) fieldset div:nth-child(2) p.in-stock {
        text-align: left !important;
        font-size: 18px !important;
        font-weight: 500 !important;
        padding-left: 15px;
        margin-top: 20px;
    }
    .single_product_page .column:has(#add-to-cart-form) fieldset div:nth-child(2) p.in-stock::before {
        left: 0;
    }
    .single_product_page .row:has(#add-to-cart-form) {
        padding-bottom: 50px !important;
        border-bottom: 1px solid #D9D9D9;
        margin-bottom: 50px;
    }
    #footer .row-wrapper .row .footer_column ul li, #footer .row-wrapper .row .footer_column ul li a {
        color: #fff !important;
    }
    footer#footer .content p,
    div#footer-attribution p {
        color: #fff !important;
        font-family: Poppins !important;
    }
    div#footer-attribution .column p, div#footer-attribution .column p span, div#footer-attribution .column p span a {
        color: #fff;
        font-family: Poppins !important;
        font-size: 13px !important;
    }
    div#footer-attribution {
        background: #000;
        padding-top: 10px !important;
        border: none !important;
    }
    .column.user-defined-content.size-12.footer_divider {
        display: none;
    }
    .row-wrapper .content-wrapper .content .row .brand_single_column {
    width: 100%;
}
.js-truncate-text {
    display: unset;
}
.js-toggle-link {
    display: none;
}

}
@media (max-width: 520px) {
.expertise_grid #widget-expertise-list .listings .listing {
    gap: 0;
    background: #000;
}
.expertise_grid #widget-expertise-list .listings .listing .user-defined-content {
    position: static;
    top: 0%;
    padding: 30px 20px;
    transform: unset;
    background: #000;
}
}


/* Responsive */
@media (max-width: 768px) {
    .features-bar { padding: 16px 20px; }
    .features-bar .features-inner { flex-wrap: wrap; gap: 16px; }
    .features-bar .feature-item { flex: 0 0 calc(50% - 8px); border-left: none !important; }
    .features-bar .feature-item:nth-child(2n) { border-left: 1px solid #e8e8e8 !important; }
}

@media (max-width: 480px) {
    .features-bar .feature-item { flex: 0 0 100%; border-left: none !important; }
}