.blogrivo-sticky-atc {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 90;
	border-top: 1px solid var(--line);
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 -10px 30px rgba(20, 20, 18, .06);
	opacity: 0;
	pointer-events: none;
	transform: translateY(110%);
	transition: opacity .24s ease, transform .24s ease;
}

.blogrivo-sticky-atc.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.blogrivo-sticky-atc-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(100% - 64px, 1312px);
	min-height: 82px;
	margin: 0 auto;
	gap: 28px;
}

.blogrivo-sticky-atc-product {
	display: flex;
	align-items: center;
	min-width: 0;
	gap: 14px;
}

.blogrivo-sticky-atc-options {
	display: flex;
	align-items: center;
	flex: 0 1 auto;
	margin-left: auto;
	gap: 10px;
}

.blogrivo-sticky-atc-option {
	position: relative;
	display: grid;
	grid-template-columns: auto auto;
	align-items: center;
	gap: 8px;
	color: var(--ink);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .08em;
	line-height: 1;
	text-transform: uppercase;
}

.blogrivo-sticky-atc-option-label {
	white-space: nowrap;
}

.blogrivo-sticky-atc-trigger {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 110px;
	height: 40px;
	padding: 0 13px;
	border: 1px solid #c9c7bf;
	border-radius: 0;
	background: #f7f7f4;
	color: var(--ink);
	cursor: pointer;
	font-family: var(--serif);
	font-size: 14px;
	line-height: 1;
	text-align: left;
	transition: border-color .16s ease, background .16s ease;
}

.blogrivo-sticky-atc-trigger:hover,
.blogrivo-sticky-atc-trigger[aria-expanded="true"] {
	border-color: var(--ink);
	background: #fff;
}

.blogrivo-sticky-atc-arrow {
	position: absolute;
	right: 14px;
	top: calc(50% - 4px);
	width: 6px;
	height: 6px;
	border-right: 1px solid var(--ink);
	border-bottom: 1px solid var(--ink);
	pointer-events: none;
	transform: rotate(45deg);
	transition: transform .2s ease;
}

.blogrivo-sticky-atc-trigger[aria-expanded="true"] .blogrivo-sticky-atc-arrow {
	top: calc(50% - 1px);
	transform: rotate(225deg);
}

.blogrivo-sticky-atc-menu {
	position: absolute;
	z-index: 4;
	right: 0;
	bottom: calc(100% + 10px);
	min-width: 160px;
	padding: 7px;
	border: 1px solid #c9c7bf;
	background: #f7f7f4;
	box-shadow: 0 18px 36px rgba(17, 17, 17, .09);
}

.blogrivo-sticky-atc-menu button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 10px 12px;
	border: 0;
	background: transparent;
	color: var(--ink);
	cursor: pointer;
	font-family: var(--serif);
	font-size: 15px;
	line-height: 1.3;
	text-align: left;
	transition: background .16s ease;
}

.blogrivo-sticky-atc-menu button:hover,
.blogrivo-sticky-atc-menu button:focus-visible {
	background: #eae8e1;
	outline: 0;
}

.blogrivo-sticky-atc-menu button.is-selected::after {
	margin-left: 18px;
	content: '\2713';
	font-family: var(--sans);
	font-size: 12px;
}

.blogrivo-sticky-atc-menu button:disabled {
	color: var(--muted);
	cursor: not-allowed;
}

.blogrivo-sticky-atc-trigger:focus-visible,
.blogrivo-sticky-atc-menu button:focus-visible {
	outline: 1px solid var(--ink);
	outline-offset: 3px;
}

.blogrivo-sticky-atc-image {
	display: block;
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	overflow: hidden;
	background: #f5f4f0;
}

.blogrivo-sticky-atc-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blogrivo-sticky-atc-meta {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 4px;
	color: var(--ink);
}

.blogrivo-sticky-atc-meta strong {
	overflow: hidden;
	font-family: var(--serif);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.1;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.blogrivo-sticky-atc-meta > span {
	font-size: 13px;
	line-height: 1.2;
}

.blogrivo-sticky-atc-meta .blogrivo-sticky-atc-specs {
	color: var(--muted);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .06em;
	line-height: 1.25;
	text-transform: uppercase;
}

.blogrivo-sticky-atc-button {
	flex: 0 0 auto;
	min-width: 212px;
	min-height: 48px;
	padding: 14px 24px;
	border: 1px solid var(--ink);
	border-radius: 0;
	background: var(--ink);
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .12em;
	line-height: 1.2;
	text-transform: uppercase;
	transition: background .2s ease, color .2s ease;
}

.blogrivo-sticky-atc-button:hover:not(:disabled),
.blogrivo-sticky-atc-button:focus-visible:not(:disabled) {
	background: #fff;
	color: var(--ink);
}

.blogrivo-sticky-atc-button:focus-visible {
	outline: 2px solid var(--ink);
	outline-offset: 3px;
}

.blogrivo-sticky-atc-button:disabled {
	border-color: #d2d1cc;
	background: #d2d1cc;
	color: #777773;
	cursor: not-allowed;
}

@media (max-width: 900px) {
	.blogrivo-sticky-atc-inner {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		width: calc(100% - 32px);
		min-height: 76px;
		padding: 12px 0;
		gap: 14px;
	}

	.blogrivo-sticky-atc-options {
		grid-column: 1;
		grid-row: 2;
		margin-left: 0;
		flex-wrap: wrap;
	}

	.blogrivo-sticky-atc-product {
		gap: 10px;
	}

	.blogrivo-sticky-atc-image {
		flex-basis: 44px;
		width: 44px;
		height: 44px;
	}

	.blogrivo-sticky-atc-meta strong {
		font-size: 16px;
	}

	.blogrivo-sticky-atc-meta > span {
		font-size: 12px;
	}

	.blogrivo-sticky-atc-meta .blogrivo-sticky-atc-specs {
		font-size: 9px;
	}

	.blogrivo-sticky-atc-button {
		grid-column: 2;
		grid-row: 1 / span 2;
		align-self: stretch;
		min-width: 132px;
		min-height: 44px;
		padding: 12px 14px;
		font-size: 10px;
	}
}

@media (max-width: 390px) {
	.blogrivo-sticky-atc-image {
		display: none;
	}

	.blogrivo-sticky-atc-button {
		min-width: 118px;
	}
}

@media (max-width: 600px) {
	.blogrivo-sticky-atc-inner {
		display: flex;
		width: calc(100% - 32px);
		min-height: 64px;
		padding: 8px 0;
		gap: 12px;
	}

	.blogrivo-sticky-atc-product {
		display: none;
	}

	.blogrivo-sticky-atc-options {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		align-content: center;
		min-width: 0;
		margin: 0;
		gap: 6px;
	}

	.blogrivo-sticky-atc-option {
		display: grid;
		grid-template-columns: 58px minmax(0, 1fr);
		min-width: 0;
		gap: 5px;
	}

	.blogrivo-sticky-atc-trigger {
		width: 100%;
		min-width: 0;
		height: 38px;
		padding: 0 28px 0 10px;
		font-size: 13px;
	}

	.blogrivo-sticky-atc-arrow {
		right: 11px;
	}

	.blogrivo-sticky-atc-button {
		align-self: stretch;
		min-width: 122px;
		min-height: 48px;
		padding: 10px 12px;
	}
}

@media (max-width: 390px) {
	.blogrivo-sticky-atc-inner {
		width: calc(100% - 24px);
		gap: 8px;
	}

	.blogrivo-sticky-atc-option-label {
		display: none;
	}

	.blogrivo-sticky-atc-option {
		grid-template-columns: minmax(0, 1fr);
	}

	.blogrivo-sticky-atc-trigger {
		min-width: 94px;
	}

	.blogrivo-sticky-atc-button {
		min-width: 110px;
	}
}
