.container {
    max-width: 1600px !important;
    margin-inline: auto !important
}

.wc-block-customer-account__link,
.wc-block-mini-cart__button {
    padding: 0
}

.wp-block-knowmyfit-mega-menu {
    margin: 0
}

.social_icons a {
    background-color: #792441;
    width: 28px;
    height: 28px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

.social_icons a:hover {
    background-color: #1C244B
}

.social_icons img {
    width: 16px;
    height: 16px;
}

.top-bar-icon-box {
    min-width: 112px
}

.top-bar-icon-box .wp-block-image {
    line-height: 1
}

.top-bar-icon-box a {
    text-decoration: none;
    color: #000
}

.searchOverlay {
    position: absolute;
    top: 166px;
    left: 0;
    background: #fff;
    z-index: 50;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-out;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content
}

.searchOverlay.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.searchOverlay .wp-block-search__button-inside {
    width: 100%;
    max-width: 700px
}

.search_close {
    position: absolute;
    right: 24px;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer
}

.search_close a {
    background: transparent;
    color: #000;
    padding: 0;
    line-height: 1;
    font-size: 0;
}

.search_close a:before {
    content: "";
    background-image: url(/wp-content/uploads/2026/04/close-icon.svg);
    width: 24px;
    height: 24px;
    display: block;
}

.icon-image {
    cursor: pointer;
}

.wp-block-navigation__submenu-container {
    display: grid !important;
    padding: 20px !important;
}

.wp-block-navigation__submenu-container .wp-block-navigation-item__label {
    font-size: 16px;
}

.footer-menu {
    padding-left: 22px;
    list-style: disc;
}

.footer-menu li:not(:last-child) {
    margin-bottom: 16px;
}

.footer-menu li a {
    text-decoration: none;
}

.footer-menu li a:hover {
    color: #d5d5d5;
}

.modal-search form {
    margin: 0 auto !important;
}
.modal-search {
    width: 100%;
}

.footer-links-col .wp-block-separator {
    max-width: 44px;
    margin-inline: 0 !important;
}

.ff-default .ff-el-form-control {
    background-color: #fff;
    resize: none;
}
.contact-form{
    box-shadow: 0 30px 30px -10px rgba(0,0,0,.05);
}

@media screen and (min-width:992px) {
    .main-menu-for-mobile {
        display: none !important;
    }

    .wp-block-navigation__submenu-container {
        width: 700px !important;
    }
}

@media screen and (min-width:767px) {
    .wp-block-navigation__submenu-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width:1170px) {
    .main-menu {
        gap: 20px;
    }

    .main-menu .wp-block-navigation-item__label {
        font-size: 14px;
    }

    .header-shop-icons-wrap {
        gap: 12px;
    }

    .footer-links-col {
        padding-left: 16px !important;
    }

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

@media screen and (max-width:991px) {
    .main-menu {
        display: none !important;
    }

    .footer-info-grid,
    .footer-policies-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-links-col:nth-child(2) {
        border: none;
    }

    .footer-links-col {
        padding-left: 0 !important;
    }

    .header-shop-icons-wrap :is(.wishlist-icon, .account-icon) {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .copyright-wrapper {
        flex-direction: column;
    }
    .searchOverlay {
        position: fixed;
        top: 0;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6) !important;
        z-index: 999;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .modal-search {
        width: 100%;
        background-color: #fff;
        border-radius: 8px;
        padding: 40px 20px;
        position: relative;
    }

    .modal-search form {
        margin-block-start: 0 !important;
    }
    .is-menu-open {
        transition: transform .5s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .search_close {
        top: -11px;
        right: -12px;
        background-color: #ddd;
        border-radius: 100%;
        padding: 2px;
    }

    .header-logo img {
        width: 140px;
    }

    .search-overlay {
        top: 122px;
    }

    .wp-block-navigation__responsive-dialog {
        margin-top: 0 !important;
    }

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
        padding-top: 32px !important;
    }

    .wp-block-navigation__submenu-container {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 !important;
    }
}

@media screen and (max-width:480px) {

    .footer-info-grid,
    .footer-policies-wrap {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 36px;
    }
}

/* kamran css start */

.cs-blog-author {
    align-items: center;
}

.ml-4 {
    margin-left: 20px !important;
}

.mr-4 {
    margin-right: 20px !important;
}

.cs-blog-author .wp-block-post-author__avatar img {
    border-radius: 100px;
}

.category-u-none a {
    text-decoration: none !important;
}

.grid-search-form button.wp-block-search__button {
    background: #7b1248;
}

.grid-search-form button.wp-block-search__button:hover {
    background: #000;
}

.wp-block-query-pagination-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
    padding: 20px;
}

.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    background-color: #f3f4f6;
    color: #6b7280;
    transition: background-color .3s ease, color .3s ease;
}

.page-numbers:hover {
    background-color: #7b1248;
    color: #fff;
}

.page-numbers.current {
    background-color: #7b1248;
    color: #ffffff;
}

.wp-block-query-pagination-next,
.wp-block-query-pagination-previous {
    font-size: 18px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f3f4f6;
    color: #6b7280;
    text-decoration: none;
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
    display: inline-block;
    margin-left: 1ch !important
}

.wp-block-query-pagination-next:hover,
.wp-block-query-pagination-previous:hover {
    background-color: #7b1248;
    color: white;
}

.wp-block-query-pagination-next .wp-block-query-pagination-next-arrow,
.wp-block-query-pagination-previous .wp-block-query-pagination-previous-arrow {
    font-size: 18px;
    color: inherit;
}

.kmf-custom-card-image.relative.group.overflow-hidden.wp-block-kmf-featured-image-overlay {
    width: 100%;
}

.wp-block-post-template.js-kmf-blog-grid {
    display: grid !important;
    gap: 2rem !important;
    transition: all .3s ease-in-out;
}

.js-kmf-blog-grid.is-switching {
    opacity: 0;
    transform: scale(.98);
}

@media (min-width:1536px) {
    .js-kmf-blog-grid.kmf-view-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (min-width:1280px) {
    .js-kmf-blog-grid.kmf-view-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 1rem !important;
    }
}

@media (min-width:768px) and (max-width:1279px) {

    .js-kmf-blog-grid.kmf-view-3,
    .js-kmf-blog-grid.kmf-view-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (min-width:1024px) {
    .js-kmf-blog-grid.kmf-view-list {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }

    .js-kmf-blog-grid.kmf-view-list .wp-block-post .kmf-blog-glass-card {
        display: flex !important;
        flex-direction: row !important;
        align-items: stretch !important;
        text-align: left !important;
        max-width: 100% !important;
        overflow: hidden;
        padding: 0 !important;
    }

    .js-kmf-blog-grid.kmf-view-list .kmf-blog-top-link {
        flex: 0 0 400px !important;
        width: 400px !important;
        min-width: 400px !important;
        margin: 0 !important;
    }

    .js-kmf-blog-grid.kmf-view-list .kmf-blog-top-link img {
        height: 100% !important;
        object-fit: cover !important;
    }

    .js-kmf-blog-grid.kmf-view-list .kmf-blog-glass-content {
        flex: 1 1 auto !important;
        padding: 28px 20px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        gap: 15px !important;
    }

    .js-kmf-blog-grid.kmf-view-list .kmf-blog-glass-content>* {
        margin: 0 !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .js-kmf-blog-grid.kmf-view-list .kmf-blog-glass-content .taxonomy-category,
    .js-kmf-blog-grid.kmf-view-list .kmf-blog-glass-content .wp-block-post-excerpt {
        padding: 0 !important;
    }

    .js-kmf-blog-grid.kmf-view-list .kmf-card-bottom {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        margin-top: 10px !important;
    }

    .js-kmf-blog-grid.kmf-view-4 .kmf-card-meta span.inline-flex.items-center {
        font-size: 10px;
    }

    .js-kmf-blog-grid.kmf-view-4 .kmf-content p.wp-block-post-excerpt__excerpt {
        -webkit-line-clamp: 2;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        font-size: 14px;
    }
}

.js-kmf-blog-grid.kmf-view-4 .kmf-blog-top-image {
    height: 170px;
}

.js-kmf-blog-grid.kmf-view-4 .kmf-blog-card-title {
    font-size: 17px;
}

.js-kmf-blog-grid.kmf-view-4 .kmf-blog-card-text {
    font-size: 13px;
    line-height: 1.6;
}

.js-kmf-blog-grid.kmf-view-4 .kmf-card-author img {
    width: 34px !important;
    height: 34px !important;
}

@media (max-width:767px) {
    .js-kmf-blog-grid {
        grid-template-columns: 1fr !important;
    }

    .kmf-blog-glass-card {
        flex-direction: column !important;
    }

    .kmf-blog-top-link {
        width: 100% !important;
        flex: none !important;
    }

    .mob-col-static {
        position: static !important;
    }

    .grid-search-form .wp-block-search__inside-wrapper {
        width: 100% !important;
    }

    .grid-search-form {
        width: 50%;
    }

    .sort-grid-switcher {
        width: 100%;
    }

    .mob-hide {
        display: none !important;
    }

    .kmf-sorting-dropdown-container select {
        width: 100% !important;
    }

    .main-blog-template {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (min-width:768px) and (max-width:999px) {
    .mob-col-static {
        position: static !important;
    }

    .main-blog-template {
        margin-left: 20px;
        margin-right: 20px;
    }

    .toolbar-main-row form.wp-block-search__button-outside {
        width: 100% !important;
        display: flex;
    }

    .kmf-card-meta span {
        font-size: 11px;
    }
}

@media (min-width:1024px) and (max-width:1460px) {
    .kmf-blog-sidebar {
        flex-basis: 23% !important;
    }

    .main-blog-template {
        margin-left: 20px;
        margin-right: 20px;
    }

    .kmf-card-meta span {
        font-size: 11px;
    }

    .apply-filters,
    .reset-filters {
        width: 100% !important;
    }

    .apply-filters button,
    .reset-filters .wp-block-button__link {
        font-size: 12px !important;
        padding: 10px !important;
    }

    .wp-container-core-buttons-is-layout-d23fb9ce {
        flex-wrap: nowrap;
        gap: 10px;
        justify-content: space-between !important;
    }

    .toolbar-main-row form.wp-block-search__button-outside {
        width: 100% !important;
        display: flex;
    }
}

@media(min-width:1440px) {
    .wp-block-post-author__content {
        font-size: 12px;
    }

    .cs-blog-author .wp-block-post-author__avatar img {
        width: 28px;
    }

    .wp-block-post-author__avatar {
        margin-right: 10px;
    }

    .kmf-read-more-btn {
        font-size: 12px;
    }

    .kmf-blog-sidebar {
        flex-basis: 18% !important;
    }

    .js-kmf-blog-grid.kmf-view-4 .kmf-card-meta {
        padding: 0 !important;
    }

    .js-kmf-blog-grid.kmf-view-4 .kmf-card-meta span {
        font-size: 9px !important;
    }

    .js-kmf-blog-grid.kmf-view-list .kmf-blog-top-link {
        flex: 0 0 350px !important;
        width: 350px !important;
        min-width: 350px !important;
        margin: 0 !important;
    }
}

.js-kmf-blog-grid.kmf-view-4 .wp-block-post-title {
    font-size: 20px !important;
}

.js-kmf-blog-grid.kmf-view-list .row-title-star {
    flex-grow: 0;
}

@media(max-width:380px) {
    .toolbar-main-row {
        display: block !important;
    }

    .toolbar-main-row .grid-search-form {
        width: 100%;
        margin-bottom: 20px;
    }

    .kmf-blog-sidebar .wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
        width: 100%;
        font-size: 12px !important;
    }

    .cs-blog-author .wp-block-post-author__avatar img {
        border-radius: 100px;
        width: 30px;
    }

    .kmf-card-meta span {
        font-size: 8px;
    }
}

@media(max-width:1024px) {
    .kmf-grid-switcher-wrapper {
        display: none !important;
    }
}

.kmf-blog-toolbar-icon {
    padding: 0;
    border: 0 !important;
    background: transparent !important;
    color: #000000;
    cursor: pointer;
    transition: .2s;
}

.kmf-blog-toolbar-icon:hover {
    color: #7b1248;
}

.kmf-blog-toolbar-icon.is-active {
    color: #7b1248 !important;
}

.kmf-blog-toolbar-icon svg {
    display: block;
    width: 24px;
    ;
    height: 24px;
}

.banner-breadcrumb-link a {
    color: #fff;
}

button.ui-datepicker-close.ui-state-default.ui-priority-primary.ui-corner-all {
    font-size: 12px;
    font-family: 'Jost' !important;
    font-weight: 500;
    background: #7b1248;
    color: #fff;
}

button.ui-datepicker-current.ui-state-default.ui-priority-secondary.ui-corner-all {
    font-size: 12px;
    font-family: 'Jost' !important;
    font-weight: 500;
    background: #7b1248;
    color: #fff;
}

a.ui-state-default {
    background: transparent !important;
    color: #000 !important;
    border: 1px solid #7b1248 !important;
}

a.ui-state-default:hover {
    background: #7b1248 !important;
    color: #fff !important;
}

.ui-datepicker table thead tr th {
    font-family: 'Jost' !important;
    font-size: 12px;
}

button.ui-datepicker-close.ui-state-default.ui-priority-primary.ui-corner-all {
    font-size: 12px;
    font-family: 'Jost' !important;
    font-weight: 500;
    background: #7b1248;
    color: #fff;
}

button.ui-datepicker-current.ui-state-default.ui-priority-secondary.ui-corner-all {
    font-size: 12px;
    font-family: 'Jost' !important;
    font-weight: 500;
    background: #7b1248;
    color: #fff;
}

a.ui-state-default {
    background: transparent !important;
    color: #000 !important;
    border: 1px solid #7b1248 !important;
}

a.ui-state-default:hover {
    background: #7b1248 !important;
    color: #fff !important;
}

.ui-datepicker table thead tr th {
    font-family: 'Jost' !important;
    font-size: 12px;
}

div#ui-datepicker-div {
    font-family: 'Jost' !important;
}

select.ui-datepicker-month {
    font-family: 'Jost' !important;
}

select.ui-datepicker-year {
    font-family: 'Jost' !important;
}

a.ui-state-default.ui-state-active {
    background: #7b1248 !important;
    color: #fff !important;
}

.kmf-sorting-dropdown-container select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 0.5rem 2rem 0.5rem 0.5rem; /* space for arrow */
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    background-color: #fff;
    color: #111;
}

/* Wrapper for pseudo-element */
.kmf-sorting-dropdown-container {
    position: relative;
}

/* Slim chevron down arrow */
.kmf-sorting-dropdown-container::after {
    content: '';
    position: absolute;
    top: 45%;
    right: 0.75rem;
    width: 8px;   /* small width */
    height: 8px;  /* small height */
    border-bottom: 2px solid #000;  /* thin line */
    border-right: 2px solid #000;   /* thin line */
    transform: translateY(-50%) rotate(45deg); /* rotate to create chevron */
    pointer-events: none;
}

.grid-search-form button.wp-block-search__button {
    font-family: 'Jost';
    font-weight: 400;
}

.wp-block-kmf-store-title .kmf-title-first {
    color: var(--kmf-first-color);
}

.wp-block-kmf-store-title .kmf-title-second {
    color: var(--kmf-second-color);
}

.kmf-store-socials-wrapper.wp-block-kmf-store-socials {
    position: absolute;
    left: 30px;
    top: 180px;
}

.kmf-store-socials-wrapper.wp-block-kmf-store-socials:before{
    content:'';
    position:absolute;
    width:1px;
    height:40px;
    top:-60px;
    right:20px;
    background-color:#d1d5dc;
    
}

.kmf-store-socials-wrapper.wp-block-kmf-store-socials:after{
    content:'';
    position:absolute;
    width:1px;
    height:40px;
    bottom:-60px;
    right:20px;
    background-color:#d1d5dc;
    
}

.tab-active {
    color: #fff;
    background: #9e3b5c;
    box-shadow: 0 6px 14px #9e3b5c40;
}

.tab-btn {
    cursor: pointer;
    text-transform: uppercase;
    transition: all .3s;
}

.policy-tab-col {
    align-items: start !important;
}

@media screen and (max-width: 768px) {
    /* 1. Grid layout ko mobile par normal flex-column me force karna */
    .hero-main-grid {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        min-width: 100% !important;
        gap: 24px !important; /* Text aur Logo ke beech ka gap */
    }

    .review-top-wrapper .w-\[35\%\] {
    width: 100%;
}

.review-top-wrapper .w-\[63\%\] {
    width: 100%;
}

    /* 2. Left Side Content container ko full width aur order 1 dena */
    .hero-main-grid > div:nth-child(1),
    .hero-main-grid > .wp-block-group:nth-child(1) {
        order: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
        flex-basis: 100% !important;
    }

    /* 3. Logo Frame container ko order 2 dena taake wo niche aaye */
    .hero-main-grid > div:nth-child(2),
    .hero-main-grid > .wp-block-image:nth-child(2),
    .hero-main-grid [class*="Logo Frame"] {
        order: 2 !important;
        width: 100% !important;
        max-width: 100% !important;
        flex-basis: 100% !important;
        justify-content: center !important; /* Mobile par logo center karne ke liye */
    }

    /* 4. Logo ki image ko control karna taake screen se bahar na jaye */
    .hero-main-grid img {
        width: 100% !important;
        margin: 0 auto !important;
    }

    .hero-main-grid .kmf-store-title-wrapper{
        padding:0px !important;
    }

    .hero-main-grid .kmf-store-display-title{
        font-size:50px !important;
    }

    .hero-main-grid .wp-block-kmf-store-description{
        padding-right:0px !important;
    }

    /* 1. Main wrapper ki absolute positioning ko reset karna */
    .kmf-store-socials-wrapper.wp-block-kmf-store-socials {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: 100% !important;
        display: flex !important;
        justify-content: start !important; /* Icons ko left align rakhne ke liye (center chahiye to center kar dein) */
        margin-bottom: 20px !important; /* Penelope Store heading se pehle thoda gap */
        padding: 0 !important;
    }

    /* 2. Inner container ko vertical column se horizontal row mein tabdeel karna */
    .kmf-store-socials-wrapper .flex.flex-col {
        flex-direction: row !important; /* Column se Row banayega */
        align-items: center !important;
        gap: 16px !important; /* Icons ke aapas ka gap */
        width: auto !important;
    }
    
    /* 3. Agar icons ke anchor tags par koi block lines hon to safe side handle karna */
    .kmf-store-socials-wrapper a {
        display: inline-block !important;
    }

    .kmf-store-logo-wrapper .h-\[540px\] {
    height: auto;
}

.kmf-profile-tabs-main-wrapper .pt-\[120px\] {
    padding-top: 70px;
}

.searchwebsitebox img {
    width: 100%;
}

.kmf-store-socials-wrapper.wp-block-kmf-store-socials {
    position: relative !important;
    top: auto !important;
    display: flex !important;
    justify-content: start !important;
    margin-bottom: 20px !important;
    padding: 0 !important;
    left: 45px !important;
    width: 75% !important;
}

.kmf-store-socials-wrapper.wp-block-kmf-store-socials:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 40px;
    top: -12px;
    left: -24px;
    background-color: #d1d5dc;
    transform: rotate(90deg);
}

.kmf-store-socials-wrapper.wp-block-kmf-store-socials:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 40px;
    bottom: -12px;
    left: 105px;
    background-color: #d1d5dc;
    transform: rotate(90deg);
}

.measure-right-col-img figure {
    width: 100% !important;
    margin-top:50px !important;
}

.measure-right-col-img img {
    width: 100% !important;
    height:500px !important;
    border-radius:30px !important;
}

.measure-section-boxes {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
}

.measure-box-group {
    margin: 0 !important;
}

.searchwebsitebox {
    width: 100% !important;
    padding: 20px !important;
}

.searchwebsiteboxes {
    flex-direction: column;
}

.min-max-measure-box {
    padding-left: 0px !important;
}

.searchwebsiteboxes:after{
    top: 53% !important;
    left: 37% !important;
}

.zigzagsize:after{
    top: 54% !important;
    left: 47% !important;
}

.banner-how-to-shop {
    padding: 40px !important;
}

.banner-how-to-shop ul.wp-block-social-links {
    justify-content: flex-start;
}

}

@media (min-width:769px) and (max-width:1024px){
    .kmf-store-socials-wrapper.wp-block-kmf-store-socials {
    left: 0px;
    top: 160px;
}
.kmf-profile-tabs-main-wrapper .pt-\[120px\] {
    padding-top: 70px;
}
h1.kmf-store-display-title {
    font-size: 65px !important;
}
.kmf-store-description-wrapper {
    padding: 0 !important;
}
.hero-left-side {
    padding-left: 30px;
}
.tab-left-sidebar {
    flex-basis: 30% !important;
}

.tab-right-content {
    flex-basis: 70% !important;
}
}

@media (min-width:768px) and (max-width:999px){
    .searchwebsiteboxes:after {
    width: 160px !important;
    height: 140px !important;
    }

    .searchwebsiteboxes:after {
        top: 52% !important;
        left: 37% !important;
    }

    .zigzagsize:after{
    width: 160px !important;
    height: 140px !important;
    }

    .zigzagsize:after {
        top: 53% !important;
        left: 47% !important;
    }
}

@media (min-width:999px) and (max-width:1024px){
    .measure-section-boxes {
       grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .searchwebsiteboxes {
       flex-direction: column;
    }

    .searchwebsitebox {
       transition: all .3s;
       width: 100% !important;
    }

    .searchwebsiteboxes:after {
        width: 150px !important;
        height: 150px !important;
        top: 53% !important;
        left: 40% !important;
    }

    .index-1 {
    padding: 30px !important;
}

.zigzagsize:after {
    width: 150px !important;
    height: 150px !important;
    top: 55% !important;
    left: 50% !important;
}
}

@media (min-width:1300px) and (max-width:1460px){
    .hero-left-side {
    padding-left: 80px;
}
.kmf-store-description-wrapper {
    padding-right: 45px !important;
}
}

.kmf-store-logo-wrapper .w-\[85\%\] {
    width: 100%;
    height: 400px;
    min-height: 450px;
}

/* Universal global marquee configuration */
.slider-wrapper {
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    padding: 10px 0 !important;
    display: block !important;
}

/* Linear edge gradients */
.slider-wrapper::before,
.slider-wrapper::after {
    content: "";
    z-index: 2;
    pointer-events: none;
    width: 120px;
    height: 100%;
    position: absolute;
    top: 0;
}
.slider-wrapper::before {
    background: linear-gradient(90deg, #ffffff, transparent);
    left: 0;
}
.slider-wrapper::after {
    background: linear-gradient(270deg, #ffffff, transparent);
    right: 0;
}

/* Horizontal alignment mapping layout force parameter */
.slider-wrapper .slider-track {
    display: flex !important;
    flex-direction: row !important;
    gap: 16px !important;
    width: max-content !important;
    animation: kmfMarqueeScroll 35s linear infinite !important;
}

/* Individual Card asset */
.slider-wrapper .slide-item {
    border-radius: 12px !important;
    flex-shrink: 0 !important;
    width: 120px !important;
    height: 120px !important;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.3s ease !important;
    overflow: hidden !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05) !important;
    background: #ffffff !important;
}

.slider-wrapper .slide-item img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
}

.slider-wrapper .slide-item:hover {
    filter: brightness(1.03) !important;
    transform: scale(1.06) translateY(-2px) !important;
}

.slider-wrapper .slider-track:hover {
    animation-play-state: paused !important;
}

@keyframes kmfMarqueeScroll {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

.image-h-custom img {
    height: 325px !important;
    object-fit:cover;
    width:100% !important;
}

.num-absolute {
    position: absolute;
    right: 20px;
    z-index: -1;
    top: 50px;
}

.content-z-1 {
    z-index: 0 !important;
}

.num-absolute {
    animation: 8s ease-in-out infinite floatY !important;
}

@keyframes floatY {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }

    to {
        transform: translateY(0)
    }
}

.kmf-howtoshop-sec2, .kmf-howtoshop-sec4 {
    background-image: linear-gradient(#fff 0%, #f7f3f5 30% 60%, #fff 100%), linear-gradient(90deg, #f7f3f514, #f7f3f50a);
}

.kmf-howtoshop-sec3, .kmf-howtoshop-sec5 {
    background-image: linear-gradient(#fff 0%, #d9edf7 30%, #d3e3ed 60%, #fff 100%), linear-gradient(90deg, #ffffff14, #0000000a);
}

.searchwebsitebox {
    transition: all .3s;
}

.searchwebsitebox:hover {
    background: #fff !important;
    transform: translateY(-15px);
}

.searchwebsitebox {
    width: 50%;
}

.searchwebsiteboxes:after {
    content: "";
    background: url(https://new.knowmyfit.com.au/wp-content/uploads/2026/05/arrowright.png) 0 0 / contain no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 58%;
    left: 47.5%;
}

.bullet-show {
    list-style: disc;
    padding-left: 20px;
}

.requirementsbox svg {
    z-index: -1;
    width: 300px;
    height: 300px;
    position: absolute;
    bottom: 10px;
    right: 0;
    animation: 2s ease-in-out infinite floatY !important;
    stroke: #e7f2f5;
}

.index-1 {
    z-index: 1 !important;
    position: relative;
}

.requirementsbox:hover {
    background: #fff !important;
    transform: translateY(-10px);
}

.requirementsbox {
    transition: all .3s;
}

.zigzagsizesec {
    transition: all .3s;
}

.zigzagsizesec:hover {
    background: #fff !important;
    transform: translateY(-10px);
}

.zigzagsize {
    position: relative;
}

.zigzagsize:after {
    content: "";
    z-index: 2;
    background: url(https://new.knowmyfit.com.au/wp-content/uploads/2026/05/arrowright.png) 0 0 / contain no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
}

.slider-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slider-wrapper .slider-track {
    display: flex;
    gap: 16px;
    width: max-content;
    animation: kmfMarqueeScroll 35s linear infinite;
    will-change: transform;
}

body,
html {
    overflow-x: hidden;
}

@media (max-width: 767px) {

    .slider-wrapper {
        overflow-x: hidden !important;
    }

    .slider-track {
        min-width: max-content;
    }
}

/* kamran css end */


/*** Global CSS ***/
.align-center {
    align-items: center;
}
.max-w-750 {
    max-width: 750px;
}

/**** Hero Section ****/
.hero-banner {
    background-image: linear-gradient(#fff 0%, #d9edf7 30%, #d3e3ed 60%, #fff 100%), linear-gradient(90deg, #ffffff14, #0000000a);
}
.heading-2 mark {
    display: block;
}
.kmf-brand-logo {
    z-index: 2;
    position: relative;
    display: flex;
    justify-content: center;
}
.kmf-brand-logo img {
    border: solid 6px #fff;
    box-shadow: 0px 7px 10px #00000014;
}
.kmf-custom-slider__swiper .swiper-wrapper {
    padding-top: 20px;
}
.kmf-brand-section .kmf-custom-slider__swiper .swiper-slide {
    width: calc(100% / 4);
    transition: 0.5s;
}
.kmf-custom-slider__swiper .kmf-custom-slider-item:hover {
    transform: translateY(-10px);
}

.kmf-owner-image {
    animation: 6s ease-in-out infinite float;
}
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}
.kmf-owner-text-wrap {
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    transition: all .4s;
    box-shadow: 0 10px 40px #00000014;
    max-width: 320px;
    position: absolute;
    top: 0;
    right: 0;
}

.kmf-global-popup { max-width: 100%; }

.designer-right-content-wrap .designer-icon-wrap {
	margin-right: 0px !important;
	margin-left: auto !important;
}
.designer-icon-wrap {
	max-width: 60px;
    margin-left: 0 !important;
	position: relative;
}

.designer-icon-wrap img {
	filter: invert(1);
}

.designer-icon-wrap:after {
    content: "";
    z-index: -1;
    clip-path: polygon(0 0, 53% 43%, 100% 0);
    background-color: #4fa8b7;
    width: 20px;
    height: 20px;
    transition: all .5s;
    position: absolute;
    bottom: -19px;
    left: calc(50% - 10px);
}

.why-we-started {
    background-image: linear-gradient(#0000000d 1px, #0000 1px), linear-gradient(90deg, #0000000a 1px, #0000 1px);
    background-size: 40px 40px;
}

.started-image-wrap img {
	transition: 0.5s;
}
.started-image-wrap:hover img {
    scale: 1.04;
}
