/*
 Theme Name:   Neutron Fire
 Description:  Custom theme
 Author:       Carnoustie Creative
 Author URI:   https://www.carnoustiecreative.co.uk
 Template:     baseline
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  baseline-child

.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

*/

:root {
    --n-guardsman: #CC2C10;
    --n-tangerine: #F7890E;
    --n-granite: #4B4B4B;
    --n-alto: #D9D9D9;
    --n-superblack: #312F2F;
    --n-gradient: linear-gradient(90deg, #CC2C10 0%, #F7890E 100%);        
}

.baseline {
    --baseline-aos-distance: 100px;
    --baseline-aos-distance-negative: -100px;
}

body.baseline {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: clamp(1.4rem, 1.3vw, 1.7rem);
}

.baseline .container {
    max-width: 1500px; 
}

.baseline .header-wrap .container {
    max-width: 96%;
    width: 96%;
}

.baseline .header-wrap {
    border-bottom-width: 0.7rem;
}

.baseline h1,
.baseline h2,
.baseline h3,
.baseline h4,
.baseline h5,
.baseline h6 {
    font-weight: 700;;
}

header .logotitle.row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    overflow-y: hidden;
}

.logotitle .widget {
    margin: 0;
    height: 12rem;    
}

.logotitle .widget_nav_menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.logotitle .widget_nav_menu .menu {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 3vw;
}

ul.logotitle_mainmenu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    height: 12rem;
    flex-grow: 1;
}

.widget_nav_menu.logotitle_mainmenu_menu {    
    flex-grow: 1;
}

.logotitle_mainmenu_menu > div {
    width: 100%;
}

.logotitle_mainmenu_menu .menu {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.logotitle_mainmenu_menu .menu li {
    text-align: center;
}

.logotitle_mainmenu_menu .menu li a {
    font-size: clamp(1.5rem, 1.3vw, 1.75rem);
    font-weight: bold;
}

.baseline header .widget .menu li {
    line-height: 1;
}

.logotitle_mainmenu_contact .menu li {
    font-size: clamp(1.7rem, 1.5vw, 1.9rem);
}

.logotitle_mainmenu_menu .menu li.current-menu-item > a {
    color: var(--n-guardsman);
}

.logotitle_padded {
    padding: 2rem 0;
}

.logotitle_neutron img {
    width: 15.5rem;
    max-width: 100%;
}

.logotitle div.logotitle_divider {    
    width: 5.1rem; 
    height: 12.2rem;
    padding: 0;
    margin: 0 1rem;
    display: inline-block;    
    background-image: url('header-divider.svg');    
    background-size: cover;
    margin-bottom: -0.1rem;
    flex-shrink: 0;
}

/* Cart styling */

.page.woocommerce-page .content.container {
    display: block;
}

header .menu .cart-total,
.menubar-menu .cart-total {
    display: none;
}

header .menu .cart-contents {
    display: flex;
    align-items: center;
}

.baseline header .widget .menu li.cart {
    margin-left: 0;
}

.baseline #arbitrary-cart-0 .cart-contents .item-count:after {
    display:none;
}

.baseline #arbitrary-cart-0 .cart-contents {
    margin-left: 0;
    display: flex;
    align-items: center;
}

.baseline #arbitrary-cart-0 .cart-contents:hover {
    text-decoration: none;
}

.baseline #arbitrary-cart-0 .cart-contents:before,
.baseline #cde-woo-cart-2 .cart-contents:before {
    content: "\f07a";
    font-family: "Font Awesome 6 Pro";
    font-weight: 500;
    background-image: none;
    font-size: 2.2rem;
    position: static;
    width: auto;
    height: auto;
    margin-right: 0.7rem;
    display: inline-block;
}

.cart-empty .item-count {
    display: none;
}

.item-count {
    background-color: var(--n-guardsman);
    color: #fff;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-count em {
    display: none;
}

.mobile-nav .arbitrary-cart {
    position: relative;
    z-index: 9;
}

#cde-woo-cart-2 .cart-contents .item-count:after {
    display: none;
}

/* End of cart styling */

/* Floating cart */

form.cart {
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

form.cart input,
form.cart button {
    height: 5rem;
}

form.cart input {
    border-radius: 0;
    margin-right: 0.7rem;
    margin-bottom: 0;
}

form.cart .quantity:before {
    content: "Qty:";
    margin-right: 0.7rem;
    text-transform: uppercase;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.baseline .xt_woofc-trigger .xt_woofc-count {
    background-color: var(--n-guardsman);
    border: 0.1rem solid rgba(255, 255, 255, 0.5);
}

.xt_woofc-trigger.xt_woofc-icontype-image .xt_woofc-trigger-cart-icon {
    background-image: url(cart-icon.svg);
    background-size: 50%;
    background-position: center;
}

.baseline .xt_woofc-checkout em {
    font-style: normal;
    font-weight: 400;
}

.baseline .xt_woofc-cart-open .xt_woofc-checkout {
    background: #000;
}

.xtfw-no-touchevents .xt_woofc-cart-open .xt_woofc-checkout:not(.xt_woofc-processing):hover, .xtfw-touchevents .xt_woofc-cart-open .xt_woofc-checkout:not(.xt_woofc-processing):focus {
    background: #080;
}

/* End of floating cart */

.baseline .float-left {
    max-width: 80%;
}

.baseline .float-right {
    max-width: 20%;
}

footer .footer-bottom p,
footer .widget-area.footer-bottom {
    margin-bottom: 0;
}

.baseline footer {
    padding: 0;    
    border-top: 0.8rem solid var(--n-tangerine);
}

#footer-three-cols-container {
    padding: 5rem 0;
}

footer .widget_nav_menu {
    border-left: 0.1rem solid var(--n-tangerine);
    padding-left: 2.5rem;
}

footer .widget_nav_menu h2.widgettitle {
    font-size: 1.3rem;
    text-transform: uppercase;
    color: var(--n-tangerine);
    letter-spacing: 0.1rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
}

footer .widget_nav_menu .menu li a {
    font-size: 1.6rem;
    font-weight: 700;
}

footer .widget_nav_menu .menu li {
    margin-bottom: 0.7rem;
}

#footer-bottom-container.container {
    max-width: 100%;  
    padding: 2rem 0;
    width: 100%;  
    background-color: var(--n-superblack);
    border-top: 0.1rem solid #000;
}

#footer-bottom-container .row {
    max-width: 1500px;
    margin: 0 auto;
    width: 94%;
}

#footer-bottom-container .widget {
    margin: 0;
}

.baseline .xt_woofc {
    height: 0;
}

.footer_contact {
    text-align: right;
}

.footer_contact_phone {
    margin-bottom: 2rem;
    font-weight: bold;    
}

.footer_contact_phone i {
    color: var(--n-guardsman);
    font-size: 2rem;
    margin-right: 0.6rem;
}

.footer_contact_adddress {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.footer_contact_email {
    font-weight: bold;
}

.footer-col-3 {
    display: grid;
    grid-template-columns: 20rem 1fr;
    grid-column-gap: 4rem;
}

.footer-col-3 img {
    max-width: 100%;
    height: auto;
}

.four.columns:nth-child(1),
.four.columns:nth-child(2) {
    width: 29%
}

.four.columns:nth-child(3) {
    width: 34%
}

#fb-branding-bar {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

#fb-branding-bar .left-col p,
#fb-branding-bar .right-col p {
    margin-bottom: 0;
}

.limit_image_size_85 .img {
    margin: 0 15%;
    box-sizing: border-box;
}

#home-intro .left {
    padding-right: 7rem;
    border-right: 0.1rem solid var(--n-tangerine);
}

#home-intro .right.img {
    min-height: unset;
}

/* Product cards */

.cde-featured-products .before .inner {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 2rem;
    margin-bottom: 4rem;
}

.cde-featured-products .before h2 {
    margin: 0;
    font-size: clamp(2.7rem, 2.4vw, 3.6rem);
}

.cde-featured-products .before p {
    margin: 0;
}

.cde-featured-products .cde-featured {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(3rem, 4vw, 5rem);
}

.cde-featured-products .product {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    background: var(--n-alto);
    border-radius: 0.4rem;
    display: flex;
    flex-direction: column;
}

.cde-featured-products .product a {
    max-width: 100%;
    color: #000;
    text-decoration: none;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.cde-featured-products .product .img {
    min-height: clamp(24rem, 24vw, 34rem);
    margin: 0;
    background-color: var(--n-granite);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: 0.6rem solid var(--n-tangerine);
}

.cde-featured-products .product .text {
    min-width: 0;
    flex: 1;
    padding: 3rem 3rem 2.8rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cde-featured-products .product h3 {
    max-width: 100%;
    margin: 0 0 1.7rem;
    font-size: clamp(1.8rem, 1.55vw, 2.35rem);
    line-height: 1.18;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
}

.cde-featured-products .product .price {
    display: none;
}

.cde-featured-products .product .desc {
    max-width: 100%;
    margin-bottom: 2.5rem;
    font-size: 1.45rem;
    line-height: 1.35;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
}

.cde-featured-products .product .desc p {
    margin: 0;
}

.cde-featured-products .product .text::after {
    content: "More info";
    margin-top: auto;
    padding: 1.3rem 2.4rem;
    background: var(--n-gradient);
    color: #fff;
    border-radius: 0.4rem;
    font-size: 1.35rem;
    font-weight: 800;
}

.cde-featured-products .product a:hover .text::after {
    opacity: 0.75;
}

@media ( max-width: 720px ) {

    .cde-featured-products {
        width: calc(100vw - 2rem);
        max-width: calc(100vw - 2rem);
        overflow: hidden;
    }

    .cde-featured-products .before .inner {
        grid-template-columns: 1fr;
        align-items: flex-start;
        margin-bottom: 3rem;
    }

    .cde-featured-products .cde-featured {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .cde-featured-products .product .img {
        min-height: 24rem;
    }

}

@media ( min-width: 721px ) and ( max-width: 1020px ) {

    .cde-featured-products .cde-featured {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

/* Single product columns */

@media ( min-width: 769px ) {

    body.single-product div.product div.images {
        width: calc(40% - 2rem);
    }

    body.single-product div.product div.summary {
        width: calc(60% - 2rem);
    }

}

body.single-product div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child img {
    box-sizing: border-box;
    display: block;
    width: 100%;
    object-fit: contain;
    background: var(--n-granite);
}

body.single-product div.product div.images .woocommerce-product-gallery__image a,
body.single-product div.product div.images .woocommerce-product-gallery__image img,
body.single-product div.product div.images .flex-control-thumbs img {
    border-radius: 1rem;
}

body.single-product div.product div.images .woocommerce-product-gallery__image a {
    display: block;
    overflow: hidden;
}

body.single-product div.product div.images .flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
    margin: 1.6rem 0 0 !important;
    padding: 0 !important;
}

body.single-product div.product div.images .flex-control-thumbs li {
    float: none !important;
    width: calc(25% - 1.2rem) !important;
    margin: 0 !important;
    padding: 0;
}

body.single-product div.product div.images .flex-control-thumbs img {
    display: block;
    width: 100%;
    height: auto;
}

body.single-product .neutron-single-product-categories {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 1.2rem;
    max-width: 100%;
    color: var(--n-tangerine);
    font-size: clamp(1.4rem, 1.1vw, 1.7rem);
    font-weight: 700;
    line-height: 1.3;
    overflow-x: auto;
    white-space: nowrap;
}

body.single-product .neutron-single-product-categories > * {
    flex: 0 0 auto;
}

body.single-product .neutron-single-product-categories a {
    color: inherit;
    display: inline-flex;
    width: auto;
    max-width: none;
    text-decoration: none;
}

body.single-product .neutron-single-product-categories a:hover {
    text-decoration: underline;
}

body.single-product .neutron-single-product-categories-separator,
body.single-product .neutron-single-product-categories-path-separator {
    display: inline-block;
    margin: 0 0.45rem;
    color: inherit;
}

body.single-product .neutron-product-icons {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(1.2rem, 3vw, 3.8rem);
    width: 100%;
    margin: 2.2rem 0 2.4rem !important;
    padding: 1.8rem 0 1.7rem !important;
    border-top: 0.1rem solid rgba(49, 47, 47, 0.18);
    border-bottom: 0.1rem solid rgba(49, 47, 47, 0.18);
    list-style: none outside !important;
}

body.single-product .neutron-product-icon {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    gap: 0.7rem;
    margin: 0;
    padding: 0;
    text-align: center;
}

body.single-product .neutron-product-icon-image {
    display: block;
    flex: 0 0 4.6rem;
    width: 4.6rem;
    height: 4.6rem;
    object-fit: contain;
}

body.single-product .neutron-product-icon-label {
    min-width: 0;
    color: var(--n-superblack);
    font-size: clamp(1.05rem, 0.9vw, 1.28rem);
    font-weight: 600;
    line-height: 1.22;
}

@media ( max-width: 720px ) {

    body.single-product .neutron-product-icons {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.8rem 2.4rem;
        max-width: calc(100vw - 5rem);
    }

}

@media ( max-width: 420px ) {

    body.single-product .neutron-product-icons {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.6rem;
    }

}

body.single-product .neutron-related-files {
    box-sizing: border-box;
    padding: clamp(1.6rem, 2vw, 2.2rem);
    border: 0.1rem solid rgba(49, 47, 47, 0.16);
    border-radius: 0.6rem;
    background: #fff;
    box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.05);
}

body.single-product .neutron-related-files h2 {
    margin: 0 0 1.2rem;
    color: #000;
    font-size: clamp(2rem, 1.5vw, 2.4rem);
    line-height: 1.15;
}

body.single-product .neutron-related-files-list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none outside !important;
}

body.single-product .neutron-related-file-item {
    margin: 0;
    padding: 0;
    border-top: 0.1rem solid rgba(49, 47, 47, 0.12);
}

body.single-product .neutron-related-file-item:first-child {
    border-top: 0;
}

body.single-product .neutron-related-file {
    display: grid;
    grid-template-columns: 2.6rem minmax(0, 1fr) auto 2.2rem;
    gap: 1.2rem;
    align-items: center;
    padding: 1.1rem 0;
    color: var(--n-superblack);
    text-decoration: none;
}

body.single-product .neutron-related-file:hover .neutron-related-file-title {
    text-decoration: underline;
}

body.single-product .neutron-related-file-icon {
    width: 2.6rem;
    color: var(--n-tangerine);
    font-size: 2.2rem;
    line-height: 1;
    text-align: center;
}

body.single-product .neutron-related-file-title {
    min-width: 0;
    overflow: hidden;
    color: inherit;
    font-size: 1.45rem;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.single-product .neutron-related-file-meta {
    color: rgba(49, 47, 47, 0.68);
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

body.single-product .neutron-related-file-download {
    width: 2rem;
    color: var(--n-superblack);
    font-size: 1.7rem;
    line-height: 1;
    text-align: center;
}

@media ( min-width: 769px ) {

    body.single-product .neutron-related-files--desktop {
        display: block;
        clear: left;
        float: left;
        width: calc(40% - 2rem);
        margin-top: clamp(2.5rem, 3vw, 4rem);
    }

    body.single-product .neutron-related-files--mobile {
        display: none;
    }

}

@media ( max-width: 768px ) {

    body.single-product .neutron-related-files--desktop {
        display: none;
    }

    body.single-product .neutron-related-files--mobile {
        display: block;
        margin: 2.5rem 0 0;
    }

    body.single-product .neutron-related-file {
        grid-template-columns: 2.6rem minmax(0, 1fr) 2.2rem;
        gap: 0.4rem 1rem;
    }

    body.single-product .neutron-related-file-meta {
        grid-column: 2;
    }

    body.single-product .neutron-related-file-download {
        grid-column: 3;
        grid-row: 1 / 3;
    }

}

/* Product finder */

.neutron-product-archive-layout {
    display: grid;
    grid-template-columns: minmax(24rem, 28rem) minmax(0, 1fr);
    gap: clamp(3rem, 4vw, 5rem);
    align-items: start;
    clear: both;
    margin-top: 3rem;
}

.neutron-product-finder-column,
.neutron-product-loop-wrap {
    min-width: 0;
}

.neutron-product-finder {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background: var(--n-alto);
    border-radius: 0.4rem;
}

.neutron-product-finder-title {
    margin: 0;
    padding: 1.5rem 2rem;
    background: var(--n-tangerine);
    color: #000;
    font-size: clamp(1.9rem, 1.5vw, 2.2rem);
    line-height: 1.15;
}

.neutron-product-finder-intro {
    margin: 0;
    padding: 2rem 2rem 1rem;
    color: #000;
    font-size: 1.45rem;
    line-height: 1.35;
}

.neutron-product-finder-options {
    padding: 0 1.6rem 0.5rem;
}

.neutron-product-finder .neutron-product-finder-list {
    margin: 0;
    padding: 0;
    list-style: none outside !important;
}

.content [role=main] .entry-content .neutron-product-finder ul.neutron-product-finder-list {
    margin-left: 1rem;
}

.neutron-product-finder .neutron-product-finder-list .neutron-product-finder-list {
    margin-top: 0.7rem;
    padding-left: 0.8rem;
    border-left: 0.1rem solid rgba(49, 47, 47, 0.18);
}

.neutron-product-finder-item {
    margin: 0 0 0.85rem;
    padding: 0;
    list-style: none outside !important;
}

.neutron-product-finder-item::marker {
    content: "";
}

.neutron-product-finder-option {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    color: #000;
    font-size: 1.38rem;
    font-weight: 400;
    line-height: 1.25;
    cursor: pointer;
}

.neutron-product-finder-option input {
    flex: 0 0 1.8rem;
    width: 1.8rem;
    height: 1.8rem;
    margin: 0.05rem 0 0;
    accent-color: var(--n-tangerine);
}

.neutron-product-finder-name {
    min-width: 0;
    overflow-wrap: anywhere;
}

.neutron-product-finder-count {
    flex: 0 0 auto;
    color: var(--n-granite);
    font-weight: 700;
}

.neutron-product-finder-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.6rem 2rem 2rem;
}

.neutron-product-finder-actions .button {
    width: 100%;
    min-height: 4.8rem;
    box-sizing: border-box;
    margin: 0;
    padding: 1.35rem 2rem;
    border: 0;
    border-radius: 0.4rem;
    color: #fff !important;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
}

.neutron-product-finder-actions .neutron-product-finder-reset {
    background: var(--n-superblack);
}

.neutron-product-finder-widgets {
    margin-top: 3rem;
}

@media ( max-width: 900px ) {

    .neutron-product-archive-layout {
        grid-template-columns: 1fr;
    }

}

/* Shop product cards */

.woocommerce-shop ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(3rem, 4vw, 5rem) !important;
    align-items: stretch;
    margin-top: 3rem;
}

.woocommerce-shop ul.products::before,
.woocommerce-shop ul.products::after {
    display: none !important;
}

.woocommerce-shop ul.products li.product {
    width: 100% !important;
    max-width: 100%;
    margin: 0 !important;
    overflow: hidden;
    box-sizing: border-box;
    background: var(--n-alto);
    border-radius: 0.4rem;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1rem;
    align-content: start;
}

.woocommerce-shop ul.products li.product .woocommerce-loop-product__link {
    grid-column: 1 / -1;
    color: #000;
    text-decoration: none;
    display: block;
}

.woocommerce-shop ul.products li.product .woocommerce-loop-product__link img {
    width: 100%;
    height: clamp(24rem, 24vw, 34rem);
    margin: 0 !important;
    object-fit: contain;
    background-color: var(--n-granite);
    border-bottom: 0.6rem solid var(--n-tangerine);
    display: block;
}

.woocommerce-shop ul.products li.product .woocommerce-loop-product__title {
    max-width: 100%;
    margin: 0 !important;
    padding: 3rem 3rem 1.4rem !important;
    color: #000;
    font-size: clamp(1.8rem, 1.55vw, 2.35rem) !important;
    line-height: 1.18;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
}

.woocommerce-shop ul.products li.product .price {
    margin: 0;
    padding: 0 3rem 2.4rem;
    color: #000 !important;
    font-size: 1.9rem !important;
    font-weight: 900;
    line-height: 1.2;
    display: block;
}

.woocommerce-shop ul.products li.product .price .amount {
    color: inherit;
}

.woocommerce-shop ul.products li.product a.button {
    min-height: 4.8rem;
    margin-top: auto !important;
    margin-bottom: 3rem !important;
    padding: 1.45rem 2rem;
    color: #fff;
    background: var(--n-gradient);
    border-radius: 0.4rem;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.15;
    white-space: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: start;
}

.woocommerce-shop ul.products li.product a.button.add_to_cart_button {
    display: none;
}

.woocommerce-shop ul.products li.product a.button.add_to_cart_button + .added_to_cart {
    display: none;
}

.woocommerce-shop ul.products li.product a.button.add_to_cart_button {
    grid-column: 1;
    margin-left: 3rem !important;
}

.woocommerce-shop ul.products li.product a.button.neutron-more-info {
    grid-column: 1;
    margin-left: 3rem !important;
    margin-right: 0 !important;
}

.woocommerce-shop ul.products li.product .added_to_cart {
    grid-column: 1 / -1;
    margin: -1.5rem 3rem 3rem;
    font-size: 1.35rem;
    font-weight: 800;
}

@media ( max-width: 720px ) {

    .woocommerce-shop ul.products {
        grid-template-columns: 1fr;
        gap: 2.5rem !important;
    }

    .woocommerce-shop ul.products li.product .woocommerce-loop-product__link img {
        height: 24rem;
    }

}

@media ( min-width: 721px ) and ( max-width: 1020px ) {

    .woocommerce-shop ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

.neutron-product-loop-wrap ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(3rem, 4vw, 5rem) !important;
    align-items: stretch;
    margin-top: 0;
}

.neutron-product-loop-wrap ul.products::before,
.neutron-product-loop-wrap ul.products::after {
    display: none !important;
}

.neutron-product-loop-wrap ul.products li.product {
    width: 100% !important;
    max-width: 100%;
    margin: 0 !important;
    overflow: hidden;
    box-sizing: border-box;
    background: var(--n-alto);
    border-radius: 0.4rem;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1rem;
    align-content: start;
}

.neutron-product-loop-wrap ul.products li.product .woocommerce-loop-product__link {
    grid-column: 1 / -1;
    color: #000;
    text-decoration: none;
    display: block;
}

.neutron-product-loop-wrap ul.products li.product .woocommerce-loop-product__link img {
    width: 100%;
    height: clamp(24rem, 24vw, 34rem);
    margin: 0 !important;
    object-fit: contain;
    background-color: var(--n-granite);
    border-bottom: 0.6rem solid var(--n-tangerine);
    display: block;
}

.neutron-product-loop-wrap ul.products li.product .woocommerce-loop-product__title {
    max-width: 100%;
    margin: 0 !important;
    padding: 3rem 3rem 1.4rem !important;
    color: #000;
    font-size: clamp(1.8rem, 1.55vw, 2.35rem) !important;
    line-height: 1.18;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
}

.neutron-product-loop-wrap ul.products li.product .price {
    margin: 0;
    padding: 0 3rem 2.4rem;
    color: #000 !important;
    font-size: 1.9rem !important;
    font-weight: 900;
    line-height: 1.2;
    display: block;
}

.neutron-product-loop-wrap ul.products li.product .price .amount {
    color: inherit;
}

.neutron-product-loop-wrap ul.products li.product a.button {
    min-height: 4.8rem;
    margin-top: auto !important;
    margin-bottom: 3rem !important;
    padding: 1.45rem 2rem;
    color: #fff;
    background: var(--n-gradient);
    border-radius: 0.4rem;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.15;
    white-space: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: start;
}

.neutron-product-loop-wrap ul.products li.product a.button.add_to_cart_button {
    display: none;
}

.neutron-product-loop-wrap ul.products li.product a.button.add_to_cart_button + .added_to_cart {
    display: none;
}

.neutron-product-loop-wrap ul.products li.product a.button.add_to_cart_button {
    grid-column: 1;
    margin-left: 3rem !important;
}

.neutron-product-loop-wrap ul.products li.product a.button.neutron-more-info {
    grid-column: 1;
    margin-left: 3rem !important;
    margin-right: 0 !important;
}

.neutron-product-loop-wrap ul.products li.product .added_to_cart {
    grid-column: 1 / -1;
    margin: -1.5rem 3rem 3rem;
    font-size: 1.35rem;
    font-weight: 800;
}

@media ( max-width: 720px ) {

    .neutron-product-loop-wrap ul.products {
        grid-template-columns: 1fr;
        gap: 2.5rem !important;
    }

    .neutron-product-loop-wrap ul.products li.product .woocommerce-loop-product__link img {
        height: 24rem;
    }

}

@media ( min-width: 721px ) and ( max-width: 1020px ) {

    .neutron-product-loop-wrap ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

:not(li).button,
li.button a,
button,
input[type=submit],
input[type=reset],
input[type=button],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    padding: 1.75rem 3rem;
    font-weight: bold;
    font-size: 1.6rem;
    background: var(--n-gradient);
    display: inline-flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

:not(li).button i,
li.button a i,
button i,
input[type=submit] i,
input[type=reset] i,
input[type=button] i,
.woocommerce #respond input#submit i,
.woocommerce a.button i,
.woocommerce button.button i,
.woocommerce input.button i {
    color: #000;
    font-size: 1.4em;
}

:not(li).button:hover,
li.button a:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    opacity: 0.7;
}

body.woocommerce #respond input#submit.alt,
body.woocommerce a.button.alt,
body.woocommerce button.button.alt,
body.woocommerce input.button.alt,
body.woocommerce-page #respond input#submit.alt,
body.woocommerce-page a.button.alt,
body.woocommerce-page button.button.alt,
body.woocommerce-page input.button.alt,
body.single-product div.product form.cart button.single_add_to_cart_button.button.alt {
    color: #fff;
    background: var(--n-gradient);
    background-image: var(--n-gradient);
}

body.woocommerce #respond input#submit.alt:hover,
body.woocommerce a.button.alt:hover,
body.woocommerce button.button.alt:hover,
body.woocommerce input.button.alt:hover,
body.woocommerce-page #respond input#submit.alt:hover,
body.woocommerce-page a.button.alt:hover,
body.woocommerce-page button.button.alt:hover,
body.woocommerce-page input.button.alt:hover,
body.single-product div.product form.cart button.single_add_to_cart_button.button.alt:hover {
    color: #fff;
    background: var(--n-gradient);
    background-image: var(--n-gradient);
    opacity: 0.7;
}

.cde-horz-line {
    height: 0.1rem;
    background-color: var(--n-tangerine);
}

/* Testimonials + accreditation logos */

.cde-testi-accred .before {
    margin-bottom: clamp(3rem, 5vw, 7rem);
}

.cde-testi-accred .before h2 {
    margin: 0;
    font-size: clamp(2.7rem, 2.4vw, 3.7rem);
    line-height: 1.15;
}

.testi-accred-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1.24fr) minmax(25rem, 0.76fr);
    align-items: center;
    column-gap: clamp(5rem, 8vw, 12rem);
}

.testi-accred-testimonials {
    min-width: 0;
}

.testi-accred-carousel {
    width: 100%;
    overflow: hidden;
}

.testi-accred-carousel.flickity-enabled {
    overflow: visible;
}

.testi-accred-carousel .flickity-viewport {
    width: 100%;
    transition: height 0.2s ease;
}

.testi-accred-carousel .flickity-button,
.testi-accred-carousel .flickity-page-dots {
    display: none;
}

.testi-accred-carousel.flickity-enabled.is-fade .flickity-slider {
    transform: none !important;
}

.testi-accred-carousel.flickity-enabled.is-fade .testi-accred-slide {
    left: 0 !important;
    opacity: 0;
    transition: opacity 0.45s ease;
    z-index: 0;
}

.testi-accred-carousel.flickity-enabled.is-fade .testi-accred-slide.is-selected {
    opacity: 1;
    z-index: 1;
}

.testi-accred-slide {
    width: 100%;
    min-height: clamp(25rem, 28vw, 43rem);
    display: grid;
    grid-template-columns: minmax(17rem, 34%) minmax(0, 1fr);
    align-items: end;
}

.testi-accred-slide.no-photo {
    grid-template-columns: 1fr;
}

.testi-accred-photo {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.testi-accred-photo img {
    display: block;
    width: 100%;
    height: clamp(24rem, 28vw, 43rem);
    object-fit: cover;
}

.flex-elm.cde-testi-accred {
    margin-bottom: 6rem;
}

.testi-accred-quote {
    position: relative;
    z-index: 2;
    align-self: center;
    min-width: 0;
    margin-left: clamp(-6rem, -4vw, -3.5rem);
    padding: clamp(2.4rem, 3.2vw, 4.5rem) 0 clamp(2.4rem, 3.2vw, 3.5rem) clamp(2.4rem, 3.8vw, 4rem);
    background: #fff;
}

.testi-accred-slide.no-photo .testi-accred-quote {
    margin-left: 0;
    padding-left: 0;
}

.testi-accred-quote::before {
    content: "";
    background-image: url('fb-open-quote.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    height: 4.8rem;
    width: 4.5rem;
    color: var(--n-tangerine);    
}

.testi-accred-quote blockquote {
    margin: 0;
    padding: 0;
    border: 0;
    color: var(--n-tangerine);
    font-size: clamp(2.4rem, 2.5vw, 3.8rem);
    font-weight: 800;
    line-height: 1.12;
}

.testi-accred-quote blockquote p {
    margin: 0;
}

.testi-accred-quote cite {
    display: none;
    margin-top: 1.6rem;
    color: var(--n-superblack);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
}

article.testi-accred-slide {
    border-top: none;
}


.testi-accred-logos ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(10rem, 1fr));
    align-items: center;
    justify-items: center;
    gap: clamp(4rem, 6vw, 8rem) clamp(5rem, 7vw, 10rem);
    margin: 0;
    padding: 0;
    list-style: none;
}

.testi-accred-logos li {
    display: flex;
    width: 100%;
    min-height: clamp(8rem, 9vw, 13rem);
    align-items: center;
    justify-content: center;
}

.testi-accred-logos img {
    display: block;
    width: auto;
    max-width: min(100%, 16rem);
    max-height: clamp(7rem, 8vw, 11rem);
    object-fit: contain;
}

@media ( max-width: 720px ) {

    .testi-accred-wrap {
        grid-template-columns: 1fr;
        row-gap: 4rem;
    }

    .testi-accred-slide {
        min-height: 0;
        grid-template-columns: 1fr;
        align-items: start;
    }

    .testi-accred-photo {
        width: min(28rem, 74vw);
    }

    .testi-accred-photo img {
        height: 28rem;
    }

    .testi-accred-quote {
        margin: -5rem 0 0 5rem;
        padding: 2.4rem 0 0 2.4rem;
    }

    .testi-accred-quote blockquote {
        font-size: clamp(2.2rem, 7vw, 3rem);
    }

    .testi-accred-logos ul {
        grid-template-columns: repeat(2, minmax(8rem, 1fr));
        gap: 3rem;
    }

    .testi-accred-logos img {
        max-width: min(100%, 12rem);
        max-height: 8rem;
    }

}

/* Home hero slider */

.cde-slides.slider-before-overlay {
    overflow: hidden;
}

.cde-slides.slider-before-overlay .swiper-container {
    position: relative;
    height: clamp(38rem, 43vw, 58rem);
}

.cde-slides.slider-before-overlay .swiper-wrapper,
.cde-slides.slider-before-overlay .swiper-slide,
.cde-slides.slider-before-overlay .swiper-slide_img {
    height: 100%;
}

.cde-slides.slider-before-overlay .swiper-slide_img {
    position: relative;
    background-position: center;
    background-size: cover;
}

.cde-slides.slider-before-overlay .swiper-slide_img::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}

.cde-slides.slider-before-overlay .before {
    position: absolute;
    inset: auto 0 7rem;
    z-index: 3;
    pointer-events: none;
}

.cde-slides.slider-before-overlay .before .inner {
    width: min(94vw, 1500px);
    max-width: 1500px;
    margin: 0 auto;
}

.cde-slides.slider-before-overlay .before h1,
.cde-slides.slider-before-overlay .before h2 {
    color: #fff;
    margin: 0;
    letter-spacing: 0;
    line-height: 0.95;
    text-shadow: 0 0.2rem 1.4rem rgba(0, 0, 0, 0.18);
}

.cde-slides.slider-before-overlay .before h1 {
    font-size: clamp(6rem, 7.4vw, 11rem);
    font-weight: 900;
}

.cde-slides.slider-before-overlay .before h2 {
    margin-top: 0.6rem;
    font-size: clamp(2.7rem, 3vw, 4.6rem);
    font-weight: 800;
    max-width: min(94vw, 72rem);
    white-space: normal;
}

.cde-slides.slider-before-overlay .swiper-slide_img > .inner {
    position: absolute;
    right: max(3%, calc((100vw - 1500px) / 2));
    bottom: 5rem;
    z-index: 4;
    width: min(28rem, 30vw);
    box-sizing: border-box;
    background: rgba(49, 47, 47, 0.82);
    padding: 1.7rem 5rem 1.7rem 2rem;
    color: #fff;
    font-size: 1.35rem;
    line-height: 1.25;
}

.cde-slides.slider-before-overlay .swiper-slide_img > .inner::before {
    content: "";
    position: absolute;
    right: 1.7rem;
    top: 50%;
    width: 2rem;
    height: 0.24rem;
    background: #000;
    transform: translateY(-50%);
}

.cde-slides.slider-before-overlay .swiper-slide_img > .inner::after {
    content: "";
    position: absolute;
    right: 1.7rem;
    top: 50%;
    width: 0.9rem;
    height: 0.9rem;
    border-top: 0.24rem solid #000;
    border-right: 0.24rem solid #000;
    transform: translateY(-50%) rotate(45deg);
}

.cde-slides.slider-before-overlay .swiper-slide_img > .inner p {
    margin: 0;
}

.cde-slides.slider-before-overlay .swiper-slide_img > .inner strong {
    color: var(--n-tangerine);
    font-size: 1.2rem;
}

@media ( max-width: 720px ) {

    .cde-slides.slider-before-overlay .swiper-container {
        height: 42rem;
    }

    .cde-slides.slider-before-overlay .before {
        inset: auto 0 13rem;
    }

    .cde-slides.slider-before-overlay .before h1 {
        font-size: clamp(4.8rem, 14vw, 6.2rem);
    }

    .cde-slides.slider-before-overlay .before h2 {
        font-size: clamp(2rem, 6vw, 2.5rem);
        line-height: 1.05;
        max-width: 94vw;
    }

    .cde-slides.slider-before-overlay .swiper-slide_img > .inner {
        left: 3vw;
        right: auto;
        bottom: 2.6rem;
        width: min(28rem, 94vw);
        max-width: none;
        font-size: 1.2rem;
    }

}

.woocommerce-Price-amount.amount {
    font-weight: 900;
}
