.dark {
	--color-primary: #fff;
}
.header-buttons span.mx-2\.5 {
	display: none;
}
.s-block--offer-countdown .offer-countdown-content {
	flex-direction: row;
}
.s-block--offer-countdown .offer-countdown-cta {
	margin-top: 0 !important;
	flex-shrink: 0;
}
.s-block--tabs-produtcs .tabs {
	border-bottom: 0;
	justify-content: center;
}
 
.index .s-block--tabs-produtcs .tab-trigger button {
	color: #a11f1f !important;
	border: 1px solid #a11f1f;
	padding: 5px 1.5rem 7px;
}
.dark .index .s-block--testimonials .enhanced-title-border:after, 
.dark .index .s-block--testimonials .enhanced-title-border:before{
  background-color: #111;
}
.index .s-block--testimonials{
    padding-top: 3rem;
}
.index .s-block--testimonials, .index .testimonials-item{
  background-color: #111;
  color: #fff;
}
.index .s-block--testimonials .text-store-text-primary{
  color:#fff
}
.dark .index .s-block--testimonials .text-store-text-primary{
  color:#111
}
.dark .index .s-block--testimonials, .dark .index .testimonials-item{
  background-color: #fff;
  color: #111;
}
.index .s-block--tabs-produtcs .tab-trigger.is-active button {
	color: #fff !important;
	border: 0 !important;
	padding: 6px 1.5rem 8px;
	background: linear-gradient(90deg, #a11f1f 0%, #9e3e3e 100%);
}
@media (min-width: 1024px) {
	.s-block--offer-countdown .offer-countdown-title {
		font-size: 1.5rem;
	}
}
.s-block--offer-countdown .offer-countdown-cta .offer-countdown-button {
	background-color: #fff !important;
	color: #812423 !important;
}
.index .enhanced-title-border {
	border-radius: 100%;
	display: block;
	height: 25px;
	margin: 5px auto;
	position: relative;
	width: 25px;
	background-image: url(https://i.ibb.co/RT3VHpyY/d0df600…-1.png);
	background-size: cover;
	border: 0;
	background-repeat: no-repeat;
}
.enhanced-title-border:before {
	right: 145%;
}
.enhanced-title-border:after {
	left: 145%;
}
@media (max-width: 767px) {
	.index.mobile_small_blocks_titles h2.text-3xl {
		font-size: 1.3rem;
		color: var(--color-primary);
	}
}
.s-block--circle-links img.h-24 {
	height: 8rem;
	width: 8rem;
}
.s-block--circle-links h3.mt-6 {
	margin-top: 0;
	font-size: 16px;
}
@media (min-width: 768px) {
	.s-block--circle-links salla-slider .custom-width {
		width: 13%;
	}
	.s-block--circle-links .md\:mt-12 {
		margin-top: 0;
	}
}
.s-block--tabs-produtcs {
	padding: 0;
}

.index .s-block {
	margin-top: 3rem;
}
@media (max-width: 991px) {
	.index .s-block {
		margin-top: 1.5rem;
	}
  .s-block--testimonials{
    padding-top: 2rem;
}
}
@media (min-width: 640px) {
	.index .sm\:text-4xl {
		font-size: 1.8rem;
	}
}
@media (max-width: 991px) {
  .product-card .product-card__actions{
    bottom: 10px !important;
    top: unset !important;
  }
	.s-block--offer-countdown .offer-countdown-content {
		flex-direction: row;
	}
	.s-block--offer-countdown
		salla-count-down
		.s-count-down-list
		.s-count-down-item {
		height: 3rem;
		width: 3rem;
	}
	.s-block--offer-countdown
		salla-count-down
		.s-count-down-list
		.s-count-down-item
		.s-count-down-item-value {
		font-size: 17px;
		line-height: 29px;
	}
	.s-block--offer-countdown
		salla-count-down
		.s-count-down-list
		.s-count-down-item
		.s-count-down-item-label {
		margin-top: -6px;
	}
	.s-block--offer-countdown .offer-countdown-title {
		font-size: 19px !important;
	}
	.s-block--offer-countdown .offer-countdown-cta a.offer-countdown-button {
		background-color: #fff;
		color: #812423;
	}
	.s-block--offer-countdown .offer-countdown-cta i {
		display: none;
	}
	.s-block--offer-countdown .offer-countdown-container {
		padding-bottom: 2rem;
		padding-top: 2rem;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	.s-block--circle-links h3.mt-6 {
		margin-top: 0;
		font-size: 12px;
	}
	.s-block--circle-links .mt-4 {
		margin-top: 0rem;
	}
}

/* App Download Banner - BEM Methodology */

/* Block: app-banner */
.app-banner {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999999;
	background-color: #eee;
	padding: 12px 16px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
	direction: rtl;
	animation: app-banner-slide-down 0.3s ease-out;
}

/* Container */
.app-banner__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	position: relative;
	max-width: 100%;
}

/* Close Button */
.app-banner__close {
	background: transparent;
	border: none;
	color: #666;
	font-size: 28px;
	cursor: pointer;
	padding: 0;
	margin: 0;
	line-height: 1;
	width: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.7;
	transition: opacity 0.2s ease;
	-webkit-tap-highlight-color: transparent;
}

.app-banner__close:hover,
.app-banner__close:active {
	opacity: 1;
}

/* Download Button */
.app-banner__button {
	background-color: #a62e2e;
	color: #fff;
	padding: 8px 20px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	white-space: nowrap;
	flex-shrink: 0;
	transition: background-color 0.2s ease;
	-webkit-tap-highlight-color: transparent;
}

.app-banner__button:hover,
.app-banner__button:active {
	background-color: #8b2424;
}

/* Content Section */
.app-banner__content {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: right;
	min-width: 0;
}

.app-banner__title {
	margin: 0 0 2px 0;
	font-size: 20px;
	font-weight: 700;
	color: #333;
	line-height: 1.2;
}

.app-banner__subtitle {
	margin: 0 0 1px 0;
	font-size: 13px;
	color: #666;
	line-height: 1.3;
}

.app-banner__description {
	margin: 0;
	font-size: 12px;
	color: #888;
	line-height: 1.3;
}

/* Logo Section */
.app-banner__logo {
	width: 70px;
	height: 70px;
	flex-shrink: 0;
}

.app-banner__logo-img {
	width: 100%;
	height: 100%;
	border-radius: 14px;
	object-fit: cover;
	display: block;
}

/* Modifier: hiding state */
.app-banner--hiding {
	animation: app-banner-fade-out 0.3s ease-out forwards;
}

/* Animations */
@keyframes app-banner-slide-down {
	from {
		transform: translateY(-100%);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes app-banner-fade-out {
	to {
		opacity: 0;
		transform: translateY(-20px);
	}
}

/* Responsive adjustments for smaller screens */
@media (max-width: 360px) {
	.app-banner {
		padding: 10px 12px;
	}

	.app-banner__container {
		gap: 8px;
	}

	.app-banner__button {
		padding: 6px 16px;
		font-size: 13px;
	}

	.app-banner__logo {
		width: 60px;
		height: 60px;
	}

	.app-banner__title {
		font-size: 18px;
	}

	.app-banner__subtitle {
		font-size: 12px;
	}

	.app-banner__description {
		font-size: 11px;
	}
}

/* By Suoodq */
.rawajapp-widget__limited-discount-rectangle-container__coundown-container__countdown-box {
	background-color: #991b1b !important;
}

.zudapp-widget__free-shipping__swiper-slide-card__img {
	object-fit: contain !important;
}
@media (max-width: 768px) {
	.zudapp-widget__free-shipping__swiper-slide-card__img-container {
		aspect-ratio: 1 !important;
	}
}
.rawajapp-widget__order-notification-square-2-container__details__icon {
	max-width: 140px !important;
}
.zudapp-widget__bundle-style-1__price-section {
  display: none !important;
}