*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body
{
    overflow-x: hidden !important;
    font-family: 'Poppins', sans-serif;
}

a
{
    outline: none !important;
}

/*--Start Scroll-To-Top Button--*/
#scrollTop
{
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 99;
    font-size: 20px;
    border: none;
    outline: none;
    background-color: black;
    color: white;
    cursor: pointer;
    border-radius: 50px;
    display: none;
}
/*--End Scroll-To-Top Button--*/

/*--===================================== Start Header =============================--*/
/*--Start Navigation--*/
/*--Start Large Device Nav--*/
.large-nav .top-header .navbar
{
    background-color: white !important;
}

.large-nav .top-header .navbar li
{
    margin: 0px !important;
}

.large-nav .top-header .navbar li:nth-child(2)::before
{
    content: '';
    position: absolute;
    width: 1px;
    height: 25px;
    margin-top: 5px;
    background-color: gray;
}

.large-nav .top-header .navbar li a
{
    border: none;
    font-family: 'Poppins', sans-serif !important;
    color: black !important;
    font-size: 14px;
    font-weight: 400 !important;
    text-transform: none;
}

.large-nav .top-header .navbar li a:hover
{
    border: none;
}

.large-nav .top-header .navbar li a i
{
    margin-right: 7px;
    font-size: 18px;
    color: rgb(75, 75, 75) !important;
}

.large-nav .top-header .navbar li .btn
{
    border: 1px solid #353b48;
    color: black !important;
    border-radius: 50px;
    padding: 10px 40px;
    transition: 0.5s;
    margin-left: 30px;
}

.large-nav .top-header .navbar li .btn:hover
{
    background-color: #353b48;
    color: white !important;
    border: 1px solid #919499;
}

.large-nav .navbar li
{
    margin: 0px 20px !important;
}
/*--End Large Device Nav--*/

/*--Start Small Device Nav--*/
.navbar
{
    background-color: black;
    padding: 15px 0px;
}

.navbar button
{
    color: black !important;
    border: none !important;
    outline: none !important;
}

.navbar .navbar-nav li
{
    margin: 0px 8px;
}

.navbar .navbar-nav li a
{
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    transition: 0.2s linear;
    transition-delay: 0.2s;
    font-family: 'Poppins', sans-serif !important;
    border-bottom: 2px solid black;
    outline: none;
}

.navbar .navbar-nav li a:hover
{
    border-bottom: 2px solid white;
}

.navbar .navbar-nav .active a
{
    border-bottom: 2px solid whitesmoke;
}

.navbar .dropdown-menu
{
    border: none;
    background-color: black;
}

.navbar .dropdown-menu a
{
    color: white !important;
    background-color: black;
    border-bottom: 2px solid whitesmoke;
    font-size: 13px !important;
}

@media only screen and (max-width: 991.98px)
{
    .navbar
    {
        padding: 10px 20px 10px 20px;
        background-color: white;
    }

    .navbar .navbar-nav li a
    {
        color: black;
        border: none;
    }

    .navbar .navbar-nav li a:hover
    {
        border: none;
        color: black;
    }

    .navbar .navbar-nav .active a
    {
        border: none;
    }
}
/*--End Small Device Nav--*/
/*--End Navigation--*/
/*--===================================== End Header =============================--*/

/*--===================================== Start Body Section =============================--*/
.woollen-beanies
{
    margin-top: 40px;
    font-family: 'Poppins', sans-serif;
}

.woollen-beanies .category-intro
{
    margin-bottom: 30px;
    padding: 30px 0px 10px 0px;
    text-align: center;
}

.woollen-beanies .category-intro h1
{
    color: black;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 15px;
}

.woollen-beanies .category-intro p
{
    margin: 0px 0px 14px;
    color: rgb(52, 52, 52);
    font-size: 15px;
    line-height: 28px;
}

.woollen-beanies .intro-summary
{
    max-width: 820px;
    margin: 0px auto 12px !important;
    text-align: center;
}

.woollen-beanies .intro-toggle
{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 2px;
    border: none;
    border-bottom: 1px solid black;
    color: black;
    background-color: transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.woollen-beanies .intro-toggle:focus
{
    outline: 2px solid black;
    outline-offset: 4px;
}

.woollen-beanies .intro-toggle i
{
    font-size: 12px;
    transition: transform 0.2s ease;
}

.woollen-beanies .intro-toggle[aria-expanded="true"] i
{
    transform: rotate(180deg);
}

.woollen-beanies .category-description
{
    max-width: 920px;
    margin: 22px auto 0px;
    text-align: left;
}

.woollen-beanies .category-description p:last-child
{
    margin-bottom: 0px;
}

.woollen-beanies .nav-tabs .nav-item.show .nav-link,
.woollen-beanies .nav-tabs .nav-link.active
{
    color: white !important;
    background-color: black;
    border: 1px solid black !important;
    font-weight: 500;
    box-shadow: 4px 4px 8px lightgray;
}

.woollen-beanies .nav-tabs
{
    border-bottom: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.woollen-beanies .nav-fill .nav-item
{
    flex: 0 0 calc(25% - 8px);
    text-align: center;
}

.woollen-beanies .nav-fill .nav-item:nth-child(n+5)
{
    flex-basis: calc(25% - 8px);
}

.woollen-beanies .nav-tabs .nav-link
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid black;
    border-radius: 5px;
    color: white;
    background-color: black;
    font-size: 18px;
    font-weight: 500;
    min-height: 52px;
    padding: 14px 10px;
    transition: 0.3s;
}

.woollen-beanies .nav-tabs .nav-link:hover
{
    border-color: black;
    color: white;
    background-color: rgb(42, 42, 42);
}

.woollen-beanies .nav-tabs .nav-link:focus
{
    color: white;
}

.woollen-beanies .nav-tabs .nav-link:focus-visible
{
    outline: 3px solid rgb(110, 110, 110) !important;
    outline-offset: 2px;
}

.woollen-beanies .nav-tabs .nav-link:hover::after,
.woollen-beanies .nav-tabs .nav-link:focus::after
{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    height: 2px;
    background-color: white;
    border-radius: 0px 0px 2px 2px;
}

.woollen-beanies h5
{
    margin-top: 40px;
}

.woollen-beanies .category-tab-heading
{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 30px 0px 34px;
    color: black;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.35;
    text-align: center;
}

.woollen-beanies .category-tab-heading::before,
.woollen-beanies .category-tab-heading::after
{
    content: '';
    width: clamp(38px, 8vw, 96px);
    height: 1px;
    background-color: black;
}

.woollen-beanies .category-tab-description
{
    max-width: 920px;
    margin: -14px auto 0px;
    color: rgb(52, 52, 52);
    font-size: 15px;
    line-height: 27px;
    text-align: justify;
}

.woollen-beanies .product-style
{
    margin-bottom: 46px;
    content-visibility: auto;
    contain-intrinsic-size: 650px;
}

.woollen-beanies .product-style h5
{
    margin-bottom: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.woollen-beanies .style-number
{
    font-weight: 500;
}

.woollen-beanies .product-image-grid
{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.woollen-beanies .product-image-item
{
    min-width: 0;
}

@media screen and (min-width: 769px)
{
    .woollen-beanies #logo-beanies .product-image-grid .product-image-item:nth-child(5)
    {
        grid-column: 2;
    }

    .woollen-beanies #logo-beanies .product-image-grid .product-image-item:nth-child(6)
    {
        grid-column: 3;
    }
}

.woollen-beanies .product-card
{
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    text-align: center;
    padding: 10px;
    margin: 0;
    border: none;
    border-radius: 5px;
    box-shadow: 5px 5px 5px lightgray;
    transition: 0.5s;
    overflow: hidden;
}

.woollen-beanies .product-card:hover
{
    box-shadow: 5px 5px 10px gray;
}

.woollen-beanies .product-card img
{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.woollen-beanies .beanie-preview
{
    position: relative;
    width: 210px;
    height: 220px;
    margin: auto;
    border-radius: 96px 96px 24px 24px;
    background-color: #222;
    background-image: repeating-linear-gradient(90deg, rgba(255,255,255,0.08) 0px, rgba(255,255,255,0.08) 3px, transparent 3px, transparent 12px);
    box-shadow: inset 0 -42px 0 rgba(0,0,0,0.22);
}

@media screen and (max-width: 768px)
{
    .woollen-beanies .product-image-grid
    {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .woollen-beanies .category-intro
    {
        margin-bottom: 20px;
        padding: 18px 0px 4px;
    }

    .woollen-beanies .category-intro h1
    {
        margin-bottom: 10px;
    }

    .woollen-beanies .intro-summary
    {
        line-height: 24px;
    }

    .woollen-beanies .category-description
    {
        margin-top: 18px;
    }

    .woollen-beanies .category-tab-heading
    {
        gap: 12px;
        margin: 22px 0px 28px;
        font-size: 22px;
    }

    .woollen-beanies .category-tab-heading::before,
    .woollen-beanies .category-tab-heading::after
    {
        width: 32px;
    }

    .woollen-beanies .category-tab-description
    {
        margin-top: -10px;
        line-height: 25px;
    }

    .woollen-beanies .nav-tabs
    {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        overflow: visible;
        padding-bottom: 0px;
    }

    .woollen-beanies .nav-fill .nav-item,
    .woollen-beanies .nav-fill .nav-item:nth-child(n+5)
    {
        min-width: 0px;
        white-space: normal;
    }

    .woollen-beanies .nav-tabs .nav-link
    {
        min-height: 56px;
        padding: 10px 8px;
        font-size: 15px;
        line-height: 1.2;
    }
}

@media (prefers-reduced-motion: reduce)
{
    .woollen-beanies *,
    .woollen-beanies *::before,
    .woollen-beanies *::after
    {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

.woollen-beanies .beanie-preview::before
{
    content: '';
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 34px;
    height: 34px;
    border-radius: 4px;
    background-color: rgba(255,255,255,0.16);
}

.woollen-beanies .beanie-preview.pom::after
{
    content: '';
    position: absolute;
    top: -28px;
    left: 76px;
    width: 58px;
    height: 58px;
    border-radius: 100px;
    background: inherit;
    box-shadow: 0 0 0 8px rgba(255,255,255,0.12);
}

.woollen-beanies .beanie-preview.label::before
{
    left: 72px;
    right: 72px;
    bottom: 54px;
    height: 42px;
    background-color: rgba(255,255,255,0.78);
}

.woollen-beanies .beanie-preview.fine-knit
{
    background-image: repeating-linear-gradient(90deg, rgba(255,255,255,0.1) 0px, rgba(255,255,255,0.1) 2px, transparent 2px, transparent 8px);
}

.woollen-beanies .beanie-preview.slouch
{
    height: 230px;
    border-radius: 116px 116px 32px 32px;
    transform: skewX(-4deg);
}

.woollen-beanies .beanie-preview.long-baggy
{
    width: 190px;
    height: 250px;
    border-radius: 120px 120px 28px 28px;
    transform: skewX(-7deg);
    box-shadow: inset 0 -36px 0 rgba(0,0,0,0.2);
}

.woollen-beanies .beanie-preview.long-baggy::before
{
    left: 16px;
    right: 16px;
    bottom: 28px;
    height: 38px;
}

.woollen-beanies .beanie-preview.cuff-shape::before
{
    left: 12px;
    right: 12px;
    bottom: 28px;
    height: 50px;
}

.woollen-beanies .beanie-preview.contrast-cuff::before
{
    left: 14px;
    right: 14px;
    bottom: 28px;
    height: 48px;
    background-color: rgba(245,245,245,0.88);
}

.woollen-beanies .beanie-preview.striped
{
    background-image:
        repeating-linear-gradient(0deg, rgba(255,255,255,0.28) 0px, rgba(255,255,255,0.28) 15px, transparent 15px, transparent 38px),
        repeating-linear-gradient(90deg, rgba(255,255,255,0.08) 0px, rgba(255,255,255,0.08) 3px, transparent 3px, transparent 12px);
}

.woollen-beanies .beanie-preview.embroidery::before
{
    left: 70px;
    right: 70px;
    bottom: 62px;
    height: 34px;
    border-radius: 100px;
    background-color: rgba(255,255,255,0.75);
}

.woollen-beanies .beanie-preview.patch::before
{
    left: 66px;
    right: 66px;
    bottom: 58px;
    height: 46px;
    border-radius: 3px;
    background-color: rgba(236,226,205,0.88);
}

.woollen-beanies .beanie-preview.women-fit
{
    width: 195px;
    height: 215px;
    border-radius: 104px 104px 24px 24px;
}

.woollen-beanies .beanie-preview.kids-fit
{
    width: 170px;
    height: 185px;
    border-radius: 92px 92px 22px 22px;
}

.woollen-beanies .beanie-preview.kids-fit::before
{
    left: 14px;
    right: 14px;
    bottom: 26px;
    height: 32px;
}

.woollen-beanies .beanie-preview.ear-muff::after
{
    content: '';
    position: absolute;
    left: -22px;
    bottom: 36px;
    width: 42px;
    height: 70px;
    border-radius: 26px;
    background-color: var(--beanie-color, #222);
    background-image: inherit;
    box-shadow: 212px 0 0 0 var(--beanie-color, #222);
}

.woollen-beanies .beanie-preview.strings::before
{
    box-shadow: -26px 58px 0 -15px rgba(255,255,255,0.45), 26px 58px 0 -15px rgba(255,255,255,0.45);
}

.woollen-beanies .beanie-preview.charcoal
{
    --beanie-color: #252a2e;
    background-color: #252a2e;
}

.woollen-beanies .beanie-preview.navy
{
    --beanie-color: #092647;
    background-color: #092647;
}

.woollen-beanies .beanie-preview.maroon
{
    --beanie-color: #6b0f1a;
    background-color: #6b0f1a;
}

.woollen-beanies .beanie-preview.black
{
    --beanie-color: #080808;
    background-color: #080808;
}

.woollen-beanies .beanie-preview.grey
{
    --beanie-color: #6d7379;
    background-color: #6d7379;
}

.woollen-beanies .beanie-preview.red
{
    --beanie-color: #bd1f2d;
    background-color: #bd1f2d;
}

.woollen-beanies .beanie-preview.royal
{
    --beanie-color: #174c9f;
    background-color: #174c9f;
}

.woollen-beanies .beanie-preview.green
{
    --beanie-color: #174b32;
    background-color: #174b32;
}

.woollen-beanies .beanie-preview.rose
{
    --beanie-color: #b84b6b;
    background-color: #b84b6b;
}

.woollen-beanies .beanie-preview.lavender
{
    --beanie-color: #7d6aa7;
    background-color: #7d6aa7;
}

.woollen-beanies .beanie-preview.cream
{
    --beanie-color: #d8c4a1;
    background-color: #d8c4a1;
}

.woollen-beanies .beanie-preview.yellow
{
    --beanie-color: #d6a823;
    background-color: #d6a823;
}

.woollen-beanies .specifications
{
    width: 62.5%;
    background-color: black;
    margin: 24px auto 0px !important;
    padding: 20px 22px 10px 22px;
    color: white;
    border-radius: 5px;
    box-shadow: 5px 5px 5px lightgray;
}

.woollen-beanies .specifications.cuff
{
    background-color: rgb(0, 0, 39);
}

.woollen-beanies .specifications.pom-band
{
    background-color: rgb(92, 13, 28);
}

.woollen-beanies .specifications.logo-band
{
    background-color: rgb(42, 42, 42);
}

.woollen-beanies .specifications.fine-band
{
    background-color: rgb(36, 78, 116);
}

.woollen-beanies .specifications.slouch-band
{
    background-color: rgb(54, 54, 54);
}

.woollen-beanies .specifications.cuff-dark
{
    background-color: rgb(4, 36, 67);
}

.woollen-beanies .specifications.contrast-band
{
    background-color: rgb(26, 67, 52);
}

.woollen-beanies .specifications.striped-band
{
    background-color: rgb(0, 0, 39);
}

.woollen-beanies .specifications.embroidery-band
{
    background-color: rgb(126, 22, 32);
}

.woollen-beanies .specifications.patch-band
{
    background-color: rgb(39, 73, 55);
}

.woollen-beanies .specifications.long-baggy-band
{
    background-color: rgb(36, 36, 36);
}

.woollen-beanies .specifications.long-fine-band
{
    background-color: rgb(24, 67, 89);
}

.woollen-beanies .specifications.long-striped-band
{
    background-color: rgb(82, 22, 34);
}

.woollen-beanies .specifications.ear-muff-band
{
    background-color: rgb(35, 51, 68);
}

.woollen-beanies .specifications.fleece-ear-band
{
    background-color: rgb(45, 66, 52);
}

.woollen-beanies .specifications.strings-ear-band
{
    background-color: rgb(82, 48, 35);
}

.woollen-beanies .specifications.women-band
{
    background-color: rgb(123, 66, 86);
}

.woollen-beanies .specifications.women-pom-band
{
    background-color: rgb(94, 69, 118);
}

.woollen-beanies .specifications.women-logo-band
{
    background-color: rgb(69, 69, 84);
}

.woollen-beanies .specifications.kids-band
{
    background-color: rgb(21, 85, 120);
}

.woollen-beanies .specifications.kids-pom-band
{
    background-color: rgb(32, 102, 74);
}

.woollen-beanies .specifications.kids-logo-band
{
    background-color: rgb(55, 76, 105);
}

.woollen-beanies .specifications h6
{
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;
}

.woollen-beanies .specifications ul li
{
    list-style-type: none;
}

.woollen-beanies .specifications .details-grid
{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 30px;
    padding: 0px;
    margin: 0px;
}

.woollen-beanies .specifications .details-grid li
{
    min-width: 0px;
}

.woollen-beanies .specifications p
{
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 100;
    line-height: 1.45;
    margin: 0px;
    color: white;
}

.woollen-beanies .specifications i
{
    flex: 0 0 22px;
    margin-right: 8px;
    font-size: 18px;
}

.woollen-beanies .specification-label
{
    font-weight: inherit;
    margin-right: 4px;
}

.woollen-beanies .specification-value
{
    color: white;
}
/*--===================================== End Body Section =============================--*/

/*--===================================== Start Footer Section =============================--*/
footer
{
    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 30px 0px 0px 0px;
    font-family: 'Poppins', sans-serif;
}

footer h6
{
    color: white;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
}

footer a
{
    color: whitesmoke;
    text-align: justify;
    font-size: 13px;
    font-weight: 400;
    transition: 0.5s;
}

footer a:hover
{
    color: white;
    text-decoration: none;
}

footer span
{
    color: white;
    font-size: 15px;
    font-weight: 400;
}

footer ul li
{
    text-decoration: none;
    list-style-type: none;
    margin-bottom: 10px;
}

footer ul li a
{
    color: whitesmoke;
    font-size: 14px;
    transition: 0.5s;
    font-weight: 400;
}

footer ul li a:hover
{
    text-decoration: none;
    color: white;
}

footer input
{
    margin-bottom: 20px;
}

footer .btn
{
    background-color: white;
    border-radius: 50px;
    font-size: 14px;
    padding: 8px 35px;
    color: black;
    font-weight: 500;
    margin-top: 20px;
}

footer .btn:hover
{
    border: 1px solid white;
    color: white;
    background-color: transparent;
}

footer .social-link
{
    background-color: whitesmoke;
    padding: 20px 0px 20px 0px;
    margin-top: 60px;
    text-align: center;
}

footer .social-link i
{
    color: #353b48;
    margin: 0px 10px;
    border: 1px solid #353b48;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    transition: 0.5s;
}

footer .social-link i:hover
{
    background-color: black;
    color: white;
}

footer .social-link p
{
    text-align: center;
    color: black;
    margin-top: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

footer .copyright
{
    background-color: rgb(54, 54, 54);
    padding: 15px 0px 2px 0px;
}

footer .copyright p
{
    text-align: center;
    color: white;
    font-size: 13px;
    font-weight: 300;
}

footer .copyright p span
{
    color: whitesmoke;
    font-weight: 300;
    font-size: 13px;
}

@media only screen and (max-width: 768px)
{
    .woollen-beanies .category-intro h1
    {
        font-size: 28px;
    }

    .woollen-beanies .specifications
    {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .woollen-beanies .specifications .details-grid
    {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .woollen-beanies .beanie-preview
    {
        width: 170px;
        height: 190px;
    }
}

/*--===================================== End Footer Section =============================--*/
