/* Products portfolio page (matches live iLink catalogue layout). */

body.page-products #content_holder {
    margin-top: 15px;
    background: #fff;
    width: 100%;
    max-width: 940px;
    padding: 10px 24px 30px;
    box-sizing: border-box;
}

body.page-products #content {
    width: 100%;
    max-width: 940px;
}

body.page-products .hingham-products-page {
    width: 100%;
}

body.page-products .ContentPageContent a {
    color: #000 !important;
    text-decoration: none;
}

body.page-products .ContentPageContent a:hover {
    text-decoration: underline;
}

.hingham-products-catalogue,
.hingham-products-catalogue .allasset_breadcrumb_holder,
.hingham-products-catalogue .allasset_widget_holder,
.hingham-products-catalogue .allasset_category_holder,
.hingham-products-catalogue .allasset_items_holder {
    display: block;
    position: relative;
    width: 100%;
}

.hingham-products-catalogue .allasset_navigation_holder {
    position: relative;
    display: block;
    width: 100%;
    clear: both;
    margin-bottom: 8px;
    padding-right: 80px;
    box-sizing: border-box;
}

.hingham-products-catalogue .blade_control_holder {
    position: relative;
    width: 100%;
}

.hingham-products-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 10px;
    text-align: left;
}

.hingham-products-nav .blade_contol_link {
    display: inline-block;
    margin: 0 6px 8px 0;
}

.hingham-products-nav .blade_contol_link a {
    display: inline-block;
    background: #246338;
    color: #fff !important;
    text-decoration: none;
    font-family: 'Source Sans 3', 'Source Sans Pro', Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    padding: 7px 14px;
    border-radius: 18px;
}

.hingham-products-nav .blade_contol_link a:hover {
    background: #1a4a29;
    color: #fff !important;
}

.hingham-products-catalogue .allasset_breadcrumb_holder {
    margin: 4px 0 8px;
}

.hingham-products-catalogue .allassets_breadcrumb_item,
.hingham-products-catalogue .allassets_breadcrumb_item * {
    display: inline-block;
}

.hingham-products-catalogue .breadcrumb_home {
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    color: #8e8e8e;
    text-decoration: none;
}

.hingham-products-catalogue .breadcrumb_home:hover {
    text-decoration: underline;
}

.hingham-products-catalogue .allasset_widget_holder {
    height: 37px;
    margin-bottom: 6px;
}

.hingham-products-catalogue #divMovePager {
    text-align: right;
}

.hingham-products-catalogue .allasset_widget_item {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
}

.hingham-products-catalogue .allasset_widget_pager,
.hingham-products-catalogue .allasset_widget_items_per_page {
    float: right;
}

.hingham-products-catalogue .item_per_pager_header {
    font-weight: bold;
    display: inline-block;
    margin-right: 4px;
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    color: #3e3e3e;
}

.hingham-products-catalogue .item_per_pager_dropdown {
    display: inline-block;
}

.hingham-products-catalogue .item_per_pager_dropdown select {
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size: 12px;
}

.hingham-products-catalogue .PagerContainerTable {
    margin: 0;
    padding: 0;
    padding-top: 1px;
    border-collapse: separate;
}

.hingham-products-catalogue .PagerContainerTable td {
    margin: 0;
    padding: 0 3px 0 0;
}

.hingham-products-catalogue .PagerCurrentPageCell span,
.hingham-products-catalogue .PagerOtherPageCells a:hover {
    display: block;
    margin: 0;
    font-size: 11px;
    text-decoration: none;
    color: #8e8e8e;
    border: 1px solid #c8c8c8;
    padding: 2px 6px;
    font-weight: bold;
    background: #f4f4f4;
}

.hingham-products-catalogue .PagerOtherPageCells a {
    display: block;
    margin: 0;
    font-size: 11px;
    text-decoration: none;
    color: #c8c8c8;
    border: 1px solid #c8c8c8;
    padding: 2px 6px;
    font-weight: bold;
    background: #fff;
}

.hingham-products-catalogue .PagerTotalCell {
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size: 11px;
    color: #8e8e8e;
    padding-left: 4px !important;
    vertical-align: middle;
}

.hingham-products-catalogue .allasset_category_holder {
    padding-bottom: 10px;
}

.hingham-products-catalogue .allassets_category_holder {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 10px;
}

.hingham-products-catalogue .allassets_category_item_holder {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 180px;
    height: 270px;
    flex: 0 0 180px;
    background: #f3f3f3;
}

.hingham-products-catalogue .allassets_category_item_holder.is-hidden-page {
    display: none;
}

.hingham-products-catalogue .allassets_category_item_image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hingham-products-catalogue .allassets_category_information {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: rgba(36, 98, 56, 0.9);
    padding-bottom: 34px;
    box-sizing: border-box;
}

.hingham-products-catalogue .allassets_category_information_name {
    color: #fff;
    font-size: 16px;
    font-family: 'Source Sans 3', 'Source Sans Pro', Century Gothic, sans-serif;
    padding: 8px 8px 4px;
    text-align: center;
    white-space: normal;
    line-height: 1.2;
    display: table;
    width: 100%;
    box-sizing: border-box;
}

.hingham-products-catalogue .allassets_category_information_description {
    color: #ffff00;
    font-size: 11px;
    font-family: 'Source Sans 3', 'Source Sans Pro', Century Gothic, sans-serif;
    padding: 0 8px;
    text-align: center;
    line-height: 1.3;
    max-height: 36px;
    overflow: hidden;
}

.hingham-products-catalogue .allassets_category_information_description p {
    margin: 0 0 2px;
}

.hingham-products-catalogue .allassets_category_information_view_more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    text-align: center;
}

.hingham-products-catalogue .allassets_category_information_view_more a {
    display: inline-block;
    background: #9dcc5a;
    color: #fff !important;
    text-decoration: none !important;
    padding: 5px 12px 4px;
    border-radius: 2px;
    font-size: 12px;
    font-family: 'Source Sans 3', 'Source Sans Pro', sans-serif;
    min-width: 70px;
    text-align: center;
}

.hingham-products-catalogue .allasset_shopping_cart_holder {
    position: absolute;
    right: 0;
    top: 0;
}

/* Blade hover dropdown panels */
.hingham-products-catalogue .blade_control_content_holder {
    position: relative;
}

.hingham-products-catalogue .blade_control_content {
    position: absolute;
    left: -9999px;
    top: 100%;
    width: 100%;
    max-width: 900px;
    padding: 12px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 2px 2px 4px #aaa;
    z-index: 44;
}

.hingham-products-catalogue .blade_control_content_category_link a {
    color: #8e8e8e;
    font-size: 12px;
    text-decoration: none;
}

.hingham-products-catalogue .blade_control_content_category_link a:hover {
    text-decoration: underline;
}

.hingham-products-catalogue .allassets_category_holder_list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
}

.hingham-products-catalogue .category_list_holder {
    border-bottom: 1px solid #e6e6e6;
}

.hingham-products-catalogue .category_list_name a {
    display: block;
    padding: 8px 10px;
    color: #2a2a2a;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.hingham-products-catalogue .category_list_name a:hover {
    color: #246338;
}

/* Product listing grid */
.hingham-catalog-product-grid .item_display_block {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 10px;
}

.hingham-catalog-product-grid .item_display_holder {
    width: 180px;
    flex: 0 0 180px;
}

.hingham-catalog-product-grid .item_display_holder.is-hidden-page {
    display: none;
}

.hingham-catalog-product-grid .item_display_image_responsive_holder {
    position: relative;
    width: 180px;
    height: 180px;
    overflow: hidden;
}

.hingham-catalog-product-grid .item_display_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hingham-catalog-product-grid .Item_display_add_to_cart {
    display: none;
    position: absolute;
    top: 8px;
    right: 8px;
    background: #666;
    color: #fff;
    border: 0;
    border-radius: 4px;
    padding: 6px 10px;
    font-size: 11px;
    cursor: pointer;
}

.hingham-catalog-product-grid .item_display_info {
    padding: 8px 2px 0;
    font-family: 'Source Sans 3', 'Source Sans Pro', Arial, sans-serif;
}

.hingham-catalog-product-grid .item_name {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 4px;
}

.hingham-catalog-product-grid .item_code {
    font-size: 12px;
    color: #666;
    margin-bottom: 4px;
}

.hingham-catalog-product-grid .item_short_description {
    font-size: 12px;
    color: #444;
    line-height: 1.35;
    margin-bottom: 6px;
}

.hingham-catalog-product-grid .item_price_label {
    font-weight: 700;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .hingham-products-catalogue .allassets_category_holder_list {
        grid-template-columns: 1fr;
    }

    .hingham-catalog-product-grid .item_display_holder {
        width: calc(50% - 8px);
        flex: 0 0 calc(50% - 8px);
    }
}

@media only screen and (max-width: 959px) {
    .hingham-products-catalogue .allasset_navigation_holder {
        padding-right: 0;
        padding-top: 44px;
    }

    .hingham-products-catalogue .allasset_shopping_cart_holder {
        left: 0;
        right: auto;
        top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .hingham-products-catalogue .allassets_category_item_holder {
        width: calc(50% - 8px);
        flex: 0 0 calc(50% - 8px);
        height: 240px;
    }

    .hingham-products-nav .blade_contol_link a {
        font-size: 11px;
        padding: 6px 10px;
    }
}
