/* ===== START: PRODUCT PAGE - CAROUSEL ===== */

.product-carousel {
    position: relative;
    max-width: 1800px!important;
    margin: 0 auto;
}

.product-carousel img {
    width: 100%;
    height: auto;
    object-fit:cover;
    object-position:center;
    max-height:600px;
    min-height:400px;
}

.product-carousel .elementor-swiper-button-prev {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(0.5px);
    width: 66px;
    height: 66px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    left:0px!important;
}

.product-carousel .elementor-swiper-button-next {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(0.5px);
    width: 66px;
    height: 66px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    right:0px!important;
}

/* Pagination with custom SVG */
.product-carousel .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 0px;
    margin-bottom: 30px;
}

.product-carousel .swiper-pagination-bullet {
    width: 19px;
    height: 25px;
    background: none;
    border-radius: 0;
    opacity: 1;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="25" viewBox="0 0 19 25" fill="none"><path d="M9.90234 0.5L17.875 24.5H8.66504L0.693359 0.5H9.90234Z" fill="white" fill-opacity="0.5" stroke="black"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin:0px!important;
}

.product-carousel .swiper-pagination-bullet-active {
    width: 44px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="44" height="25" viewBox="0 0 44 25" fill="none"><path d="M34.708 0.5L42.6816 24.5H8.66699L0.693359 0.5H34.708Z" fill="white" stroke="black"/></svg>');
}

@media (max-width: 767px) { 
   .product-carousel .elementor-swiper-button-prev, .product-carousel .elementor-swiper-button-next {
    display: none!important;
   }

   .product-carousel .swiper-pagination {
    margin-bottom:20px!important;
   }

   .product-carousel .swiper-pagination-bullet {
    width: 12px;
    height: 13px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="14" viewBox="0 0 13 14" fill="none"><path d="M6.71289 0.5L11.9902 12.9248H6.03125L0.754883 0.5H6.71289Z" fill="white" fill-opacity="0.5" stroke="black"/></svg>');
   }

   .product-carousel .swiper-pagination-bullet-active {
     width: 29px;
    height: 13px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="14" viewBox="0 0 30 14" fill="none"><path d="M23.7402 0.5L29.0176 12.9248H6.03223L0.754883 0.5H23.7402Z" fill="white" stroke="black"/></svg>');

   }
   .product-carousel img {
        max-height:406px;
   }
}

/* ===== END: PRODUCT PAGE - CAROUSEL ===== */

/* ===== START: PRODUCT INFO ===== */

.product-series-title h1 {
   
}
.product-line h2 {
    font-size: 20px!important;
    font-style: normal!important;
    font-weight: 400!important;
    line-height: normal!important;
    color: #000!important;
    text-align: center!important;
    padding-bottom:10px!important;
    padding-top:50px!important;
}

@media screen and (max-width: 768px) {
    .product-line h2 {
        padding-bottom: 14px!important;
    }
}

.product-information {
    display:inline-block;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width:800px!important;
}


.product-key-features {
    display: flex;
    flex-wrap: wrap;
}

.product-key-features .btn-orange .elementor-button {
    border: 1px solid  #FF4F00;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--Hi-Vis-Orange, #FF4F00);
}

.product-key-features .btn-outline .elementor-button {
    border: 1px solid #000;
    background: #FFF;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color:#000
}

@media (max-width: 768px) {
   .product-series-title h1 {
      font-size:64px!important;
   }
}

/* ===== END: PRODUCT INFO ===== */

/* ===== START: VARIATIONS TABLE (BASE + RTG DUPLICATES) ===== */

/* Reset all Elementor styles for variations wrapper */
.variations-wrapper,
.variations-wrapper *,
.rtg-variations-wrapper,
.rtg-variations-wrapper * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.variations-wrapper,
.rtg-variations-wrapper {
    all: unset;
    box-sizing: border-box;
    display: block !important;
    width: 100% !important;
    margin: 40px auto !important;
    font-family: Arial, sans-serif !important;
}

/* Tabs Navigation */
.variations-tabs {
    display: flex !important;
    gap: 0 !important;
    border:none !important;
    background: #FFF!important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    justify-content: center !important;
}

.variation-tab {
    all: unset;
    font-family:"HelveticaProExtraCompressed", Arial, sans-serif !important;
    box-sizing: border-box;
    display: inline-block !important;
    padding: 12px 30px !important;
    background: transparent !important;
    border: none !important;
    color: rgba(0, 0, 0, 0.50)!important;
    line-height:normal!important;
    cursor: pointer !important;
    position: relative !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    font-size: 40px!important;
    font-style: normal;
    font-weight: 400!important;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 10.5%; /* 4.2px */
    text-underline-offset: 18%; /* 7.2px */
    text-underline-position: from-font;
    text-transform:none!important;
}

.variation-tab:hover {
    color: #000 !important;
    background: transparent !important;
}

.variation-tab.active {
    color: #000 !important;
    font-weight: 400 !important;
    background: transparent !important;
    text-decoration:underline!important;
}

.variation-tab.active::after {
    content: '' !important;
    position: absolute !important;
    bottom: -2px !important;
    left: 0 !important;
    right: 0 !important;
    height: 2px !important;
    display: block !important;
}

/* Tab Content */
.variations-content,
.rtg-variations-content {
    display: block !important;
    background: #fff !important;
    border: none !important;
    border-top: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.variation-panel,
.rtg-variation-panel {
    display: none !important;
    padding:30px 30px 0px 30px!important;
}

.variation-panel.active,
.rtg-variation-panel.active {
    display: block !important;
}

.rtg-panel-units {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 0 0 16px;
    text-align: center;
}

.rtg-panel-unit-item {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
}

.rtg-panel-unit-label {
    font-size: 18px;
    font-weight: 400;
    color: #666;
}

.rtg-panel-unit-value {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

/* Data Grid */
.variation-grid,
.rtg-variation-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
    gap: 0 !important;
    border:transparent !important;
    margin: 0 !important;
}

.variation-grid .grid-item,
.rtg-variation-grid .rtg-grid-item {
    display: flex !important;
    flex-direction: column !important;
    border-right: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    min-height: 100px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.variation-grid .grid-item,
.rtg-variation-grid .rtg-grid-item {
    border-bottom: none !important;
}

.variation-grid .grid-item:last-child,
.rtg-variation-grid .rtg-grid-item:last-child {
    border-right: none !important;
}

@media (max-width: 768px) { 
   .variation-grid .grid-item,
   .rtg-variation-grid .rtg-grid-item {
       margin-bottom:30px!important;
   }
   
   .variation-grid .grid-item:nth-child(2n),
   .rtg-variation-grid .rtg-grid-item:nth-child(2n) {
       border-right: none !important;
   }
}

.variation-grid .grid-label,
.rtg-variation-grid .rtg-grid-label {
    font-family:"HelveticaProBoldCondensed", Sans-serif!important;
    font-size:20px!important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px !important;
    background: #FFF !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #666 !important;
    text-align: center !important;
    line-height: 1.3 !important;
    border-bottom: 1px solid #ddd !important;
    margin: 0 !important;
}

.variation-grid .grid-value,
.rtg-variation-grid .rtg-grid-value {
   font-family:"HelveticaProBoldCondensed", Sans-serif!important;
    display: flex !important;
    padding: 20px 12px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #000 !important;
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 1 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}

/* Footer */
.variation-footer {
    display: block !important;
    margin-top: 30px !important;
    padding-top: 20px !important;
    border-top: none !important;
    text-align: center !important;
    font-size: 20px !important;
    color: #000 !important;
    color: rgba(0, 0, 0, 0.50)!important;
    line-height: 1.5 !important;
}

.variation-footer strong {
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color:#000;
}

.variation-footer .footer-divider {
    display: inline-block !important;
    width: 1px !important;
    height: 14px !important;
    background: #666 !important;
    margin: 0 20px !important;
    vertical-align: middle !important;
}

/* Responsive */
@media (max-width: 768px) {
    .variation-tab {
        padding: 10px 20px !important;
        font-size: 14px !important;
    }
    
    .variation-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .rtg-variation-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .variation-grid .grid-label {
        font-size: 16px !important;
        padding: 8px !important;
        text-transform:none!important;
    }

    .rtg-variation-grid .rtg-grid-label {
        font-size: 16px !important;
        padding: 8px !important;
        text-transform:none!important;
    }
    
    .variation-grid .grid-value {
        font-size: 20px !important;
        padding: 15px 8px !important;
    }

    .rtg-variation-grid .rtg-grid-value {
        font-size: 20px !important;
        padding: 15px 8px !important;
    }

    .rtg-panel-units {
        flex-direction: column;
        gap: 8px;
        margin-bottom: 12px;
    }

    .rtg-panel-unit-label,
    .rtg-panel-unit-value {
        font-size: 14px;
    }
    
    .variation-footer .footer-divider {
        display: block !important;
        width: 100% !important;
        height: 1px !important;
        margin: 10px 0 !important;
    }
}

.rtg-product-price {
   font-weight:bold;
}

/* ===== END: VARIATIONS TABLE (BASE + RTG DUPLICATES) ===== */

/* ===== START: ELEMENTOR PRODUCT TABS ===== */

.elementor-widget-n-tabs .e-n-tab-title,
.elementor-widget-n-tabs .e-n-tabs-heading,
.elementor-widget-n-tabs .e-n-tabs-content {
    all: unset;
    box-sizing: border-box;
}

/* restore required layout behaviour */
.elementor-widget-n-tabs .e-n-tabs-heading {
    display: flex;
}

.elementor-widget-n-tabs .e-n-tab-title {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.elementor-widget-n-tabs .e-n-tabs-content {
    display: block;
}

/* active tab content */
.elementor-widget-n-tabs .e-n-tabs-content > div {
    display: none;
}

.elementor-widget-n-tabs .e-n-tabs-content > .e-active {
    display: block;
}

.product-tab {
    max-width: 973px !important;
    margin:0 auto;
    --n-tabs-heading-justify-content: flex-start !important;
    --n-tabs-title-justify-content: flex-start !important;
}

.product-tab .e-n-tabs {
    gap:0px!important;
}

.product-tab.e-n-tabs-mobile .e-n-tab-title[aria-selected=true] {
    margin-block-end:0!important;
}

.product-tab .barsre_product_data {
    padding:20px;
}

/* TAB BAR */
.product-tab .e-n-tabs-heading:first-child {
    padding-left:0px!important;
}

.product-tab .e-n-tabs-heading {
    display:flex;
    align-items:flex-end;
    justify-content:flex-start !important;
    background:#FFF;
    border-bottom:1px solid #000;
    padding-left:0 !important;
    gap:0!important;
}


/* RESET ELEMENTOR DEFAULT TAB STYLE */
 .product-tab .e-n-tab-title {
    all:unset;
    box-sizing:border-box;
} 


/* TAB SHAPE */
.product-tab .e-n-tab-title {
    position:relative;
    display:flex;
    align-items:center;
    background: #fff !important;
    border:1px solid #000!important;
    border-bottom:none!important;
    padding:12px 28px;
    margin-right:8px;
    transform:none;
    cursor:pointer;
}

/* TAB TEXT */
.product-tab .e-n-tab-title-text {

    transform:none;

    font-size:14px;
    font-weight:700;
    color:#000;

    white-space:nowrap;
}


/* ACTIVE TAB */
.product-tab .e-n-tab-title[aria-selected="true"]{
    background: #000!important;
}

.product-tab .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text{
    color:#fff;
    background: #000!important;
}


/* HOVER */
.product-tab .e-n-tab-title:hover{
    background: #000 !important;
    color: #fff!important;;
}

.product-tab .e-n-tab-title:hover .e-n-tab-title-text {
    color:#fff!important;
    /* background: #000!important; */
}

 .e-n-tab-title-text:hover {
    color:#fff!important;
    background: #000!important;
}


/* TAB CONTENT BORDER */
.product-tab .e-n-tabs-content{
    border:1px solid #8f8f8f;
    border-top:none;
    padding:30px;
    background: #fff!important;
}

.product-tab-swipe-hint {
    display: none;
}

@media (max-width: 768px) {
    .product-tab-swipe-hint {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-bottom: 8px;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: rgba(0, 0, 0, 0.6);
    }

    .product-tab-swipe-hint.is-hidden {
        display: none;
    }

    .product-tab-swipe-hint .arrow {
        display: inline-block;
        font-size: 14px;
        opacity: 0.35;
    }

    .product-tab-swipe-hint.can-left .arrow-left {
        opacity: 1;
        animation: tabArrowLeftPulse 1.1s ease-in-out infinite;
    }

    .product-tab-swipe-hint.can-right .arrow-right {
        opacity: 1;
        animation: tabArrowRightPulse 1.1s ease-in-out infinite;
    }

    .product-tab .e-n-tabs {
        display: block !important;
    }

    .product-tab .e-n-tabs-heading {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        padding-left: 0 !important;
        border-bottom: 1px solid #000;
    }

    .product-tab .e-n-tab-title {
        flex: 0 0 auto;
    }

    .product-tab .e-n-tab-title-text {
        white-space: nowrap;
    }

    /* Keep tab-style navigation on mobile and allow horizontal swipe for overflow tabs. */
    .product-tab.e-n-tabs-mobile .e-n-tabs-heading {
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
    }

    .product-tab.e-n-tabs-mobile .e-n-tab-title {
        flex: 0 0 auto !important;
        width: auto !important;
        max-width: none !important;
        scroll-snap-align: start;
    }

    .product-tab.e-n-tabs-mobile .e-n-tab-title-text {
        white-space: nowrap !important;
    }
}

@keyframes tabArrowLeftPulse {
    0%,
    100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-4px);
    }
}

@keyframes tabArrowRightPulse {
    0%,
    100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(4px);
    }
}

/* ===== END: ELEMENTOR PRODUCT TABS ===== */

/* ===== START: SPEC SHEET ===== */
.spec-sheet {
    text-align:center;
    margin:0px 0 50px 0;
}

.spec-sheet p {
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 80% */
    text-transform: uppercase;
}

.spec-sheet .elementor-button {
    text-align:center;
    justify-content: center;
}

/* ===== END: SPEC SHEET ===== */

/* ===== START: RTG PRODUCT GRID ===== */
.rtg-product-price-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}

.rtg-product-price {
    font-family: "HelveticaProExtraCompressed", Sans-serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 61px; /* 76.25% */
}

.rtg-status-block {
    position: absolute;
    left: calc(50% + 140px);
    top: calc(50% - 12px);
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .rtg-product-price-wrapper {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    .rtg-product-price {
        font-size: 64px !important;
        line-height: 50px !important;
    }
    .rtg-status-block {
        position: relative !important;
        left: auto !important;
        top: auto !important;
    }
}

.rtg-in-stock {
   text-transform:uppercase;
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.rtg-in-stock::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cg filter='url(%23filter0_i_5_334)'%3E%3Ccircle cx='5' cy='5' r='5' fill='white' fill-opacity='0.1'/%3E%3C/g%3E%3Ccircle cx='5' cy='5' r='3.5' stroke='%2315FF00' stroke-width='3'/%3E%3Cdefs%3E%3Cfilter id='filter0_i_5_334' x='0' y='0' width='10' height='11' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeMorphology radius='13' operator='erode' in='SourceAlpha' result='effect1_innerShadow_5_334'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='0.65'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_5_334'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
    display: inline-block;
    width: 10px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    margin-right: 8px;
    margin-bottom:5px;
}

.rtg-out-of-stock {
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform:uppercase;
}

.rtg-out-of-stock::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cg filter='url(%23filter0_i_5_334)'%3E%3Ccircle cx='5' cy='5' r='5' fill='white' fill-opacity='0.1'/%3E%3C/g%3E%3Ccircle cx='5' cy='5' r='3.5' stroke='%23FF0000' stroke-width='3'/%3E%3Cdefs%3E%3Cfilter id='filter0_i_5_334' x='0' y='0' width='10' height='11' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeMorphology radius='13' operator='erode' in='SourceAlpha' result='effect1_innerShadow_5_334'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='0.65'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_5_334'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
    display: inline-block;
    width: 10px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    margin-right: 8px;
}

.rtg-product-details.is-collapsed {
    max-height: 400px;
    overflow: hidden;
}

.rtg-product-details-toggle {
    display: inline-flex;
    align-items: center;
    margin-top: 12px;
    padding: 0;
    border: 0;
    background: transparent!important;
    color: #000!important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    cursor: pointer;
}

.rtg-product-details-toggle::after {
    content: "+";
    display: inline-flex;
    align-items: center;
    color: #FF4F00;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-left: 6px;
}

@media (min-width: 769px) {
    .rtg-product-details.is-collapsed {
        max-height: none;
        overflow: visible;
    }

    .rtg-product-details-toggle {
        display: none;
    }
}

/* ===== END: RTG PRODUCT GRID ===== */

.versalift-difference .e-flex {
   max-height:400px!important;
}


/* Mobile Only Fix */
/* @media (max-width: 767px) {
    /* 1. Force the parent container to grow with its content *
    .elementor-element-4af1246.e-con {
        display: flex !important;
        flex-direction: column !important;
        height: auto !important;
        min-height: 0 !important;
    }

    /* 2. Force the image widget to stop at its actual rendered height *
    .elementor-element-fbefcfe.elementor-widget-image,
    .elementor-element-fbefcfe .elementor-widget-container {
        height: auto !important;
        margin-bottom: 10px !important; /* Creates manual breathing room *
    }

    /* 3. Ensure the image itself scales proportionally *
    .elementor-element-fbefcfe img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    /* 4. Ensure the text widget doesn't have negative margins pulling it up *
    .elementor-element-7d3dda5 {
        margin-top: 0 !important;
        position: relative !important;
        top: 0 !important;
    }
} */

.versalift-difference-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.versalift-difference-wrapper {
    width: 100% !important;
}

.versalift-difference-bars {
    margin-bottom: 30px !important;
}

.versalift-difference-title h2 {
    font-size: 64px !important;
}

@media screen and (min-width: 768px) {
    .versalift-difference-section {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .versalift-difference-wrapper {
        width: 40% !important;
    }

    .versalift-difference-title h2 {
        font-size: 86px !important;
    }
}

@media screen and (min-width: 1024px) {
    .versalift-difference-wrapper {
        width: 33.3% !important;
    }
    .versalift-difference-title h2 {
        font-size: 86px !important;
    }
}

@media screen and (min-width: 1200px) {
    .versalift-difference-section {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}

@media screen and (min-width: 1250px) {
    .versalift-difference-title h2 {
        font-size: 112px !important;
    }
}

@media screen and (min-width: 1440px) {
    .versalift-difference-wrapper {
        padding-right: 6% !important;
    }
}

@media screen and (min-width: 1600px) {
    .versalift-difference-section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}