/* ==========================================================================
   Landing: Combo + Streaming
   ========================================================================== */

body {
	background: #f7f7f7;
}

.lh-1 {
	line-height: 1;
}

.lh-13 {
	line-height: 1.3;
}

@media (max-width: 767px) {

	h1 {
		font-size: 1.75rem;
	}

	h2 {
		font-size: 1.5rem;
	}
}

/* ==========================================================================
   Hero (copied from landing-postpaid-2025.php / combo-2025.css)
   ========================================================================== */

.hero-combo-2026 {
	background-image: linear-gradient(118deg, rgb(218, 41, 28) 0%, rgb(168, 27, 16) 100%);
	color: #fff;
	padding: 100px 0;
	position:relative;
		background-image: url(https://www.a1.mk/documents/20126/5252552/hero-a1-combo.jpg);
	background-position: center right;
	background-size: cover;
}

.hero-combo-2026-img {
	display: block;
	width: 100%;
	height: auto;
}

@media (min-width: 768px) {
	.hero-combo-2026 .flex-grow-1 {
		max-width: 50%;
	}
}

@media (min-width: 1200px) {

	h1.xxl {
		font-size: 50px;
	}
}

@media (max-width: 767px) {

	.hero-combo-2026 {
		padding: 40px 0 0;
		background-image: none;
		background-color: #c20001;
	}

	.hero-combo-2026 h1 {
		font-size: 2rem;
	}
}

/* ==========================================================================
   Tariff slider
   ========================================================================== */

.container-wide {
	max-width: 1600px;
}

.tariff-slider {
	position: relative;
	overflow-x: hidden;
}

.tariff-slider-controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 1.5rem;
}

.tariff-slider-controls-left {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.tariff-slider-pagination.swiper-pagination {
	position: static;
	width: auto;
	z-index: auto;
}

.tariff-slider-nav {
	display: flex;
	position: relative;
	flex-shrink: 0;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 1px 1px rgb(16 27 30 / 5%), 0 2px 2px rgb(16 27 30 / 5%), 0 4px 4px rgb(16 27 30 / 5%), 0 8px 8px rgb(16 27 30 / 5%), 0 16px 16px rgb(16 27 30 / 5%);
}

.tariff-slider-prev,
.tariff-slider-next {
	position: static;
	margin: 0;
	width: 2.75rem;
	height: 2.75rem;
	padding: 0;
	border: 0;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background-color 150ms ease-in-out, opacity 150ms ease-in-out;
}

.tariff-slider-prev:hover,
.tariff-slider-next:hover {
	background: #f7f7f7;
}

.tariff-slider-prev.swiper-button-lock,
.tariff-slider-next.swiper-button-lock {
	display: none;
}

.tariff-slider-prev::before,
.tariff-slider-next::before {
	font-family: "Font Awesome 5 Pro";
	font-size: 1rem;
	color: #000;
}

.tariff-slider-prev:hover::before,
.tariff-slider-next:hover::before {
	color: #eb140a;
}

.tariff-slider-prev::before {
	content: "\f053";
}

.tariff-slider-next::before {
	content: "\f054";
}

.tariff-slider-prev.swiper-button-disabled,
.tariff-slider-next.swiper-button-disabled {
	opacity: .35;
	cursor: default;
	pointer-events: none;
}

.tariff-slider-swiper {
	position: relative;
}

.tariff-slider-swiper .swiper-wrapper {
	align-items: flex-start;
}

.tariff-slider-slide {
	position: relative;
	height: auto;
}

.tariff-card {
	position: relative;
	height: 100%;
	background: #fff;
	border: 1px solid transparent;
	border-radius: 10px;
	padding: 1.25rem;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	text-align: left;
	transition: border-color 150ms ease-in-out, background-color 150ms ease-in-out, box-shadow 150ms ease-in-out, transform 150ms ease-in-out;
}

.tariff-card-top {
	margin-bottom: 1rem;
}

.tariff-slider-slide.is-selected .tariff-card {
	border-color: #7a54fd;
	background: #f3f3ff;
	box-shadow: 0 1px 1px rgb(63 30 226 / 5%), 0 2px 2px rgb(63 30 226 / 5%), 0 4px 4px rgb(63 30 226 / 5%), 0 8px 8px rgb(63 30 226 / 5%), 0 16px 16px rgb(63 30 226 / 5%);
}

.tariff-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 2px 2px rgb(16 27 30 / 8%), 0 4px 4px rgb(16 27 30 / 8%), 0 8px 8px rgb(16 27 30 / 8%), 0 16px 16px rgb(16 27 30 / 8%), 0 32px 32px rgb(16 27 30 / 8%);
}

.tariff-card:active {
	transform: translateY(4px);
	transition: transform 90ms cubic-bezier(.34, 1.56, .64, 1);
}

.tariff-slider-slide.is-selected .tariff-card:hover {
	transform: none;
	box-shadow: 0 1px 1px rgb(63 30 226 / 5%), 0 2px 2px rgb(63 30 226 / 5%), 0 4px 4px rgb(63 30 226 / 5%), 0 8px 8px rgb(63 30 226 / 5%), 0 16px 16px rgb(63 30 226 / 5%);
}

.tariff-card-check {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #3f1ee2;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .8rem;
	opacity: 0;
	transform: scale(.5);
	transition: opacity 150ms ease-in-out, transform 150ms ease-in-out;
}

.tariff-slider-slide.is-selected .tariff-card-check {
	opacity: 1;
	transform: scale(1);
}

.tariff-card-title {
	margin-bottom: 1rem;
}

.tariff-card-badge-discount {
    display: block;
    background: #da291c;
    color: #fff;
    font-size: 80%;
    padding: .375rem 0.75rem;
    border-radius: 0 0 5px 5px;
    margin-bottom: .5rem;
}
.tariff-card-badge-recommended {
	position: absolute;
	bottom: calc(100% + 1px);
	left: 1rem;
	background: #eb140a;
	color: #fff;
	font-size: .75rem;
	padding: .4rem .85rem;
	border-radius: 5px 5px 0 0;
	white-space: nowrap;
	z-index: 2;
	transition: background-color 200ms ease-in-out;
}


.tariff-card-feature {
	display: flex;
	gap: .5rem;
	margin-bottom: 0.75rem;
}

.tariff-card-feature-icon {
	flex-shrink: 0;
	width: 1.25rem;
	color: #eb140a;
	filter: brightness(0) saturate(100%) invert(25%) sepia(83%) saturate(3729%) hue-rotate(349deg) brightness(86%) contrast(118%);
	text-align: center;
}

img.tariff-card-feature-icon {
	height: 1.5rem;
	object-fit: contain;
}

.tariff-card-logos {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: .5rem;
    margin-top: .75rem;
    background: #f7f7f7;
    border-radius: 5px;
	border:1px solid transparent;
    padding: 0.75rem;
    margin-bottom: .25rem;
}
.tariff-card-logos.so-popust {
    border-radius: 5px 5px 0 0;
	margin-bottom: 0;
}
.tariff-card-logos img {
	min-width: 0;
	width: auto;
	height: 1.5625rem;
	max-width: 100%;
	object-fit: contain;
}

.tariff-slider-slide.is-selected .tariff-card-logos {
border-color: #d6d5db;
    color: #6c6591;
    background: #f6f6ff;
}

.list-squared {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-squared li {
	position: relative;
	padding-left: .85rem;
}

.list-squared li+li {
	margin-top: .35rem;
}

.list-squared li::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 5px;
	height: 5px;
	background: #eb140a;
}

.tariff-slider-slide.is-selected .tariff-card-feature .color-red {
	color: #000;
}

.tariff-card-bottom {
	margin-top: auto;
}

.tariff-card-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tariff-card-divider {
	margin: 0.5rem 0;
	border: 0;
	border-top: 1px solid #eee;
}

.tariff-card-price-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.tariff-card-price-value {
	font-size:2rem;
}

.tariff-card-select {
	width: 100%;
	margin-top: 1rem;
	color: #eb140a;
	border-color: #eb140a;
}

.tariff-card-select:hover,
.tariff-card-select:focus {
	background-color: #eb140a;
	border-color: #eb140a;
	color: #fff;
}

.tariff-card-select::after {
	display: none;
}

.tariff-card-select-active {
	display: none;
}

.tariff-slider-slide.is-selected .tariff-card-select-default {
	display: none;
}

.tariff-slider-slide.is-selected .tariff-card-select-active {
	display: inline;
}

.tariff-slider-slide.is-selected .tariff-card-select {
	background: #eb140a;
	border-color: #eb140a;
	color: #fff;
}


/* ==========================================================================
   Device packages
   ========================================================================== */

.device-packages,
.device-slider {
	display: none;
}

.device-packages.is-revealed,
.device-slider.is-revealed {
	display: block;
	animation: sectionRevealUp 500ms ease-out both;
}

.device-slider.is-revealed {
	animation-delay: 120ms;
}

@keyframes sectionRevealUp {
	from {
		opacity: 0;
		transform: translateY(24px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.change-tariff-btn::after {
	display: none;
}

.change-tariff-btn {
	padding-right: 1.25rem;
}

/* ==========================================================================
   Device slider (slide content reused from homepage .device-carousel-swiper)
   ========================================================================== */

.device-slider {
	position: relative;
	overflow-x: hidden;
	padding-top: .75rem;
}

.device-slider .device-carousel-swiper {
	overflow: visible;
	padding: 0;
	-webkit-mask-image: none;
	mask-image: none;
}

.device-slider .device-check {
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 2;
	padding-top:2px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #3f1ee2;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .8rem;
	opacity: 0;
	transform: scale(.5);
	transition: opacity 150ms ease-in-out, transform 150ms ease-in-out;
}

.device-slider .swiper-slide.is-selected .device-check {
	opacity: 1;
	transform: scale(1);
}

.device-slider .device-carousel-swiper .swiper-slide {
	position: relative;
	width: auto;
	background: #fff;
	border: 1px solid transparent;
	cursor: pointer;
	transition: border-color 150ms ease-in-out, background-color 150ms ease-in-out, box-shadow 150ms ease-in-out, transform 150ms ease-in-out;
}

.device-slider .device-carousel-swiper .swiper-slide:hover {
	background: #fff;
	transform: translateY(-6px);
	box-shadow: 0 2px 2px rgb(16 27 30 / 8%), 0 4px 4px rgb(16 27 30 / 8%), 0 8px 8px rgb(16 27 30 / 8%), 0 16px 16px rgb(16 27 30 / 8%), 0 32px 32px rgb(16 27 30 / 8%);
}

.device-slider .device-carousel-swiper .swiper-slide:active {
	transform: translateY(4px);
	transition: transform 90ms cubic-bezier(.34, 1.56, .64, 1);
}

.device-slider .device-carousel-swiper .swiper-slide.is-selected {
	border-color: #7a54fd;
	background: #f3f3ff;
	box-shadow: 0 1px 1px rgb(63 30 226 / 5%), 0 2px 2px rgb(63 30 226 / 5%), 0 4px 4px rgb(63 30 226 / 5%), 0 8px 8px rgb(63 30 226 / 5%), 0 16px 16px rgb(63 30 226 / 5%);
}

.device-slider .device-carousel-swiper .swiper-slide.is-selected:hover {
	background: #f3f3ff;
	transform: none;
	box-shadow: 0 1px 1px rgb(63 30 226 / 5%), 0 2px 2px rgb(63 30 226 / 5%), 0 4px 4px rgb(63 30 226 / 5%), 0 8px 8px rgb(63 30 226 / 5%), 0 16px 16px rgb(63 30 226 / 5%);
}

.device-slider .device-details {
	margin-top: .5rem;
}

.device-slider .device-details-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: .5rem;
	padding: .1rem 0;
	font-size: 80%;
}

.device-slider .device-details-row>span:last-child {
	flex-shrink: 0;
	white-space: nowrap;
}

.device-slider .tariff-card-price-row {
	margin-top: auto;
}

.device-slider .device-price-old {
	color: #909090;
}

.device-slider .device-price-alt {
	display: grid;
	grid-template-rows: 1fr;
	margin-top: .5rem;
	opacity: 1;
	transition: grid-template-rows 250ms ease-in-out, opacity 200ms ease-in-out, margin-top 250ms ease-in-out;
}

.device-slider .device-price-alt>p {
	overflow: hidden;
}

.device-slider .device-price-alt.is-hidden {
	grid-template-rows: 0fr;
	margin-top: 0;
	opacity: 0;
}

/* ==========================================================================
   Device payment selector (styled after a1-shop-2021 .w26-plakjanje)
   ========================================================================== */

.radio-hidden {
	display: none;
}

.fs-12px {
	font-size: 12px !important;
}

.device-payment {
	display: flex;
	gap: .5rem;
	margin-top: 1rem;
}

.device-payment>.btn {
	flex: 1 1 0;
	min-width: 0;
	margin: 0;
	padding: .5rem;
}

.device-payment .btn {
	border-width: 2px;
}

.device-payment .btn-dark {
	border-color: #3f1ee2;
	background-color: #3f1ee2;
	color: #fff;
}

.device-payment .btn-dark:hover,
.device-payment .btn-dark:focus {
	border-color: #3117b1;
	background-color: #3117b1;
	color: #fff;
}

.device-payment .btn-outline-secondary {
	border-color: #e2e2e2;
	color: #1d2124;
}

.device-payment .btn-outline-secondary:hover {
	background-color: #e2e2e2;
	border-color: #e2e2e2;
	color: #1d2124;
}

.device-slider .swiper-slide.is-selected .device-payment .btn-outline-secondary {
	border-color: #afa4e5;
	color: #6c6591;
	background: #f6f6ff;
}

.device-slider .swiper-slide.is-selected .device-payment .btn-outline-secondary:hover {
	border-color: #7A8EFF;
	color: #fff;
	background: #7A8EFF;
}

@media (hover: none) {
	.device-payment .btn-outline-secondary:hover,
	.device-payment .btn-outline-secondary:active {
		border-color: #e2e2e2;
		color: #1d2124;
		background: #fff;
	}

	.device-slider .swiper-slide.is-selected .device-payment .btn-outline-secondary:hover,
	.device-slider .swiper-slide.is-selected .device-payment .btn-outline-secondary:active {
		border-color: #afa4e5;
		color: #6c6591;
		background: #f6f6ff;
	}
}

.device-notice {
	background: #e8eafb;
	color: #3f1ee2;
	border-radius: 10px;
	padding: .75rem 1rem;
	font-size: .85rem;
}

/* ==========================================================================
   Streaming activation banner
   ========================================================================== */

.streaming-activate-inner {
	display: flex;
	align-items: center;
	gap: 2.5rem;
	padding: 2.5rem;
	border-radius: 16px;
	background: linear-gradient(to right, #eb140a 0%, #b90a05 100%);
	color: #fff;
}

.streaming-activate-copy {
	flex: 1 1 auto;
}

.streaming-activate-logos {
	flex: 0 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: .75rem;
	width: 24rem;
}

.streaming-activate-logos>span {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	border-radius: 10px;
	background: #fff;
}

.streaming-activate-logos img {
	min-width: 0;
	width: auto;
	height: 1.75rem;
	max-width: 100%;
	object-fit: contain;
}

@media (max-width: 767px) {
	.streaming-activate-inner {
		flex-direction: column;
		align-items: stretch;
		gap: 1.5rem;
		padding: 1.5rem;
	}

	.streaming-activate-logos {
		width: auto;
	}
}

/* ==========================================================================
   FAQ accordion

   Custom class names on purpose: main.css styles .accordion / .card / .card-header
   with !important in the old squared design, which this page can't override.
   Behaviour is plain Bootstrap 4 collapse.
   ========================================================================== */

.faq-item+.faq-item {
	border-top: 1px solid #e2e2e2;
}

.faq-question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: 100%;
	padding: 1.25rem 0;
	border: 0;
	background: none;
	color: inherit;
	text-align: left;
	cursor: pointer;
	transition: color 150ms ease-in-out;
}

.faq-question:hover {
	color: #eb140a;
}

.faq-question::after {
	content: "\f067";
	font-family: "Font Awesome 5 Pro";
	font-size: .875rem;
	color: #eb140a;
	flex-shrink: 0;
}

.faq-question[aria-expanded="true"] {
	color: #eb140a;
}

.faq-question[aria-expanded="true"]::after {
	content: "\f068";
}

.faq-answer {
	padding: 0 0 1.25rem;
}

@media (max-width: 767px) {
	.faq-question {
		padding: 1rem 0;
	}

	.faq-answer {
		padding: 0 0 1rem;
		font-size: .9rem;
	}
}

/* ==========================================================================
   Order summary
   ========================================================================== */

.order-flow {
	position: relative;
}

.order-summary {
	display: none;
	position: sticky;
	bottom: 0;
	z-index: 40;
	padding: 1rem 0;
}

.order-summary.is-active {
	display: block;
}

.order-summary.is-revealing {
	animation: orderSummaryReveal 300ms ease-out both;
}

@keyframes orderSummaryReveal {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.order-summary .is-off,
.sticky-order-bar .is-off {
	display: none;
}

.order-summary-bar {
	display: flex;
	flex-direction: column;
}

.order-summary-header {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 1.5rem;
	background: #f7f7f7bd;
	backdrop-filter: blur(10px);
	border-radius: 10px;
}

.order-summary-package {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	background: linear-gradient(to right, #eb140a 0%, #b90a05 100%);
	color: #fff;
	padding: .75rem 1.5rem;
	border-radius: 10px 10px 0 0;
}

.order-summary-price-item {
	display: flex;
	align-items: center;
	gap: .35rem;
	padding: .75rem 0;
}

.order-summary-total {
	display: flex;
	align-items: center;
	gap: .5rem;
	margin-left: auto;
	padding: .75rem 1.5rem;
}

.order-summary-body {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1rem;
	padding: 1rem;
	background: #fff;
	border-radius: 0 10px 10px 10px;
	box-shadow: 0 1px 1px rgb(16 27 30 / 5%), 0 2px 2px rgb(16 27 30 / 5%), 0 4px 4px rgb(16 27 30 / 5%), 0 8px 8px rgb(16 27 30 / 5%), 0 16px 16px rgb(16 27 30 / 5%);
}

.order-summary-steps {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	gap: 3rem;
}

.order-summary-step {
	display: flex;
	align-items: center;
	gap: .5rem;
}

.order-summary-step-icon {
	width: 1.5rem;
	height: 1.5rem;
	filter: brightness(0) saturate(100%) invert(82%) sepia(0%) saturate(430%) hue-rotate(182deg) brightness(92%) contrast(94%);
	flex-shrink: 0;
}

.order-summary-step-lines {
	display: flex;
	flex-direction: column;
}

.order-summary-actions {
	display: flex;
	gap: .75rem;
}

@media (min-width: 768px) {
	.order-summary-step:last-child {
		margin-left: auto;
	}
}

@media (max-width: 767px) {
	.order-summary {
		position: relative;
	}

	.order-summary-total,
	.order-summary-price-item {
		padding: 0;
		margin-left: 0;
		width: 100%;
		justify-content: space-between;
		
	}


	.sticky-order-bar .order-summary-total:last-child,
	.sticky-order-bar .order-summary-price-item:last-child {
		border-top:1px solid #eee;
		padding: 0.15rem 0;
	}

	.order-summary-header {
		background: #fff;
		backdrop-filter: blur(0px);
		border-radius: 16px 16px 0 0;
		padding: 1rem 1.25rem;
		border-bottom: 1px solid #f7f7f7;
		gap: 0;
		font-size: 80%;
	}

	.order-summary-body {
		box-shadow: none;
		padding: 1.25rem;
		border-radius: 0 0 16px 16px;
		flex-direction: column;
		align-items: stretch;
	}

	.order-summary-bar {
		border-radius: 16px;
		box-shadow: 0 1px 1px rgb(16 27 30 / 5%), 0 2px 2px rgb(16 27 30 / 5%), 0 4px 4px rgb(16 27 30 / 5%), 0 8px 8px rgb(16 27 30 / 5%), 0 16px 16px rgb(16 27 30 / 5%);
	}

	.order-summary-steps {
		flex-direction: column;
		align-items: flex-start;
		gap: .75rem;
	}

	.order-summary-actions .btn-primary {
		flex: 1;
	}
}

@media (min-width: 768px) and (max-width: 1299px) {
	.order-summary-steps {
		gap: 1rem;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.order-summary-header {
		padding-left: 1.25rem;
		border-radius: 10px;
	}

	.order-summary-body {
		border-radius: 10px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.order-summary-actions {
		flex-direction: column;
		gap: .25rem;
	}

	.order-summary-header {
		gap: 0;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.order-summary-price-item-full {
		flex-basis: 100%;
	}

	.order-summary-price-item,
	.order-summary-total {
		padding-top: .25rem;
		padding-right: 1.25rem;
		padding-bottom: .25rem;
	}
}

.color-indigo {
	color: #3f1ee2;
}

/* ==========================================================================
   Sticky order bar
   ========================================================================== */

.sticky-order-bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 40;
	padding:  15px;
	background: rgba(255, 255, 255, .8);
	backdrop-filter: blur(10px);
	box-shadow: 0px 8px 65.28px 30.72px rgba(0, 0, 0, 0.05), 0px 8px 53.76px 10.24px rgba(0, 0, 0, 0.05), 0px 8px 29.44px 2.56px rgba(0, 0, 0, 0.15), 0px 6px 16px 0px rgba(0, 0, 0, 0.15), 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
	transform: translateY(calc(100% + 20px));
	transition: transform .3s ease;
}

.sticky-order-bar.is-visible {
	transform: translateY(0);
}

.sticky-order-bar .sbm-inner {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
}

.sticky-order-bar .sbm-price-col {
	flex: 1 1 auto;
	line-height: 1.3;
	min-width: 0;
}

.sticky-order-bar .sbm-price-col>div {
	display: flex;
	flex-direction: column;
	gap: .1rem;
}

.sticky-order-bar .js-sum-device {
	gap: 1.75rem;
}

.sticky-order-bar .js-sum-device-name {
	min-width: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sticky-order-bar .js-sum-device>span:last-child {
	flex-shrink: 0;
	white-space: nowrap;
}

.sticky-order-bar .sbm-btn {
	flex: 0 0 auto;
	width: 48px;
	height: 48px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sticky-order-bar .sbm-btn-text {
	display: none;
}

.sticky-order-bar .sbm-btn-icon {
	display: block;
	margin: 0;
	width: 24px;
	height: 24px;
	filter: brightness(0) invert(1);
}

@media (min-width: 768px) {
	.sticky-order-bar {
		display: none;
	}
}

.btn-primary[disabled],
.btn-primary:disabled {
	border-color: #d7d7d7;
	cursor: not-allowed;
}

.is-hidden { display: none; }