:root {
    --color-teal: #44a296;
    --color-teal-10: rgba(70, 162, 150, .12);

    --color-accent: #a24580;
    --color-border: #dddedf;
    --color-bg: #f8f8f8;
    --color-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 10px;
    --transition: all 0.3s ease;
}

html {
    font-size: 62.5%;
    line-height: 1.5;
}

body {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 1.4rem;
}

.brxe-section {
    padding: 0 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-accent);
    font-weight: 400;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1 {
    color: #a24580;
    font-size: 4rem;
    line-height: 1.1;
}

img {
    width: 100%;
    height: auto;
}

:where(.brxe-list) .title {
    margin: 0 !important;
}

.c-links {
    display: inline-block;
    padding: 1rem 1.2rem;
    transition: background-color .2s ease, color .2s ease;
}

.c-links:hover,
.c-links:focus-visible {
    background-color: var(--color-accent);
    color: #fff;
}

/* === Header === */
.header-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top__list .content .title {
    margin: 0 !important;
    padding: 0.5rem 1rem !important;
    transition: var(--transition);
}

.header-middle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__logo {
    width: auto;
    height: 75px !important;
}

.header__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-middle__right {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}

.nav-main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* === Hero Page === */

.brxe-list.hero__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 1rem;
}

.brxe-list .content {
    column-gap: 1rem !important;
}

/* === Card === */
.card {
    padding: 20px 12px;
}

.card-item {
    border-top: 1px solid #eee;
    padding: 1rem 0 1rem;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.card-item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-color: transparent;
    z-index: 1;
}

.card__title {
    margin: 15px auto 10px;
    font-size: 1.6rem;
    font-weight: 300 !important;
}

.card__img-wrap img {
    object-fit: contain;
    max-width: 100%;
    width: 200px;
    height: auto;
}

.woocommerce-Price-amount.amount {
    font-weight: 600;
    color: var(--color-teal);
}

/* === Breadcrumbs === */

.brxe-woocommerce-breadcrumbs .navigation {
    color: #a3a3a3;
    font-weight: 500;
}

.brxe-woocommerce-breadcrumbs .navigation a {
    color: #333;
    /* set your link color */
    font-weight: 400;
}

.brxe-woocommerce-breadcrumbs .navigation .separator {
    color: #888;
}

/* === Product Page === */
.woocommerce-product-details__short-description h3 {
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--color-accent);
}

.woocommerce-product-details__short-description p {
    line-height: 1.45;
}

.woocommerce .product__price bdi {
    font-size: 2.6rem;
}

/* quantity controls */
.cart {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.quantity {
    order: 1;
    width: 120px;
}

.single_add_to_cart_button.button.alt {
	background-color: var(--color-accent);
	color: #fff;
    padding: 15px 17px;
    font-size: 1.6rem;
    font-weight: 600;
    order: 0;
  transition: background .2s ease, transform .06s ease;
}

.single_add_to_cart_button.button.alt:hover {
	background-color: var(--color-teal);
}

.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	background-color: var(--color-accent);
	color: #fff;
  transition: background .2s ease, transform .06s ease;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
	background-color: var(--color-teal);
}

form.cart .quantity+button,
form.woocommerce-cart-form .quantity+button {
    margin-top: 0 !important;
}

/* === Related === */
.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
    height: 220px;
}

.cross-sells img,
.related.products img,
.upsells.products img {
    object-fit: contain !important;
}

.brxe-heading.related__title {
    margin-top: 2rem;
}

.related.products {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.woocommerce-loop-product__title {
    color: var(--color-accent);
    font-size: 1.4rem !important;
    font-weight: 400;
}

.price .woocommerce-Price-amount.amount bdi {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--color-teal);
}

/* Cards behave like columns in all product lists */
.woocommerce ul.products li.product,
.woocommerce .related.products ul.products li.product,
.woocommerce .upsells ul.products li.product,
.woocommerce .cross-sells ul.products li.product,
.related-products .products li.product {
    display: flex !important;
    flex-direction: column;
    height: 100%;
}

/* Pin the button to the bottom */
.woocommerce ul.products li.product a.button,
.woocommerce .related.products ul.products li.product a.button,
.woocommerce .upsells ul.products li.product a.button,
.woocommerce .cross-sells ul.products li.product a.button,
.related-products .products li.product a.button {
    margin-top: auto;
    width: fit-content;
}

/* === Add to cart buttons === */


/* Container */
.cat-acc {
    border-top: 1px solid #e5e5e5;
}

/* Row style */
.cat-acc__row {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: .5rem;
    padding: .9rem 1rem;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
}

/* Parent rows (with +) keep same look */
.cat-acc__row--parent {
    cursor: pointer;
}

/* Title/link */
.cat-acc__title,
.cat-acc__link {
    font-size: 1.05rem;
    text-decoration: none;
    color: #333;
}

.cat-acc__link:hover {
    text-decoration: underline;
}

/* Plus sign on the right */
.cat-acc__toggle {
    font-size: 1.2rem;
    line-height: 1;
    opacity: .7;
}

/* <details> default state */
.cat-acc__item {
    border-bottom: 1px solid #e5e5e5;
}

.cat-acc__item[open] .cat-acc__toggle {
    transform: rotate(45deg);
}

/* + → × */

/* Children list */
.cat-acc__list {
    padding: .3rem 1rem 1rem;
    margin: 0;
    list-style: none;
}

.cat-acc__list li {
    margin: .25rem 0;
}

.cat-acc__list a {
    color: #333;
    text-decoration: none;
}

.cat-acc__list a:hover {
    text-decoration: underline;
}

.brxe-form .form-group {
    width: auto;
}

.brxe-form .bricks-button.bricks-background-primary {
    height: 42px;
}

/* price-excl-tax */
.price-excl-tax {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 8px;
}

.price-excl-tax .amount {
    color: #3b8f89;
    font-weight: 600;
}

/* Scope just to the Add-to-Cart in product cards */

/* Base state */
[class*="brxe-product-add-to-cart"] a.add_to_cart_button {
  background: var(--color-accent)!important;
  transition: background .2s ease, transform .06s ease;
	color: #fff!important;
}

/* Hover */
[class*="brxe-product-add-to-cart"] a.add_to_cart_button:hover,
[class*="brxe-product-add-to-cart"] a.add_to_cart_button:focus-visible {
  background: var(--color-teal)!important;
		color: #fff!important;

}

/* Click/active feedback */
[class*="brxe-product-add-to-cart"] a.add_to_cart_button:active {
  background: var(--color-teal-10)!important;
  transform: translateY(1px);
		color: #fff!important;

}

/* While AJAX is running */
[class*="brxe-product-add-to-cart"] a.add_to_cart_button.loading {
  background: var(--color-teal-10)!important;
		color: #fff!important;

  pointer-events: none;
}

/* After added to cart */
[class*="brxe-product-add-to-cart"] a.add_to_cart_button.added {
  background: var(--color-teal-10);
		color: #fff!important;

}


