/*
CTC Separate Stylesheet
Updated: 2025-10-07 14:31:34
*/

/* Buttons */
.button,
.wp-block-button .wp-block-button__link {
    padding: 9px 16px 10px;
    border-radius: 4px;
}

@media (min-width: 1024px) {
    .c-button-stretch-d,
    .c-button-stretch-d .wp-block-button__link {
        width: 100% !important;
        display: block;
        text-align: center;
  }
}

/* Links */
.entry-content a:not(.gb-text) {
     color: #4A7C59;   
}
.entry-content a:hover:not(.gb-text) {
     color: #3B6346;   
}
.entry-content a.wp-block-button__link {
    background: #4B7C5A;
    color: #fff;
}
.entry-content a.wp-block-button__link:hover {
    background: #3B6346;
    color: #fff;
}


/* WooCommerce */

/* Products grid */
.wc-block-product-template__responsive {
    margin: 0;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-gap: 48px 30px;
}

@media screen and (max-width: 998px) {
    .wc-block-product-template__responsive {
    	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}
@media screen and (max-width: 680px) {
    .wc-block-product-template__responsive {
    	grid-template-columns: 1fr !important;
	}
}

.wc-block-product-template__responsive li {
    position: relative;
    border-radius: 4px;
    box-shadow: 0 0 2px rgba(23, 26, 31, 0.08);
    padding: 0;
    background: #fff;
    overflow: hidden;
display: flex;
    flex-direction: column;
}

.wc-block-product-template__responsive .wc-block-components-product-image {
    height: 193px;
    margin-bottom: 29px;
}

.wc-block-product-template__responsive .wc-block-components-product-image a,
.wc-block-product-template__responsive .wc-block-components-product-image img {
    height: 100%;
}
@media (max-width: 1024px) {
    .wc-block-product-template__responsive .wc-block-components-product-image {
        height: 228px;
    }
}
@media (max-width: 767px) {
    .wc-block-product-template__responsive .wc-block-components-product-image {
        height: 257px;
    }
}

.wc-block-product-template__responsive .c-product-info {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}

.wc-block-product-template__responsive .c-product-info .wp-block-group__inner-container {    
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    padding: 0 28px 28px;
}

.wc-block-product-template__responsive .wp-block-button.wc-block-components-product-button  {
    margin-top: auto;
}

.wc-block-product-template__responsive
.wp-block-button__link {
    margin-top: auto;
}

.wc-block-product-template__responsive .wc-block-components-product-button,
.wc-block-product-template__responsive .wc-block-components-product-button .wp-block-button__link {
    width: 100% !important;
}
.wc-block-product-template__responsive .wc-block-components-product-button .wp-block-button__link {
    background: #4B7C5A;
}

.wc-block-product-template__responsive .wc-block-components-product-button .wp-block-button__link:hover {
    background: #3B6346;
}

.wc-block-product-template__responsive .wp-block-post-title {
    text-align: left;
    color: #171A1F;
}

.wc-block-product-template__responsive .gb-element-67428ac5 .wp-block-woocommerce-product-collection {
    width: 100%;
}

.wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
}

/* Tag */
.wc-block-product-template__responsive .taxonomy-product_cat {
    position: absolute;
    top: 22px;
    left: 12px;
    font-size: 12px;
    font-weight: 700;
}

.wc-block-product-template__responsive .taxonomy-product_cat a {
    padding: 4px 12px 5px;
    border-radius: 50px;
    text-decoration: none;
    background: #B58D5E;
    color: #fff;
}

/* Forms */
.wpforms-container {
    margin: 0 !important;
}
.wpforms-field-container {   
    text-align: left;
}

.wpforms-field {
    margin-bottom: 18px !important;
    padding: 0 !important;
}

div.wpforms-container-full .wpforms-field-label, .wp-core-ui div.wpforms-container-full .wpforms-field-label {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px; 
    font-weight: 600 !important;
}

.wpforms-field-container input,
.wpforms-field-container textarea {
    height: 38px !important;
    max-width: 100% !important;
    padding: 1px 10px !important;
    border: 1px solid #DEE1E6 !important;
    font-size: 14px !important;
    line-height: 22px;
}
.wpforms-field-container textarea {
    height: 110px !important;
    padding: 8px 10px !important;
}
.wpforms-submit {
    width: 100% !important;
    margin-top: 6px !important;
    background-color: #4A7C59 !important;
}

.wpforms-submit:hover {
    background-color: #3B6346 !important;
}

/* Grid layout */
.c-grid .c-card-img-holder img {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 680px) {
    .c-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (min-width: 999px) {
    .c-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
    .c-grid.с-grid--two-cols {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}


/* Product page */
.single-product .product_title {
    font-size: 36px;
    line-height: 1.11;
}

/* Product grid */
.wp-block-post-title a {
    color: #171A1F !important;
}

/* Description */
.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 46px;
}

.single-product .woocommerce-Tabs-panel h2 {
    margin-bottom: 33px;
    font-size: 30px;
    line-height: 1.2rem;
}

/* Related Products */
.related h2 {
    font-size: 20px;
}
.woocommerce-loop-product__title {
    line-height: 28px;
    color: #3b6346;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 4px 4px 0 0;
}

.product img {
    border-radius: 4px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    background-color: #4A7C59;   
    color: #fff;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover:hover {
    background: #3B6346;
    color: #fff;
}

/* Header */
.search-modal-form {
    border-radius: 4px;
}

.site-header.grid-container {
    max-width: 1180px;
}

@media (min-width: 1240px) {
    .inside-header {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* Navigation Menu */
.menu-item a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #171A1F;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    font-weight: 700;
    color: #4B7C5A;
}
.main-navigation .main-nav ul li a:hover {
    color: #4B7C5A;
}

/* Footer */
.site-footer {
    padding: 0 !important;
}

.c-footer a {
    text-decoration: none;
    color: rgba(87, 94, 110, 0.8) !important;
}
.c-footer a:hover {
    color: #3B6346 !important;  
}

.c-social-link {
    float: left;
    display: block;
    width: 28px;
    height: 24px;
    margin: 12px 12px 0 0;
    text-align: center;
}
.c-social-link path {
    transition: fill 0.1s ease-out;
}
.c-social-link:hover path {
    fill: #4b7c59;
}

.site-footer .inside-site-info {
    font-size: 14px;
    line-height: 20px;
    color: #6a6c70;
}

.site-footer .copyright-bar {
    float: left;
    width: 100%;
    text-align: left;
}

@media screen and (min-width: 768px){
    .site-footer {
        padding: 0 30px;
    }
} 

@media screen and (min-width: 1080px){
    .site-footer .inside-site-info {
        max-width: 1180px;
    }
}

.lex-term-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 60px 0 0;
}

.lex-term-footer .button {
    color: #fff !important;
}

/* Search page */
.search .page-title {
    font-size: 46px;
    height: 1.25rem;
    margin-bottom: 80px;
}
.search .entry-title {
    margin-bottom: 40px;
    font-size: 36px;
}

.search .site-content {
    padding: 80px 0 70px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select, button {
    border-radius: 4px;
}

.search .page {
    margin-bottom: 40px;
}

/* Featured Post */
.c-featured-post .gb-text {
    float: left;
    width: 100%;
    margin-bottom: 11px;
    margin-top: -7px;
    line-height: 31px;
}
.c-featured-post .gb-text a {
    text-decoration: none;
    color: var(--nav-text);
    font-family: var(--gp-font--open-sans);
    font-size: 24px;
    font-weight: 600;    
    text-align: left;
}

.c-featured-post .c-button {
    width: auto;
    margin-bottom: 0;
}

/* Contact form */
.wpforms-confirmation-container-full {
    border: none !important;
    border-radius: 4px !important;
    background: #f9f5ef !important;
}

/* Newsletter form */
.mc4wp-form input,
.mc4wp-form input[type="submit"] {
    float: left;
    width: 100%;
    height: 49px;
    margin-bottom: 17px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 22px;
    background: #fff;
}

.mc4wp-form label {
    display: none;
}

.mc4wp-form input[type="submit"] {
    transition: all .15s ease-out;
    color: #171A1F;
}
.mc4wp-form input[type="submit"]:hover {
    background: #3b6346;
    color: #fff;
}

.mc4wp-form .note {
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.7);
}

/* Blog */
.c-posts-section-title {
   width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.c-posts-section-title h3 {
    display: inline-block;
}

/* Center the entire dropdown */
.c-post-filter {
	display: flex;
        width: 100%;
	justify-content: center;
	margin: 0 0 60px;
}

/* Make the select match your site’s style */
.c-post-filter select {
	padding: 0.6rem 1.2rem;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 1rem;
	background: #fff url('data:image/svg+xml;charset=UTF8,<svg …>') no-repeat right 0.9rem center;
}

.c-posts-grid {
    display: grid;
    grid-template-columns: 1fr; 
    column-gap: 20px;
    row-gap: 20px;     
}
@media screen and (min-width: 680px) {
    .c-posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 999px) {
    .c-posts-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

.c-post-card,
.c-product-card  {
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    background: #fff;
}

.c-post-card .c-post-img,
.c-post-card .post-image,
.c-product-card .c-product-img {
    height: 193px;
    margin-bottom: 18px;
    position: relative;
    border-radius: 4px;
}
.c-post-card .c-post-img a,
.c-post-card .post-image a,
.c-product-card .c-product-img a {
    height: 100%;
}

.c-post-card .c-post-img img,
.c-product-card .c-product-img img,
.post-image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 4px 4px 0px 0px;
}

@media (max-width: 1024px) {
    .c-post-card .c-post-img,
    .c-product-card .c-product-img {
        height: 228px;
    }
}
@media (max-width: 767px) {
    .c-post-card .c-post-img,
    .c-product-card .c-product-img {
        height: 257px;
    }
}

.c-post-card .c-post-info,
.c-product-card .c-product-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 0 28px 28px;
    line-height: 26px;
}

.search .c-post-card .c-post-img {
    margin-bottom: 0;
}
.search .c-post-card .c-post-info {
    padding-top: 18px;
}

.c-post-card .c-post-cat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 26px;
    color: #171A1F; 
}

.c-post-card .c-post-title,
.c-post-card .entry-title,
.c-product-card .c-product-title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #171A1F;
}
.c-post-card .c-post-title a,
.c-post-card .entry-title a,
.c-product-card .c-product-title a {
    text-decoration: none;
    color: #171A1F !important;
}

.c-product-card .c-product-price {
    font-weight: 700;
}

/* Pagination */
.c-post-pagination,
.c-store-pagination,
.paging-navigation,
.nav-links {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 34px 0 0 !important;
}

.c-post-pagination,
.c-store-pagination {
    margin: 40.5px 0 0 0 !important;
}

.c-post-pagination .page-number,
.c-store-pagination .page-number,
.nav-links .page-numbers {
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    margin: 0 4px;
    background: #fff;
    color: #333;
}
.c-post-pagination .page-number:nth-child(1),
.c-store-pagination .page-number:nth-child(1),
.nav-links .page-numbers:nth-child(1) {
    margin-left: 0;
}

.c-post-pagination .current,
.c-store-pagination .current,
.nav-links .current {
    background: #333;
    pointer-events: none;
    color: #fff !important;
}

.c-post-pagination a:hover,
.c-store-pagination a:hover {
    background: #333;
    color: #fff !important;
}


/* --- Filterable Posts Grid --- */
.c-blog-filter-wrapper,
.c-store-filter-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-bottom: 20px;
}
@media screen and (min-width: 768px){
    .c-blog-filter-wrapper,
    .c-store-filter-wrapper {
        margin-bottom: 30px;
    }    
}
@media screen and (min-width: 1025px){
    .c-blog-filter-wrapper,
    .c-store-filter-wrapper {
        margin-bottom: 40px;
    }    
}

.c-blog-filter-wrapper label,
.c-store-filter-wrapper label {
    display: none;
}

.c-blog-category-dropdown,
.c-store-category-dropdown {
    padding: 8px 7px 9px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    transition: border-color 0.3s ease;
    min-width: 302px;
    color: #171a1f;
}

.c-blog-category-dropdown:hover,
.c-blog-category-dropdown:focus,
.c-store-category-dropdown:hover,
.c-store-category-dropdown:focus {
    border-color: #333;
    outline: none;
}

/* Posts Grid */
.c-blog-posts-grid,
.c-store-products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
}

@media (max-width: 1025px) {
    .c-blog-posts-grid,
    .c-store-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .c-blog-posts-grid,
    .c-store-products-grid {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.c-blog-posts-grid .c-buttons,
.c-store-products-grid .c-product-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-top: auto;
    padding-top: 12px;
}

.c-store-products-grid .c-product-button {
    width: 100%;
}
.c-store-products-grid .c-product-button a {
    width: 100%;
    align-items: center;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin-top: auto;
    padding-bottom: 9px;
    padding-top: 7px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    border-radius: 4px;
}

.c-blog-posts-grid .reading-time {
    font-size: 14px;
    line-height: 39px;
}
.c-blog-posts-grid .c-buttons .button,
.c-blog-posts-grid .c-buttons .button:hover,
.c-store-products-grid .c-product-button a,
.c-store-products-grid .c-product-button a:hover {
    text-align: center;
    color: #fff;
}

.c-store-products-grid a.added_to_cart {
    text-decoration: none;
    font-weight: 600;
    color: #565d6d;
}
.c-store-products-grid a.added_to_cart:hover {
    color: #000;
}

/* Blog Post Item */
.blog-post-item:hover .blog-post-image img {
    transform: scale(1.05);
}

/* Loading Indicator */
.blog-loading {
    max-width: 896px;
    text-align: center;
    padding: 30px;
    color: #666;
}

/* Content */
.entry-header .entry-title {
    margin-bottom: 50px;
    font-size: 36px;
    line-height: 40px;
}

.container .site-content {
    padding: 0 30px;
}

@media (max-width: 1024px) {
    .container .site-content {
        padding: 0 68px 60px;
    }
}
@media (max-width: 767px) {
    .container .site-content {
        padding: 0 36px 60px;
    }
}

/* Single post */
@media screen and (max-width: 1024px) {
    .single .site-content {
        padding: 0 68px 60px;
    }
}
@media screen and (max-width: 767px) {
    .single .site-content {
        padding: 0 36px 60px;
    }
}

.single .entry-content {
    padding: 14px 0;
    font-size: 18px;
    line-height: 29px;
}

.single .entry-content p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 29px;
}

/* Heading Hierarchy */
.single .entry-content h1 {
    font-size: 48px;
    line-height: 54px;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

.single .entry-content h2 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 2.25rem;
    margin-bottom: 1.25rem;
}

.single .entry-content h3 {
    font-size: 30px;
    line-height: 36px;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.single .entry-content h4 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
}

.single .entry-content h5 {
    font-size: 20px;
    line-height: 28px;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.single .entry-content h6 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
}

.single .entry-content h1,
.single .entry-content h2,
.single .entry-content h3,
.single .entry-content h4,
.single .entry-content h5,
.single .entry-content h6,
.page-template-template-default-page .site-content h1,
.page-template-template-default-page .site-content h2,
.page-template-template-default-page .site-content h3,
.page-template-template-default-page .site-content h4,
.page-template-template-default-page .site-content h5,
.page-template-template-default-page .site-content h6 {
    color: #171A1F;
}

.page-template-template-default-page .site-content .entry-title {
    display: table;
    width: 100%;
    margin: 60px 0 80px;
    font-size: 36px;
    line-height: 43px;
    font-weight: 700;
    color: var(--red);
}

.single .inside-article {
    padding: 97px 0 0;
}

.single .entry-title {
    display: table;
    margin: 0 auto 32px;
    max-width: 896px;
    font-size: 36px;
    line-height: 43px;
    font-weight: 700;
    text-align: center;
}

.entry-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    margin: 0 0 50px;
    font-size: 16px;
    line-height: 28px;
    color: #565D6D;
}

@media screen and (max-width: 504px) {
    .entry-meta li:nth-child(2):before {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .entry-meta {
        margin-bottom: 60px;
    }
}

.entry-meta li {
    position: relative;
    padding: 0 19px 0 16px;
    list-style: none;
}

.entry-meta li:before {
    content: '';
    position: absolute;
    top: 11px;
    right: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #565D6D;
}

.entry-meta li:last-child:before {
    display: none;
}

.post-thumbnail {
    margin-bottom: 15px;
}

@media screen and (min-width: 1024px) {
    .post-thumbnail {
        margin-bottom: 30px;
    }
}

.single img,
.post-thumbnail img {
    border-radius: 4px;
}

.post-thumbnail img {
    display: table;
    margin: 0 auto;
}

.single .entry-content img {
    margin-bottom: 18px;
}

.entry-content .wp-block-list {
    margin-left: 16px;
}

pre {
    border-radius: 4px;
}

table.has-fixed-layout {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #ddd;
}

/* Style the thead for rounded top corners */
table.has-fixed-layout thead th:first-child {
    border-top-left-radius: 4px;
}

table.has-fixed-layout thead th:last-child {
    border-top-right-radius: 4px;
}

/* Style the tbody for rounded bottom corners */
table.has-fixed-layout tbody tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
}

table.has-fixed-layout tbody tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}

.wp-block-table td, .wp-block-table th {
    border: 0.1px solid #DEE1E6 !important;
}

/* Comments */
.comments-area .comment-reply-title {
    font-size: 30px;
    line-height: 36px; 
}

.comment-form input,
.comment-form textarea {
    border: 1px solid #DEE1E6;
    border-radius: 4px;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    width: 100%;
}
.comment-form input[type="submit"] {
    border: none;
}

/* Lexicon Terms page */
/* Jump menu */
.lexicon-alpha-nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0 0 100px;
    font-size: 0.9rem;
    letter-spacing: .05em;
}

.lexicon-alpha-nav a {
    margin-right: 27px;
    text-decoration: none;
    color: var(--gp-primary-navigation-text, #333);
}
.lexicon-alpha-nav a:last-child {
    margin-right: 0;
}
.lexicon-alpha-nav a:hover { text-decoration: underline; }

/* Letter blocks */
.lex-all-letters {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
}

.lex-letter-block { margin-bottom: 3rem; }
.lex-letter-block h2 {
    font-size: 1.5rem;
    margin: 0 0 .75rem;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: .25rem;
}
.lex-letter-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
    column-count: 2;
    column-gap: 2rem;
}
.lex-letter-block li { margin: 0 0 .5rem 0; }

.lex-letter-block h2 {
    margin-top: 0; 
}

/* Single Product page */

.woocommerce-product-gallery__wrapper {
    margin-bottom: 18px;
    border-radius: 4px;
    overflow: hidden;
}
.woocommerce div.product div.images img {
    margin-bottom: 0;
}

.woocommerce div.product form.cart .button {
    height: 45px;
    background-color: var(--green);
}
.woocommerce div.product form.cart .button:hover {
    background: #3B6346;
}

.single-product div.product .product_title {
    text-align: left;
    font-size: 36px;
    line-height: 40px;
    margin: 0 0 20px;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 26px;
    line-height: 40px;
}

.related.products h2 {
    font-size: 26px;
    line-height: 40px;
}

.single-product ul.products li.product .woocommerce-loop-category__title, 
.single-product ul.products li.product .woocommerce-loop-product__title,
.single-product .woocommerce ul.products li.product h3 {
    font-size: 20px; 
    line-height: 28px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0 28px;
    border-color: #DEE1E6;
    background-color: #ebe6de;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-color: #DEE1E6;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.woocommerce ul.products li.product .button {
    padding: 9px 16px 10px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.single-product .service-delivery-notice {
    margin-top: 10px;
    font-size: 0.9rem;
    font-style: italic;
    color: #666;
}

.woocommerce-cart .site-content {
    padding: 0 36px;
}

@media screen and (min-width: 767px) {
    .woocommerce-cart .site-content,
    .single-product .site-content {
        padding: 0 68px;
    }
}
@media screen and (min-width: 1024px) {
    .woocommerce-cart .site-content,
    .single-product .site-content {
        padding: 0 30px;
    }
}

/* Cart page */
@media (max-width: 768px) {
    .entry-content .alignwide, body:not(.no-sidebar) .entry-content .alignfull {
        margin-left: 0;
        width: 100%;
        max-width: 100%;
    }
}

/* Product name */
.wc-block-components-product-name,
.wc-block-checkout__sidebar .wc-block-components-product-name {
    margin-top: -4px;
    margin-bottom: 15px !important;
    font-size: 1.2rem !important;
    line-height: 1.5;
    text-decoration: none;
    font-weight: 600;
}

/* Product metadata (description) */
.wc-block-components-product-metadata {
    margin-top: 4px;
    font-size: 0.85rem;
    line-height: 1.5;
    color: #666;
}

/* Prices */
.wc-block-formatted-money-amount {
    font-size: 1rem;
    font-weight: 700 !important;
}

/* Remove link */
.wc-block-cart-item__remove-link {
    font-size: 0.9rem;
}

/* Cart totals heading */
.wc-block-cart__totals-title {
    font-size: 1.2rem;
    font-weight: 400;
    color: #555;
}

/* Panel buttons (Add coupons, etc.) */
.wc-block-components-panel__button {
    font-size: 1rem;
}

/* Order meta/totals */
.wc-block-components-order-meta {
    font-size: 0.9rem;
    line-height: 1.6;
}

.wc-block-cart-item__prices {
    font-size: 0.9rem;
    color: #888;
}

.wc-block-cart-item__total .wc-block-formatted-money-amount {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
}

.cart_totals .wc-block-formatted-money-amount,
.wc-block-components-totals-footer-item .wc-block-formatted-money-amount {
    font-weight: 700;
    font-size: 1.3rem;
}

.wc-block-cart__submit-button:focus,
.wc-block-cart__submit-button:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
    padding: 44px 16px 24px !important;
    border: 1px solid #DEE1E6 !important;
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label, .wc-block-components-form .wc-block-components-text-input.is-active label, .wc-block-components-text-input input:-webkit-autofill+label, .wc-block-components-text-input.is-active label {
    padding: 6px 0 0 8px;
}

.wc-block-components-textarea,
#order_comments,
.woocommerce-checkout textarea,
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox],
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus,
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus-visible {
    border: 1px solid #DEE1E6 !important;
    box-shadow: none !important;
    outline: none;
}

.wc-block-components-radio-control-accordion-content .content {
    margin-bottom: 30px;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    border: 1px solid #DEE1E6 !important;
    box-shadow: none;
}

.wc-block-components-radio-control--highlight-checked.wc-block-components-radio-control--highlight-checked--first-selected:after {
    display: none;
}

/* Checkout */
.wc-block-components-address-card,
.wc-block-components-radio-control-accordion-content,
.wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
    margin-top: 14px;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #666;
}

/* Archive */
.archive .site,
.error404 .site,
.search .site {
    background: #F8F5EF;
    width: 100% !important;
    max-width: none;
}
.archive .site-content,
.error404 .site-content,
.search .site-content {
    max-width: 1024px;
    padding: 0 36px;
    display: table;
    margin: 0 auto;
}

.archive .site-main,
.error404 .site-main,
.search .site-main {
    padding-bottom: 63.5px;
}

@media screen and (min-width: 768px){
    .archive .site-content,
    .error404 .site-content,
    .search .site-content {
        padding: 0 68px;
    }
    .archive .site-main,
    .error404 .site-content,
    .search .site-main {
        padding-bottom: 34px;
    }
}
@media screen and (min-width: 1025px){
    .archive .site-content,
    .error404 .site-content,
    .search .site-content {
        padding: 0 30px;
    }
    .archive .site-main,
    .error404 .site-content,
    .search .site-content {
        padding-bottom: 74px;
    }
}

.archive .page-title,
.error404 .page-title,
.search .page-title {
    font-size: 36px;
    line-height: 30px;
    text-align: center;
}

.archive .page-header,
.error404 .page-header,
.search .page-header {
    padding: 0 0 90px;
}
.archive .page-header h1,
.error404 .page-header h1,
.search .page-header h1 {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.archive .content-area,
.error404 .content-area,
.search .content-area {
    padding-top: 100px;
}