/* if it is smaller than 1375px */

.aa-Panel {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
    left: auto !important;
    right: auto !important;
    top: 0 !important;
    position: fixed !important;
    z-index: 10000 !important;
    transition: all 1s;
    box-shadow: none !important;
    background: #fff !important;
    overflow: auto;
}

@media (min-width: 681px) {
    .aa-PanelLayout .aa-PanelSection--top {
        width: 97%;
        height: 23%;
        background: #fff;
        position: fixed;
        z-index: 999999;
        top: 0;
    }
    .aa-PanelLayout {
        top: -800px;
        height: max-content;
        max-height: max-content;
    }

    .panel-animation {
        top: 0;
        transition: all 400ms;
    }

    .search-hidden {
        top: -800px;
    }

    .search-animation {
        top: 88px;
        transition: all 600ms;
    }

    @keyframes slideDown {
        from {
            transform: translateY(-100%);
            opacity: 0;
        }
        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    .slide-down {
        animation: slideDown 0.5s ease-out forwards;
    }
}

.aa-DetachedContainer .aa-Panel {
    position: relative !important;
}

/* Panel */
.aa-Panel .aa-SourceHeader {
    margin: 0 0 24px;
}

/* Adding styling to implement PHX-98 start*/
.aa-Form {
    display: flex;
    background: #eff4f9 !important;
    border-radius: 38px !important;
    border: none !important;
    padding: 6px 16px;
}
.aa-InputWrapperPrefix {
    height: auto !important;
    order: 3 !important;
}
.aa-InputWrapper {
    height: auto !important;
    order: 2 !important;
    margin-right: 16px;
}

.aa-Label svg,
.aa-SubmitIcon,
.aa-ClearButton svg {
    color: #000 !important;
    width: 24px !important;
    height: auto !important;
    max-height: 24px !important;
}

.aa-Form.search-hidden {
    border-radius: 12px !important;
    border: 1px solid #cbd5e1 !important;
    background: #fff !important;
    padding: 24px !important;
}
.aa-Form:focus-within {
    box-shadow: none !important;
}

.aa-Form .aa-InputWrapper [id^='autocomplete'],
.aa-Form .aa-InputWrapper input::placeholder {
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.5px;
    height: auto;
    color: #000;
}

.aa-Form.search-animation .aa-InputWrapper [id^='autocomplete'],
.aa-Form.search-animation .aa-InputWrapper input::placeholder {
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: #000;
}
.aa-PanelSection--left .aa-List {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.aa-PanelSection--left .aa-ItemContentBody,
.aa-PanelSection--left .aa-search-suggestions {
    background-color: #fff;
    display: flex;
    padding: 16px;
    min-height: auto;
}
.aa-PanelSection--left .aa-search-suggestions {
    border: 1px solid #e2e8f0;
}
.aa-PanelSection--left .aa-ItemContentTitle,
.aa-PanelSection--left .aa-search-suggestions span {
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 157.143% */
    letter-spacing: 0.5px;
    margin: 0 !important;
}
.aa-DetachedFormContainer {
    padding: 88px 16px 32px !important;
    border: none !important;
}

.aa-PanelLayout .aa-PanelSection--top {
    border-bottom: 1px solid #b6b6c054;
    display: flex;
    align-items: center;
    border: none;
}

.aa-PanelLayout .aa-PanelSection--top svg,
.aa-PanelLayout .aa-PanelSection--top Button {
    font-size: 40px;
    color: #000;
    cursor: pointer;
    position: absolute;
    top: 32px;
    right: 5px;
}

.header-menu {
    padding: 0;
}

.aa-PanelLayout .aa-PanelSections {
    margin: 176px 0 72px;
}
.artical-eyebrow {
    color: #94a3b8;
}
.PageHeaderTitle {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px; /* 122.222% */
    letter-spacing: 0.5px;
}
.PageHeaderSearchQuery {
    font-size: 36px;
    font-weight: 400;
    line-height: 44px; /* 122.222% */
    letter-spacing: 0.5px;
}
.articalTabCount {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.5px;
}
.aa-SuggestedArticles .aa-SourceHeader--right {
    margin: 0 0 16px !important;
}
.aa-ArticleContent {
    padding: 0px !important;
    margin-bottom: 24px !important;
}
.aa-SuggestedArticles .aa-SourceHeaderTitle-count {
    color: #2b3749 !important;
}
.aa-ArticleContent .aa-ItemContent {
    cursor: auto;
}
.aa-ArticleContent .aa-ItemContentTitle {
    font-size: 16px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 24px;
    letter-spacing: 0.5px;
}
.aa-ArticleContent .aa-ItemContentDate {
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #000 !important;
    height: 68px !important;
    padding-bottom: 4px !important ;
}
.aa-ArticleContent .aa-readMore {
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.5px;
    text-decoration: underline !important;
}
.aa-SourceHeaderTitle {
    font-family: Outfit;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #000 !important;
    text-transform: capitalize;
}
.aa-SourceHeaderTitle-count {
    font-family: Outfit;
    font-weight: 400 !important;
}

.wt-navbar .css-15rdum4,
.wt-navbar button,
.wt-navbar a.chakra-button,
.aa-InputWrapperSuffix,
.d-none {
    display: none !important;
}
.hidden-slider {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.header-section_fix {
    border: none;
    top: 0;
}
.wt-navbar .aa-SubmitButton,
.aa-SubmitButton {
    display: block !important;
    padding: 0 !important;
    width: 24px !important;
}

.cancel-cta {
    height: 32px !important;
    width: 32px !important;
}

.aa-SourceHeaderButton {
    display: flex;
    justify-content: center;
    margin-top: 72px;
    padding-bottom: 80px;
}

.aa-chakra-button.aa-SeeAllLink {
    background: var(--chakra-colors-black);
    min-height: 46px;
    padding: 16px 24px;
}

/* Adding styling to implement PHX-98 end*/

/* Panel section */
.aa-PanelSections {
    display: flex;
    flex-direction: row;
    gap: 72px;
}

.aa-PanelSection--left {
    display: flex;
    flex-direction: column;
    width: 60%;
}

.aa-PanelSection--left .aa-Item {
    padding: 0;
}

.aa-PanelSection--left .aa-ItemWrapper {
    height: 100%;
    border-radius: calc(var(--aa-spacing-half) / 2);
    padding: 0;
}

.aa-PanelSection--right {
    display: flex;
    flex-direction: column;
    row-gap: var(--aa-spacing);
    width: 40%;
}

.aa-PanelSectionSources {
    display: grid;
    row-gap: var(--aa-spacing);
    margin-bottom: 48px;
}

.aa-PanelSection--zoomable .aa-Item {
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}

.aa-PanelSection--active .aa-Item {
    opacity: 0.5;
}

/* Item */
.aa-Item {
    transition: background 0.2s ease-out;
}

.aa-ItemPicture {
    width: 100%;
    border-radius: calc(var(--aa-spacing-half) / 2);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    min-height: 300px;
    position: relative;
}

.aa-ItemPicture img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform 1.8s ease-out, opacity 0.2s ease-out;
    transform-origin: center;
    position: absolute;
    object-position: center;
}

.aa-CategoryItem .aa-Breadcrumb,
.aa-FaqItem .aa-Breadcrumb {
    margin-left: calc(var(--aa-icon-size) + var(--aa-spacing));
}

/* Breadcrumb */
.aa-Breadcrumb {
    color: rgb(var(--aa-muted-color-rgb));
    display: flex;
    align-items: center;
    font-size: 0.8em;
}

.aa-Breadcrumb .aa-ItemIcon {
    width: var(--aa-icon-size);
    height: var(--aa-icon-size);
}

.aa-Breadcrumb .aa-ItemIcon svg {
    width: calc(var(--aa-icon-size) * 0.6);
    height: calc(var(--aa-icon-size) * 0.6);
}

.aa-Breadcrumb mark {
    background: none;
    color: inherit;
    font-style: normal;
    font-weight: var(--aa-font-weight-bold);
}

/* Products */
.aa-PanelSection--products {
    transition: background 0.2s ease-out;
}

.aa-PanelSection--products .aa-List {
    display: none;
    grid-template-columns: repeat(4, 1fr);
    padding: var(--aa-spacing-half);
}

.aa-PanelSection--products .aa-Item {
    align-items: flex-start;
    width: 100%;
    padding: var(--aa-spacing-half);
}

.aa-ProductItem {
    position: relative;
    border: 1px solid var(--chakra-colors-netgearNeutrals-gray2);
    padding: var(--chakra-space-4);
    min-height: 350px;
}

.aa-ProductItem.aa-ItemLink {
    align-items: flex-start;
    justify-content: stretch;
}

.aa-ProductItem .aa-ItemContent mark {
    color: #003dff;
}

.aa-ProductItem .aa-ItemPicture {
    position: relative;
    height: 100%;
}

.aa-ProductItem .aa-ItemPicture img {
    opacity: 0;
}

.aa-ProductItem .aa-ItemPicture--loaded {
    padding-bottom: var(--chakra-space-8);
}

.aa-ProductItem .aa-ItemPicture--loaded img {
    opacity: 1;
}

.aa-ProductItem .aa-ItemContentBody {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-gap: 0;
    gap: 0;
    border: none;
}

.aa-ProductItem .aa-ItemPicture--blurred {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--aa-muted-color-rgb), 0.2);
    animation-name: loading;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.aa-ProductItem .aa-ItemContent {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.aa-ProductItem .aa-ItemContentBrand {
    color: var(--chakra-colors-netgearNeutrals-black);
    font-size: var(--chakra-fontSizes-xs);
    line-height: var(--chakra-lineHeights-3); /* 166.667% */
    letter-spacing: var(--chakra-letterSpacings-wide);
}

.aa-ProductItem .aa-ItemContentBrand mark {
    font-weight: normal;
}

.aa-ProductItem .aa-ItemContentTitleWrapper {
    color: var(--chakra-colors-netgearNeutrals-black);
    font-size: var(--chakra-fontSizes-md);
    font-weight: var(--chakra-fontWeights-semibold);
    line-height: var(--chakra-lineHeights-5);
    letter-spacing: var(--chakra-letterSpacings-wide);
    padding-bottom: var(--chakra-space-4);
}

.aa-ProductItem .aa-long-description {
    color: var(--chakra-colors-netgearNeutrals-black);
    font-size: var(--chakra-fontSizes-sm);
    line-height: var(--chakra-lineHeights-4);
    letter-spacing: var(--chakra-letterSpacings-wide);
    margin: var(--chakra-space-2) 0 var(--chakra-space-2) var(--chakra-space-6);
}

.aa-ProductItem .aa-long-description li {
    color: var(--chakra-colors-netgearNeutrals-black);
    font-size: var(--chakra-fontSizes-sm);
    line-height: var(--chakra-lineHeights-4);
    letter-spacing: var(--chakra-letterSpacings-wide);
    list-style-type: disc;
}

.aa-ProductItem .aa-ItemContentTitle {
    font-size: 0.9em;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
}

.aa-ProductItem .aa-ItemContentPriceCurrent {
    font-weight: bold;
}

.aa-ProductItem .aa-ItemContentPriceDiscounted {
    font-size: 0.9em;
    text-decoration: line-through;
    color: rgb(var(--aa-muted-color-rgb));
}

.aa-ProductItem .aa-ItemContentPrice {
    display: flex;
    column-gap: var(--aa-spacing-half);
}

.aa-ProductItem .aa-ItemContentRating ul {
    display: flex;
    list-style: none;
    padding: 0;
}

.aa-ProductItem .aa-ItemContentRating {
    display: flex;
    align-items: center;
    column-gap: calc(var(--aa-spacing-half) / 2);
    margin-top: var(--aa-spacing-half);
}

.aa-ProductItem .aa-StarIcon {
    width: 1.3em;
    height: 1.3em;
    color: #fdbc72;
}

.aa-ProductItem .aa-StarIcon--muted {
    color: #d6d6e6;
}

.aa-ProductItem .aa-ItemContentRatingReviews {
    font-size: 0.7em;
    color: #908eae;
}

.aa-ProductItem .aa-ItemFavorite {
    z-index: 5;
    position: absolute;
    right: var(--aa-spacing-half);
    top: var(--aa-spacing-half);
    background-color: #fff;
    border-radius: calc(var(--aa-spacing-half) / 2);
    box-shadow: 0px 4px 8px rgba(35, 38, 59, 0.15);
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.2s ease-out;
}

.aa-ProductItem .aa-FavoriteIcon {
    color: #003dff;
    stroke-width: 2;
    stroke: currentColor;
    margin: 1px;
}

.aa-ProductItem .aa-FavoriteIcon--outlined {
    fill: none;
}

@media (max-width: 681px) {
    .aa-SeeAllLink {
        margin: 0 auto 0 auto !important;
    }
    .aa-ArticleContent .aa-ItemContentDate {
        height: 48px !important;
        overflow: hidden;
    }
}

/* See all */
.aa-SeeAllBtn,
.aa-SeeAllLink {
    display: inline-block;
    text-decoration: none;
    margin: var(--aa-spacing) auto 0 auto;
    font-size: 0.9em;
    font-weight: 600;
}

.aa-SeeAllBtn {
    background-color: #003dff;
    transition: background 0.2s ease-out;
    color: #fff;
    padding: calc(var(--aa-spacing-half) * 1.5) var(--aa-spacing);
    border-radius: calc(var(--aa-spacing-half) / 2);
}

.aa-SeeAllLink {
    color: #003dff;
    transition: opacity 0.2s ease-out;
    margin-bottom: var(--aa-spacing-half);
}

/* Content */
.aa-PanelSection--content .aa-List {
    display: flex;
    flex-flow: column;
}

.aa-PanelSection--content .aa-Item {
    width: 100%;
    padding: 0;
}

.aa-PanelSection--content .aa-Item[aria-selected='true'] {
    background-color: transparent;
}
.aa-ContentItem {
    padding: var(--aa-spacing-half);
    height: 100%;
}

.aa-ContentItem .aa-ItemContent {
    height: 100%;
    align-items: baseline;
}

.aa-ContentItem .aa-ItemPicture {
    width: 60px;
    height: 60px;
}

.aa-ContentItem .aa-ItemPicture img {
    height: 100%;
}

.aa-ContentItem .aa-ItemContentTitle {
    font-size: 0.9em;
    font-weight: bold;
    white-space: normal;
}

.aa-ContentItem .aa-ItemContentDate {
    color: rgb(var(--aa-muted-color-rgb));
    font-size: 0.8em;
}
.artical-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px; /* 140% */
    letter-spacing: 0.1px;
    padding-bottom: 8px;
}
.artical-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.5px;
    word-break: break-all;
}
.algolia-artical-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    position: relative;
    overflow: hidden;
    row-gap: 65px;
}

.algolia-artical-content-item {
    border-right: 1px solid #e2e8f0; /* Ensure right border is applied */
    padding-right: 48px;
    position: relative;
}
.algolia-artical-content-item:nth-child(3n) {
    /* For a 3-column grid, remove right border of every 3rd item */
    border-right: none;
    padding-right: 0px;
}

.algolia-artical-content-item::after {
    content: ' ';
    border-bottom: 1px solid #e2e8f0;
    position: absolute;
    bottom: -33px;
    width: 115%;
    left: 0;
}
/* Popular */
.aa-PanelSection--popular .aa-List {
    display: flex;
    flex-wrap: wrap;
    gap: var(--aa-spacing-half);
}

.aa-PanelSection--popular .aa-ItemContentTitle {
    margin: 0;
}

.aa-PanelSection--popular .aa-ItemWrapper {
    grid-gap: var(--aa-spacing-half);
}

.aa-PanelSection--popular .aa-Item {
    background-color: rgba(var(--aa-muted-color-rgb), 0.08);
    padding: var(--aa-spacing-half);
    font-size: 0.9em;
}

.aa-PanelSection--popular .aa-ItemIcon {
    width: var(--aa-spacing);
    height: var(--aa-spacing);
}

/* Quick access */
.aa-PanelSection--quickAccess .aa-List {
    display: flex;
    column-gap: var(--aa-spacing-half);
    align-items: stretch;
}

.aa-PanelSection--quickAccess .aa-Item {
    width: 100%;
}

.aa-PanelSection--quickAccess .aa-QuickAccessItem {
    display: flex;
    border-radius: calc(var(--aa-spacing-half) / 2);
    overflow: hidden;
    height: 100%;
}

.aa-QuickAccessItem .aa-ItemPicture:after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
}

.aa-QuickAccessItem .aa-ItemContent {
    position: relative;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-color: rgb(1, 118, 211);
}

.aa-QuickAccessItem .aa-ItemContentTitle {
    margin: 0;
}

.aa-QuickAccessItem .aa-ItemContentBody {
    padding: var(--aa-spacing);
    width: 100%;
}

/* --- Sales banner template */
.aa-QuickAccessItem--sales-banner .aa-ItemContentBody {
    width: 100%;
    background-color: rgb(1, 118, 211);
    bottom: 0;
    text-align: center;
    position: absolute;
}

.aa-QuickAccessItem--sales-banner .aa-ItemContentTitle {
    font-weight: bold;
}

/* --- Sale code template */
.aa-QuickAccessItem--sales-code .aa-ItemContentBody {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
}

.aa-QuickAccessItem--sales-code .aa-ItemContentTitle {
    font-size: 1.2em;
    line-height: 1.3;
    font-weight: bold;
}

/* --- New collection template */
.aa-QuickAccessItem--new-collection .aa-ItemContentBody {
    position: absolute;
}

.aa-QuickAccessItem--new-collection .aa-ItemContent {
    text-transform: uppercase;
}

.aa-QuickAccessItem--new-collection .aa-ItemContentTitle {
    font-weight: bold;
    margin-bottom: var(--aa-spacing-half);
}

/* --- Help template */
.aa-QuickAccessItem.aa-QuickAccessItem--help {
    background-color: rgb(1, 118, 211);
}

.aa-QuickAccessItem--help .aa-ItemContent {
    align-items: flex-start;
}

.aa-QuickAccessItem--help .aa-ItemContentTitle {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.3;
}

.aa-QuickAccessItem--help ul {
    list-style: none;
    padding: 0;
    font-size: 0.9em;
    display: flex;
    flex-direction: column;
    row-gap: var(--aa-spacing-half);
    margin-top: var(--aa-spacing);
}

.aa-QuickAccessItem--help a {
    color: #fff;
    transition: opacity 0.2s ease-out;
}

/* Faq preview */
.aa-FaqPreview,
.aa-FaqPreview .aa-ItemContent {
    cursor: initial;
}

.aa-FaqPreview p {
    margin-right: var(--aa-spacing);
}

.aa-FaqPreview a {
    color: #000;
    font-size: 0.9em;
}

.aa-FaqPreview h4,
.aa-FaqPreview h3 {
    margin: 0;
}

.aa-FaqPreview h3 {
    margin-top: var(--aa-spacing-half);
}

/* Popular categories */
.aa-PanelSection--popularCategories .aa-List {
    display: grid;
    grid-auto-flow: column;
    grid-gap: var(--aa-spacing);
    font-size: 0.9em;
}

.aa-PanelSection--popularCategories .aa-Item {
    padding: 0;
}

.aa-PanelSection--popularCategories .aa-SourceHeader {
    margin-top: 0;
}

.aa-PopularCategoryItem.aa-ItemWrapper {
    justify-content: center;
}

.aa-PopularCategoryItem .aa-ItemContent {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.aa-PopularCategoryItem .aa-ItemPicture {
    width: 170px; /* Set a fixed width for the container */
    height: 170px; /* Set a fixed height for the container */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* Hide overflow to maintain aspect ratio */
}

.aa-PopularCategoryItem .aa-ItemPicture img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover; /* Ensure images cover the container */
}

.aa-PopularCategoryItem .aa-ItemContentTitle {
    margin-right: 0;
    text-align: center;
}

.aa-PopularCategoryItem .aa-ItemContentTitle span {
    font-size: 0.8em;
    color: rgb(var(--aa-muted-color-rgb));
}

.popularCategoryImage {
    max-width: 100%; /* Ensure the image fits within the container */
    height: auto; /* Maintain the aspect ratio */
    object-fit: cover; /* Cover the container, cropping if necessary */
}

/* No results */
.aa-NoResultsQuery {
    font-size: 1.15em;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: var(--aa-spacing);
}

.aa-NoResultsAdvices {
    display: flex;
    flex-direction: column;
    row-gap: var(--aa-spacing-half);
    margin-top: 15px;
}

.aa-NoResultsAdvicesList {
    font-size: 0.9em;
    line-height: 1.3;
    padding: 0;
    margin-top: 0;
    margin-left: calc(var(--aa-spacing) * 1.5);
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    row-gap: calc(var(--aa-spacing-half) * 0.5);
    text-align: left;
}

/* Media queries */
@media (hover: hover) {
    /* Panel section */
    .aa-PanelSection--active .aa-Item[aria-selected='true'] {
        opacity: 1;
        transform: scale(1.05);
        background: none;
    }

    /* Item */
    .aa-Item:hover .aa-ItemPicture img {
        transform: scale(1.1);
    }

    /* Products */
    .aa-PanelSection--products .aa-Item:hover .aa-ItemFavorite {
        opacity: 1;
    }

    /* See all */
    .aa-SeeAllBtn:hover {
        background-color: #003dff;
        cursor: pointer;
    }

    .aa-SeeAllLink:hover {
        opacity: 0.8;
    }

    /* Quick access */
    .aa-QuickAccessItem--help a:hover {
        opacity: 0.6;
    }
}

@media screen and (prefers-reduced-motion: reduce) {
    .aa-Item,
    .aa-PanelSection--products,
    .aa-ProductItem .aa-ItemFavorite,
    .aa-SeeAllBtn,
    .aa-SeeAllLink,
    .aa-QuickAccessItem--help a,
    .aa-ItemPicture img,
    .aa-PanelSection--zoomable .aa-Item {
        transition: none;
    }

    .aa-ProductItem .aa-ItemPicture--blurred {
        animation: none;
    }
}

@media screen and (max-width: 1024px) {
    .aa-PanelSection--products .aa-List {
        grid-template-columns: repeat(2, 1fr);
    }

    .aa-PanelSection--left {
        width: 100%;
    }

    .aa-PanelSection--right {
        width: 100%;
    }

    .aa-PanelSection--quickAccess .aa-Item:nth-child(3) {
        display: none;
    }
    .aa-PanelSections {
        flex-direction: column;
        gap: 48px;
    }
    .aa-SourceHeaderButton {
        margin-top: 32px;
        padding-bottom: 24px;
    }
}

@media screen and (max-width: 960px) {
    .aa-PanelSection--content .aa-List {
        flex-wrap: wrap;
    }

    .aa-PanelSection--content .aa-Item {
        width: 100%;
    }

    .search-mobile {
        position: absolute;
        left: 50px;
    }

    .aa-DetachedSearchButton {
        border: none !important;
        padding: 0 !important;
    }

    .aa-DetachedSearchButtonPlaceholder,
    .aa-DetachedSearchButtonQuery {
        display: none;
    }

    .aa-DetachedSearchButtonIcon {
        margin-bottom: 20px;
    }

    .aa-Form.search-hidden {
        padding: 16px !important;
        height: 58px;
    }

    .aa-PanelLayout .aa-PanelSections {
        margin: 0 0 32px !important;
    }

    .aa-PanelSection--left .aa-List {
        gap: 16px;
    }

    .aa-Panel .aa-SourceHeader {
        margin: 0 0 16px !important;
    }

    .aa-Form.search-animation .aa-InputWrapper [id^='autocomplete'],
    .aa-Form.search-animation .aa-InputWrapper input::placeholder {
        font-size: 18px;
        line-height: 26px;
    }
    .aa-DetachedContainer .aa-PanelLayout {
        padding: 0 16px 32px !important;
        height: 100% !important;
    }

    .aa-PanelLayout .aa-PanelSection--top Button {
        margin: 0;
    }

    .aa-DetachedCancelButton {
        background-repeat: no-repeat !important;
        background-size: contain !important;
        position: absolute !important;
        top: 32px !important;
        right: 12px !important;
        text-indent: -999px !important;
        padding: 0 !important;
        margin: 0 !important;
        height: 32px !important;
        width: 32px !important;
    }
    .aa-DetachedFormContainer .aa-SubmitButton {
        padding: 0;
        width: 24px;
    }
}

@media screen and (max-width: 680px) {
    .aa-SuggestedArticles .aa-SourceHeader--right {
        margin: 0 0 16px !important;
    }
    .algolia-artical-content {
        display: grid;
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .algolia-artical-content-item {
        border-right: none;
        padding-right: 0;
    }

    /* Source */

    .aa-PanelSection--quickAccess .aa-SourceHeader,
    .aa-PanelSection--popular .aa-SourceHeader {
        display: block;
    }

    /* Panel section */
    .aa-PanelSections {
        flex-direction: column;
        gap: 48px;
    }

    .aa-PanelSection--left,
    .aa-PanelSection--right {
        width: 100%;
    }

    .aa-PanelSectionSources {
        row-gap: 0;
    }

    /* Products */
    .aa-PanelSection--products .aa-List {
        display: none;
        flex-wrap: wrap;
        gap: var(--aa-spacing-half);
    }

    .aa-PanelSection--products .aa-Item {
        width: calc(50% - var(--aa-spacing-half) / 2);
    }

    .aa-ProductItem {
        min-height: 100%;
    }

    .aa-ProductItem .aa-ItemFavorite {
        opacity: 1;
    }

    /* Content */
    .aa-PanelSection--content .aa-List {
        flex-wrap: wrap;
    }

    .aa-PanelSection--content .aa-Item {
        width: 100%;
    }

    /* Quick access */
    .aa-PanelSection--quickAccess .aa-List {
        overflow: auto;
        scroll-snap-type: x;
    }

    .aa-PanelSection--quickAccess .aa-Item {
        min-width: 40vw;
        scroll-snap-align: start;
        padding: 0;
    }

    .aa-PanelSection--quickAccess .aa-Item:nth-child(3) {
        display: block;
    }

    /* Popular categories */
    .aa-PanelSection--popularCategories .aa-List {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-flow: row;
        grid-gap: var(--aa-spacing-half);
    }

    .aa-PanelSection--popularCategories .aa-ItemContentTitle span {
        display: block;
    }
}

/* Keyframes */
@keyframes loading {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

.quickAccessItemAnchor {
    color: #fff;
    text-decoration: none;
}

.quickAccessItemAnchor:hover {
    text-decoration: underline;
    cursor: pointer;
}

.aa-pagination {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    row-gap: 5px;
}

.aa-pagination li {
    height: 100%;
}

.aa-mb-5 {
    margin-bottom: 5px !important;
}

.aa-mt-5 {
    margin-top: 5px !important;
}

.chakra-stack {
    max-width: 100%;
}

.auc-Recommend {
    width: 1496px;
    max-width: 100%;
}

.aa-PanelSection--popular section {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.aa-PanelSection--left .aa-Item .aa-ItemIcon {
    display: none;
}

.aa-PanelSection--left .aa-Item .aa-ItemActions button:nth-of-type(1) svg {
    padding: 0;
    margin: 0;
}

.aa-PanelSection--left .aa-Item .aa-ItemActions button:nth-of-type(2) {
    display: none;
}

.aa-PanelSection--left .aa-SourceHeaderLine {
    display: none;
}

.aa-SourceHeader--right {
    display: flex;
    justify-content: space-between;
}

.aa-SourceHeader--right .aa-SourceHeaderButton {
    color: #003dff;
    cursor: pointer;
}

.aa-PanelLayout {
    padding: 32px 24px !important;
    background-color: #ffffff;
    height: max-content !important;
}
.aa-Item .aa-ItemContentBody {
    border: 1px solid #e2e8f0;
}

.aa-PanelSection--right .aa-Item .aa-ItemContentBody {
    border: none;
}

.blur {
    background-color: #06060642;
    width: 100%;
    left: 0;
    right: 0;
    z-index: -2;
    position: fixed;
    height: 100vh;
    top: 0;
}

.wt-navbar {
    z-index: 9999999;
}

.wt-navbar .css-1i6azdd {
    width: 100%;
    height: 0;
    background-color: red;
    padding: 0;
    position: fixed;
}

.wt-navbar .aa-Form {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 24px 0 24px;
    height: 72px;
    max-width: 100%;
    width: auto;
    padding: 0 10px;
}

.custom-pagination-item:hover {
    position: relative !important;
    top: -1px !important;
    border: #232121 1px solid !important;
    font-weight: 800 !important;
    font-size: large !important;
}

.custom-pagination-item * {
    border: #232121 1px solid !important;
    color: #232121 !important;
    font-weight: 800 !important;
    font-size: large !important;
    padding: 0.6rem !important;
}

.custom-pagination-item-selected a {
    box-shadow: none !important;
    text-decoration: underline;
}

.custom-pagination-item:last-child > .custom-pagination-link {
    border-radius: 0 3px 3px 0;
    color: #232121 !important;
    border: #232121 1px solid !important;
}

.custom-pagination-item:first-child > .custom-pagination-link {
    border-radius: 3px 0 0 3px !important;
    color: #232121 !important;
    border: #232121 1px solid !important;
}

.custom-range-input {
    width: 100%;
    height: 2.75rem;
    min-width: 5rem;
    padding: 1rem;
    border: 1px solid #aeaeae !important;
    border-radius: 3px;
    font-size: 1rem;
    color: black;
}

.custom-range-submit {
    border: 1px solid #232121;
    border-radius: 3px;
    height: 2.75rem;
    padding: 1rem;
    font: 1em sans-serif;
}

.ais-RangeInput-label:first-of-type::before {
    content: 'Min';
    display: block;
    font-size: 0.875rem;
    color: #232121;
    margin-bottom: 0.5rem;
    font-weight: 700;
    height: 1rem;
}

.ais-RangeInput-label:last-of-type::before {
    content: 'Max';
    display: block;
    font-size: 0.875rem;
    color: #232121;
    margin-bottom: 0.5rem;
    font-weight: 700;
    height: 1rem;
}

.custom-range-submit {
    position: relative;
    top: 0.775rem;
}

.custom-range-separator {
    padding-top: 1.3rem;
}

.aa-recent-searches-tag {
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    padding: 3px 5px;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.aa-recent-searches-tag-text {
    margin-right: 0.7rem;
}

.aa-recent-searches-close-button {
    background: none;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    padding-left: 0.4rem !important;
    border-left: 1px solid #a7a3a3 !important;
    color: #a7a3a3 !important;
    font-weight: 100 !important;
    height: 22px;
}

.aa-recent-searches-close-button:hover {
    color: #514f4f !important;
    font-weight: 100 !important;
}

.aa-ItemContentTitle {
    padding: 0.2rem O;
}

[data-autocomplete-source-id='querySuggestionsPlugin'] .aa-Item {
    text-transform: capitalize;
}

.ais-CurrentRefinements-label {
    display: none;
}

.ais-CurrentRefinements-item {
    display: inline-grid;
    grid-auto-flow: column;
    gap: 0.1rem;
    background-color: white !important;
    border: none !important;
}

.ais-CurrentRefinements-category {
    background-color: #f5f5fa;
    border: 1px solid #b6b7d5;
    padding: 0 5px;
}

.ais-CurrentRefinements-list {
    gap: 0rem;
}

.ais-CurrentRefinements-delete {
    padding-top: 2px;
}

.SourceHeaderTitle {
    text-transform: capitalize;
}

.selected-color-swatch {
    border: 1px solid var(--Border-subtle, #144871) !important;
    padding: 2px !important;
}

@media (max-width: 681px) {
    .blur {
        display: none;
    }

    .aa-PanelLayout .aa-PanelSection--top {
        display: none;
    }

    .aa-DetachedContainer .aa-Panel {
        width: 100% !important;
    }
}

.ais-HierarchicalMenu-link--selected {
    color: #5468ff;
}

.ais-HierarchicalMenu-link:before {
    transform: rotate(180deg);
}

.ais-HierarchicalMenu-link--selected::before {
    transform: rotate(180deg);
}

.ais-HierarchicalMenu-list
    .ais-HierarchicalMenu-list
    .ais-HierarchicalMenu-list
    .ais-HierarchicalMenu-link::before {
    display: none;
}
.aa-chakra-button {
    display: inline-flex;
    vertical-align: middle;
    outline: 2px solid transparent;
    outline-offset: 2px;
    line-height: var(--chakra-lineHeights-4);
    border-radius: 8px;
    font-weight: var(--chakra-fontWeights-medium);
    font-size: var(--chakra-fontSizes-md);
    padding: 16px 24px;
    font-family: var(--chakra-fonts-heading);
    letter-spacing: var(--chakra-letterSpacings-wide);
    min-height: 56px;
    background: var(--chakra-colors-black);
    color: var(--chakra-colors-netgearNeutrals-white);
    background-color: var(--chakra-colors-netgearNeutrals-black);
    cursor: pointer;
}
.aa-wapper-Button {
    display: inline-flex;
    text-align: center;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding-top: 48px;
}

body.no-scroll {
    overflow: hidden;
}

.aa-ProductsCarousel .swiper-backface-hidden .swiper-slide {
    height: auto;
}
.aa-ProductsCarousel .aa-ProductItem,
.aa-ProductsCarousel .product-item {
    height: 100%;
}
