.p-acc__header {
	position: relative;
	margin-bottom: 15px;
}
.p-acc__title {
	font-size: 16px;
	color: var(--up-text-wd-color);
	font-weight: 500;
}
.p-acc--right .swiper-mod-navigation {
	position: relative;
	top: 0px;
}
.p-acc__slider {
	width: 100%;
	min-width: 0;
	padding-bottom: 1px;
}
.p-acc__card {
	border: 1px solid var(--up-border-color);
	border-radius: 12px;
	padding: 15px;
	height: 100%;
	background: var(--up-bg-wd);
}
.p-acc__image {
	width: 100px;
	min-width: 100px;
	margin-right: 15px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 5px;
}
.p-acc__image img {
	max-height: 100px;
	width: auto;
	object-fit: contain;
}
.p-acc__info {
	width: 100%;
}
.p-acc__name {
	margin-bottom: 10px;
}
.p-acc__name a {
	-webkit-line-clamp: 2;
	font-size: 14px;
	color: var(--up-text-wd-color);
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.light-theme .p-acc__name a:hover {
	color: #000;
}
.p-acc--right .p-acc__price.price {
	font-size: 16px !important;
	margin-top: auto;
	font-weight: 700;
}

.p-acc-st__head {
	margin-bottom: 5px;
}
.p-acc-st__tabs-row {
	gap: 10px;
	flex-wrap: nowrap;
}
.p-acc-st__tabs-wrap {
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	flex: 1 1 auto;
	min-width: 0;
	scrollbar-width: none;
	-ms-overflow-style: none;
	padding-bottom: 3px;
}
.p-acc-st__tabs-wrap::-webkit-scrollbar { display: none; }
.p-acc-st__tabs {
	display: flex;
	flex-wrap: nowrap;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 4px;
	position: relative;
}
.p-acc-st__tab { flex-shrink: 0; }
.p-acc-st__tab-link {
	display: block;
	padding: 5px 14px;
	font-size: 13px;
	white-space: nowrap;
	border-radius: 8px;
	color: var(--up-text-wd-color);
	cursor: pointer;
	border: 1px solid var(--up-border-color);
	transition: background .2s, color .2s, border-color .2s;
	user-select: none;
}
.p-acc-st__tab.active .p-acc-st__tab-link {
	color: var(--up-text-wd-color);
	border-color: transparent;
}

.light-theme .p-acc-st__tab.active .p-acc-st__tab-link {
	background: #0F0F0F;
	color: #fff;
}
.dark-theme .p-acc-st__tab.active .p-acc-st__tab-link {
	background: #fff;
	color: #000;
}
.light-theme .p-acc-st__tab-link {
	background: #fff;
}
.dark-theme .p-acc-st__tab-link {
	background: var(--up-bg-gray);
}

.p-acc-st__panes { position: relative; }

.p-acc-st__pane  { display: none; }
.p-acc-st__pane.active { display: block; }

.p-acc-controls {
	display: flex;
	justify-content: center;
}
.swiper-module-tab + .p-acc-controls {
	margin-top: 20px;
}
.p-acc-st__panes .swiper-module + .p-acc-controls {
	margin-top: 0px;
}
.p-acc-control-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: var(--slider-navigation-border);
	background: var(--slider-navigation-bg);
	border-radius: 100px;
	padding: 4px;
	gap: 0;
	width: 100%;
	max-width: 260px;
	height: 32px;
	position: relative;
}
.p-acc-arrow {
	width: 35px;
	height: 24px;
	background: var(--slider-arrow-bg);
	color: var(--slider-arrow-color);
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s ease;
	flex-shrink: 0;
	z-index: 2;
}
.p-acc-arrow i {
	font-size: 20px;
	line-height: 1;
}
.p-acc-arrow:hover {
	background: var(--slider-arrow-hover-bg);
	color: var(--slider-arrow-hover-color);
}
.p-acc-arrow.swiper-button-disabled {
	opacity: 0.5;
	cursor: not-allowed;
	background: var(--slider-arrow-hover-bg);
}
.p-acc-control-wrapper .swiper-pagination {
	position: relative;
	bottom: auto !important;
	left: auto !important;
	top: auto !important;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.p-acc-control-wrapper .swiper-pagination-progressbar {
	position: relative;
	flex: 1;
	min-width: 50px;
	height: 6px;
	background: var(--slider-progressbar-bg);
	border-radius: 10px;
	overflow: hidden;
	margin: 0 10px;
}
.p-acc-control-wrapper .swiper-pagination-progressbar-fill {
	background: var(--slider-progressbar-fill) !important;
	border-radius: 10px;
}
#tab-accessories {
	padding-bottom: 20px;
}
#tab-accessories .container-module {
	margin-top: 0;
}
#tab-accessories .container-module .swiper-module-tab {
	padding-bottom: 1px;
	padding-top: 1px;
	margin-left: 0px;
	margin-right: 0px;
	flex: 1 1 100%;
	max-width: 100%;
	box-shadow: 0px 0px 0px 1px var(--up-gray-color-1);
	border-radius: 12px;
}
.swiper-mod-navigation + .swiper-module-tab {
	margin-bottom: 10px;
}
.tab-content.show-all-tabs {
	min-width: 0;
}
#tab-accessories .swiper-module-tab .item {
	padding-left: 0;
	padding-right: 0;
}
#tab-accessories .swiper-module-tab .product-thumb {
	box-shadow: none;
	border-radius: 0px;
	border-left: 1px solid var(--up-gray-color-1);
}
#tab-accessories .swiper-slide-active .product-thumb,
#tab-accessories .swiper-slide-prev + .swiper-slide .product-thumb {
	border-left: 0px;
}
#tab-accessories .p-acc-st__head {
	margin-bottom: 15px;
}

.swiper-module-tab:not(.swiper-initialized) .item.swiper-slide {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 350px) {
	.swiper-module-tab:not(.swiper-initialized) .item.swiper-slide {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 770px) {
	.swiper-module-tab:not(.swiper-initialized) .item.swiper-slide {
		-ms-flex: 0 0 33.33333333%;
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
}

@media (min-width: 1230px) {
	.swiper-module-tab:not(.swiper-initialized) .item.swiper-slide {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}