/*
Theme Name: Blocksy Child
Template: blocksy
Version: 1.0
*/
@import url('https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css');
.woocommerce-cart .eb-row-wjhah.eb-row-root-container{
    max-width: 1280px;
    margin: 0 auto;
}

/* --------------------------------------------------------------------------
 * Cart page layout
 * -------------------------------------------------------------------------- */
.woocommerce-cart #main {
	background: #f9f9f9;
}

.woocommerce-cart .entry-content > .wp-block-essential-blocks-row {
	padding-block: 24px 48px;
}

.woocommerce-cart .eb-advance-heading-wrapper .eb-ah-title,
.woocommerce-cart .eb-advance-heading-wrapper .first-title {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: clamp(32px, 4vw, 48px);
	letter-spacing: -0.02em;
	color: #1a1c1c;
	text-transform: none;
}

.woocommerce-cart .ct-woocommerce-cart-form {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	gap: 28px;
	align-items: start;
}

.woocommerce-cart .woocommerce-cart-form {
	background: #fff;
	padding: 28px 32px 24px;
	border-radius: 4px;
}

.woocommerce-cart .woocommerce-cart-form .shop_table {
	border: 0;
}

.woocommerce-cart .woocommerce-cart-form .shop_table thead th {
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #6b6b6b;
	border-bottom: 1px solid #ece6e7;
	padding: 0 12px 16px;
	background: transparent;
}

.woocommerce-cart .woocommerce-cart-form .shop_table td {
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #1a1c1c;
	border-top: 0;
	border-bottom: 1px solid #f0eaeb;
	padding: 22px 12px;
	vertical-align: middle;
}

.woocommerce-cart .woocommerce-cart-form .shop_table .product-thumbnail {
	width: 88px;
	padding-inline-start: 0;
}

.woocommerce-cart .woocommerce-cart-form .shop_table .product-thumbnail img,
.woocommerce-cart .woocommerce-cart-form .shop_table .product-thumbnail .ct-image-container {
	border-radius: 4px;
	overflow: hidden;
}

.woocommerce-cart .woocommerce-cart-form .shop_table .product-name a {
	color: #1a1c1c;
	text-decoration: none;
	font-weight: 600;
	line-height: 1.35;
}

.woocommerce-cart .woocommerce-cart-form .shop_table .product-name a:hover {
	text-decoration: underline;
}

.woocommerce-cart .woocommerce-cart-form .shop_table .product-name .price {
	margin-top: 8px;
	color: #5e5e5e;
	font-weight: 500;
}

.woocommerce-cart .woocommerce-cart-form .shop_table .product-quantity .quantity {
	margin: 0 auto;
}

.woocommerce-cart .woocommerce-cart-form .shop_table .product-quantity input.qty {
	min-width: 64px;
	height: 44px;
	border: 1px solid #e4dcdd;
	border-radius: 999px;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	background: #fff;
}

.woocommerce-cart .woocommerce-cart-form .shop_table .product-subtotal {
	font-weight: 600;
	white-space: nowrap;
}

.woocommerce-cart .woocommerce-cart-form .shop_table .product-remove .remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: #1a1c1c;
	background: #f5f2f2;
	transition: background 0.2s ease, color 0.2s ease;
}

.woocommerce-cart .woocommerce-cart-form .shop_table .product-remove .remove:hover {
	background: #ffd1dc;
	color: #1a1c1c;
}

.woocommerce-cart .woocommerce-cart-form .shop_table .product-remove .remove svg {
	fill: currentColor;
}

.woocommerce-cart .woocommerce-cart-form .shop_table td.actions {
	padding: 24px 0 0;
	border-bottom: 0;
}

.woocommerce-cart .woocommerce-cart-form .coupon {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 10px;
}

.woocommerce-cart .woocommerce-cart-form #coupon_code {
	min-height: 52px;
	padding: 14px 20px;
	border: 1px solid #e4dcdd;
	border-radius: 999px;
	background: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
}

.woocommerce-cart .woocommerce-cart-form .coupon .button,
.woocommerce-cart .woocommerce-cart-form button[name="update_cart"],
.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
	min-height: 52px;
	padding: 14px 28px !important;
	border: 0 !important;
	border-radius: 999px !important;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.woocommerce-cart .woocommerce-cart-form .coupon .button,
.woocommerce-cart .woocommerce-cart-form button[name="update_cart"] {
	background: #fff !important;
	color: #1a1c1c !important;
	box-shadow: inset 0 0 0 1px #1a1c1c;
}

.woocommerce-cart .woocommerce-cart-form .coupon .button:hover,
.woocommerce-cart .woocommerce-cart-form button[name="update_cart"]:hover {
	background: #1a1c1c !important;
	color: #fff !important;
}

.woocommerce-cart .cart_totals {
	background: #fff;
	padding: 28px 28px 32px !important;
	border: 0 !important;
	border-radius: 4px;
	box-shadow: none;
}

.woocommerce-cart .cart_totals > h2 {
	margin: 0 0 20px;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #1a1c1c;
}

.woocommerce-cart .cart_totals .shop_table {
	border: 0;
	margin: 0;
}

.woocommerce-cart .cart_totals .shop_table th,
.woocommerce-cart .cart_totals .shop_table td {
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 500;
	padding: 12px 0;
	border: 0;
	border-bottom: 1px solid #f0eaeb;
	color: #1a1c1c;
	background: transparent;
}

.woocommerce-cart .cart_totals .shop_table tr:last-child th,
.woocommerce-cart .cart_totals .shop_table tr:last-child td {
	border-bottom: 0;
}

.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td {
	font-size: 18px;
	font-weight: 600;
	padding-top: 18px;
}

/* Shipping methods belong on checkout only */
.woocommerce-cart .cart_totals tr.shipping,
.woocommerce-cart .cart_totals .woocommerce-shipping-totals,
.woocommerce-cart .cart_totals .woocommerce-shipping-destination,
.woocommerce-cart .cart_totals .woocommerce-shipping-calculator,
.woocommerce-cart .cart_totals .ct-shipping-heading,
.woocommerce-cart .cart_totals .shipping-calculator-button,
.woocommerce-cart .cart_totals .shipping-calculator-form {
	display: none !important;
}

.woocommerce-cart .cart_totals .wc-proceed-to-checkout {
	margin-top: 24px;
}

.woocommerce-cart .cart_totals .checkout-button {
	width: 100%;
	justify-content: center;
	background: #1a1c1c !important;
	color: #fff !important;
}

.woocommerce-cart .cart_totals .checkout-button:hover {
	opacity: 0.88;
	background: #1a1c1c !important;
	color: #fff !important;
}

.woocommerce-cart .aura-cart-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	max-width: 640px;
	margin: 12px auto 40px;
	padding: 48px 32px;
	background: #fff;
	border-radius: 4px;
	text-align: center;
}

.woocommerce-cart .aura-cart-empty .cart-empty,
.woocommerce-cart .aura-cart-empty .woocommerce-info {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #1a1c1c;
}

.woocommerce-cart .aura-cart-empty .cart-empty::before,
.woocommerce-cart .aura-cart-empty .woocommerce-info::before {
	display: none;
}

.woocommerce-cart .aura-cart-empty .return-to-shop {
	margin: 0;
}

.woocommerce-cart .aura-cart-empty .return-to-shop .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 14px 32px;
	border-radius: 999px;
	background: #1a1c1c !important;
	color: #fff !important;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
}

.woocommerce-cart .aura-recommended-products--cart {
	margin-top: 16px;
	padding: 40px 0 24px;
	background: transparent;
}

.woocommerce-cart .aura-recommended-products--cart > h2 {
	font-family: "Montserrat", sans-serif;
	font-size: clamp(24px, 3vw, 34px);
	letter-spacing: 0.1em;
}

.woocommerce-cart .cross-sells {
	margin-top: 40px;
}

@media (max-width: 999px) {
	.aura-vibe-cards--layout-icon.aura-vc--custom-mobile-slides .aura-vibe-cards__card--icon {
        flex: 0 0 calc((50% - (var(--aura-vc-slides-mobile) - 1) * var(--aura-vc-gap)) / var(--aura-vc-slides-mobile))!important;
    }
	.woocommerce-cart .woocommerce-cart-form {
		padding: 20px 16px 16px;
	}

	.woocommerce-cart .cart_totals {
		padding: 22px 18px 24px !important;
	}

	.woocommerce-cart .aura-cart-empty {
		margin: 0 0 28px;
		padding: 36px 20px;
	}

	.woocommerce-cart .woocommerce-cart-form .coupon {
		width: 100%;
	}

	.woocommerce-cart .woocommerce-cart-form button[name="update_cart"] {
		width: 100%;
		margin-top: 10px;
	}
}
.woocommerce-account #main {
    background-color: #f9f9f9;
}
.aura-wishlist-toggle {
    background: #fff;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: all 0.3s ease;
    color: #2E2A2A;
    padding: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 99;
    pointer-events: auto;
}
.aura-wishlist-toggle:hover {
    transform: scale(1.1);
}
.aura-wishlist-toggle.active svg {
    fill: #ff3b30;
    stroke: #ff3b30; 
}
.aura-wishlist-toggle.loading {
    opacity: 0.5;
    pointer-events: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation > ul {
    order: 2 !important;
    width: 100%;
    margin-top: 0 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation > div,
.woocommerce-account .woocommerce-MyAccount-navigation > aside {
    order: 1 !important;
    margin-bottom: 30px !important;
    padding-bottom: 20px !important;
    border-bottom: none; 
    width: 100%;
}
.woocommerce-account .aura-dashboard-wrapper {
    padding: 30px 64px;
}
.woocommerce-account .aura-greeting {
    margin-bottom: 64px;
    position: relative;
}
.woocommerce-account .aura-greeting h1 {
    font-weight: 400;
    font-size: 64px;
    line-height: 1.1;
    letter-spacing: -1.28px;
    color: #1A1C1C;
}
.woocommerce-account .aura-greeting h1::before {
    content: '';
    position: absolute;
    background: #FFD1DC66;
    width: 128px;
    height: 24px;
    opacity: 0.5;
    transform: rotate(-3deg);
    box-shadow: 0px 2px 5px 0px #00000005;
}
.woocommerce-account .aura-greeting p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #5E5E5E;
}
.woocommerce-account .aura-top-cards {
    margin-bottom: 70px;
}
.woocommerce-account .aura-card {
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}
.woocommerce-account .aura-profile-card {
    background-color: #FCDCE3; 
}
.woocommerce-account .aura-profile-card .profile-icon {
    margin-bottom: 16px;
}
.woocommerce-account .aura-profile-card h2 {
    font-weight: 400;
    font-size: 28px;
    line-height: 1.3;
    color: #1A1C1C;
}
.woocommerce-account .aura-profile-card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #7A5761;
    margin-bottom: 24px;
}
.woocommerce-account .aura-link-underline {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.02;
    letter-spacing: 1.2px;
    text-align: center;
    text-transform: uppercase;
    color: #1A1C1C;
    padding-bottom: 5px;
    border-bottom: 1px solid #7A5761;
}
.woocommerce-account .aura-greeting .view-all{
    border-color: #1A1C1C;
}
.woocommerce-account .aura-section-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 32px;
}
.woocommerce-account .aura-section-header h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
    color: #1A1C1C;
}
.woocommerce-account .aura-recent-orders {
    display: flex;
    gap: 24px;
    margin-bottom: 120px;
}
.woocommerce-account .aura-order-card {
    display: flex;
    padding: 24px;
    gap: 24px;
    border: 1px solid #D3C3C5;
    align-items: center;
    background-color: #ffffff;
    transition: border-color 0.3s ease;
    flex: 1;
}
.woocommerce-account .aura-order-card:hover {
    border-color: #FCDCE3;
}
.woocommerce-account .order-image {
    width: 90px;
    height: 110px;
    background-color: #F8F8F8;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.woocommerce-account .order-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.woocommerce-account .order-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.woocommerce-account .order-status {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 1.2px;
    color: #78555E;
}
.woocommerce-account .order-details h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #1A1C1C;
}
.woocommerce-account .order-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42;
    color: #4F4446;
}
.woocommerce-account .order-total {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #1A1C1C;
}
.woocommerce-account .order-arrow {
    color: #CCCCCC;
    display: flex;
    align-items: center;
}
.woocommerce-account .ct-account-user-box {
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 28px;
    line-height: 1;
    text-transform: capitalize;
    margin: 0 !important;
}
.woocommerce-account .ct-account-user-box span a{
    font-family: Montserrat;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #78555E;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 30%;
    max-width: 210px;
    padding: 32px 24px;
    border-right: 1px solid #D3C3C5;
}
.woocommerce-account .woocommerce-MyAccount-content{
    width: 70%;
}
.woocommerce-account span.ct-media-container-static {
    margin: 0 !important;
}
.woocommerce-account .ct-account-welcome {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 50px;
    padding: 0 10px;
}
.woocommerce-account .ct-media-container-static img {
    width: 30px !important;
    height: auto !important;
}
.woocommerce-account .ct-account-user-box span a:hover {
    color: #2E2A2A;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 8px; 
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    padding: 15px 32px 15px 15px;
    color: #4F4446;
    border-radius: 0 30px 30px 0px; 
    transition: background-color 0.3s ease, color 0.3s ease;
    border-color: transparent !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:not(.is-active) a:hover {
    background-color: transparent !important;
    color: #4F4446;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #FFD1DC; 
    color: #7A5761;
    font-weight: 700;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
    border-top: 1px solid #D3C3C5;
    padding: 24px 16px !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #BA1A1A !important;
    padding: 0 !important;
    height: auto;
    background: transparent;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
    content: "" !important;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
}
.woocommerce-account li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard a:before{
    background-image: url(/wp-content/uploads/2026/07/overview.svg);
}
.woocommerce-account li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders a:before{
    background-image: url(/wp-content/uploads/2026/07/order.svg);
}
.woocommerce-account li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address a:before{
    background-image: url(/wp-content/uploads/2026/07/address.svg);
}
.woocommerce-account li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--wishlist a:before{
    background-image: url(/wp-content/uploads/2026/07/wishlist.svg);
}
.woocommerce-account li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account a:before{
    background-image: url(/wp-content/uploads/2026/07/settings.svg);
}
.woocommerce-account li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a:before{
    background-image: url(/wp-content/uploads/2026/07/signout.svg);
}

.woocommerce-account .swiper-slide.aura-product-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    height: auto; 
}

.woocommerce-account .product-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1; 
    background: #f7f7f7;
    overflow: hidden;
}

.woocommerce-account .product-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.woocommerce-account .swiper-slide.aura-product-card:hover .product-image-wrapper img {
    transform: scale(1.05);
}

.aura-wishlist-btn-wrapper {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
}

.woocommerce-account .product-info {
    padding: 15px 5px;
    text-align: left;
}

.woocommerce-account .product-info a {
    text-decoration: none;
}

.woocommerce-account .product-title {
    font-size: 16px;
    color: #333;
    margin: 0 0 5px 0;
    font-weight: 500;
}

.woocommerce-account .price {
    font-size: 14px;
    color: #666;
    font-weight: bold;
}
.woocommerce-account .aura-wishlist-grid-container .aura-wishlist-swiper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.woocommerce-account .aura-wishlist-grid-container {
    padding: 30px;
}
.custom-single-product-template.single-product-content .brand-features-banner {
    background-color: #f6f6f6;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 50px 20px;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #eeeeee; 
    border-bottom: 1px solid #eeeeee;
}

.custom-single-product-template.single-product-content .brand-features-banner .feature-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px; 
    color: #757575; 
}

.custom-single-product-template.single-product-content .brand-features-banner .feature-box i {
    font-size: 28px; 
}

.custom-single-product-template.single-product-content .brand-features-banner .feature-box span {
    font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
    font-size: 11px; 
    font-weight: 600; 
    letter-spacing: 1.5px; 
    text-transform: uppercase;
}



.custom-single-product-template.single-product-content .art-of-application-section {
    background-color: #FAFAFA; 
    padding: 80px 20px;
    font-family: 'Montserrat', sans-serif;
}
.custom-single-product-template.single-product-content .art-of-application-section .section-title {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 38px;
    color: #222222;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    font-weight: 500;
}

.custom-single-product-template.single-product-content .art-of-application-section .section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background-color: #cccccc;
    margin: 15px auto 0;
}

.custom-single-product-template.single-product-content .art-of-application-section .application-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 40px; 
}

.custom-single-product-template.single-product-content .art-of-application-section .app-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.custom-single-product-template.single-product-content .art-of-application-section .app-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1; 
    margin-bottom: 25px;
    overflow: hidden;
}

.custom-single-product-template.single-product-content .art-of-application-section .app-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;
}

.custom-single-product-template.single-product-content .art-of-application-section .app-card:hover .app-image-wrapper img {
    border-color: #3498db; 
}

.custom-single-product-template.single-product-content .art-of-application-section .step-number {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #ffffff;
    color: #222222;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 20px;
    font-weight: 600;
    padding: 6px 12px;
    z-index: 2;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.custom-single-product-template.single-product-content .art-of-application-section .app-content h3 {
    font-size: 13px;
    font-weight: 700;
    color: #333333;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.custom-single-product-template.single-product-content .art-of-application-section .app-content p {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    margin: 0;
    max-width: 90%;
    margin: 0 auto;
}
.woocommerce-account table.shop_table_responsive tbody td[data-title]:before{
    font-size: 18px;
        font-weight: 700;
        font-family: "Playfair Display", serif;
}
.woocommerce-account .swiper-slide.aura-product-card{
    background:transparent;
    margin-right:24px!important;
}
.woocommerce-account .product-title{
    color:#1A1C1C;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    margin-bottom:0px;
}
.woocommerce-account .woocommerce-Price-amount{
    color:#5E5E5E;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height:1.167em;
    font-weight:600;
    font-style: normal;
    text-transform: none;
    margin-bottom:0px;
    letter-spacing: 1.2px;
}
.aura-wishlist-toggle{
    top: -3px!important;
    right:0px!important;
}
.woocommerce-account .badge-limited-edition{
    background-color: #FFD1DC;
    color: #7A5761;
    font-weight: 600;
    font-size: 10px;
}
.woocommerce-account .woocommerce-notices-wrapper p{
    color:#5E5E5E;
}
.woocommerce-account .badge-new-arrival{
    background-color: #1A1C1C;
    color: #ffffff;
    font-weight: 600;
    font-size: 10px;
}
.woocommerce-account .aura-wishlist-toggle.active svg{
    fill: #1A1C1C;
    stroke: #1A1C1C;
}
.woocommerce-account .aura-greeting h1{
    margin-bottom:8px;
}
.woocommerce-account .woocommerce-MyAccount-content{
   padding: 32px 30px 64px 30px;
}
.woocommerce-account .ct-woo-account{
    width: 100%;
}
.woocommerce-account .woocommerce-button{
    background-color: rgba(26, 28, 28, 1);
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 1em;
    font-weight: 700;
    font-style: normal;
    text-decoration: initial;
    text-transform: uppercase;
    letter-spacing: 1px;
    border:1px solid rgba(26, 28, 28, 1);
}
.woocommerce-account .woocommerce-button:hover{
        background-color: rgba(255, 255, 255, 1);
    color: rgba(26, 28, 28, 1);
    border:1px solid rgba(26, 28, 28, 1);
}
.woocommerce-account .woocommerce-orders-table__cell{
    vertical-align: middle;
}
.woocommerce-account .woocommerce-orders-table__header{
    font-family: "Playfair Display", serif;
    font-size: 20px;
    padding-top:0px;
        color: #1A1C1C;
}
.woocommerce-account .aura-wishlist-grid-container{
    padding: 0px;
}
.woocommerce-account .aura-dashboard-wrapper{
    padding: 0px 0px;
}
.woocommerce-account .woocommerce-Addresses{
    margin-top: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content h2{
    margin-bottom: 0px;
    color: #1A1C1C;
}
.woocommerce-account .woocommerce-Address-title a{
        font-family: "Playfair Display", serif;
        font-size: 20px;
}
.woocommerce-account .form-row label{
        color: #1A1C1C;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
}
.woocommerce-account  input:is([type=url],[type=tel],[type=text],[type=time],[type=date],[type=datetime],[type=datetime-local],[type=email],[type=number],[type=search],[type=password]){
        margin-bottom: 20px;
}
.woocommerce-account .button{
        background-color: rgba(26, 28, 28, 1)!important;
    border-radius: 50px!important;
    font-family: "Montserrat", sans-serif!important;
    font-size: 14px!important;
    line-height: 1em!important;
    font-weight: 700!important;
    font-style: normal!important;
    text-decoration: initial!important;
    text-transform: uppercase!important;
    letter-spacing: 1px!important;
    padding-top: 17px!important;
    padding-right: 40px!important;
    padding-left: 40px!important;
    padding-bottom: 17px!important;
    border:1px solid rgba(26, 28, 28, 1)!important ;
}
.woocommerce-account .button:hover{
    background-color: rgba(255, 255, 255, 1)!important;
    color: rgba(26, 28, 28, 1)!important;
    border:1px solid rgba(26, 28, 28, 1)!important ;
}
.woocommerce-account .woocommerce-orders-table__cell{
    color:#5E5E5E;
}
.woocommerce-account .woocommerce-customer-details address{
    margin-top:18px;
}
.woocommerce-account table.shop_table thead th{
     color:#1A1C1C!important;
}
.tax-product_cat .hero-section{
  display: none;
}

@media (max-width: 768px) {
    .woocommerce-account .aura-greeting h1 {
        font-size: 2.5rem;
    }
    .woocommerce-account .aura-top-cards {
        justify-content: center;
    }
    .woocommerce-account .aura-section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .woocommerce-account .aura-recent-orders {
        flex-direction: column;
        gap: 20px;
    }
    .woocommerce-account .woocommerce.ct-woo-account{
        flex-direction: column;
        width: 100%;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content{
        width: 100%;
        max-width: 100%;
    }
    .woocommerce-account .aura-dashboard-wrapper, .woocommerce-MyAccount-navigation {
        padding: 30px 20px;
    }
 .custom-single-product-template.single-product-content .brand-features-banner {
        flex-wrap: wrap; 
        gap: 30px;
        padding: 40px 15px;
    }
    .custom-single-product-template.single-product-content .brand-features-banner .feature-box {
        width: 40%;
    }
    .custom-single-product-template.single-product-content .art-of-application-section .application-grid {
        grid-template-columns: 1fr; 
        gap: 30px;
    }
    
    .custom-single-product-template.single-product-content .art-of-application-section .section-title {
        font-size: 30px;
    }
.woocommerce-account .button{
        padding-top: 12px !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    padding-bottom: 12px !important;
    }
    .woocommerce-account .aura-order-card{
        padding: 15px;
    }
    .woocommerce-account .order-details{
        flex: auto;
    }
    .woocommerce-account .woocommerce-MyAccount-content h2{
    font-size: 18px;
    color: #1A1C1C;
}
.woocommerce-account .woocommerce-Address-title a{
        font-size: 18px;
        color: #1A1C1C;
}
    .woocommerce-account .woocommerce-MyAccount-content{
            padding: 0px 20px 40px 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
    padding: 32px 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
        border-right: 0px solid #D3C3C5;
}
.woocommerce-account .aura-wishlist-grid-container .aura-wishlist-swiper{
    grid-template-columns: repeat(2, 1fr);
}
.woocommerce-account .product-title{
    font-size: 14px;
        line-height: 1.4em;
}
}

.newsletter-popup{
        display:none;
        position:fixed;
        inset:0;
        background:rgba(0,0,0,.55);
        justify-content:center;
        align-items:center;
        z-index:999999;
        padding:20px;
    }

    .newsletter-popup.active{
        display:flex;
    }

    .popup-overlay{
        position:absolute;
        inset:0;
    }

    .popup-content{
        position:relative;
        width:100%;
        max-width:1000px;
        background:#fff;
        display:flex;
        overflow:hidden;
        z-index:2;
        border-radius:4px;
    }

    .popup-left{
        width:50%;
        min-height:620px;
    }

    .popup-left img{
        width:100%;
        height:100%;
        object-fit:cover;
        display:block;
    }

    .popup-right{
        width:50%;
        padding:70px 60px;
        display:flex;
        align-items:center;
    }

    .popup-close{
        position:absolute;
        top:18px;
        right:18px;
        width:40px;
        height:40px;
        border:0;
        background:transparent;
        font-size:34px;
        line-height:1;
        cursor:pointer;
        z-index:99;
        color:#111;
    }

    body.popup-open{
        overflow:hidden;
    }

    /* ==========================
    FORM
    ========================== */

    .popup-right .newsletter-form{
        width:100%;
    }

    .popup-right .newsletter-form h2{
        font-family:"EB Garamond",serif;
        font-size:38px;
        line-height:1.2;
        font-weight:500;
        letter-spacing:.22em;
        text-transform:uppercase;
        margin:0 0 24px;
        color:#111;
    }

    .popup-right .newsletter-desc{
        font-family:"Hanken Grotesk",sans-serif;
        font-size:16px;
        line-height:28px;
        color:#555;
        margin-bottom:32px;
    }

    .popup-right .form-group{
        margin-bottom:24px;
    }
    .newsletter-form .wpcf7-email{
        border: none !important;
        border-bottom: 1px solid #C4C7C7 !important;
        border-radius: 0px !important;
    }

    .popup-right label{
        display:block;
        margin-bottom:10px;
        font-family:"Hanken Grotesk",sans-serif;
        font-size:12px;
        font-weight:600;
        letter-spacing:.12em;
        text-transform:uppercase;
        color:#111;
    }

    .popup-right input[type=email]{
        width:100%;
        height:56px;
        padding:0 18px;
        border:1px solid #ddd;
        border-radius:0;
        box-shadow:none;
        font-size:16px;
        background:#fff;
    }

    .popup-right input[type=email]:focus{
        outline:none;
        border-color:#111;
    }

    .popup-right input[type=submit]{
        width:100%;
        height:56px;
        border:none;
        background:#111;
        color:#fff;
        text-transform:uppercase;
        letter-spacing:.15em;
        font-size:13px;
        font-weight:600;
        cursor:pointer;
        transition:.3s;
    }
    

    .popup-right input[type=submit]:hover{
       border-width: 1px !important;
        border-color: rgba(26, 28, 28, 1) !important;
        border-style: solid !important;
        color: rgba(26, 28, 28, 1) !important;
        background-color: rgba(249, 249, 249, 1) !important;
    }

    .popup-right .newsletter-policy{
        margin-top:25px;
        font-size:13px;
        line-height:22px;
        color:#666;
    }

    .popup-right .newsletter-policy a{
        color:#111;
        text-decoration:underline;
    }

    /* CF7 */

    .popup-right .wpcf7-spinner{
        display:block;
        margin-top:15px;
    }

    .popup-right .wpcf7-response-output{
        margin:20px 0 0 !important;
        padding:12px !important;
        font-size:14px;
    }

    /* ==========================
    TABLET
    ========================== */

    @media (max-width:991px){

    .popup-content{
        max-width:760px;
    }

    .popup-right{
        padding:45px 35px;
    }

    .popup-right .newsletter-form h2{
        font-size:30px;
        letter-spacing:.16em;
    }

    }

    /* ==========================
    MOBILE
    ========================== */

    @media (max-width:767px){

    .newsletter-popup{
        padding:15px;
        align-items:flex-start;
        overflow:auto;
    }

    .popup-content{
        flex-direction:column;
        max-width:100%;
        margin:25px 0;
    }

    .popup-left,
    .popup-right{
        width:100%;
    }

    .popup-left{
        min-height:260px;
    }

    .popup-right{
        padding:35px 25px;
    }

    .popup-right .newsletter-form h2{
        font-size:28px;
        line-height:1.2;
        letter-spacing:.12em;
        text-align:center;
    }

    .popup-right .newsletter-desc{
        text-align:center;
        font-size:15px;
        line-height:26px;
    }

    .popup-close{
        top:12px;
        right:12px;
        font-size:28px;
    }

    .popup-right input[type=email],
    .popup-right input[type=submit]{
        height:52px;
    }

    }

    .aura-contact-form{
    max-width:760px;
    margin:0 auto;
    padding:64px;
    background:#fff;
    border:1px solid #D3C3C5;
    box-sizing:border-box;
}
.infobox-width {
    width:100%;
}
/* Row */
.aura-form-row{
    display:flex;
    gap:30px;
}

.aura-form-group{
    width:100%;
    margin-bottom:30px;
}

/* Labels */
.aura-contact-form .aura-form-group label{
    display:block;
    margin-bottom:12px;

    font-family:Montserrat,sans-serif;
    font-weight:600;
    font-size:12px;
    line-height:14.4px;
    letter-spacing:1.2px;
    text-transform:uppercase;
    color:#222;
}

/* CF7 wrapper */
.aura-form-control{
    display:block;
    width:100%;
}

/* Input, Email, Select & Textarea */
.aura-contact-form input:not([type="submit"]),
.aura-contact-form select,
.aura-contact-form textarea{

    width:100%;
    padding:0 0 12px;
    margin:0;

    background:transparent !important;

    border:none !important;
    border-bottom:1px solid #D3C3C5 !important;
    border-radius:0 !important;

    box-shadow:none !important;
    outline:none !important;

    font-family:Montserrat,sans-serif;
    font-size:14px;
    font-weight:400;
    line-height:20px;
    color:#222;

    -webkit-appearance:none;
    appearance:none;

    box-sizing:border-box;
}

/* Placeholder */
.aura-contact-form input::placeholder,
.aura-contact-form textarea::placeholder{
    color:#D3C3C5;
    opacity:1;
}

/* Focus */
.aura-contact-form input:not([type="submit"]):focus,
.aura-contact-form select:focus,
.aura-contact-form textarea:focus{

    border-bottom:1px solid #222 !important;
    box-shadow:none !important;
    outline:none !important;
}

/* Select */
.aura-contact-form select{
    cursor:pointer;
}

/* Textarea */
.aura-contact-form textarea{
    min-height:90px;
    resize:none;
}

/* Submit spacing */
.aura-form-submit{
    margin-top:48px;
}

/* Button */
.aura-submit-btn,
.aura-contact-form input[type="submit"]{

    background:#202020 !important;
    color:#fff !important;

    border:none !important;
    border-radius:30px !important;

    padding:15px 32px !important;

    font-family:Montserrat,sans-serif;
    font-weight:700;
    font-size:14px;
    line-height:14px;
    letter-spacing:.7px;
    text-transform:uppercase;

    cursor:pointer;
    transition:.3s;

    width:auto !important;
    min-width:202px;
    height:44px;

    box-shadow:none !important;
}

.aura-submit-btn:hover,
.aura-contact-form input[type="submit"]:hover{
    background:#000 !important;
}

.top-image .wp-block-essential-blocks-advanced-image{
    z-index: 999;
}
.top-image .wp-block-contact-form-7-contact-form-selector{
    margin-top: -16px;
    z-index: 0;
}

.aura-contact-form .aura-form-submit .aura-submit-btn:hover {
    border-width: 1px !important;
    border-color: rgba(26, 28, 28, 1) !important;
    border-style: solid !important;
    color: rgba(26,28,28,1) !important;
    background-color: rgba(249,249,249,1) !important;
}

@media(max-width:1024px){

.aura-contact-form .aura-form-submit .aura-submit-btn{
border-radius: unset !important;
}
}

/* Mobile */
@media(max-width:767px){

    .aura-contact-form{
        padding:30px 20px;
    }

    .aura-form-row{
        flex-direction:column;
        gap:0;
    }
}

.hero-bottom .eb-infobox-wrapper .title {
    color: #000 !important;
	font-weight: 500;
}

.hero-bottom .eb-image-wrapper-inner.eb-infobox-image {
    width: 25px !important;
}
.hero-bottom .eb-image-wrapper-inner.eb-infobox-image img {
    filter: invert(100) !important;
}

.home-slider .eb-slider-item:before {
    content: "";
    height: 50%;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(0 0 0 / 61%) 100%);
}

.archive .ct-woo-card-actions .add_to_cart_button, .archive .ct-woo-card-actions .added_to_cart  {
    padding: 0;
    width: 100%;
    border: 1px solid #78555e;
    border-radius: 10px !important;
    color: #78555e;
}
.archive .ct-woo-card-actions {
    width: 100%;
}
.archive .ct-woo-card-actions .add_to_cart_button:hover, .archive .ct-woo-card-actions .added_to_cart  {
    background: #78555e !important;
    color: #fff;
}
.woo-listing-top .woocommerce-result-count {
    display: block !important;
}

.archive a.ct-media-container img {
    border-radius: 10px;
    overflow: hidden;
}

.inner-page-hero .wp-block-essential-blocks-column {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-page-hero:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgb(0 0 0 / 61%) 100%);
}

footer#footer [data-row="middle"] img {
    max-width: 370px;
	width: 100%;
}
#footer [data-row="top"] .ct-container {
    padding-bottom: 0;
}

/* Product accordion (Description + Product information) */
.aura-product-accordion .ct-accordion-heading {
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-weight: 500;
	width: 100%;
	border: 0;
	border-top: 1px solid var(--theme-border-color, #e5e5e5);
	border-radius: 0;
	text-align: left;
}
.aura-product-accordion .ct-accordion-tab:last-child {
	border-bottom: 1px solid var(--theme-border-color, #e5e5e5);
}

.aura-product-accordion p{
    font-size: 13px;
}

.aura-product-accordion .entry-content{
    padding-top: 0px !important;
}

/* Recommended products slider */
.aura-recommended-products {
	padding: 64px 0;
	background: #fff;
}

.aura-recommended-products > h2 {
	margin: 0 0 40px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 500;
	color: #111;
}

.aura-recommended-swiper {
	position: relative;
	padding: 0 48px 48px !important;
	max-width: 1400px;
	margin: 0 auto;
}

.aura-recommended-card {
	display: flex;
	flex-direction: column;
	height: auto;
	text-align: center;
}

.aura-recommended-card__media {
	position: relative;
	width: 100%;
}

.aura-recommended-card__image {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #f5f5f5;
}

.aura-recommended-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.aura-recommended-card__info {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 18px 8px 0;
}

.aura-recommended-card__title {
	color: #111;
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
}

.aura-recommended-card__rating {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
}

.aura-recommended-card__rating .aura-star {
	width: 14px;
	height: 14px;
	display: inline-block;
	background: linear-gradient(
		90deg,
		#111 0,
		#111 var(--star-fill, 100%),
		#d8d8d8 var(--star-fill, 100%),
		#d8d8d8 100%
	);
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.aura-recommended-card__rating .aura-star::after {
	display: none;
}

.aura-recommended-card__price {
	color: #111;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
}

.aura-recommended-card__price del {
	opacity: 0.45;
	margin-right: 6px;
}

.aura-recommended-card__button,
.aura-recommended-card__button.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	min-height: 44px;
	margin-top: 6px;
	padding: 12px 20px;
	border: 0;
	border-radius: 999px;
	background: #111 !important;
	color: #fff !important;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.aura-recommended-card__button:hover,
.aura-recommended-card__button.button:hover {
	opacity: 0.85;
	background: #111 !important;
	color: #fff !important;
}

.aura-recommended-nav {
	position: absolute;
	top: 28%;
	z-index: 5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #111;
	cursor: pointer;
}

.aura-recommended-prev {
	left: 0;
}

.aura-recommended-next {
	right: 0;
}

.aura-recommended-nav.swiper-button-disabled {
	opacity: 0.25;
	cursor: default;
}

.aura-recommended-pagination {
	bottom: 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-top: 28px;
}

.aura-recommended-pagination .swiper-pagination-bullet {
	width: 22px;
	height: 3px;
	margin: 0 !important;
	border-radius: 999px;
	background: #d4d4d4;
	opacity: 1;
}

.aura-recommended-pagination .swiper-pagination-bullet-active {
	background: #111;
}

@media (max-width: 689px) {
	.aura-recommended-products {
		padding: 48px 16px;
	}

	.aura-recommended-products > h2 {
		margin: 0 auto 28px;
		font-size: 28px;
		line-height: 1.3;
		letter-spacing: 0.08em;
	}

	.aura-recommended-swiper {
		padding: 0 0 40px !important;
	}

	.aura-recommended-nav {
		top: 0;
		width: 36px;
		height: 36px;
		background: #fff;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
		/* Center over the square product image (1.4 slides visible) */
		transform: translateY(calc(((100vw - 32px - 12px * 0.4) / 1.4) / 2 - 50%));
	}

	.aura-recommended-prev,
	.aura-recommended-next {
		top: 0;
		left: auto;
		right: auto;
	}

	.aura-recommended-prev {
		left: 10px;
	}

	.aura-recommended-next {
		right: 10px;
	}

	.aura-recommended-card__info {
		padding-top: 20px;
		gap: 12px;
	}

	.aura-recommended-card__title {
		font-size: 18px;
	}

	.aura-recommended-card__price {
		font-size: 16px;
	}

	.aura-recommended-card__button,
	.aura-recommended-card__button.button {
		min-height: 48px;
		font-size: 13px;
	}

	.aura-recommended-pagination .swiper-pagination-bullet {
		width: 18px;
		height: 2px;
	}
}

/* Product video section */
.aura-product-video {
	margin-top: 0;
	padding: 64px 0;
	background: #fff;
}

.aura-product-video__inner {
	display: flex;
	justify-content: center;
	max-width: none;
	margin: 0 auto;
	padding: 0;
}

.aura-product-video__player {
	display: block;
	width: auto;
	max-width: 96%;
	height: auto;
	object-fit: contain;
	background: #111;
	border: 0;
	pointer-events: none;
}

.aura-product-video__player::-webkit-media-controls,
.aura-product-video__player::-webkit-media-controls-enclosure,
.aura-product-video__player::-webkit-media-controls-start-playback-button,
.aura-product-video__player::-webkit-media-controls-overlay-play-button {
	display: none !important;
	-webkit-appearance: none;
	opacity: 0;
	pointer-events: none;
}

@media (max-width: 689px) {
	.aura-product-video {
		margin-top: 0;
		padding: 0;
	}

	.aura-product-video__player {
		max-width: 100%;
	}
}

/* You+Aura Press gallery slider */
body .aura-you-gallery {
	margin: 0;
	padding: 64px 0;
	background: #fff;
	overflow: hidden;
}

.aura-you-gallery__title {
	margin: 0 0 24px;
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #111;
	text-align: left;
}

body .aura-you-gallery-swiper {
	width: 100%;
	cursor: grab;
}

body .aura-you-gallery-swiper:active {
	cursor: grabbing;
}

body .aura-you-gallery-swiper .swiper-wrapper {
	align-items: stretch;
}

body .aura-you-gallery__item {
	height: auto;
	margin: 0;
}

body .aura-you-gallery__item figure {
	margin: 0;
	width: 100%;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	background: #f3f3f3;
}

body .aura-you-gallery__item img,
body .aura-you-gallery__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
	user-select: none;
	-webkit-user-drag: none;
}

body .aura-you-gallery__progress {
	position: relative;
	height: 2px;
	margin: 28px 0px 0;
	background: #e5e5e5;
	overflow: hidden;
}

body .aura-you-gallery__progress-fill {
	display: block;
	height: 100%;
	width: 0;
	background: #111;
	transition: width 0.05s linear;
}

@media (min-width: 690px) {
	body .aura-you-gallery__title {
		margin-bottom: 28px;
	}

	.aura-you-gallery__progress {
		margin: 32px 40px 0;
	}
}

@media (max-width: 689px) {
	body .aura-you-gallery {
		padding: 48px 0px 0px;
	}

	body .aura-you-gallery__title {
		margin-bottom: 18px;
		font-size: 32px;
	}

	body .aura-you-gallery__progress {
		margin: 24px 0px 0;
	}
}

/* How to Apply */
.aura-howto {
	--aura-howto-ink: #1a1c1c;
	--aura-howto-muted: #5e5e5e;
	--aura-howto-line: #d3c3c5;
	--aura-howto-accent: #ffd1dc;
	background: #fff;
	padding: 64px 20px;
	color: var(--aura-howto-ink);
	font-family: inherit;
}

.aura-howto__inner {
	max-width: var(--theme-normal-container-max-width, 1280px);
	margin: 0 auto;
}


.aura-howto__title {
	margin: 0 0 36px;
	color: #111;
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 500;
	line-height: 1.15;
	text-align: center;
}

.aura-howto__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 1.75rem;
	align-items: center;
    justify-content: center;
	margin: 0 0 1.9rem;
	padding: 0;
}

.aura-howto__tab {
	appearance: none;
	border: 0;
	background: transparent;
	padding: 0 0 8px;
	margin: 0;
	cursor: pointer;
	font-family: inherit;
	font-size: 1.05rem;
	font-weight: 600;
	color: var(--aura-howto-muted);
	line-height: 1.2;
	position: relative;
}

.aura-howto__tab[aria-selected="true"] {
	color: var(--aura-howto-ink);
}

.aura-howto__tab[aria-selected="true"]::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: var(--aura-howto-ink);
	border-radius: 2px;
}

.aura-howto__tab:hover,
.aura-howto__tab:focus {
	background: transparent;
	color: var(--aura-howto-ink);
}

.aura-howto__tab:focus-visible {
	outline: 3px solid var(--aura-howto-accent);
	outline-offset: 6px;
	border-radius: 6px;
}

.aura-howto__panel {
	display: none;
}

.aura-howto__panel.is-active {
	display: block;
}

.aura-howto__content {
	max-width: 56ch;
	font-family: inherit;
	font-size: 1.15rem;
	line-height: 1.75;
	color: var(--aura-howto-muted);
}

.aura-howto__content ol {
	margin: 0;
	padding: 0 0 0 1.35em;
	list-style: decimal;
}

.aura-howto__content li {
	margin: 0 0 1.35rem;
	padding: 0;
}

.aura-howto__content li::marker {
	font-weight: 700;
	color: var(--aura-howto-ink);
}

.aura-howto__step-title {
	display: inline;
	font-weight: 700;
	color: var(--aura-howto-ink);
}

.aura-howto__step-title::after {
	content: "";
	display: block;
}

.aura-howto__step-text {
	display: block;
}

.aura-howto__step-text > :first-child {
	margin-top: 0;
}

.aura-howto__step-text > :last-child {
	margin-bottom: 0;
}

.aura-howto__step-text ul,
.aura-howto__step-text ol {
	margin: 0.5em 0 0.5em 1.25em;
	padding: 0;
}

.aura-howto__step-text p {
	margin: 0.4em 0;
}

@media (max-width: 689px) {
	.aura-howto {
		padding: 48px 16px 0px;
	}

	.aura-howto__title {
		margin-bottom: 28px;
		font-size: 32px;
		text-align: left;
	}

	.aura-howto__tabs {
        gap: 1.25rem;
        margin-bottom: 1.5rem;
        justify-content: start;
	}

	.aura-howto__tab {
		font-size: 1rem;
	}

	.aura-howto__content {
		font-size: 1.05rem;
		line-height: 1.7;
	}
}

/* Product summary rating → reviews jump link */
.product-rating-wrapper .product-rating-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: inherit;
	text-decoration: none;
}

.product-rating-wrapper .product-rating-link:hover,
.product-rating-wrapper .product-rating-link:focus {
	color: inherit;
	text-decoration: none;
}

.product-rating-wrapper .product-rating-link:hover .review-count,
.product-rating-wrapper .product-rating-link:focus .review-count {
	text-decoration: underline;
}

.product-rating-wrapper .rating-number {
	font-weight: 700;
	margin-right: 5px;
}

.aura-product-reviews,
.aura-product-reviews #reviews {
	scroll-margin-top: 120px;
}

/* Product review/comment section */
.aura-product-reviews {
	padding: 64px 20px;
	background: #fff;
}

.aura-product-reviews__inner {
	max-width: var(--theme-normal-container-max-width);
	margin: 0 auto;
}

.aura-product-reviews .woocommerce-Reviews-title {
	margin: 0 0 36px;
	color: #111;
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 500;
	line-height: 1.15;
	text-align: center;
}

.aura-product-reviews .woocommerce-Reviews {
	display: block;
}

.aura-product-reviews .commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.aura-product-reviews .commentlist > li {
	border-top: 1px solid var(--theme-border-color, #dedede);
}

.aura-product-reviews .comment_container {
	display: grid;
	gap: 16px;
	padding: 28px 0;
}


.aura-product-reviews .meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 12px;
	margin: 10px 0 5px;
	color: #111;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	text-transform: none;
}

.aura-product-reviews .meta em,
.aura-product-reviews .meta time,
.aura-product-reviews .meta span {
	font-size: 13px;
	font-weight: 500;
	text-transform: none;
	color: #6b6b6b;
}

.aura-product-reviews .star-rating {
	float: none;
	margin: 0;
}

.aura-product-reviews .description {
	color: var(--theme-text-color, #4c4c4c);
	font-size: 16px;
	line-height: 1.7;
}

.aura-product-reviews .description > :last-child {
	margin-bottom: 0;
}

.aura-product-reviews .woocommerce-noreviews,
.aura-product-reviews .comment-notes {
	color: var(--theme-text-color, #4c4c4c);
	font-size: 15px;
}

.aura-product-reviews #review_form_wrapper {
	margin-top: 28px;
	padding-top: 28px;
	border-top: 1px solid var(--theme-border-color, #dedede);
}

.aura-product-reviews .comment-reply-title {
	display: block;
	margin: 0 0 16px;
	color: #111;
	font-size: 22px;
	font-weight: 500;
}

/* Frequently Asked Questions */
.aura-product-faqs {
	padding: 64px 20px;
	background: #fff;
}

.aura-product-faqs__inner {
	max-width: var(--theme-normal-container-max-width);
	margin: 0 auto;
}

.aura-product-faqs__title {
	margin: 0 0 36px;
	color: #111;
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 500;
	line-height: 1.15;
	text-align: center;
}

.aura-product-faqs__list {
	border-bottom: 1px solid var(--theme-border-color, #dedede);
}

.aura-product-faq {
	border-top: 1px solid var(--theme-border-color, #dedede);
}

.aura-product-faq__question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	margin: 0;
	padding: 24px 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #111;
	font: inherit;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	text-align: left;
	cursor: pointer;
}

.aura-product-faq__question:hover,
.aura-product-faq__question:focus {
	background: transparent;
	color: #111;
}

.aura-product-faq__question:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 4px;
}

.aura-product-faq__chevron {
	flex: 0 0 auto;
	transition: transform 250ms ease;
}

.aura-product-faq__answer {
	display: grid;
	grid-template-rows: 0fr;
	opacity: 0;
	transition:
		grid-template-rows 250ms ease,
		opacity 250ms ease;
}

.aura-product-faq__answer-inner {
	overflow: hidden;
	color: var(--theme-text-color, #4c4c4c);
	font-size: 16px;
	line-height: 1.7;
}

.aura-product-faq__answer-inner > :first-child {
	margin-top: 0;
}

.aura-product-faq__answer-inner > :last-child {
	margin-bottom: 24px;
}

.aura-product-faq.is-open .aura-product-faq__answer {
	grid-template-rows: 1fr;
	opacity: 1;
}

.aura-product-faq.is-open .aura-product-faq__chevron {
	transform: rotate(180deg);
}
/* Login/register layout handled by .aura-auth styles below. */
div#customer_login {
	padding: 0;
}

@media (max-width: 689px) {
	.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
		margin: 0;
	}

	.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
        padding: 0 !important;
        background: none !important;
        border-inline: 0 !important;
	}
    .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
        margin: 0 !important;
    }
	.aura-product-reviews {
		padding: 48px 16px;
	}

	.aura-product-reviews .woocommerce-Reviews-title {
		margin-bottom: 28px;
		font-size: 32px;
		text-align: left;
	}

	.aura-product-reviews .comment_container {
		padding: 22px 0;
	}

	.aura-product-reviews .description {
		font-size: 15px;
	}

	.aura-product-faqs {
		padding: 48px 16px;
	}

	.aura-product-faqs__title {
		margin-bottom: 28px;
		font-size: 32px;
		text-align: left;
	}

	.aura-product-faq__question {
		padding: 20px 0;
		font-size: 16px;
	}

	.aura-product-faq__answer-inner {
		font-size: 15px;
	}

    .eb-post-grid-wrapper.eb-post-grid-wf8kr .eb-post-grid-posts-wrapper {
        grid-template-columns: 1fr;
    }

    .wp-singular.single  .eb-row-root-container{
        padding: 0px;
    }
	.page-id-3429 .eb-row-root-container {
		padding: 20px;
	}

    .wp-singular .eb-advance-heading-wrapper {
        margin-bottom: 10px;
    }

    .wp-singular .eb-row-root-container .ebpg-entry-thumbnail {
        margin-bottom: 5px;
    }
    .tax-product_cat .site-main .ct-container .hero-content {
        padding: 88px 20px 88px 20px !important;
    }
    .woocommerce-cart .eb-advance-heading-wrapper {
        padding-top: 0;
        margin-bottom: 0;
    }
    .woocommerce-cart .wp-block-essential-blocks-row {
        padding-top: 0 !important;
    }
	#contact-form .eb-row-root-container {
		padding: 0;
	}
}

body .discover-btn-nav span{
    background: linear-gradient(183deg, #fa5b82, #883066);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 700;
    display: inline-block;
}

body .discover-btn-nav {
    background: none !important;
}

/* Product gallery zoom trigger — SVG magnifying icon only */
.woocommerce-product-gallery__trigger {
	text-indent: 0 !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	line-height: 0;
    top: 15px;
    inset-inline-end: 15px;
}

.woocommerce-product-gallery__trigger::before {
	display: none !important;
	content: none !important;
	mask: none !important;
	-webkit-mask: none !important;
}

.woocommerce-product-gallery__trigger .icon-zoom,
.woocommerce-product-gallery__trigger svg {
	display: block;
	width: 14px;
	height: 14px;
	flex-shrink: 0;
	pointer-events: none;
}

/* --------------------------------------------------------------------------
 * My Account — Login / Register (logged out)
 * -------------------------------------------------------------------------- */
.woocommerce-account:not(.logged-in) #main {
	background:
		radial-gradient(ellipse 80% 50% at 10% 0%, rgba(252, 220, 227, 0.7), transparent 55%),
		radial-gradient(ellipse 60% 40% at 100% 100%, rgba(255, 209, 220, 0.35), transparent 50%),
		#f9f9f9;
}

.woocommerce-account:not(.logged-in) .hero-section,
.woocommerce-account:not(.logged-in) .ct-page-title-container,
.woocommerce-account:not(.logged-in) .entry-header,
.woocommerce-account:not(.logged-in) .page-title,
.woocommerce-account:not(.logged-in) h1.entry-title {
	display: none !important;
}

.woocommerce-account:not(.logged-in) .ct-container,
.woocommerce-account:not(.logged-in) .ct-container-full {
	max-width: 1120px;
}

.woocommerce-account:not(.logged-in) .woocommerce {
	max-width: 1040px;
	margin: 0 auto;
	padding: 24px 16px 56px;
}

.aura-auth {
	display: flex;
	flex-direction: column;
	gap: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid #f0e4e7;
	border-radius: 4px;
	box-shadow: 0 12px 40px rgba(26, 28, 28, 0.05);
	animation: aura-auth-in 480ms ease both;
}

@keyframes aura-auth-in {
	from {
		opacity: 0;
		transform: translateY(12px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.aura-auth__brand {
	position: relative;
	padding: 28px 24px 32px;
	background:
		linear-gradient(145deg, #fcdce3 0%, #ffe8ee 42%, #fff6f8 100%);
	overflow: hidden;
}

.aura-auth__brand::before {
	content: '';
	position: absolute;
	inset: auto -20% -40% 40%;
	height: 160px;
	background: radial-gradient(circle, rgba(255, 209, 220, 0.9), transparent 70%);
	pointer-events: none;
}

.aura-auth__brand-inner {
	position: relative;
	z-index: 1;
	max-width: 420px;
}

.aura-auth__eyebrow {
	margin: 0 0 10px;
	font-family: Montserrat, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #78555e;
}

.aura-auth__brand-title {
	margin: 0 0 10px;
	font-family: "Playfair Display", Georgia, serif;
	font-weight: 400;
	font-size: clamp(28px, 7vw, 40px);
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #1a1c1c;
}

.aura-auth__brand-text {
	margin: 0;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #7a5761;
}

.aura-auth__panel {
	padding: 8px 20px 28px;
}

.aura-auth__tabs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4px;
	margin: 0 0 24px;
	padding: 4px;
	background: #f7f1f3;
	border-radius: 4px;
}

.aura-auth__tab {
	appearance: none;
	border: 0;
	background: transparent;
	padding: 12px 10px;
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #7a5761;
	cursor: pointer;
	border-radius: 3px;
	transition: background 200ms ease, color 200ms ease, transform 200ms ease;
}

.aura-auth__tab.is-active {
	background: #fff;
	color: #1a1c1c;
	box-shadow: 0 1px 4px rgba(26, 28, 28, 0.06);
}

.aura-auth__tab:active {
	transform: scale(0.98);
}

.aura-auth__header {
	margin-bottom: 22px;
}

.aura-auth__header h2 {
	margin: 0 0 6px;
	font-family: "Playfair Display", Georgia, serif;
	font-weight: 400;
	font-size: clamp(26px, 5vw, 32px);
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #1a1c1c;
}

.aura-auth__header p {
	margin: 0;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	line-height: 1.55;
	color: #5e5e5e;
}

.aura-auth__form {
	animation: aura-auth-panel 280ms ease both;
}

@keyframes aura-auth-panel {
	from {
		opacity: 0;
		transform: translateY(6px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}



.aura-auth label {
	display: block;
	margin-bottom: 8px;
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #1a1c1c;
}

.aura-auth label .required {
	color: #c46b7a;
}

.aura-auth .input-text,
.aura-auth input[type="text"],
.aura-auth input[type="email"],
.aura-auth input[type="password"] {
	width: 100%;
	min-height: 48px;
	padding: 12px 14px;
	border: 1px solid #e4d5d8;
	border-radius: 4px;
	background: #fff;
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	line-height: 1.4;
	color: #1a1c1c;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.aura-auth .input-text::placeholder,
.aura-auth input::placeholder {
	color: #a8989c;
}

.aura-auth .input-text:focus,
.aura-auth input[type="text"]:focus,
.aura-auth input[type="email"]:focus,
.aura-auth input[type="password"]:focus {
	outline: none;
	border-color: #c9a0a9;
	box-shadow: 0 0 0 3px rgba(252, 220, 227, 0.7);
}

.aura-auth__row--split {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 8px !important;
}

.aura-auth .woocommerce-form-login__rememberme {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
	color: #5e5e5e;
	cursor: pointer;
}

.aura-auth .woocommerce-form-login__rememberme input {
	width: 16px;
	height: 16px;
	min-height: 0;
	accent-color: #1a1c1c;
}

.aura-auth__lost {
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #78555e;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.aura-auth__lost:hover {
	color: #1a1c1c;
}

.aura-auth__submit {
	margin-top: 8px !important;
	margin-bottom: 0 !important;
}

.aura-auth .button,
.aura-auth button[type="submit"] {
	width: 100%;
	min-height: 52px;
	padding: 14px 20px;
	border: 0 !important;
	border-radius: 4px !important;
	background: #1a1c1c !important;
	color: #fff !important;
	font-family: Montserrat, sans-serif !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	letter-spacing: 0.1em !important;
	text-transform: uppercase !important;
	cursor: pointer;
	transition: background 200ms ease, transform 200ms ease;
}

.aura-auth .button:hover,
.aura-auth button[type="submit"]:hover {
	background: #2e2a2a !important;
}

.aura-auth .button:active,
.aura-auth button[type="submit"]:active {
	transform: scale(0.985);
}

.aura-auth .woocommerce-password-strength,
.aura-auth .woocommerce-password-hint {
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	margin-top: 8px;
}

.aura-auth__privacy,
.aura-auth .woocommerce-privacy-policy-text {
	margin: 4px 0 18px;
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	line-height: 1.55;
	color: #7a5761;
}

.aura-auth__privacy a,
.aura-auth .woocommerce-privacy-policy-text a {
	color: #1a1c1c;
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* Hide leftover translated WC privacy markup if any plugin re-adds it. */
.aura-auth .woocommerce-privacy-policy-text {
	display: none;
}

.woocommerce-account:not(.logged-in) .woocommerce-notices-wrapper {
	max-width: 1040px;
	margin: 0 auto;
	padding: 16px 16px 0;
}

@media (max-width: 767px) {
	.woocommerce-account:not(.logged-in) .woocommerce {
		padding: 0;
		width: 100%;
		max-width: 100%;
	}

	#customer_login.aura-auth,
	.aura-auth {
		border: none;
		border-radius: 0;
		box-shadow: none;
	}
	.woocommerce-account:not(.logged-in) .woocommerce-notices-wrapper{
		padding: 0px;
	}
}

@media (min-width: 768px) {
	.woocommerce-account:not(.logged-in) .woocommerce {
		padding: 40px 24px 80px;
	}

	.aura-auth {
		display: grid;
		grid-template-columns: minmax(280px, 0.92fr) minmax(320px, 1.08fr);
		min-height: 560px;
	}

	.aura-auth__brand {
		display: flex;
		align-items: flex-end;
		padding: 48px 40px;
	}

	.aura-auth__brand-title {
		font-size: clamp(36px, 3.2vw, 48px);
	}

	.aura-auth__brand-text {
		font-size: 15px;
		max-width: 320px;
	}

	.aura-auth__panel {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 40px 44px;
	}

	.aura-auth__tabs {
		margin-bottom: 28px;
	}
}

@media (min-width: 1024px) {
	.aura-auth__brand {
		padding: 56px 48px;
	}

	.aura-auth__panel {
		padding: 48px 56px;
	}
	#home-aura-section .wp-block-essential-blocks-column.root-eb-column-fxiwg {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	
	#home-aura-section .wp-block-essential-blocks-column.root-eb-column-fxiwg * {
		text-align: center !important;
		margin: auto;
	}
	.woocommerce-shop main .ct-container ul.products.columns-4 {
		gap: 40px;
	}
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block:before{
	display: none;
}

/* Checkout page: white surface + standardized fields */
.woocommerce-checkout,
.woocommerce-checkout #main,
.woocommerce-checkout #main-container{
	background: #ffffff !important;
}

.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
	background: #ffffff;
}

.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-textarea textarea,
.woocommerce-checkout .wc-block-components-combobox input.wc-block-components-combobox-control__input,
.woocommerce-checkout .wc-block-components-country-input select,
.woocommerce-checkout .wc-block-components-state-input select,
.woocommerce-checkout .wc-block-components-select-input select,
.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select {
	background: #ffffff !important;
	border: 1px solid #d3c3c5 !important;
	border-radius: 0 !important;
	color: #1a1c1c !important;
	font-family: "Montserrat", sans-serif !important;
	font-size: 16px !important;
	line-height: 1.5 !important;
	min-height: 52px;
	box-shadow: none !important;
}
body .wc-blocks-components-select .wc-blocks-components-select__container .wc-blocks-components-select__select {
    padding: 17px 15px 0;
}
.wc-blocks-components-select .wc-blocks-components-select__container{
	padding: 0px !important;
	border: none !important;
}

.woocommerce-checkout .wc-block-components-text-input label,
.woocommerce-checkout .wc-block-components-combobox label,
.woocommerce-checkout .wc-block-components-textarea label {
	font-family: "Montserrat", sans-serif !important;
	color: #5e5e5e !important;
}

.woocommerce-checkout .wc-block-components-text-input.is-active input,
.woocommerce-checkout .wc-block-components-text-input input:focus,
.woocommerce-checkout .wc-block-components-textarea textarea:focus,
.woocommerce-checkout .wc-block-components-combobox input:focus {
	border-color: #1a1c1c !important;
	outline: none !important;
}

.woocommerce-checkout .aura-checkout-policy {
	margin: 0 0 20px;
	padding: 16px 0 0;
}

.woocommerce-checkout .aura-checkout-policy-note {
	margin: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	line-height: 1.55;
	font-weight: 400;
	color: #5e5e5e;
}

.woocommerce-checkout .aura-checkout-policy-note a {
	color: #1a1c1c;
	text-decoration: underline;
}

.woocommerce-checkout .wc-block-checkout__terms,
.woocommerce-checkout .wp-block-woocommerce-checkout-terms-block {
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	line-height: 1.55;
	color: #5e5e5e;
	margin-bottom: 16px;
}

.woocommerce-checkout .wc-block-checkout__terms a,
.woocommerce-checkout .wp-block-woocommerce-checkout-terms-block a {
	color: #1a1c1c;
	text-decoration: underline;
}

footer .ct-container .ct-widget .eb-text {
    font-size: 18px !important;
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
}

footer .ct-container .ct-widget#block-21 .eb-text {
    font-size: 15px !important;
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
    text-transform: none !important;
}

footer .ct-container p.eb-feature-list-title a {
    padding: 5px 0 !important;
    display: inline-block;
    font-family: 'Poppins' !important;
}

header#header .entry-content.is-layout-flow {
    background: none !important;
    color: #000 !important;
}

.woocommerce-shop main .ct-container{
	max-width: 100% !important;
}