/*===================================================================*/
/*==================  Fix for horizontal scroll  ====================*/
/*===================================================================*/

html, body {
	overflow-x: hidden;
}

body {
	background-color: #f5f5f7;
}

/*===================================================================*/
/*========================  Store Tabs  =============================*/
/*===================================================================*/

.store-tabs-section {
	padding: 1rem 0;
	position: relative;
	z-index: 100;
}

.store-tabs-container {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.store-tabs {
	display: flex;
	gap: 0.5rem;
	border: none;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
	flex: 1;
}

.store-tabs::-webkit-scrollbar {
	display: none;
}

.store-tabs .nav-item {
	margin: 0;
	flex-shrink: 0;
}

.tabs-nav {
	display: none;
	background: transparent;
	border: none;
	width: 32px;
	height: 32px;
	padding: 0;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s ease;
	flex-shrink: 0;
	color: #333;
}

.tabs-nav:hover {
	opacity: 0.7;
}

.tabs-nav:active {
	transform: scale(0.95);
}

.tabs-nav i {
	font-size: 0.875rem;
}

.store-tabs-container.has-overflow .tabs-nav {
	display: flex;
}

.store-tabs-container.has-overflow .tabs-nav.hidden {
	color: #999;
	cursor: default;
	pointer-events: none;
}

.store-tabs .nav-link {
	color: #333;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid transparent;
	border-radius: 0;
	padding: 0.5rem 1.5rem;
	font-weight: 500;
	font-size: 0.95rem;
	transition: all 0.3s ease;
	text-decoration: none;
	white-space: nowrap;
}

.store-tabs .nav-link:hover {
	background-color: transparent;
	border-bottom-color: #999;
	color: #333;
}

.store-tabs .nav-link.active {
	background-color: transparent;
	border-bottom-color: #333;
	color: #333;
	font-weight: 600;
	margin-bottom: -1px;
	padding-bottom: calc(0.5rem + 1px);
	cursor: default;
	pointer-events: none;
}

@media (max-width: 576px) {
	.store-tabs {
		gap: 0.25rem;
	}
	
	.store-tabs .nav-link {
		padding: 0.4rem 1rem;
		font-size: 0.85rem;
	}
}

/*===================================================================*/
/*==================  Product Variants Buttons  =====================*/
/*===================================================================*/

.product-variants-container {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.25rem;
}

.product-variants {
	overflow-x: auto;
	overflow-y: hidden;
	flex-wrap: nowrap;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
	scroll-behavior: smooth;
	flex: 1;
	gap: 0.375rem !important;
}

.product-variants::-webkit-scrollbar {
	display: none;
}

.variants-nav {
	display: none;
	background: transparent;
	border: none;
	width: 20px;
	height: 28px;
	padding: 0;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s ease;
	flex-shrink: 0;
	color: #333;
}

.variants-nav:hover {
	opacity: 0.7;
}

.variants-nav:active {
	transform: scale(0.95);
}

.variants-nav i {
	font-size: 0.75rem;
}

.product-variants-container.has-overflow .variants-nav {
	display: flex;
}

.product-variants-container.has-overflow .variants-nav.hidden {
	color: #999;
	cursor: default;
	pointer-events: none;
}

.product-variants .btn-outline-secondary {
	border: 1px solid #c8cdd2;
	color: #333;
	font-size: 0.8rem;
	padding: 0.5rem 0.5rem;
	transition: all 0.2s ease;
	border-radius: 6px;
	white-space: nowrap;
	flex-shrink: 0;
}

.product-variants .btn-outline-secondary:hover {
	background-color: #f8f9fa;
	border: 1px solid #333;
	color: #333;
}

.product-variants .btn-check:checked + .btn-outline-secondary {
	background-color: rgba(249, 177, 1, 0.12);
	border: 1px solid #f9b101;
	box-shadow: inset 0 0 0 1px #f9b101;
	color: #333;
}

.product-variants .btn-check:focus + .btn-outline-secondary {
	outline: none;
	box-shadow: none;
}

.product-variants .btn-check:checked:focus + .btn-outline-secondary {
	box-shadow: inset 0 0 0 1px #f9b101;
}

/*===================================================================*/
/*============  Adaptive spacing for products on mobile  ============*/
/*===================================================================*/

/* Зменшуємо відступи на мобільних — більше місця для контенту */
.products-section .container {
	--bs-gutter-x: clamp(0.5rem, 2.5vw, 1.5rem);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	padding-right: calc(var(--bs-gutter-x) * 0.5);
}

.products-section .row.g-4 {
	--bs-gutter-x: clamp(0.5rem, 2.5vw, 1.5rem);
	--bs-gutter-y: clamp(0.5rem, 2.5vw, 1.5rem);
}

/*===================================================================*/
/*==================  Product Card Styles  ==========================*/
/*===================================================================*/

.product-card,
.promo-card {
	background-color: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

.products-section .product-card > a {
	padding-top: clamp(1rem, 1.5vw, 2rem);
	display: block;
}

.products-section .product-card .card-img-top {
	max-height: clamp(10rem, 20vw, 14rem);
	width: 100%;
	object-fit: contain;
	object-position: center;
}

.product-badge {
	position: absolute;
	top: clamp(0.4rem, 1.2vw, 0.5rem);
	left: clamp(0.4rem, 1.2vw, 0.5rem);
	background-color: #000;
	color: #fff;
	font-size: 0.7rem;
	font-weight: 600;
	padding: 0.25rem 0.5rem;
	border-radius: 0.2rem;
	z-index: 5;
}

.products-section .card-body {
	padding-top: clamp(0.5rem, 1.5vw, 0.75rem);
	padding-left: clamp(0.8rem, 2.5vw, 2rem);
	padding-right: clamp(0.8rem, 2.5vw, 2rem);
}

.card-title {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.65rem;
}

/* Назва товару: клас у view, без прив’язки до тега чи .card-title Bootstrap */
.product-card .store-product-card__name {
	color: #000000;
}

.card a {
	display: block;
	text-decoration: none;
}

.card-footer {
	padding-left: 0;
	padding-right: 0;
}

.products-section .card-footer {
	padding-left: clamp(0.8rem, 2.5vw, 2rem);
	padding-right: clamp(0.8rem, 2.5vw, 2rem);
	padding-bottom: clamp(1.5rem, 2.5vw, 2rem);
}

.card-footer .btn-primary {
	font-weight: 500;
	padding: 0.75rem 0.5rem;
	border-radius: 22px;
	font-size: 0.9rem;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #f9b101;
	border-color: #f9b101;
	color: #292929;
}

.card-footer .btn-primary:hover {
	background-color: #e0a000;
	border-color: #e0a000;
	color: #292929;
}

/* Promo Card Styles */
.promo-card {
	background-color: #f8f9fa;
	border: 1px solid #e9ecef;
}

.promo-card .card-title {
	font-size: 2rem;
	font-weight: 700;
	color: #212529;
}

.promo-card .card-text {
	font-size: 1.1rem;
	color: #6c757d;
	line-height: 1.5;
}

.promo-card .btn-outline-dark {
	border-width: 2px;
	font-weight: 600;
	padding: 0.75rem 2rem;
	border-radius: 25px;
	transition: all 0.3s ease;
}

.promo-card .btn-outline-dark:hover {
	background-color: #212529;
	border-color: #212529;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Responsive behavior for promo card */
@media (max-width: 767.98px) {
	.promo-card {
		min-height: 200px;
	}
	
	.promo-card .card-title {
		font-size: 1.5rem;
	}
	
	.promo-card .card-text {
		font-size: 1rem;
	}
}

/*===================================================================*/
/*========================  Price styles  ===========================*/
/*===================================================================*/

/* Лінія ціни на картках товарів у магазині (store-* views) */
.product-card-price {
	font-size: 0.85rem;
	font-weight: 400;
	color: #000;
	margin-bottom: 0.65rem;
}

.product-card-price--flex {
	display: flex;
	align-items: center;
}

.product-card-price--muted {
	color: #5a5a5a;
}

.product-card-price--muted .price-current {
	color: inherit;
}

.price-row{
	display: flex;
	align-items: center;
}
.price-current{
	color: #000;
}
.price-old{
	margin-left: .5rem;
	color: #6c757d;
	text-decoration: line-through;
	text-decoration-thickness: 1px;
	text-decoration-color: #000 !important;
}

.product-card .price-row .price-old,
.product-card .price-row .product-old-price {
	order: 1;
	margin-left: 0;
	margin-right: .5rem;
}

.product-card .price-row .price-current {
	order: 2;
}

.product-card .price-row .product-discount-badge {
	order: 3;
}

.product-card .card-body p.product-card-price--flex .product-old-price {
	order: 1;
	margin-left: 0 !important;
	margin-right: .5rem;
}

.product-card .card-body p.product-card-price--flex > span {
	order: 2;
}

.product-card .card-body p.product-card-price--flex .product-discount-badge {
	order: 3;
}

.product-old-price {
	font-size: 0.85rem;
	font-weight: 400 !important;
	text-decoration-color: #000 !important;
}

.product-discount-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 0.35rem;
	padding: 0.2rem 0.35rem;
	border-radius: 0.2rem;
	background-color: #000 !important;
	color: #fff;
	font-size: 0.65rem;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
}

/*===================================================================*/
/*======================  old store page  ===========================*/
/*===================================================================*/

.application-wrapper {
	background-color:white;
    /*margin-top: 67px;*/
    min-height: 100vh;
    min-width: 320px;
    overflow: visible;
    padding-top: 2rem;
    position: relative;
    width: 100vw;
    z-index: 20;
}

.store-brand{
    line-height: 22.5px;
    font-size: 15px;
    color: #fff;
    position: relative;
    text-align: center;
}

.store-brand header {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.store-brand header .header-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto 0;
    padding: 0 6%;
}

.store-brand header .header-container .header-columns .asset-image img {
    display: block;
    margin: 0 auto;
}

.store-brand header h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 13px;
	color: #ffffff;
}

.store-brand header .header-container .header-columns h3 {
    line-height: 22.5px;
    font-size: 14px;
    letter-spacing: 1px;
	color: #ef8d22;
}

.store-brand header .header-container .header-columns a, .store-brand header .header-container .header-columns h3 {
    font-weight: 700;
    text-transform: uppercase;
}

.store-brand header .header-container .header-columns p {
    max-width: none;
	font-size: 16px;
	font-weight:400;
	margin: 10px auto;
	color: #ffffff;
}

.store-brand header .header-container .header-columns {
    font-size: 13px;
	color: #e68b31;
    font-weight: 400;
	line-height:150%;
}

.store-brand .page-content {
	background: #ffffff;
	color: #554740;
}

.sticky-wrapper {
	height: 80px;
}

.sticky {
    color: #fff;
    display: block;
	height:100%;
	line-height: 80px;
    width: 100%;
}

.page-content>.content {
    padding-bottom: 2rem;
    padding-top: 36px;
}

.page-content>.content, .page-content>.highlight-section>.content {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    min-width: 281.6px;
    width: 88vw;
    position: relative;
}

.sticky>.content {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    min-width: 281.6px;
    width: 88vw;
    position: relative;
	text-align:left;
}

.flex-grid.is-multiline {
    flex-wrap: wrap;
}

.flex-grid:last-child {
    margin-bottom: -.75rem;
}

.flex-grid {
    margin-left: -.75rem;
    margin-right: -.75rem;
    margin-top: -.75rem;
}

.flex-grid .column {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: .75rem;
}

.gallery-minilink {
	display:block;
}

.corner-ribbon {
    position: absolute;
    top: 0;
    left: 0;
}

.corner-ribbon__stripe {
	position: absolute;
    top: 5px;
    left: 5px;
    background-color: #504f4f;
    height: 20px;
    width: 80px;
}

.corner-ribbon__text {
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    font-size: 10px;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.product-tile {
    align-items: center;
    border: 1px solid #eae5e3;
    border-radius: 4px;
    display: flex;
    flex-grow: 1;
    min-height: 212px;
    overflow: hidden;
    padding: .5rem 1rem .5rem 0;
    position: relative;
}

.product-tile__link--image {
    flex: 1.1;
    text-align: center;
    width: 100%;
}

.product-tile__link--image--paste {
    flex: 1.1;
    text-align: center;
    width: 100%;
}

.product-tile__link--image img {
    max-width: 14rem;
    vertical-align: top;
    width: 100%;
}

.product-tile__link--image--paste img {
    max-width: 10rem;
    vertical-align: top;
    width: 100%;
}

/*
.product-tile__link--image {
    cursor: pointer;
}
*/

.second-title {
    padding-top: 60px;
    margin-bottom: 20px;
}

.second-title-descr{
	margin-top: -16px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
}

.product-tile__full-name {
    color: #554740;
    font-size: 14px;
	font-weight:400;
    margin-bottom: 9px;
}

.product-tile__full-name-paste {
    color: #554740;
    font-size: 14px;
	font-weight:400;
    margin-bottom: 9px;
}

.product-tile__modifier {
    display: block;
}

.product-tile__detail {
    color: #9B9B9B;
    font-size: 12px;
	font-weight: 400;
    margin-bottom: 0;
}

.product-tile__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 330px;
    text-align: left;
}

.product-tile__button {
    margin-bottom: 5px;
    margin-top: 5px;
}

.product-tile a:hover, .tile-brand-content a:hover, .tile-brand-content:hover, .tile-brand-content__content-container a:hover, .tile-brand-content__content-container h3:hover, .tile-brand-content__content-container h4:hover, .tile-brand-content__content-container p:hover, .tile-brand-content__link, .tile-brand-content__preheader {
    text-decoration: none;
}

.divided-button {
    display: flex;
    font-size: 18px;
    justify-content: center;
    padding: 0;
    position: relative;
    width: 180px;
}

.divided-button--small {
    font-size: 14px;
    line-height: 2rem;
    min-height: 2rem;
    min-width: 115px;
    width: 150px;
}

.divided-button--large {
    font-size: 18px;
    line-height: 2rem;
    min-height: 2rem;
    min-width: 160px;
    width: 150px;
}

.divided-button__text {
    text-align: center;
    width: 50%;
}

.divided-button__text:nth-child(2)::before {
    position: absolute;
    top: .5rem;
    bottom: .5rem;
    background-color: rgba(255,255,255,.3);
    content: '';
    display: block;
    width: 1px;
}

.brand-story {
    background-color: #F5F0EF;
    color: #554740;
    padding-bottom: 4rem;
    padding-top: 3rem;
    text-align: center;
}

.brand-story__title {
    line-height: 30px;
    font-size: 24px;
    margin: 0 auto 1rem;
    max-width: 21.33rem;
	font-weight: 700;
}

.brand-story__paragraph {
    color: #7D7977;
    line-height: 22.5px;
    font-size: 14px;
    margin: 0 auto;
    max-width: 48rem;
    width: 90%;
	font-weight: 400;
}

.value-props__item {
    margin: 2rem auto;
}

.value-props__item img {
    margin: 18px auto;
    width: 120px;
}

.value-props__title {
	font-weight: 700;
    line-height: 22.5px;
    font-size: 16px;
    margin-bottom: 1rem;
}

.value-props__paragraph {
    margin-left: auto;
    margin-right: auto;
    color: #7D7977;
    font-size: 14px;
    max-width: 18em;
	font-weight: 400;
}

.brand-story__outro {
    font-family: "Helvetica Neue",Helvetica,Arial,sans;
    font-weight: 600;
    font-size: 1.2rem;
    margin: 3rem auto 0;
    max-width: 14.667rem;
}

.faq {
	padding: 0px 22px 0px 22px;
	text-align: left;
}

.faq-content{
	min-height: 0;
	margin-left: auto;
    margin-right: auto;
    width: 980px;
}

.faq-content > h2{
	font-size:30px;
	font-weight:400;
    padding-top: 40px;
	padding-bottom: 20px;
	color: #333;
}

.faq-block{
	display:block;
	border-top: 1px solid #DDDDDD;
}

.faq-block > h3 {
	color: #08c;
    cursor: pointer;
	font-size:16px;
	font-weight:400;
	line-height:130%;
	padding: 20px 0px 15px 0px;
}

.faq-block > h3:hover {
	text-decoration:underline;
}

.faq-block > p {
	color: #333;
	font-size:16px;
	font-weight:400;
	line-height:140%;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
#fixedbutton {
    position: fixed;
    bottom: 0px;
    right: 0px; 
}

.temp-link{
	font-size: 15px;
    font-weight: 300;
}

.temp-link:hover{
	text-decoration: underline;
    color: black;
}


/*===================================================================*/
/*====================  max-width: 600px  ===========================*/
/*===================================================================*/

@media only screen and (max-width: 600px){

	.store-brand .content .flex-grid {
		margin-bottom: 0;
		margin-top: 0;
	}

	.store-brand .content {
		padding-bottom: 0!important;
		padding-top: 0!important;
		width: 100vw;
	}

	.store-brand .content .flex-grid .column {
		border-bottom: 1px solid #DCD7D6;
		padding-top: 0;
		padding-bottom: 0;
	}

	.sticky>.content {
		text-align:center;
	}

	.gallery-minilink {
		display:none;
	}
	.flex-grid .column.is-half, .flex-grid .column.is-half-tablet {
		flex: none;
		width: 100%;
	}
}

@media only screen and (max-width: 979px){
	.faq-content {
		width:100%;
	}
}

/*===================================================================*/
/*====================  min-width: 601px  ===========================*/
/*===================================================================*/

@media only screen and (min-width: 601px){

	.flex-grid:not(.is-desktop) {
		display: flex;
	}

	.flex-grid .column.is-one {
		flex: none;
		width: 100%;
	}

	.flex-grid .column.is-half, .flex-grid .column.is-half-tablet {
		flex: none;
		width: 50%;
	}

	.product-tile {
		height: 640px;
		justify-content: space-around;
		padding: .5rem .5rem 1rem;
	}

	.product-tile-row {
		flex-direction: row;
	}

	.product-tile-column {
		flex-direction: column;
	}

	.product-tile__content {
		align-items: center;
		text-align: center;
	}

	.product-tile__link--image, .product-tile__link--image--paste {
		align-items: center;
		display: flex;
		flex: 1.5;
		justify-content: center;
	}

	.product-tile__link--image--paste img {
		max-width: 34rem;
	}

	.product-tile__link--image img {
		max-width: 22rem;
	}

	.product-tile__full-name {
		font-size: 16px;
		margin-bottom: 6px;
		text-align: center;
	}

	.product-tile__full-name-paste {
		font-size: 24px;
		line-height: 120%;
		margin-bottom: 6px;
		text-align: center;
	}

	.product-tile__detail {
		font-size: 14px;
		margin-bottom: 4px;
	}

	.product-tile__detail--savings>*, .product-tile__detail--size>* {
		display: inline-block;
		position: relative;
	}

	.product-tile__detail--savings, .product-tile__detail--size {
		overflow: hidden;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		min-width: 115px;
	}

	.product-tile__detail--savings>:before, .product-tile__detail--size>:before {
		margin-right: 1rem;
		right: 100%;
	}

	.product-tile__detail--savings>:after, .product-tile__detail--size>:after {
		margin-left: 1rem;
		left: 100%;
	}

	.product-tile__detail--savings>:after, .product-tile__detail--savings>:before, .product-tile__detail--size>:after, .product-tile__detail--size>:before {
		background-color: rgba(182,180,179,.6);
		bottom: 50%;
		content: '';
		display: block;
		height: 1px;
		position: absolute;
		width: 5vw;
	}

	.product-tile__button {
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.divided-button--small {
		min-width: 160px;
	}

	.brand-story {
		border-top: 1px solid #DCD7D6;
		padding: 70px 0;
	}

	.brand-story__container {
		margin-left: auto;
		margin-right: auto;
		width: 90vw;
		max-width: 1024px;
	}

	.brand-story__title {
		line-height: 30px;
		font-size: 24px;
		margin-bottom: 1rem;
		max-width: none;
	}

	.brand-story__paragraph {
		line-height: 22.5px;
		font-size: 16px;
		margin: 0 auto 25px;
	}

	.value-props__item {
		display: inline-block;
		margin: .5rem auto 2rem;
		padding: 0 1.17883%;
		vertical-align: top;
		width: 31.76157%;
	}

	.value-props__paragraph {
		font-size: 15px;
	}

	.brand-story__outro {
		font-size: 22px;
		margin: 1rem auto;
		max-width: 26rem;
	}
	
	


}




/*===================================================================*/
/*====================  min-width: 1001px  ==========================*/
/*===================================================================*/

@media only screen and (min-width: 1001px){

	.store-brand header .header-container {
		flex-direction: row;
		justify-content: center;
		max-width: 1024px;
		padding: 0;
		width: 95vw;
	}

	.store-brand header .header-container .header-columns:first-child {
		align-self: center;
		flex: .4;
		text-align: left;
		margin-bottom: 50px;
	}

	.store-brand header .header-container .header-columns:last-child {
		align-self: flex-end;
		flex: .6;
	}

	.store-brand header .header-container .header-columns:first-child p {
		margin-left: 0;
	}

	.page-content>.content, .page-content>.highlight-section>.content {
		width: 95vw;
		max-width: 1024px;
	}

	.flex-grid .column.is-one-third-desktop {
		flex: none;
		width: 33.333%;
	}
	.flex-grid .column.is-half-desktop {
		flex: none;
		width: 50%;
	}
}

/*===================================================================*/
/*======================  FAQ Accordion  ============================*/
/*===================================================================*/

/* FAQ: кнопки-питання — власний клас; Bootstrap лишається лише в HTML для поведінки */
.faq-accordion .faq-accordion__trigger {
	position: relative;
	font-size: 1.5rem;
	font-weight: 600;
	color: #000000;
	padding: 1.5rem 1.25rem;
	padding-right: 3rem;
}

.faq-accordion .faq-accordion__trigger[aria-expanded="true"] {
	background-color: #f8f9fa;
	color: #000000;
	box-shadow: none;
}

.faq-accordion .accordion-item {
	border-bottom: 1px solid #dee2e6;
}

.faq-accordion .accordion-item:last-child {
	border-bottom: none;
}

.faq-accordion .faq-accordion__trigger::after {
	display: none !important;
}

.faq-accordion .faq-accordion__trigger::before {
	content: "";
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath fill='%23666' d='M480-345 240-585l56-56 184 184 184-184 56 56-240 240Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: transform 0.2s ease-in-out;
}

.faq-accordion .faq-accordion__trigger[aria-expanded="true"]::before {
	transform: translateY(-50%) rotate(180deg);
}
