﻿@charset "UTF-8";
/* CSS Document */

.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.search-wrapper {
    margin: 0 0 0 0;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, .4) inset, 0 1px 0 rgba(255, 255, 255, .2);*/
    /*background-color: #D7D2B7;*/
    background-color: var(--wh-white, #FFFDF8);

}

    .search-wrapper input {
        width: 100%;
        padding: 8px 5px 8px 10px;
        /*float: left;*/
        /*font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';*/
        /*font-weight: bold;*/
        color: var(--wh-brown, #2A1810);
        font-size: 1.9rem;
        /*background-color: #D7D2B7;*/
        background-color: var(--wh-white, #FFFDF8);
        border-radius: 0;
        /*height: 34px;*/
    }

        .search-wrapper input:focus {
            /* standard green biege */
            /*background-color: #D7D2B7;*/
            box-shadow: 0 0 2px rgba(255, 140, 0,1);
            
        }

        .search-wrapper input::-webkit-input-placeholder {
            /*color: #999;*/
            color: var(--wh-muted-text, #6B5B3A);
            font-weight: normal;
            /*font-style: italic;*/
        }

        .search-wrapper input:-moz-placeholder {
            /*color: #999;*/
            color: var(--wh-muted-text, #6B5B3A);
            font-weight: normal;
            /*font-style: italic;*/
        }

        .search-wrapper input:-ms-input-placeholder {
            /*color: #999;*/
            color: var(--wh-muted-text, #6B5B3A);
            font-weight: normal;
            /*font-style: italic;*/
        }

.searchBarContainer {
    display: flex;
    width: 95%;
    background-color: var(--wh-white, #FFFDF8);
    justify-content: center;
    margin: 20px auto 20px auto;
}

#CategoryLG {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: var(--wh-khaki-soft, #E8E2CC);
    padding: 0 3px;
    border-right: 0.25px var(--wh-border, #DDD4BC) solid;
}

    #CategoryLG option {
        background-color: var(--wh-khaki-soft, #E8E2CC);
        color: var(--wh-muted-text, #6B5B3A);
        font-size: 0.9em;
    }
.search-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 34px;
    width: 72px;
    font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: var(--wh-off-white, #F7F3E9);
    text-transform: uppercase;
    background: var(--wh-green, #0F3A22);
    border-radius: 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}

        .search-wrapper button:hover {
            background: var(--wh-green, #0F3A22);
        }

        .search-wrapper button:active,
        .search-wrapper button:focus {
            background: var(--wh-brown, #2A1810);
        }

        .search-wrapper button:before { /* left arrow */
            content: '';
            position: absolute;
            border-width: 8px 8px 8px 0;
            border-style: solid solid solid none;
            border-color: transparent var(--wh-green, #0F3A22) transparent;
            top: 10px;
            left: -8px;
        }

        .search-wrapper button:hover:before {
            border-right-color: var(--wh-brown, #2A1810);
        }

        .search-wrapper button:focus:before,
        .search-wrapper button:active:before {
            border-right-color: var(--wh-brown, #2A1810);
        }

        .search-wrapper button::-moz-focus-inner {
            border: 0;
            padding: 0;
        }

#searchIconContainer {
    display: flex;
    align-items: center;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    height: 100%;
    padding: 0 15px;
    background-color: var(--wh-brass, #C8912F);
    /* T045: brass ALWAYS takes ink-brown text (6.10:1). White on brass is 2.78:1
       and forbidden by the handoff. Was #fca331 with white — 2.01:1. */
    color: var(--wh-brown, #2A1810);
    border-top: 0.5px solid var(--wh-brass, #C8912F);
    border-bottom: 0.5px solid var(--wh-brass, #C8912F);
}
#searchIconContainer:hover {
    cursor: pointer;
    background-color: var(--wh-brass-dark, #B37F22)
}

body {
    background-color: var(--wh-white, #FFFDF8);
}

/* Spec 005 (phase 5) — legacy anchor ink, fixed at source.
   TWO stylesheets declared a:link at identical (0,1,1) specificity:
     style-1.1.css   a:link, a:visited { color: #d7d2b7 }   (khaki)
     search-1.1.css  a:link            { color: #fff    }   (white)
   _Layout_Modern loads both via rel=preload with onload handlers, so they
   applied in LOAD-COMPLETION order, not document order — which rule won was a
   function of network timing. That is why phases 1 and 4 each hit this and
   patched locally instead of diagnosing it. Both now resolve to the same
   tokens, so the race is unobservable.

   Standby values are mandatory here: these files also load on _Layout,
   _GLayout and _ResolutionCenterLayout, none of which include the token
   block, and an unguarded var() would resolve to nothing there.
   --wh-saddle on --wh-off-white = 6.09:1. */
a:link {
    text-decoration: none;
    color: var(--wh-saddle, #8A4B24);
}

a:visited {
    text-decoration: none;
    color: var(--wh-saddle, #8A4B24);
}

a:hover {
    text-decoration: none;
    color: var(--wh-saddle-dark, #6E3A1B);
}

a:active {
    text-decoration: none;
    color: var(--wh-saddle-dark, #6E3A1B);
    /*font-weight: bold;*/
}

body, td, th {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--wh-green, #0F3A22);
}

.searchranking {
    padding-top: 6px;
    padding-bottom: 6px;
    border: 1px solid var(--wh-white, #FFFDF8);
}

    .searchranking:hover {
        border: 1px solid var(--wh-border, #DDD4BC);
        background-color: var(--wh-off-white, #F7F3E9);
    }

div.search_stars_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.newsDiv {
    padding: 5px 5px;
}

    .newsDiv:hover {
        /* T045: was #808080 carrying white text at 3.95:1. --wh-muted-text with
           off-white is 5.95:1. */
        background-color: var(--wh-muted-text, #6B5B3A);
        color: var(--wh-off-white, #F7F3E9);
    }

a.textLink {
    font-size: 1em;
    font-weight: bold;
    text-decoration: underline;
    color: var(--wh-green, #0F3A22);
}

.desktopOnly {
    display: none;
}

.specialsSliderContainer {
    width: 100%;
    display: flex;
    justify-content: center;
}

.h1Container {
    width: 100%;
    padding: 0 10px 0 10px;
}

.desktopHeroContainer {
    width: 100%;
    margin: 10px 0;
}

.sliderProductSliderText {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
    /* */
    /*font-weight: bold;*/
    color: var(--wh-brown, #2A1810);
    font-size: 1.3rem;
    font-family: Arial, Verdana, Geneva, sans-serif;
}


.sliderProductTextCopy {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    /* */
    /*font-weight: bold;*/
    color: var(--wh-brown, #2A1810);
    font-size: 1.3rem;
    font-family: Arial, Verdana, Geneva, sans-serif;
}

.mobileOnly {
    display: block;
}

/* Shop By Category styling - MOBILE */

.shopByCategoryMainDiv {
    display: block;
    /*background-color: red;*/
}

.shopByCategoriesContainer {
    display: block;
    /*background-color: red;*/
}

.catLinkContainer {
    width: 100%;
    margin: 3px 5px;
}

.categoryCard {
    width: 100%;
    padding: 1px 10px;
    margin: 0px 0px;
    border: 1px solid var(--wh-border-strong, #C3B896);
    display: flex;
    background-color: var(--wh-white, #FFFDF8);
    align-items: center;
    height: auto;
    max-height: 100px;
    min-height: 100px;
}

.innerCard {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.catImageSrc {
    max-width: 70px;
    max-height: 85px;
    padding: 4px;
}

.catImageContainer {
    margin-right: 15px;
}

.catTitleContainer {
    display: flex;
    font-size: 2.5rem;
    color: var(--wh-brown, #2A1810);
}

.shopByCategoryMainDiv {
    margin: 50px 0;
}

.ShopByCategoryTitleContainer {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 3rem;
    font-weight: 700;
    border-bottom: 1px solid var(--wh-border, #DDD4BC);
}

.card {
    border-radius: 10px;
    background-color: var(--wh-white, #FFFDF8);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1); /* Drop shadow effect */
    transition: box-shadow 0.0s ease; /* Smooth transition for hover effect */
}

    .card:hover {
        box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.4); /* Larger drop shadow on hover */
    }
/*END - Shop By Category - MOBILE styling */

.scrolling-wrapper {
    display: flex;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /*&::-webkit-scrollbar{
            display: none;
        }*/
}

.card {
    position: relative;
    flex: 0 0 auto;
}

.mobileTitleBar {
    margin: 30px 0 6px 0;
    font-size: 2rem;
    font-weight: bold;
}

.searchBoxMobile {
    display: block;
    border-top: 0.25px solid var(--wh-border, #DDD4BC);
    border-bottom: 0.25px solid var(--wh-border, #DDD4BC);
    border-left: 0;
    border-right: 0;
}

.searchBoxDesktop {
    display: none;
}
/* SearchIndexProduct.cshtml styling - MOBILE */


/* END SearchIndexProduct.cshtml - MOBILE styling*/


    @media (min-width: 1024px) {

        /* SearchIndexProduct.cshtml styling - DESKTOP */


        /* END SearchIndexProduct.cshtml styling - DESKTOP */
        .searchBoxMobile {
            display: none;
        }
        .searchBoxDesktop {
            display: block;
            border-top: 0.25px solid var(--wh-border, #DDD4BC);
            border-bottom: 0.25px solid var(--wh-border, #DDD4BC);
            border-left: 0;
            border-right: 0;
        }

        #CategoryLG option {
            background-color: var(--wh-khaki-soft, #E8E2CC);
            color: var(--wh-muted-text, #6B5B3A);
        }

        .searchBarContainer {
            display: flex;
            width: 50%;
            background-color: var(--wh-white, #FFFDF8);
            justify-content: center;
            margin: 12px auto 30px auto;
        }

        .mobileOnly {
            display: none;
        }

        .desktopOnly {
            display: flex;
            flex-direction: column;
            width: 100%;
        }

        .specialsSliderContainer {
            width: 33%;
        }

        .h1Container {
            width: 33%;
            padding: 0 10px 0 40px;
        }

        .desktopHeroContainer {
            display: flex;
        }

        .scrolling-wrapper {
            display: flex;
            margin: 0 0 20px 0;
            padding: 0 0 10px 0;
            flex-wrap: nowrap;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            /*&::-webkit-scrollbar{
            display: none;
        }*/
        }

        .card {
            position: relative;
            flex: 0 0 auto;
        }

        .mobileTitleBar {
            margin: 30px 0 6px 0;
            font-size: 2rem;
            font-weight: bold;
        }

        /* Shop By Category styling - DESKTOP */

        .shopByCategoryMainDiv {
            display: block;
        }

        .shopByCategoriesContainer {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            justify-content: center;
        }

        .catLinkContainer {
            width: 30%;
            margin: 7px 14px;
        }

        .categoryCard {
            width: 100%;
            padding: 15px 10px;
            margin: 7px 0px;
            border: 1px solid var(--wh-border-strong, #C3B896);
            display: flex;
            background-color: var(--wh-white, #FFFDF8);
            align-items: center;
            height: auto;
            max-height: 100px;
            min-height: 100px;
        }

        .innerCard {
            display: flex;
            align-items: center;
            padding: 10px 0;
        }

        .catImageSrc {
            max-width: 80px;
            max-height: 95px;
            padding: 6px;
        }

        .catImageContainer {
            margin-right: 20px;
        }

        .catTitleContainer {
            display: flex;
            font-size: 2.5rem;
            color: var(--wh-brown, #2A1810);
        }

        .shopByCategoryMainDiv {
            margin: 80px 0;
        }

        .ShopByCategoryTitleContainer {
            width: 100%;
            display: flex;
            justify-content: center;
            font-size: 3rem;
            font-weight: 700;
            border-bottom: 0px solid var(--wh-border, #DDD4BC);
        }

        .card {
            border-radius: 10px;
            background-color: var(--wh-white, #FFFDF8);
            box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1); /* Drop shadow effect */
            transition: box-shadow 0.0s ease; /* Smooth transition for hover effect */
        }

            .card:hover {
                box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.4); /* Larger drop shadow on hover */
            }

        /* END Shop By Category styling */
    }