/* make body opacity 0.,4 */
/* body {
	opacity: 0.8 !important;
} */
#app .enhanced-features.\!hidden,
#app.app-body .sq-awesome-banners.\!hidden,
#app #fullscreen-banner-0 {
	/* display: block !important; */
}

custom-salla-product-card .product-block-outer {
	position: static;
}
.small-atc .product-block .btn--add-to-cart:hover {
	opacity: 1;
}
.small-atc .product-block .btn--add-to-cart salla-add-product-button button {
	width: 2.3rem;
	height: 2rem;
	border-radius: 500px;
	box-shadow: 0px 0px 8px -1px var(--atc-bg-color, #222222);
}
.small-atc .product-block .btn--add-to-cart salla-add-product-button button:hover {
	/* shadow */
	box-shadow: 0px 0px 8px -1px transparent;
	opacity: 1;
}
body:not(.fake-atc) .aaliicon-add-to-cart-outer .s-button-text:before {
	margin-top: 0px;
}
#app.small-atc .product-block .btn--add-to-cart {
	position: absolute;
	top: 1rem;
	right: 1.25rem;
	margin: auto;
	width: auto;
}
body:not(.fake-atc) .aaliicon-add-to-cart-outer .s-button-text:before {
	margin-left: 0;
}

.badge--ribbon {
	position: absolute;
	bottom: 0px;
	top: auto;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	border-bottom-left-radius: 0 !important;
}

/* border */
body.p-border-on custom-salla-product-card.product-block {
	border-width: 0 !important;
}
body.p-border-on custom-salla-product-card.product-block .thumb-wrapper {
	border-radius: var(--brdr-rad, 4px) !important;
}
body.p-border-on custom-salla-product-card.product-block .thumb-wrapper img {
	border: var(--brdr-w, 0) solid var(--p-border-color, #eeeeee);
	border-radius: var(--brdr-rad, 4px) !important;
}
/* border */

#app #fullscreen-banner-0 {
	display: block !important;
	--banner-left-space: 3rem;
	--banner-bottom-space: 3.5rem;
}

#app #fullscreen-banner-0 .swiper {
	border-radius: 1.5rem;
}

#app #fullscreen-banner-0 .swiper .swiper-slide:last-of-type img {
	/* border top tight and bottom */
	border-top-left-radius: 1.5rem;
	border-bottom-left-radius: 1.5rem;
}
#app #fullscreen-banner-0 .swiper .swiper-slide:first-of-type img {
	/* border top tight and bottom */
	border-top-right-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
}
/* salla-slider .swiper-slide {
	width: 100vw;
} */
/*  hide s-slider-block__title-nav on mobile */
@media (max-width: 1024px) {
	#fullscreen-banner-0 .s-slider-block__title-nav {
		display: none;
	}
}
#fullscreen-banner-0 .s-slider-block__title-nav button {
	background-color: transparent;
	box-shadow: none;
	color: white;
}
#fullscreen-banner-0 .s-slider-controls-outer .s-slider-block__title-nav {
	width: 350px;
	left: calc(var(--banner-left-space, 2rem) - 10px);
	transform: translate(0, 50%);
	bottom: var(--banner-bottom-space, 2rem);
	top: auto;
}
#fullscreen-banner-0 .swiper-pagination {
	width: 350px;
	left: calc(var(--banner-left-space, 2rem) - 10px);
	transform: translate(0, 50%);
	bottom: var(--banner-bottom-space, 2rem);
	top: auto;
}
#fullscreen-banner-0 .swiper-pagination-bullet {
	border: none;
}
#fullscreen-banner-0 .s-slider-nav-arrow svg {
	width: 1.75rem;
}

#fullscreen-banner-0 .s-slider-v-centered .s-slider-block__title-nav button:not(.swiper-button-disabled) svg {
	fill: var(--color-primary);
}
#fullscreen-banner-0 .s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled svg {
	opacity: 0.7;
	fill: var(--color-primary);
}
#fullscreen-banner-0 .has-img-as-btn {
	max-width: 100px;
	padding-left: 0;
	padding-right: 0;
}
#fullscreen-banner-0 .floating-wrapper.floatings-left {
	left: 0;
	transform: translate(0, 0);
}
#fullscreen-banner-0 .floatings-center .floating_text {
	padding-left: var(--banner-left-space, 2rem);
}
@media (max-width: 1024px) {
	#app #fullscreen-banner-0 {
		display: block !important;
		--banner-left-space: 1rem;
		--banner-bottom-space: 1.75rem;
	}
	#fullscreen-banner-0 .floatings-center .floating_text {
		justify-content: flex-end;
		justify-content: center;
		display: flex;
	}
	#fullscreen-banner-0 .swiper-pagination {
		width: 100%;
	}
}

/* custom-salla-product-card hover */
.product-block .product-block__thumb {
	transform: translateY(0);
	transition: 0.3s all;
}
.product-block:hover .product-block__thumb {
	transform: translateY(-6px);
}

salla-products-slider .s-slider-container {
	padding-top: 6px;
}

/* sq banners */
#app .sq-custom-1-on > .grid {
	column-gap: calc(var(--gap, 16px) * 4);
}
@media (max-width: 1024px) {
	.sq-custom-1-on > .grid .banner-outer:nth-of-type(2) {
		order: -1 !important;
		grid-column: span 2;
	}
	/* .sq-custom-1-on.sq-awesome-banners.auto-size .banner-entry {
} */
	.sq-custom-1-on.sq-awesome-banners.auto-size .banner_image_2,
	.sq-custom-1-on.sq-awesome-banners.auto-size .banner-img {
		height: calc(80px + 8vw) !important;
		object-fit: cover;
		object-position: center center;
	}
	.sq-custom-1-on.sq-awesome-banners.auto-size .banner_image_2 {
		opacity: 0 !important;
	}
	.sq-custom-1-on.sq-awesome-banners.auto-size .banner-img {
		opacity: 1 !important;
	}
	#app .sq-custom-1-on > .grid {
		row-gap: calc(var(--gap, 16px) * 4);
		column-gap: calc(var(--gap, 16px) * 6);
	}
	#app .sq-custom-1-on .grid {
		--radius: var(--brdr-rad, 1rem);
	}
}
@media (min-width: 1024px) {
	.sq-custom-1-on > .grid {
		grid-template-columns: repeat(4, 1fr);
	}
	.sq-custom-1-on > .grid .banner-outer {
		grid-column: span 1;
	}
	.sq-custom-1-on > .grid .banner-outer:nth-of-type(2) {
		grid-column: span 2;
	}
	.sq-custom-1-on > .grid .banner-outer:nth-of-type(5),
	.sq-custom-1-on > .grid .banner-outer:nth-of-type(1) {
		grid-row: span 2;
	}
	.sq-custom-1-on > .grid .banner-outer:nth-of-type(5) {
		order: 1 !important;
	}
	.sq-custom-1-on.sq-awesome-banners.auto-size .banner_image_2,
	.sq-custom-1-on.sq-awesome-banners.auto-size .below-img,
	.sq-custom-1-on.sq-awesome-banners.auto-size .banner-entry {
		height: 100% !important;
	}
	.sq-custom-1-on.sq-awesome-banners.auto-size .banner_image_2,
	.sq-custom-1-on.sq-awesome-banners.auto-size .banner-img {
		height: 100%;
		object-fit: cover;
	}
	.sq-custom-1-on.sq-awesome-banners.auto-size .banner-img:not(:only-of-type) {
		opacity: 0 !important;
	}
	.sq-custom-1-on.sq-awesome-banners.auto-size .banner_image_2 {
		opacity: 1 !important;
	}
}
/* sq banners */

/* header */
/* icon: 
https://cdn.files.salla.network/homepage/2114546203/78465855-feba-4729-905c-0cd169ff99b1.webp
*/
.header-inner-wrapper .sicon-search:before {
	content: "";
	width: 2rem;
	height: 2rem;
	background-image: var(--custom-image1);
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.hdr-srch-left .sicon-search {
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.search-btn.hdr-srch.hdr-srch-right {
		margin-right: 0.5rem;
	}
	#app.mob-srch--search-bar-only .hdr-srch-wide {
		display: block !important;
	}
	#app .header-search {
		/* order: -1 !important; */
		/* margin-left: 1.25rem; */
	}
	#app .header-search .s-search-input {
		border: 1px solid #000000;
		border-radius: 100px;
		background-color: transparent;
		padding-right: 3rem;
	}
	.store-header .s-user-menu-trigger-content {
		display: none;
	}
	.store-header .s-search-icon svg {
		width: 1.25rem;
		height: 1.25rem;
	}
}
.header-menu-icon {
	font-weight: 800;
}
@media (min-width: 1024px) {
	/* sign in btn */
	#app #mainnav .header-signInBtn {
		background-color: transparent;
		color: var(--header-text-color);
		margin-left: 0;
		margin-right: 0;
	}
	#app #mainnav .header-signInBtn > span {
		display: none;
	}
	#app #mainnav .header-signInBtn i {
		color: var(--header-text-color);
	}
	/* sign in btn */
	.header-inner-wrapper .sicon-search:before {
		width: 1.75rem;
		height: 1.75rem;
	}
	#app .search-btn.header-btn.hdr-srch.hdr-srch-left {
		display: block !important;
		display: flex !important;
		margin-left: 1.5rem;
		padding: 0;
		padding: 6px;
		border: 1px solid #000000;
		border: none;
		border-radius: 0.625rem;
		width: 2.5rem;
		height: 2.5rem;
		justify-content: center;
		align-items: center;
	}
	.normal-menu .main-menu {
		margin-left: 1rem;
		margin-right: 1rem;
	}
	.normal-menu .main-menu li > a {
		padding: 0.5rem;
	}
	.store-header .s-user-menu-trigger {
		flex-direction: row-reverse;
		padding-left: 0;
	}
	.h-logo-size .navbar-brand {
		margin-right: 5px !important;
	}
}
/* header */

/* brands */
.sq-custom-2-on .banner-outer {
	background-color: #000000;
	min-height: 150px;
}
.sq-custom-2-on {
	padding-top: 1rem;
	padding-bottom: 1.25rem;
}
.sq-custom-2-on .s-block__title.section-main-title {
	text-align: center;
	justify-content: center;
}
.sq-custom-2-on .s-block__title.section-main-title h2 {
	font-weight: 900;
}
.sq-custom-2-on .s-block__title-right {
	position: relative;
}
.sq-custom-2-on .s-block__title-right:after {
	background-color: var(--custom_clr1, red);
	content: "";
	width: 3.5rem;
	max-width: 80%;
	height: 4px;
	position: absolute;
	left: 50%;
	bottom: -0.425rem;
	transform: translateX(-50%);
}
.sq-custom-2-on .banner-outer .banner-entry {
	transition: 0.5s all;
}
.sq-custom-2-on .banner-outer:hover .banner-entry {
	box-shadow: 0px 0px 14px -1px var(--sq-bg-clr, rgb(185, 94, 94));
}
/* bg for section with top bottom padd */
body .sq-custom-2-on {
	background-color: var(--sq-bg-clr2, #fff0f0);
	border-radius: 1rem;
	width: calc(100% - 2rem);
	margin-left: auto;
	margin-right: auto;
	padding-top: 1.5rem;
}
@media (min-width: 1024px) {
	body .sq-custom-2-on .grid {
		/* width: calc(100% - 4rem); */
		padding-left: calc(var(--gap) / 2);
		padding-right: calc(var(--gap) / 2);
	}
}

/* brands */

/* features */
.line-type-underline .animated-text-inner {
	padding-bottom: 1.25rem;
}
.line-type-underline .animated-text-inner:after {
	bottom: 0.125rem;
}
.enhanced-features {
	margin-top: 1rem;
}
.enhanced-features .grid {
	padding-top: 1.5rem;
	padding-bottom: 2rem;
}
.enhanced-features .s-block--features__item {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.enhanced-features .s-block--features__item:hover {
	box-shadow: 0px 0px 3rem -20px #038bb5;
}

.enhanced-features .s-block--features__item {
	justify-self: center;
}
.enhanced-features .s-block--features__item:first-of-type {
	justify-self: flex-start;
}
.enhanced-features .s-block--features__item:last-of-type {
	justify-self: flex-end;
}

/* dot */
.s-block--features__item:after {
	position: absolute;
	content: "";
	border-radius: 100px;
	width: 5px;
	height: 5px;
	background-color: #36c5ee;
	top: auto;
	bottom: 0.375rem;
	left: 50%;
	transform: translate(-50%, -50%);
}
/* dot */
@media (min-width: 1024px) {
	.s-block--features__item:after {
		width: 7px;
		height: 7px;
		bottom: 0.625rem;
	}
	.enhanced-features .s-block--features__item {
		padding-top: 1.075rem;
		padding-bottom: 1.075rem;
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
}
@media (max-width: 1024px) {
	.s-block--features__item .feature-icon {
		width: calc(var(--f-width, 4rem) / 2.075);
		height: calc(var(--f-width, 4rem) / 2.075);
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}
	.rounded-3xl {
		border-radius: 1rem;
	}
}

/* features */

/* second container */
@media (min-width: 1024px) {
	.container-2 {
		padding-left: 4rem;
		padding-right: 4rem;
	}
	/*  */
	.index section[class="s-block container"],
	.index .s-block--best-offers {
		padding-left: 4rem;
		padding-right: 4rem;
	}
	/*  */
}
/* second container */

/* footer */
#app .footer-container {
	grid-template-columns: 1fr !important;
}
#app .footer_top {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.footer-bottom__inside-footer-top {
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
}

#app .store-footer .s-social-link a {
	background-color: var(--footer-text-color);
	color: var(--footer-bg-color);
	border-color: var(--footer-text-color);
}
.s-social-list {
	gap: 1rem;
}
.s-trust-badges-image {
	max-width: 2.5rem;
	height: auto;
	object-fit: contain;
	object-position: center center;
}
.s-trust-badges-content {
	flex-direction: column;
	display: flex;
	align-items: center;
	justify-content: center;
}
.s-trust-badges-number,
.s-trust-badges-label {
	font-size: 0.7rem;
	line-height: normal;
	margin-top: 1.5px;
	margin-bottom: 1.5px;
}

.footer-foot {
	padding-top: 1rem;
	padding-bottom: 1rem;
	position: relative;
	margin-bottom: 0;
	background-color: #ffffff;
	z-index: 2;
}
@media (min-width: 1024px) {
	.footer-foot::after {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		width: 100vw;
		height: 100%;
		transform: translateX(-50%);
		background-color: #ffffff;
		z-index: -1;
	}
}

#app .footer-foot span p {
	color: #111111a8;
}
.payments-wrapper {
	margin-left: -8px;
}
.store-footer__inner + .line {
	padding: 0;
	margin-bottom: 0;
	border-top: none;
}
@media (min-width: 1024px) {
	.footer-social-outer {
		margin-bottom: 8px;
	}
	.footer-foot span {
		text-align: start;
		padding-left: 0;
		padding-right: 0;
	}
	.store-footer .footer_logo {
		margin: auto;
		margin-bottom: 2.5rem;
	}
	.store-footer .footer_top > p {
		margin: auto;
		max-width: 60%;
		text-align: center;
		font-size: 1.0625rem;
	}
}
/* footer */