/* Hybrid PLP Stylesheet v1.5 - 1/14/2024 */

/* Utility Classes */

.cont-1656 {
    max-width: 1656px;
    margin: auto;
}

.hlp-header h2 {
    color: var(--Primary-Academy-Blue, #1928A0);
    font-family: "Open Sans";
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
}

/* Navigation Component Styles Starts Here */

.hidden-category {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    display:none !important;
}

.subcategories {
    position: absolute;
    left: -9999px;
}

#hlp-nav-container a {
    color: #0066CC;
    /*text-decoration: underline;*/
}

#hlp-nav-container a:hover {
    color: #004080;
    text-decoration: underline;
}

#view-toggle-link:hover .arrow-img path {
    fill: #004080;
}

.hlp-header,
#hlp-nav-container .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 16px 0px; */
    padding: clamp(10px, 0.966vw, 16px) 0px;
}

#hlp-nav-container .header h1,
.hlp-header h1 {
    color: var(--Primary-Academy-Blue, #1928A0);
    font-family: "Open Sans";
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
}

#hlp-nav-container .header h2 {
    color: var(--Primary-Academy-Blue, #1928A0);
    font-family: "Open Sans";
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
}

#hlp-nav-container .header .shop-all,
#hlp-nav-container .hlp-header .shop-all {
    color: var(--Interactive-Bright-Blue, #06C);
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    text-decoration: underline;
    cursor: pointer;
}

#hlp-nav-container .categories {
    display: grid;
    gap: 14px;
    /* Full Width*** grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));**/
    grid-template-columns: repeat(auto-fit, minmax(190px, auto));
}

#hlp-nav-container .category {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 4px;
    border: 1.5px solid rgba(0, 51, 102, 0.15);
    background: #FFF;
}

#hlp-nav-container .category a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;
    padding: 14px 1px 10px 1px;
}

#hlp-nav-container .category img {
    width: 130px;
    height: 130px;
}

#hlp-nav-container .category p {
    width: 160px;
    /*height: 41px;*/
    overflow: hidden;
    color: #333;
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 16.8px;
    font-weight: 700;
}

#hlp-nav-container .category:hover p {
    text-decoration: underline;
}

#hlp-nav-container .view-toggle {
    text-align: center;
    margin-top: 10px;
}

#hlp-nav-container .hyperlink-text, .hlp-header .hyperlink-text {
    color: var(--Interactive-Bright-Blue, #06C);
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

#hlp-nav-container .flyout {
    position: fixed;
    top: 0;
    left: -100%;
    width: 460px;
    height: 100%;
    background-color: white;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.25);
    transition: left 0.3s ease;
    z-index: 1000;
    pointer-events: none;
    overflow-y: auto;
}

#hlp-nav-container .flyout.open {
    left: 0;
    pointer-events: auto;
    z-index: 999999;
    overflow-y: auto;
}

#hlp-nav-container .flyout-header {
    display: flex;
    width: 460px;
    height: 50px;
    padding: 12px 12px 12px 34px;
    align-items: center;
    background: #1928A0;
    position: relative;
}

#hlp-nav-container .flyout-title {
    overflow: hidden;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    width: 380px;
}

#hlp-nav-container .flyout-close {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    cursor: pointer;
}

#hlp-nav-container .flyout-close svg {
    width: 100%;
    height: 100%;
}

#hlp-nav-container .flyout-content .subcategory:hover {
    background-color: #F2F8FD;
    text-decoration: none;
}

#hlp-nav-container .subcategory {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 11px 34px;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #D9D9D9;
    background: #FFF;
}

#hlp-nav-container .subcategory img {
    width: 66px;
    height: 66px;
    flex-shrink: 0;
}

#hlp-nav-container .subcategory a {
    display: flex;
    align-items: center;
    flex: 1;
    color: #333;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-decoration: none;
    overflow: hidden;
}

#hlp-nav-container .subcategory p {
    margin-left: 1.5rem;
    /* flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
}

/* Flyout overlay */
#hlp-nav-container .flyout-overlay {
    position: fixed;
    top: 0;
    left: -9999px;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.5);
    backdrop-filter: blur(10px);
    z-index: 1000;
}

.color-dark-green {
    color: #0A2B29 !important;
}



.hlp-holiday-styles .text-section-header {

    font-family: "Open Sans" !important;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2em;

}


.hlp-holiday-styles .text-section-subheader {

    font-family: "Open Sans" !important;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2em;

}

.hlp-holiday-styles .padding-top-header-card-banner {
    padding-top: 0.5em;
}

/* Media Query for Desktop and Tablet */
@media (min-width: 486px) {
    .only-mobile {
        display: none;
    }

    #hlp-nav-container .category {
        outline: 1px solid #CCCCCC;
        outline-offset: -2px;
    }

    #hlp-nav-container .category:hover {
        outline: 1px solid #6A6A6A;
    }
}

/* Media Query for mobile */
@media (max-width: 486px) {
    .onlydesktop {
        display: none;
    }

    .bleed-left-right-mobile {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #hlp-nav-container .header h1,
    #hlp-nav-container .hlp-header h1 {
        font-size: 22px;
    }

    #hlp-nav-container .header h2,
    .hlp-header h2 {
        font-size: 21px;
    }

    #hlp-nav-container .categories {
        grid-template-columns: 1fr;
        gap: 0px;
    }

    #hlp-nav-container .category {
        flex-direction: row;
        align-items: center;
        padding: 11px 16px;
        gap: 10px;
        border: 0;
        border-bottom: 1px solid #D9D9D9;
        height: auto;
        width: auto;
        border-radius: 0;
    }

    #hlp-nav-container .category a {
        flex-direction: row;
        align-items: center;
        padding: 0;
        width: 100%;
        height: auto;
    }

    #hlp-nav-container .category img {
        width: 44px;
        height: 44px;
        margin-right: 24px;
    }

    #hlp-nav-container .category p {
        flex: 1;
        overflow: hidden;
        color: #333333;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: "Open Sans";
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
        margin: 0;
        text-align: left;
        text-decoration: none;
    }

    #hlp-nav-container .hyperlink-text {
        font-size: 14px;
    }

    #hlp-nav-container .flyout {
        display: flex;
        height: 497px;
        flex-direction: column;
        align-items: flex-start;
        gap: 1px;
        border-radius: 40px 40px 0 0;
        background: #FFF;
        width: 100%;
        bottom: -100%;
        top: auto;
        transition: bottom 0.3s ease;
        z-index: 1000;
        pointer-events: none;
    }

    #hlp-nav-container .flyout.open {
        bottom: 0;
        pointer-events: auto;
        z-index: 9999;
    }

    #hlp-nav-container .flyout-header {
        display: flex;
        width: 100%;
        height: 70px;
        padding: 9px 30px 0 35px;
        align-items: center;
        gap: 5px;
        border-bottom: 1px solid #D9D9D9;
        background: #FFF;
        border-radius: 40px 40px 0 0;
    }

    #hlp-nav-container .flyout-title {
        width: 93%;
        height: 26px;
        overflow: hidden;
        color: #333;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: "Open Sans";
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
    }

    #hlp-nav-container .flyout-close {
        width: 24px;
        height: 24px;
    }

    #hlp-nav-container .flyout-content {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        padding: 14px;
        justify-content: center;
        justify-items: center;
        grid-auto-flow: dense;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        max-height: calc(100vh - 70px);
        overflow-y: auto;
        /* Enabling vertical scrolling within the flyout content */
    }

    #hlp-nav-container .category:hover {
        border: 0px;
        border-bottom: 1px solid #D9D9D9;
    }

    .category:hover p {
        text-decoration: none;
    }

    #hlp-nav-container .subcategory {
        flex-direction: column;
        align-items: center;
        gap: 4px;
        width: 110px;
        height: 135px;
        border-bottom: 0;
    }

    #hlp-nav-container .subcategory img {
        width: 72px;
        height: 70px;
        margin-bottom: 0.25rem;
    }

    #hlp-nav-container .subcategory a {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        color: #333;
        font-family: "Open Sans";
        text-decoration: none;
        flex: 1;
    }

    #hlp-nav-container .subcategory p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100px;
        max-height: 39px;
        /* Adjust the max-height based on the line-height and number of lines */
        line-height: 1.4em;
        /* Adjust the line-height as needed */
        color: #000;
        font-family: "Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        margin-left: 0;
        /* Add padding to make room for the ellipsis */
    }

    #hlp-nav-container .subcategory p::after {
        content: "...";
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: white;
        /* Match the background color of the container */
        padding-left: 0.5em;
        /* Add padding to separate the ellipsis from the text */
    }

    #hlp-nav-container .subcategory-title {
        width: 110px;
        height: 36px;
        overflow: hidden;
        color: #000;
        text-align: center;
        text-overflow: ellipsis;
        font-family: "Open Sans";
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
    }

    #hlp-nav-container .drag-handle {
        position: absolute;
        left: 50%;
        top: 10px;
        transform: translateX(-50%);
        width: 81px;
        height: 3px;
        border-radius: 20px;
        background: #D9D9D9;
        cursor: pointer;
    }
}

/* Navigation Component Styles Ends Here */

/* Informational Component Styles */

/* Container for the informational component */
#infoComponent .info-component-container-bleed {
    background-color: white;
    width: 100%;
    border-top: 1px solid #E8E8E8;
}

#infoComponent .info-component-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1656px;
    margin: 0 auto;
    padding: 20px;
}

#infoComponent .info-feature-item {
    text-align: center;
    flex-basis: 24%;
    padding: 10px;
}

#infoComponent .info-icon {
    width: 35px;
    height: 35px;
}

#infoComponent .info-heading {
    margin-top: 10px;
    color: #333;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}

#infoComponent .info-description {
    margin-top: 5px;
    color: #333;
    text-align: center;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
}

#infoComponent .info-link {
    margin-top: 10px;
    display: inline-block;
    color: #333;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    text-decoration-line: underline;
}

#infoComponent .info-link:hover {
    color: #004080;
}

/* Tablet Layout (600px to 1199px) */

/* For 3 and 4 items */
@media (max-width: 1199px) {
    #infoComponent .info-component-container {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    /* Flex basis for the first three items (ensures 3 in the first row) */
    #infoComponent .info-feature-item:nth-child(1),
    .info-feature-item:nth-child(2),
    .info-feature-item:nth-child(3) {
        flex-basis: 30%;
    }

    /* Force the 4th item to take full width on the second row */
    #infoComponent .info-feature-item:nth-child(4) {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {

    .hlp-holiday-styles .text-section-header {
        font-size: 1.3125rem;
    }

    .hlp-holiday-styles .text-section-subheader {
        font-size: 0.6875rem;
    }
}




/* Mobile Layout (Less than 600px) - Stack vertically */
@media (max-width: 599px) {
    #infoComponent .info-component-container {
        flex-direction: column;
        align-items: center;
    }

    #infoComponent .info-feature-item {
        flex-basis: 100%;
        padding: 20px 0;
        text-align: center;
    }

    #infoComponent .info-icon {
        margin-bottom: 10px;
    }

    #infoComponent .info-heading {
        min-width: 288px;
    }

    #infoComponent .info-description {
        font-size: 12px;
        min-width: 288px;
    }

    #infoComponent .info-link {
        font-size: 12px;
        min-width: 288px;
    }
}

/* Informational Component Styles Ends Here*/