@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700;800&family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=swap');

.player-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    overflow: visible;
}
.player-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.vimeo-player {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: var(--poster-url, #000) center/cover no-repeat;
}
.mute-btn {
    position: absolute !important;
    bottom: 12px  !important;
    right: 12px  !important;
    z-index: 20  !important;
    display: inline-flex  !important;
    align-items: center  !important;
    justify-content: center  !important;
    min-width: 40px  !important;
    min-height: 40px  !important;
    width: 40px  !important;
    height: 40px  !important;
    padding: 0  !important;
    border: none  !important;
    border-radius: 50% !important;
    cursor: pointer  !important;
    background: #000  !important;
    transition: transform 0.15s ease  !important;
    box-sizing: border-box !important;
}
.mute-btn:hover { transform: scale(1.04); }
.mute-btn svg { width: 20px; height: 20px; fill: #fff; flex-shrink: 0; }

.product-custom-wrapper {
    font-family: 'Nunito Sans', sans-serif;
    color: #111111;
}
.kwpx-mute-btn {
    position: absolute !important;
    bottom: 20px !important;
    right: 20px !important;
    z-index: 9999 !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    padding: 0 !important;
    background: rgba(0, 0, 0, 0.65) !important;
    border: none !important;
    border-radius: 50% !important;
    box-sizing: border-box !important;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.video-container,
.kwpx-video-wrapper,
.kwpx-video-holder {
    position: relative !important;
    overflow: visible !important;
    min-height: max-content !important;
}

.video-container figure,
.video-container .embed-content,
.kwpx-video-wrapper figure,
.kwpx-video-wrapper .embed-content,
.kwpx-video-holder figure,
.kwpx-video-holder .embed-content {
    position: static !important;
    overflow: visible !important;
}

.kwpx-mute-btn:hover {
    background: rgba(0, 0, 0, 0.85);
    transform: scale(1.08);
}

.kwpx-mute-btn svg {
    width: 22px;
    height: 22px;
    color: white;
}

.titles-gif{
    margin: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.details-sum strong{
    font-weight: bold;
}

.details-sum {
    padding-bottom: 30px;
}

.details-sum p {
    margin-bottom: 16px;
    line-height: 1.6;
}

.details-sum p:last-child {
    margin-bottom: 0;
}

.details-sum .custom-accordion:first-of-type {
    margin-top: 48px;
}

section, .section-versatility, .section-watch, .section-difference, .kwpx-section-ba {
    padding: 40px 0 0;
    margin-top: 0;
    margin-bottom: 0;
}

section + section,
section + .kwpx-section-ba,
.kwpx-section-ba + section,
.kwpx-section-ba + .kwpx-section-ba {
    margin-top: 0;
}

section:first-child,
.kwpx-section-ba:first-child {
    margin-top: 0;
}

.kwpx-section-ba {
    margin-bottom: 0;
}

section {
    margin-bottom: 0;
}

section:last-child {
    border-bottom: none;
}

.kwpx-social-btn i { font-size: 16px; display: inline-block; width: auto; }

/* Sidebar Logic */
.sidebar-product-info {
    position: relative !important;
    top: auto !important;
}

@media (min-width: 961px) {
    .right-sidebar {
        flex: 1 0 35% !important;
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 20px !important;
        height: fit-content;
        align-self: flex-start;
        
    }
}

@media (max-width: 961px) {
    .right-sidebar {
        padding-top: 40px !important;
        
    }
    .kwpx-section-ba{
        padding-bottom: 0px !important;
    }
}

.product-details {
    flex: 2 0 65% !important;
}

/* Accordions */
.custom-accordion {
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    background: transparent;
}
.custom-accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    list-style: none;
    font-weight: 800;
    font-size: 19px;
    user-select: none;
}
.acc-title { display: flex; align-items: center; gap: 12px; }
.acc-content { padding: 0 25px 25px 25px; color: #444444; font-size: 16px; display: flex; flex-direction: column; gap: 6px; }
.acc-content > div { display: flex; align-items: flex-start; }
.bullet { color: #009B99; font-weight: bold; margin-right: 6px; flex-shrink: 0; }

.tutorial-btn {
    display: inline-flex; align-items: center; gap: 8px; background: #009B99; color: #ffffff !important;
    text-decoration: none; padding: 10px 18px; border-radius: 50px; font-weight: 700; font-size: 14px; margin-top: 10px; width: fit-content;
}

/* Sections General - Gaps Halved & 50/50 Split */
.h2-large { font-size: 2.5em !important; font-weight: 800; line-height: 1.1; letter-spacing: -1px; margin: 0 0 20px 0; }

section, .slider-grid, .watch-grid { 
    padding: 0 0 40px; 
    display: flex; 
    flex-wrap: nowrap; 
    gap: 5%; 
    align-items: center; 
    margin-top: 0 !important; 
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0;
}

.versatility-grid, .difference-grid { 
    padding: 0 0 40px;
    display: flex; 
    flex-wrap: nowrap; 
    gap: 5%; 
    align-items: center; 
    margin-top: 0 !important; 
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0;
}

.content-block { 
    flex: 0 0 45%; 
    width: 45%;
    margin-top: 0 !important; 
}

/* Perfect 50% Alignment for Media */
.video-container, .slider-container { 
    flex: 0 0 50%; 
    width: 50%;
    position: relative; 
    line-height: 0; 
    overflow: visible;
    border-radius: 8px;
}

.video-container, .slider-container, .diff-slider-wrapper {
    width: 100%;
    aspect-ratio: 16 / 9; 
}

.video-container iframe { 
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; display: block;
}

/* Section Styles */
.section-watch, .section-versatility, .section-difference { background-color: transparent; color: #111111; padding: 40px 0 0; }
.diff-slider-wrapper { position: relative; border-radius: 8px; overflow: hidden; cursor: ew-resize; touch-action: none; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.diff-clippable-image, .diff-base-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.diff-clippable-image { clip-path: inset(0 50% 0 0); z-index: 2; will-change: clip-path; }
.diff-base-image img, .diff-clippable-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.diff-label { position: absolute; bottom: 15px; padding: 10px 15px; background: rgba(0,0,0,0.6); backdrop-filter: blur(8px); border-radius: 4px; font-size: 12px; color: #fff; font-weight: 700; text-transform: uppercase; pointer-events: none; z-index: 10; }
.label-left { left: 15px; } .label-right { right: 15px; }
.diff-handle { position: absolute; top: 0; left: 50%; width: 2px; height: 100%; background: #009B99; transform: translateX(-50%); pointer-events: none; z-index: 20; }
.diff-handle-circle { color: white;  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 40px; height: 40px; background: #009B99; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 15px rgba(0, 155, 153, 0.4); }

/* SEAMLESS IMAGE MARQUEE FIX */
.marquee-border { 
    background-color: transparent; 
    padding: 25px 0;
    overflow: hidden; 
    width: 100%;
    display: flex;
}

.marquee-content { 
    display: flex; 
    flex-wrap: nowrap;
    width: max-content; 
    align-items: center;
    gap: 80px; 
    animation: scroll-seamless 25s linear infinite; 
}

.marquee-content img {
    height: 45px; 
    width: 45px; /* Explicit width as requested */
    object-fit: contain;
    flex-shrink: 0; /* Prevents image squashing */
}

@keyframes scroll-seamless { 
    from { transform: translateX(0); } 
    /* The loop point is exactly 50% of the total width of the content div */
    to { transform: translateX(-52%); } 
}

.accent-line { height: 3px; width: 60px; background: #009B99; }

/* RESPONSIVE UPDATES */

@media (max-width: 1137px) {
    section, .slider-grid, .watch-grid, .versatility-grid, .difference-grid {
        flex-direction: column !important;
        flex-wrap: wrap !important;
        align-items: flex-start !important;
        gap: 20px;
    }
    .kwpx-ba-grid{
        grid-template-columns: 1fr !important;
        grid-template-rows: auto;
        align-content: start;
    }
    .kwpx-counter-section {
        align-items: center !important;
    }
    .video-container, .slider-container, .content-block {
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
    }
    .video-container, .slider-container { order: 1; }
    .content-block { order: 2; text-align: left; }
    .difference-grid .slider-container { order: 1; }
    .difference-grid .content-block { order: 2; }
}

@media (min-width: 768px) {
    section, .section-watch, .section-versatility, .section-difference, .slider-grid, .watch-grid, .versatility-grid, .difference-grid {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100% !important;
    }
}

@media (max-width: 767px) {
    section, .section-watch, .section-versatility, .section-difference, .slider-grid, .watch-grid, .versatility-grid, .difference-grid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .marquee-content { gap: 40px; }
    .marquee-content img { height: 30px; width: 30px; }
}

@media (max-width: 449px) {
    .product-details, section, .section-watch, .section-versatility, .section-difference, .slider-grid, .watch-grid, .versatility-grid, .difference-grid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@supports not (aspect-ratio: 16 / 9) {
    .video-container, .slider-container, .diff-slider-wrapper, .kwpx-slider-wrapper { height: 0; padding-top: 56.25%; }
}

@media (min-width: 320px) {
    .ui.stackable.grid>.row>.wide.column, .ui.stackable.grid>.wide.column, .ui.stackable.grid>.column.grid>.column, .ui.stackable.grid>.column.row>.column, .ui.stackable.grid>.row>.column, .ui.stackable.grid>.column:not(.row) {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .acc-content {
        gap: 10px;
    }
}

@media (min-width: 768px) {
    .ui[class*="equal height"].grid, .ui[class*="equal height"].grid>.row, .ui.grid>[class*="equal height"].row {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Hero Section */
.kwpx-grid-container {
    font-family: 'Nunito Sans', sans-serif !important;
    background: transparent;
    padding: 0 !important;
    width: 100%;
    overflow: hidden;
    min-height: max-content !important;
}

.kwpx-grid {
    display: grid; 
    grid-template-columns: 1.2fr 0.8fr;
    align-items: stretch;
    width: 100%;
    gap: 40px;
    min-height: max-content !important;
}

.kwpx-video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.kwpx-video-inner {
    position: absolute; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    min-height: max-content !important;
}

.kwpx-video-inner iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kwpx-text-column {
    padding: 80px 60px;
    text-align: left;
}

.kwpx-tag-wrapper {
    display: flex; 
    align-items: center; 
    gap: 10px; 
    color: #a0a0a0; 
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 15px; 
    margin-bottom: 15px;
}

.kwpx-main-h {
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 52px !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
    margin: 0 !important;
    color: #111111 !important;
    white-space: nowrap; 
}

.kwpx-typing-wrapper {
    display: inline-block;
    min-width: 380px; 
    vertical-align: bottom;
}

.kwpx-typed-text {
    color: #009B99 !important;
    display: inline; 
}

.kwpx-cursor {
    display: inline-block;
    margin-left: 2px;
    border-left: 3px solid #009B99;
    height: 0.85em;
    vertical-align: middle;
    animation: kwpx-blink 1s infinite;
}

.kwpx-btn {
    background: #009B99; 
    color: #ffffff; 
    border: none; 
    padding: 16px 40px; 
    font-size: 17px; 
    font-weight: 400; 
    border-radius: 6px; 
    cursor: pointer; 
    font-family: 'Nunito Sans', sans-serif !important; 
    transition: transform 0.2s, background 0.2s;
    box-shadow: 0 4px 12px rgba(0, 155, 153, 0.2);
    margin-top: 10px;
}

.kwpx-btn:hover {
    transform: translateY(-2px);
    background: #008280;
}

@keyframes kwpx-blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

/* Before/After Section */
.kwpx-section-ba {
    font-family: 'Nunito Sans', sans-serif !important;
    background: transparent;
    padding: 40px 20px; 
    user-select: none; 
    -webkit-user-select: none;
}

.kwpx-ba-grid {
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    column-gap: 5%;
    row-gap: 40px;
    align-items: stretch;
    width: 100%;
    padding: 0 0 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0;
}

.kwpx-slider-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}

.kwpx-slider-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.kwpx-slider-label {
    font-size: 18px;
    font-weight: 800;
    color: #111111;
    text-align: left;
    margin: 0;
}

.kwpx-lut-writeup {
    margin-top: 10px;
    padding: 0;
    background: transparent;
}

.kwpx-slider-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}

.kwpx-lut-writeup p {
    color: #444444;
    margin: 0 0 8px 0;
}

.kwpx-lut-writeup p:last-child {
    margin-bottom: 0;
}

.kwpx-slider-wrapper {
    position: relative; 
    width: 100%; 
    aspect-ratio: 16/9; 
    border-radius: 8px; 
    overflow: hidden; 
    cursor: ew-resize; 
    background: #f0f0f0;
    touch-action: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.kwpx-clippable-image {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    overflow: hidden; 
    clip-path: inset(0 50% 0 0);
    will-change: clip-path;
    z-index: 2;
}

.kwpx-base-image {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    overflow: hidden;
    z-index: 1;
}

.kwpx-labels-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; 
    z-index: 10;
}

.kwpx-label {
    position: absolute; 
    bottom: 15px; 
    padding: 10px 15px; 
    background: rgba(0,0,0,0.6); 
    backdrop-filter: blur(8px); 
    border-radius: 4px; 
    font-size: 12px; 
    font-weight: 700; 
    color: #ffffff;
    text-transform: uppercase;
}

.kwpx-slider-handle {
    position: absolute; 
    top: 0; 
    left: 50%; 
    width: 2px; 
    height: 100%; 
    background: #009B99; 
    transform: translateX(-50%); 
    pointer-events: none;
    z-index: 20;
    will-change: left;
}

.kwpx-slider-circle {
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    width: 44px; 
    height: 44px; 
    background: #009B99; 
    border-radius: 50% !important;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    box-shadow: 0 4px 15px rgba(0, 155, 153, 0.3);
}

.kwpx-slider-circle .material-symbols-outlined {
    color: white;
}

.kwpx-ba-h-wrapper {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.kwpx-ba-h2 {
    font-size: 52px !important; 
    font-weight: 600 !important; 
    margin: 0 !important; 
    color: #111111 !important; 
    line-height: 1.1;
}

.kwpx-ba-h2-alt {
    color: #009B99 !important;
}

.kwpx-ba-p {
    font-size: 18px; 
    line-height: 1.7; 
    color: #444444; 
    max-width: 540px; 
    margin-top: 20px;
}

/* Counter Section */
.kwpx-counter-section {
    font-family: 'Nunito Sans', sans-serif !important;
    background: #f7f7f7; 
    padding: 40px 0 !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

.kwpx-counter-label {
    font-size: 22px;
    font-weight: 700;
    color: #a0a0a0 !important;
    letter-spacing: 1.5px;
    margin: 0;
    margin-bottom: 25px; 
}

.kwpx-counter-display {
    font-size: 150px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    color: #111111 !important;
    opacity: 1 !important;
    margin: 0;
    display: inline-flex;
    align-items: baseline; 
    justify-content: center;
    white-space: nowrap;
    min-width: 7.5ch; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.kwpx-number-slot {
    display: inline-block;
    color: inherit;
}

.kwpx-counter-plus {
    color: #009B99 !important;
    margin-left: 8px;
    position: relative;
    top: -0.02em; 
}

/* About Section */
.kwpx-about-section {
    font-family: 'Nunito Sans', sans-serif !important;
    background: transparent;
    padding: 80px 0 0;
}

.heading-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px; 
    flex-wrap: wrap;
}

.kwpx-about-grid {
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 60px; 
    align-items: center;
    width: 100%;
    padding: 0 0 80px;
    border-bottom: 1px solid #e0e0e0;
}

.last-inner {
    padding-bottom: 0 !important;
    border-bottom: none !important;
}


.kwpx-about-tag-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #a0a0a0; 
    font-size: 16px; 
    font-weight: 600;
    margin-bottom: 15px;
}

.kwpx-about-h2 {
    font-size: 52px !important;
    font-weight: 600 !important;
    line-height: 1.1 !important;
    margin: 0 !important;
    color: #111111 !important;
}

.kwpx-about-p {
    font-size: 18px; 
    line-height: 1.7; 
    color: #444444; 
    margin: 25px 0; 
    max-width: 520px;
}

.kwpx-social-stats {
    display: flex;
    flex-direction: row; 
    gap: 20px;
    margin-top: 40px;
    width: 100%;
}

.kwpx-stat-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0; 
}

.kwpx-stat-number {
    font-size: 20px; 
    font-weight: 800;
    color: #111111;
    display: block;
    white-space: nowrap;
}

.kwpx-stat-label {
    font-size: 11px;
    color: #999;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.kwpx-social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 12px;
    border-radius: 8px;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 700;
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), filter 0.2s;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    white-space: nowrap;
}

.yt-btn { background: #FF0000; }
.ig-btn { background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }
.fb-btn { background: #1877F2; }

.kwpx-video-holder {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.kwpx-video-wrapper {
    border-radius: 8px;
    overflow: hidden;
}

/* Responsive */
@media (max-width: 1080px) {
    .kwpx-grid { grid-template-columns: 1fr !important; min-height: auto !important; height: auto !important; }
    .kwpx-grid-container { min-height: auto !important; height: auto !important; }
    .kwpx-text-column { padding: 30px 20px !important; min-height: auto !important; height: auto !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box; }
    .kwpx-btn { margin-top: 20px !important; }
    .product-meta { padding-top: 0 !important; height: auto !important; }
    .kwpx-main-h { font-size: 42px !important; }
    .kwpx-typing-wrapper { min-width: 250px; }
    .kwpx-video-inner {
        position: relative;
        height: auto;
    }
    .kwpx-video-wrapper {
        height: auto;
    }
    .kwpx-ba-grid {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto;
        max-width: 100% !important;
        margin: 0 !important;
        align-content: start;
    }
    .kwpx-slider-container { height: auto; }
    .kwpx-ba-h2 { font-size: 42px !important; }
    .kwpx-section-ba { padding: 60px 0 0; }
    .kwpx-ba-h-wrapper { gap: 10px; }
    .kwpx-about-grid {
        grid-template-columns: 1fr !important;
        gap: 40px;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 0 60px;
    }
    .kwpx-about-section { padding: 60px 0 0; }
    .kwpx-about-h2 { font-size: 42px !important; }
    .kwpx-slider-wrapper { aspect-ratio: 16/9; }
}

@media (max-width: 1260px) {
    .kwpx-grid-container { padding: 0 0px !important; box-sizing: border-box; }
    .kwpx-text-column { padding: 30px 20px !important; }
}
@media (max-width: 750px) {
    .kwpx-grid { gap: 18px; }
}

@media (max-width: 768px) {
    .kwpx-main-h { font-size: 34px !important; } 
    .kwpx-typing-wrapper { min-width: 250px; }
    .kwpx-counter-display { font-size: 80px !important; }
    .kwpx-counter-label { font-size: 16px; margin-bottom: 15px; }
}

@media (max-width: 1200px) { .kwpx-counter-display { font-size: 160px !important; } }
@media (max-width: 1100px) {
    .kwpx-social-stats { gap: 10px; }
    .kwpx-stat-number { font-size: 18px; }
    .kwpx-social-btn { padding: 8px 10px; font-size: 11px; }
}
@media (max-width: 991px) { 
    .kwpx-counter-display { font-size: 120px !important; } 
    .kwpx-counter-label { margin-bottom: 20px; }
}
@media (max-width: 650px) {
    .kwpx-social-stats { 
        display: grid; 
        grid-template-columns: repeat(2, 1fr); 
        gap: 25px 15px;
    }
}
@media (max-width: 450px) {
    .kwpx-counter-display { font-size: 60px !important; min-width: 90vw; }
    .kwpx-counter-label { font-size: 14px; margin-bottom: 10px; }
}
@media (max-width: 400px) {
    .kwpx-social-stats { grid-template-columns: 1fr; }
}

@media (min-width: 320px) {
    .kwpx-text-column {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .kwpx-counter-section {
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .slfy-store .module.productpage {
        padding-bottom: 0px !important;
    }
    .kwpx-ba-grid{
        grid-template-rows: auto;
        max-height: none;
        align-content: start;
    }
}

/* Practice Footage Grid */
.practice-footage-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
}

@media (max-width: 1137px) {
    .practice-footage-grid {
        grid-template-columns: 1fr;
    }
    .kwpx-section-ba{
        padding-bottom: 0px !important;
    }
}
@media (min-width: 1138px){
    .kwpx-ba-grid{
        grid-template-rows: 1fr;
        grid-template-columns: 1fr 1fr;
        max-height: max-content;
    }
    .kwpx-section-ba{
        padding-bottom: 0px !important;
    }

}
@media (min-width: 961px){ .ui.stackable.grid>.column:not(.row) { padding-right: 20px !important; } }

.titles-gif-container {
    overflow: hidden !important;
    border-radius: 0px !important;
}

.no-border {
    border: none !important;
}