*
{
    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 .page-breadcrumb
{
    margin: 0px 0px 8px;
    font-size: 13px;
}

.woollen-beanies .page-breadcrumb ol
{
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.woollen-beanies .page-breadcrumb li:not(:last-child)::after
{
    content: '/';
    margin-left: 7px;
    color: rgb(120, 120, 120);
}

.woollen-beanies .page-breadcrumb a
{
    color: rgb(52, 52, 52);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.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 .beanie-faq h2
{
    margin: 0px 0px 8px;
    color: black;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.35;
    text-align: center;
}

.woollen-beanies .beanie-faq details
{
    border: 1px solid rgb(205, 205, 205);
    border-radius: 5px;
    background-color: white;
}

.woollen-beanies .beanie-faq summary
{
    cursor: pointer;
    font-weight: 500;
}

.woollen-beanies .beanie-faq details[open] summary
{
    border-bottom: 1px solid rgb(220, 220, 220);
}

.woollen-beanies .catalog-fallback
{
    margin: 30px auto;
    padding: 24px;
    border: 1px solid rgb(210, 210, 210);
    border-radius: 5px;
    color: rgb(52, 52, 52);
    background-color: rgb(248, 248, 248);
    text-align: center;
}

.woollen-beanies .catalog-fallback p
{
    margin: 0px;
}

.woollen-beanies .catalog-fallback a
{
    color: black;
    font-weight: 500;
    text-decoration: underline;
}

.woollen-beanies .beanie-faq
{
    max-width: 920px;
    margin: 60px auto 70px;
}

.woollen-beanies .beanie-faq h2
{
    margin-bottom: 22px;
}

.woollen-beanies .beanie-faq details
{
    margin-bottom: 10px;
}

.woollen-beanies .beanie-faq summary
{
    padding: 15px 18px;
    font-size: 15px;
}

.woollen-beanies .beanie-faq p
{
    margin: 0px;
    padding: 15px 18px 18px;
    color: rgb(52, 52, 52);
    font-size: 14px;
    line-height: 25px;
}

.woollen-beanies .beanie-faq a
{
    color: black;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.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 .product-image-grid.image-count-2 .product-image-item:first-child
    {
        grid-column: 2;
    }
}

@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;
}

@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 .beanie-faq h2
    {
        font-size: 21px;
    }

    .woollen-beanies .beanie-faq
    {
        margin: 45px auto 55px;
    }

    .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 .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 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: inherit;
}

.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: inherit;
}
/*--===================================== 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;
    }

}

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

/* Woolen cap manufacturer page */
.manufacturer-page{color:#242424;font-family:'Poppins',sans-serif;overflow:hidden}.manufacturer-page .page-breadcrumb{padding:22px 0 12px;font-size:13px}.manufacturer-page .page-breadcrumb ol{display:flex;flex-wrap:wrap;gap:7px;list-style:none;margin:0;padding:0}.manufacturer-page .page-breadcrumb li:not(:last-child)::after{content:'/';color:#777;margin-left:7px}.manufacturer-page .page-breadcrumb a,.manufacturer-page .text-link{color:#141414;text-decoration:underline;text-underline-offset:4px}.manufacturer-hero{background:#f5f3ef;padding:0 0 68px}.manufacturer-page .eyebrow{color:#6c5637;font-size:12px;font-weight:700;letter-spacing:.12em;margin:0 0 12px;text-transform:uppercase}.manufacturer-page h1,.manufacturer-page h2,.manufacturer-page h3{color:#171717}.manufacturer-page h1{font-size:clamp(34px,4vw,55px);font-weight:700;letter-spacing:-.035em;line-height:1.05;margin:0 0 22px}.manufacturer-page h2{font-size:clamp(28px,3vw,40px);font-weight:700;letter-spacing:-.03em;line-height:1.14;margin:0 0 16px}.manufacturer-page h3{font-size:17px;font-weight:700;line-height:1.35;margin:0 0 8px}.manufacturer-page p{font-size:15px;line-height:1.8}.manufacturer-page .hero-lead{font-size:17px;line-height:1.7;margin:0 0 25px;max-width:650px}.hero-proof{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0 0 28px;padding:0}.hero-proof li{border:1px solid #c8c3ba;border-radius:99px;font-size:12px;font-weight:600;padding:8px 12px}.hero-actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.manufacturer-page .btn{border-radius:0;font-size:13px;font-weight:600;padding:12px 22px;text-transform:uppercase;letter-spacing:.04em}.manufacturer-page .btn-dark{background:#161616;border-color:#161616}.manufacturer-page .btn-outline-dark{border:1px solid #161616;color:#161616}.manufacturer-page .btn-light{background:#fff;border-color:#fff;color:#161616}.image-frame{background:#ded8cd;margin:8px 0 0;overflow:hidden;position:relative}.image-frame img{display:block;height:430px;object-fit:cover;width:100%}.manufacturer-page figcaption{background:rgba(0,0,0,.68);bottom:0;color:#fff;font-size:10px;left:0;line-height:1.4;padding:7px 10px;position:absolute;right:0}.manufacturer-page .section{padding:85px 0}.manufacturer-page .section-muted{background:#f5f3ef}.manufacturer-page .section-dark{background:#171717;color:#f6f4f0}.section-dark h2,.section-dark h3,.section-dark .text-link{color:#fff}.section-dark .eyebrow{color:#d8b77e}.section-heading{margin:0 auto 38px;max-width:720px;text-align:center}.section-heading p:last-child{margin-bottom:0}.split-heading{align-items:end;display:flex;gap:28px;justify-content:space-between;max-width:none;text-align:left}.split-heading>div{max-width:530px}.split-heading>p{margin:0;max-width:410px}.proof-grid,.brand-grid,.buyer-grid{display:grid;gap:16px}.proof-grid{grid-template-columns:repeat(3,1fr)}.proof-grid article{background:#fff;min-height:203px;padding:27px 24px}.proof-grid i,.brand-grid i,.buyer-grid i{color:#806337;font-size:25px;margin-bottom:22px}.proof-grid p,.brand-grid p{font-size:13px;line-height:1.65;margin:0}.style-grid{border-left:1px solid #dedbd5;border-top:1px solid #dedbd5;display:grid;grid-template-columns:repeat(5,1fr)}.style-grid a{border-bottom:1px solid #dedbd5;border-right:1px solid #dedbd5;color:#1b1b1b;font-size:14px;font-weight:600;min-height:110px;padding:24px 18px;text-decoration:none;transition:.2s}.style-grid a:hover{background:#1c1c1c;color:#fff}.section-action{margin:30px 0 0;text-align:center}.table-wrap{overflow-x:auto}.manufacturer-page table{border-collapse:collapse;min-width:720px;width:100%}.manufacturer-page th,.manufacturer-page td{border-bottom:1px solid #d9d5ce;padding:18px 16px;text-align:left;vertical-align:top}.manufacturer-page thead th{background:#1b1b1b;color:#fff;font-size:13px;font-weight:600}.manufacturer-page tbody th{color:#1b1b1b;font-size:14px;width:21%}.manufacturer-page td{font-size:13px;line-height:1.6}.content-image img{height:365px}.content-copy{padding-bottom:5px}.content-copy h3{margin-top:27px}.check-list{list-style:none;margin:20px 0 24px;padding:0}.check-list li{font-size:14px;line-height:1.55;margin:12px 0;padding-left:25px;position:relative}.check-list li::before{color:#806337;content:'\f00c';font-family:'Font Awesome 5 Free';font-weight:900;left:0;position:absolute}.brand-grid{grid-template-columns:repeat(4,1fr)}.brand-grid article{border:1px solid #424242;min-height:180px;padding:25px}.brand-grid i{color:#d8b77e}.brand-grid h3{color:#fff}.process-list{list-style:none;margin:0;padding:0}.process-list li{align-items:flex-start;border-bottom:1px solid #dedbd5;display:flex;gap:18px;padding:15px 0}.process-list li:first-child{border-top:1px solid #dedbd5}.process-list span{align-items:center;background:#171717;border-radius:50%;color:#fff;display:inline-flex;flex:0 0 31px;font-size:12px;height:31px;justify-content:center;margin-top:2px}.process-list p{font-size:13px;line-height:1.55;margin:0}.quality-steps{display:flex;flex-wrap:wrap;gap:8px;margin:25px 0}.quality-steps span{border:1px solid #c8c3ba;font-size:13px;font-weight:600;padding:9px 12px}.certificate-placeholder,.map-placeholder{align-items:center;background:#e2ddd4;display:flex;flex-direction:column;justify-content:center;min-height:280px;padding:30px;text-align:center}.certificate-placeholder i,.map-placeholder i{color:#806337;font-size:48px;margin-bottom:18px}.certificate-placeholder p,.map-placeholder p{font-size:13px;margin:0}.buyer-grid{grid-template-columns:repeat(5,1fr)}.buyer-grid article{border-top:2px solid #1b1b1b;padding:20px 0}.buyer-grid i{margin-bottom:18px}.buyer-grid h3{font-size:15px}.section-dark .map-placeholder{background:#2d2d2d;color:#fff}.section-dark .map-placeholder i{color:#d8b77e}.narrow{max-width:850px}.faq-list details{border-bottom:1px solid #d8d4cd;padding:18px 0}.faq-list details:first-child{border-top:1px solid #d8d4cd}.faq-list summary{cursor:pointer;font-size:16px;font-weight:600;list-style:none;padding-right:30px;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary::after{content:'+';font-size:24px;font-weight:400;position:absolute;right:0;top:-6px}.faq-list details[open] summary::after{content:'–'}.faq-list p{font-size:14px;margin:15px 30px 0 0}.quote-section{background:#eadfca}.quote-copy{padding-right:42px}.quote-copy a{color:#171717;font-weight:600}.quote-form{background:#fff;padding:30px}.quote-form label{display:block;font-size:12px;font-weight:600;margin-bottom:7px}.quote-form .form-control{border:1px solid #bbb6ad;border-radius:0;font-size:14px;min-height:44px}.quote-form .form-control:focus{border-color:#171717;box-shadow:0 0 0 2px rgba(23,23,23,.14)}.quote-form textarea.form-control{min-height:126px}.form-honeypot{left:-9999px;position:absolute}.manufacturer-page a:focus-visible,.manufacturer-page summary:focus-visible,.manufacturer-page .btn:focus-visible,.manufacturer-page input:focus-visible,.manufacturer-page textarea:focus-visible{outline:3px solid #b98336;outline-offset:3px}
@media(max-width:991.98px){.hero-copy{padding-bottom:38px}.proof-grid{grid-template-columns:repeat(2,1fr)}.brand-grid{grid-template-columns:repeat(2,1fr)}.buyer-grid{grid-template-columns:repeat(3,1fr)}.content-copy{margin-top:35px}.quote-copy{padding:0 15px 30px}}@media(max-width:767.98px){.manufacturer-page .section{padding:60px 0}.manufacturer-hero{padding-bottom:52px}.split-heading{display:block}.split-heading>p{margin-top:14px}.style-grid{grid-template-columns:repeat(2,1fr)}.buyer-grid{grid-template-columns:repeat(2,1fr)}.image-frame img{height:320px}}@media(max-width:479.98px){.proof-grid,.brand-grid{grid-template-columns:1fr}.style-grid a{min-height:90px;padding:18px 14px}.hero-actions{align-items:stretch;flex-direction:column}.hero-actions .btn{text-align:center}.hero-actions .text-link{padding:8px 0}.quote-form{padding:22px 18px}}
.materials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.materials-grid article{background:#fff;border-top:2px solid #1b1b1b;padding:22px}.materials-grid p{font-size:13px;line-height:1.65;margin:12px 0 0}@media(max-width:767.98px){.materials-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:479.98px){.materials-grid{grid-template-columns:1fr}}
.style-grid a{display:flex;flex-direction:column;justify-content:space-between;padding:0;position:relative}.style-grid a img{aspect-ratio:1/1;display:block;object-fit:cover;width:100%}.style-grid a span{font-size:13px;padding:14px 15px 16px}.style-grid a:hover img{filter:brightness(.72)}
.style-grid{border:0;gap:16px;grid-template-columns:repeat(5,minmax(0,1fr))}.style-grid a{aspect-ratio:1/1;border:0;display:block;min-height:0;overflow:hidden}.style-grid a img{height:100%;inset:0;position:absolute;width:100%}.style-grid a::after{background:linear-gradient(180deg,transparent 38%,rgba(0,0,0,.78) 100%);content:'';inset:0;position:absolute}.style-grid a span{bottom:0;color:#fff;font-size:14px;left:0;line-height:1.35;padding:17px;position:absolute;right:0;z-index:1}.style-grid a:hover{background:transparent;color:#fff}.style-grid a:hover img{filter:brightness(.88);transform:scale(1.03);transition:transform .25s ease,filter .25s ease}@media(max-width:991.98px){.style-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:767.98px){.style-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.style-grid a span{font-size:13px;padding:13px}}
.certificate-display{align-items:center;aspect-ratio:16/9;background:#fff;border:1px solid #d0cbc3;display:flex;justify-content:center;margin:0;overflow:hidden;padding:16px}.certificate-display img{display:block;height:100%;max-width:100%;object-fit:contain;width:auto}
.detail-grid,.unit-grid{display:grid;gap:16px}.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-grid article{background:#fff;border-top:2px solid #1b1b1b;padding:22px}.detail-grid p,.unit-grid p,.buyer-copy{font-size:13px;line-height:1.65;margin:0}.knit-table-wrap{overflow-x:auto}.knit-table{min-width:680px}.knit-table th,.knit-table td{padding:16px}.unit-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.unit-grid article{border:1px solid #424242;min-height:175px;padding:24px}.unit-grid i{color:#d8b77e;font-size:23px;margin-bottom:18px}.unit-grid h3{color:#fff}.buyer-copy{margin:25px auto 0;max-width:780px;text-align:center}@media(max-width:767.98px){.detail-grid,.unit-grid{grid-template-columns:1fr}.unit-grid article{min-height:0}}
.factory-map{border:0;display:block;height:280px;width:100%}.section-dark .shipping-list li::before{color:#d8b77e}
.manufacturer-hero{padding-bottom:38px}.manufacturer-page .section{padding:64px 0}.manufacturer-hero .image-frame img{height:360px}@media(max-width:767.98px){.manufacturer-page .section{padding:46px 0}.manufacturer-hero{padding-bottom:30px}.manufacturer-hero .image-frame img{height:300px}}
.quote-form .form-control-file{border:1px solid #bbb6ad;font-size:13px;min-height:44px;padding:9px;width:100%}
.proof-grid{grid-template-columns:repeat(4,1fr)}
@media(max-width:991.98px){.proof-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:479.98px){.proof-grid{grid-template-columns:1fr}}
.brand-grid{grid-template-columns:repeat(3,1fr)}
@media(max-width:991.98px){.brand-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:479.98px){.brand-grid{grid-template-columns:1fr}}
section[aria-labelledby="order-factors-title"] .detail-grid article:last-child{grid-column:1/-1;justify-self:center;max-width:calc((100% - 16px)/2);width:100%}
@media(max-width:767.98px){section[aria-labelledby="order-factors-title"] .detail-grid article:last-child{max-width:none}}
.manufacturer-page .section{padding:48px 0}
.manufacturer-page .section-heading{margin-bottom:26px}
.manufacturer-page .section-action{margin-top:22px}
.brand-grid{gap:12px}
.brand-grid article{min-height:142px;padding:18px}
.brand-grid i{font-size:21px;margin-bottom:13px}
.brand-grid h3{font-size:15px;line-height:1.3;margin-bottom:6px}
.brand-grid p{font-size:12px;line-height:1.5}
section[aria-labelledby="order-factors-title"] .detail-grid{gap:12px}
section[aria-labelledby="order-factors-title"] .detail-grid article{padding:16px}
section[aria-labelledby="order-factors-title"] .detail-grid h3{font-size:16px;margin-bottom:5px}
section[aria-labelledby="order-factors-title"] .detail-grid p{font-size:12px;line-height:1.55}
@media(max-width:767.98px){.manufacturer-page .section{padding:38px 0}.manufacturer-page .section-heading{margin-bottom:22px}}
.unit-grid{gap:12px}
.unit-grid article{min-height:138px;padding:18px}
.unit-grid i{font-size:20px;margin-bottom:12px}
.unit-grid h3{font-size:16px;margin-bottom:5px}
.unit-grid p{font-size:12px;line-height:1.55}
section[aria-labelledby="style-details-title"]{padding-bottom:24px}
section[aria-labelledby="materials-title"]{padding-top:24px}
@media(max-width:767.98px){section[aria-labelledby="style-details-title"]{padding-bottom:20px}section[aria-labelledby="materials-title"]{padding-top:20px}}
