.hiddenSpecial, .tag-link-169 {display: none !important;} .attribute_options .label {text-align: inherit;} .composite_navigation.paged.bottom .composite_navigation_inner {padding:1rem 0 !important;}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, ul, ol, li, table, tr, td, th {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
/* ── Aleo font-family normalisation ── */
body h1, body h1 a,
body h2, body h2 a,
body h3, body h3 a,
body h4,
body h5,
body h6 {
    font-family: "Aleo", serif;
}
body h3 {
  line-height: 2.1rem;
}
body h2 {
  line-height: 3.1rem;
}
body.page .page-header .intro-text h1 span, body.single .page-header .intro-text h1 span  {
    font-family: "Aleo", serif;
    font-style: italic;
    font-weight: 300;
}
body.page .top-content h2, body.single .top-content h2 {
    font-family: "Aleo", serif;
    font-weight: 300;
    line-height: 4rem;
}
body.page .split-section h3, body.single .split-section h3 {
    font-family: "Aleo", serif;
}
body.page .split-section h3 em, body.page .split-section h3 span, body.single .split-section h3 em, body.single .split-section h3 span {
    font-family: "Aleo", serif;
    font-weight: 300;
}
body ul {
  list-style: none;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
h3 em {
    font-family: "Aleo", serif;
    font-weight: 300;
}
/* ── Homepage desktop/mobile split ──────────────────────────────────── */
@media (max-width: 768px) { .desktop-only { display: none; } }
@media (min-width: 769px) {
  .mobile-only  { display: none; }
  .home {
    text-align: center;
    height: 100vh;
    overflow: hidden;
  }
}
/* wp blocks stackable changes */
@media (max-width: 767px) {
  .wp-block-group.wp-block-group-is-layout-constrained {
    padding:0 1rem;
  }
}
/* wp blocks stackable changes end */

.page .page-header .intro-text h4 {
  margin:1rem 0;
  line-height: 2rem;
}
.page .page-header {
  margin-bottom: 2rem;
}

ul.penguin-points {
    
    list-style-image: url(imgs/bulletDot.png);
    list-style-position: inside;
    font-size: 1.2rem;
}
#sb_instagram {
    max-width: 100%;
}
* { box-sizing: border-box }
/* margin/padding fixes */
body h2, body h3 {
    margin-bottom:1rem;
    margin-top: 1.5rem;
}
body h1 {
    line-height: 2rem;
}
.page-products-stoves-chilli-penguin-stove .single-stove h2 {
  margin-top:2rem;
}
a:focus:not(:focus-visible) {
    outline: none;
}
/* margin/padding fixes end */
.container {
    margin:auto;
}
.bg-black {
    color: white;
    background-color: var(--wp--preset--color--chilli-black);
}
/* list icons */
/* sustain */
.has-chilli-black-background-color ul {
    list-style: outside;
    padding-left: 1.5rem;
    text-align: left;
    display: block;
}
.has-chilli-black-background-color ul li {
    text-align: left;
    padding-left: 0.5rem;
}
/* 50 height/width content */
.content-fifty {
  height: 50vw;
}

/* quick fix css while rebuilding theme */
.chilli-bs-tooltip {
    position: absolute;
    background: #333;
    color: #fff;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 12px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.15s;
    z-index: 9999;
    white-space: nowrap;
}
.chilli-bs-tooltip.visible {
    opacity: 1;
}
.chilli-bs-popover {
    position: absolute;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 13px;
    max-width: 220px;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.chilli-bs-popover.visible {
    opacity: 1;
    pointer-events: auto;
}
@keyframes fa-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.fa-spin {
    animation: fa-spin 1s infinite linear;
}
.footer-shop {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
}
/* Woo styles needed */
.entry-logos {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .entry-logos {
    flex-wrap:wrap;
  }
  .entry-logos .entry-logo-item {
    width:50%;
  }
}
:is(.woocommerce, .woocommerce-account) :is(#main-container, .woocommerce-content) :is(.shop-sidebar, #sidebarmain) .product-categories {
    list-style-image: url("imgs/dealer/shopListIcon.png");
    list-style-position: inside;
}

/* mini cart */
.cart-contents {
    display: flex;
    align-items: center;
    gap: 1rem;
}
/*content-product */
.product-loop-item {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 350px;
    margin-bottom: 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.product-loop-item span.product .button {
    margin-top: auto !important;
}
.product-loop-item span.product .price {
    clear: both;
    display: block;
    margin-bottom: 20px;
    font-family: var(--wp--preset--font-family--roboto);
}
.product-loop-item span.product h2 {
    margin-top: 20px;
    font-size: 1.2rem;
    min-height: 2.4rem;
    font-family: var(--wp--preset--font-family--aleo);
    font-weight: 300;
}
@media (max-width: 991px) {
    .product-loop-item {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .product-loop-item {
        width: 100%;
        float: none;
        justify-content: center;
    }
}
/* archive-product */
.shop-products-area {
    width: 75%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.shop-products-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.product-loop-item {
    display: flex;
    flex-direction: column;
    min-height: 350px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
}

.product-loop-item span.product {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-loop-item span.product .button {
    margin-top: auto !important;
}
@media (max-width: 767px) {
    .shop-products-area {
        width: 100%;
        float: none;
    }
    .product-loop-item {
        width: 100%;
        float: none;
        min-height: auto;
    }
    
    .product-loop-item span.product {
        height: auto;
    }
}
/* my-account */
.account-nav {
    width: 16.6667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.account-content {
    width: 58.3333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.account-content-wide {
    width: 83.3333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.woocommerce .account-content,
.woocommerce .account-content-wide {
    height: 100%;
    background: #fff;
}
.visually-hidden {
    display: none;
}

@media (max-width: 767px) {
    .account-nav,
    .account-content,
    .account-content-wide {
        width: 100%;
        float: none;
    }
}