

/* Start:/local/templates/wowbikes_en/components/bitrix/catalog/catalog_ext/style.css?1750263520853*/
.grid {}

.grid .bx_content_section { margin-bottom: 15px; }

.grid .bx_sidebar { margin-bottom: 15px; }

/* grid2x1 */
.grid2x1 {}

.grid2x1 .bx_content_section {
	float: left;
	width: 66%;
	margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	box-sizing: border-box;
}

@media (max-width: 960px) {
	.grid2x1 .bx_sidebar { padding-left: 4%; }
}

@media (max-width: 640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar {
		width: 100%;
		float: none;
	}

	.grid2x1 .bx_sidebar { padding-left: 3%; }
}

@media (max-width: 479px) {
	.grid2x1 .bx_sidebar { padding-left: 1%; }
}

.catalog-block-header {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 2px solid #d9dee6;
	border-bottom-color: var(--primary);
	color: #000;
}

/* End */


/* Start:/local/templates/wowbikes_en/components/bitrix/catalog.element/catalog_redesign/style.css?1785411108120381*/
.btn-buy.popup-window-button-link-cancel {
  background: #fff;
  color: #C59F72;
  margin-right: 10px;
}

.btn-buy{
  cursor: pointer;
}

.accessories-promo.product_card .accessory__picture, .accessories-promo.product_card .product__picture
{
  mix-blend-mode: initial;
  background: white;
}

.product-form__btns-col.test_ride{
	display: block;
} 	
.product-form__btns-col.test_ride.is_mob{
	display: none;
} 	
.product-form__btns-col.test_ride a{
	max-width: 250px;
	margin: 0 auto;
	display: block;
}

@media screen and (max-width: 670px) {
  .model-photogallery-new__title.title_video{
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0.44px;
	text-align: left;
  }
	.product-measurement__picture-wrap.is_mob {
		border: 0.5px solid #EDEDED;		
	}  
	.product-form__btns-col.test_ride{
		display: none;
	} 	
	.product-form__btns-col.test_ride.is_mob{
		display: block;
	} 
}

.product-form__price-col .product-item-detail-price-old {
  font-size: 29px;
  line-height: inherit;
  font-weight: 600;
}
.product-info__labels-item .product-info__label--red {
  background: #d00;
}

.product-info__labels-item.is_percent .product-info__label--red {
	font-size: 30px;
	border-radius: 20px;
	padding: 10px;
}

.product-info__labels-item.is_percent {
  position: absolute;
  right: 10px;
}

@media screen and (max-width: 670px) {
	.product-info__labels-item.is_percent .product-info__label--red {
		font-size: 20px;
	}
	.product-info__labels-item.is_percent {
	  right: 0px;
	}
}

.single-product .accessories-promo.product_card {
  padding-top: 80px;
  padding-bottom: 0px;
  background: #ffffff;
}

/*////////////////////////////////////////*/
.model-photogallery__row.gallery_2{
  grid-template-columns: 50% 50%;
  grid-template-rows: 1fr;
}
.model-photogallery__row.gallery_3{
  grid-template-columns: 33% 33% 33%;
  grid-template-rows: 1fr 1fr;
}
.model-photogallery__row.gallery_4{
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: 1fr;
}
.model-photogallery__row.gallery_5{
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: 1fr 1fr;
}

/*2*/
.model-photogallery__row.gallery_2 .model-photogallery__col:first-child {
  grid-row-start: 1;
  grid-row-end: 1;
  grid-column-start: 1;
  grid-column-end: 1;
}
.model-photogallery__row.gallery_2 .model-photogallery__col:nth-child(2) {
  grid-row-start: 1;
  grid-row-end: 1;
  grid-column-start: 2;
  grid-column-end: 2;
}

/*3*/
.model-photogallery__row.gallery_3 .model-photogallery__col:first-child {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 3;
}
.model-photogallery__row.gallery_3 .model-photogallery__col:nth-child(2) {
  grid-row-start: 1;
  grid-row-end: 1;
  grid-column-start: 3;
  grid-column-end: 3;
}
.model-photogallery__row.gallery_3 .model-photogallery__col:nth-child(3) {
  grid-row-start: 2;
  grid-row-end: 2;
  grid-column-start: 3;
  grid-column-end: 3;
}
/*4*/
.model-photogallery__row.gallery_4 .model-photogallery__col:first-child {
  grid-row-start: 1;
  grid-row-end: 1;
  grid-column-start: 1;
  grid-column-end: 1;
}
.model-photogallery__row.gallery_4 .model-photogallery__col:nth-child(2) {
  grid-row-start: 1;
  grid-row-end: 1;
  grid-column-start: 2;
  grid-column-end: 2;
}
.model-photogallery__row.gallery_4 .model-photogallery__col:nth-child(3) {
  grid-row-start: 1;
  grid-row-end: 1;
  grid-column-start: 3;
  grid-column-end: 3;
}
.model-photogallery__row.gallery_4 .model-photogallery__col:nth-child(4) {
  grid-row-start: 1;
  grid-row-end: 1;
  grid-column-start: 4;
  grid-column-end: 4;
}
/*5*/
.model-photogallery__row.gallery_5 .model-photogallery__col:first-child {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 3;
}
.model-photogallery__row.gallery_5 .model-photogallery__col:nth-child(2) {
  grid-row-start: 1;
  grid-row-end: 1;
  grid-column-start: 3;
  grid-column-end: 3;
}
.model-photogallery__row.gallery_5 .model-photogallery__col:nth-child(3) {
  grid-row-start: 1;
  grid-row-end: 1;
  grid-column-start: 4;
  grid-column-end: 4;
}
.model-photogallery__row.gallery_5 .model-photogallery__col:nth-child(4) {
  grid-row-start: 2;
  grid-row-end: 2;
  grid-column-start: 3;
  grid-column-end: 3;
  margin-top: 0;
}
.model-photogallery__row.gallery_5 .model-photogallery__col:nth-child(5) {
  grid-row-start: 2;
  grid-row-end: 2;
  grid-column-start: 4;
  grid-column-end: 4;
  margin-top: 0;
}
/*EOF 5*/

.popup-window-titlebar {
  height: 0px;
}

.popup-add-product {
  max-width: 628px;
}

.popup-window-buttons .btn-primary:hover {
  border-color: #C59F72;
  background-color: #C59F72;
  color: #ffffff;
}
.popup-window{
	border-radius: 8px;
}

.popup-window-with-titlebar .popup-window-content {
  padding-bottom: 0px;
}
.popup-window-buttons {
  padding-top: 0px;
}

.product-form__btn.disabled_button{
	background-color: #aaa;
	border-color: #aaa;
}

/*eof TS*/

/*region Sidebar */

.product-item-detail-pay-block {
	position: relative;
	margin-bottom: 15px;
	padding: 15px 15px 0;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	background-color: #fff;
}

.bx-retina .product-item-detail-pay-block { border-width: .5px; }

/*endregion*/

/*region Compare*/
.product-item-detail-compare-container {
	position: relative;
	margin: 0 -15px 1px -14px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e4e4e4;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	color: #4e4e4e;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
	border-radius: 1px;
}

.product-item-detail-compare .checkbox {
	margin: 0;
	padding: 0;
}

/*endregion*/

/*region Price */
.product-item-detail-price-current {
	color: #d0021b;
	white-space: nowrap;
	font-weight: var(--ui-font-weight-bold);
	text-align: center;
	font-size: 30px;
	line-height: 33px;
	transition: font-size 200ms ease;
}

.product-item-detail-price-old {
	color: #bdbdbd;
	text-align: center;
	text-decoration: line-through;
	white-space: nowrap;
	font-weight: var(--ui-font-weight-bold);
	font-size: 14px;
	line-height: 17px;
}

.product-item-detail-economy-price {
	color: #333;
	text-align: center;
	/*white-space: nowrap;*/
	font-weight: var(--ui-font-weight-bold);
	font-size: 14px;
	line-height: 17px;
}

/*endregion*/

.product-item-detail-info-container-title {
	color: #a5a5a5;
	font-size: 12px;
}

/*region SCU */
.product-item-scu-container-title {
	color: #a5a5a5;
	font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
	vertical-align: middle;
}

.product-item-scu-item-text-container { min-width: 48px; }

.product-item-scu-item-color-container {
	max-width: 60px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block { transition: outline 200ms ease; }

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block { transition: outline 300ms ease; }

.bx-retina .product-item-scu-item-text-block { outline-width: .5px; }

.product-item-scu-item-text-block:hover,
.product-item-scu-item-color-block:hover,
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-color: var(--theme-color-primary); }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }

.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	overflow: hidden;
	outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}

.product-item-selected-scu-container { word-spacing: 1px }

.product-item-selected-scu {
	display: inline-block;
	overflow: hidden;
	padding: 0 5px;
	min-width: 22px;
	height: 22px;
	outline: 1px solid #c0cfda;
	outline-color: var(--theme-color-primary);
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 22px;
}

.bx-retina .product-item-selected-scu { outline-width: .5px; }

.product-item-selected-scu-color {
	background-position: center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

/*endregion*/

/*region Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	max-width: 150px;
	margin: 0 auto 15px;
}


.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover { background-color: #f2f2f2; }

.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field-block {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.product-item-amount-field {
	display: block;
	padding: 0;
	width: 100%;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: var(--ui-font-weight-bold);
	font-size: 19px;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus {
	outline: none !important;
	border-color: #006cc0;
	border-color: var(--theme-color-primary);
}

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.product-item-amount-description-container {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
}

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: var(--ui-font-weight-bold);
	font-size: 12px;
}

/**/
.product-item-quantity {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

/*endregion*/

/*region Buy button*/
.btn.product-item-detail-buy-button {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 250px;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: var(--ui-font-weight-bold);
	text-transform: uppercase;
}

.product-item-detail-short-card-btn .btn.product-item-detail-buy-button { margin: 0; }

.btn.product-item-detail-buy-button span {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: inline-block;
	min-height: 16px;
	max-width: 100%;
	white-space: normal;
	line-height: 16px;
	transform: translateY(-50%);
}

.btn-link.product-item-detail-buy-button { height: 25px; }

/*endregion*/

/*region Slider */
.product-item-detail-slider-container {
	position: relative;
	max-width: 100%;
	background: transparent;
	transition: background 800ms ease;
	z-index: 90;
}

.product-item-detail-slider-block {
	position: relative;
	box-sizing: border-box;
	padding-top: 56.25%;
	height: 0;
}

.product-item-detail-slider-block.product-item-detail-slider-block-square { padding-top: 100%; }

.product-item-detail-slider-images-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.product-item-detail-slider-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 250ms linear;
}

.product-item-detail-slider-image.active {
	z-index: 10;
	opacity: 1;
}

.product-item-detail-slider-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	outline: 1px solid transparent;
	background-position: center;
	background-repeat: no-repeat;
	transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
	transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-progress-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 180;
	height: 3px;
	background-color: #006cc0;
	background-color: var(--theme-color-primary)
}

/*endregion*/

/*region Slider Controls*/
.product-item-detail-slider-controls-block {
	padding: 10px 0;
	text-align: center;
}

.product-item-detail-slider-controls-image {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 65px;
	height: 65px;
	outline: 1px solid #c0cfda;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
}

.product-item-detail-slider-controls-image:hover,
.product-item-detail-slider-controls-image.active { outline-color: var(--theme-color-primary); }

.bx-no-retina .product-item-detail-slider-controls-image.active { outline-width: 2px; }

.bx-retina .product-item-detail-slider-controls-image { outline-width: .5px; }

.bx-retina .product-item-detail-slider-controls-image.active { outline-width: 1px; }

.product-item-detail-slider-controls-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 65px;
	max-height: 65px;
	width: auto;
	height: auto;
	transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-left,
.product-item-detail-slider-right {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 111;
	display: block;
	width: 25%;
	background: rgba(255, 255, 255, 0) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	opacity: .57;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-detail-slider-left { left: 0; }

.product-item-detail-slider-right {
	right: 0;
	transform: rotate(180deg);
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
	background-color: rgba(255, 255, 255, .4);
	opacity: .8;
}

.product-item-detail-slider-close { display: none; }

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
	position: absolute;
	top: 4px;
	right: 110px;
	bottom: 0;
	z-index: 150;
	display: block;
	width: 50px;
	height: 50px;
	background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	opacity: .27;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover { opacity: 1; }

.product-item-detail-slider-container.popup .product-item-detail-slider-right { right: 105px; }

/*endregion*/

/*region magnified*/
.product-item-detail-slider-container.magnified .product-item-detail-slider-image { z-index: 100; }

.product-item-detail-slider-container.magnified .product-item-detail-slider-image img { outline-color: #ddd; }

.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right { z-index: 50; }

.product-item-detail-slider-container.magnified .product-item-label-text,
.product-item-detail-slider-container.magnified .product-item-label-ring { opacity: 0; }

/*	>>>	popup*/
.product-item-detail-slider-container.popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
	animation-name: imgPopupShow;
	animation-duration: 300ms;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-images-container { right: 105px; }

.product-item-detail-slider-container.popup .product-item-detail-slider-block {
	padding-top: 0;
	height: 100vh;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image {
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100vh;
	width: calc(100% - 150px);
	transform: translateY(-50%) translateX(-50%);
}

@-webkit-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-moz-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-ms-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-o-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
	max-width: 100%;
	max-height: 90vh;
	width: auto;
	cursor: default
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	padding: 20px;
	border-left: 1px solid #d3d3d3;
	background-color: #fff;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
	display: block;
	margin-bottom: 20px;
}

/*endregion*/

/*region  Slider Mobile*/
@media (max-width: 767px) {
	.product-item-detail-slider-container.popup .product-item-detail-slider-images-container { right: 0; }

	.product-item-detail-slider-container.popup .product-item-detail-slider-block {
		padding-top: 0;
		height: calc(100vh - 111px);
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-image { width: 90%; }

	.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
		max-width: 100%;
		max-height: calc(100vh - 115px);
		width: auto;
		cursor: default;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
		position: absolute;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		overflow-x: auto;
		max-height: 111px;
		border-top: 1px solid #d3d3d3;
		border-left: none;
		white-space: nowrap;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
		display: inline-block;
		margin-bottom: 0;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-close {
		right: 10px;
		z-index: 200;
	}

	.product-item-detail-slider-left,
	.product-item-detail-slider-right { max-width: 75px; }

	.product-item-detail-slider-container.popup .product-item-detail-slider-right { right: 0; }

}

/*endregion*/

/*region Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 190;
	opacity: 1;
	transition: opacity 450ms ease;
}

.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

.product-item-detail-slider-container.popup .product-item-label-text,
.product-item-detail-slider-container.popup .product-item-label-ring { display: none; }

/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: var(--ui-font-weight-bold);
}

.product-item-label-text.product-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

@media (max-width: 767px) {
	.product-item-label-text > div { line-height: 0; }

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*/
.product-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: var(--ui-font-weight-bold);
}

.product-item-label-ring.product-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

@media (max-width: 767px) {
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		width: 20px;
		height: 20px;
		font-size: 13px;
		line-height: 20px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.product-item-label-top { top: -5px; }

.product-item-label-center {
	left: 50%;
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-item-label-left { left: -5px; }

.product-item-label-left > div { text-align: left; }

.product-item-label-bottom { bottom: -5px; }

.product-item-label-middle {
	top: 50%;
	transform: translateY(-50%);
}

.product-item-label-right { right: -5px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle { transform: translateY(-50%) translateX(-50%); }

/*endregion*/

/*region  Tabs */
.product-item-detail-tabs-container {
	min-height: 60px;
	border-bottom: 1px solid #ededed;
}

.product-item-detail-tabs-list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-item-detail-tabs-list:after {
	display: table;
	clear: both;
	content: "";
}

.product-item-detail-tab {
	float: left;
	min-height: 60px;
}

.product-item-detail-tab-link {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 25px;
	height: 60px;
	color: #000;
	vertical-align: middle;
	text-transform: uppercase;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-weight: var(--ui-font-weight-bold);
	font-size: 13px;
	line-height: 45px;
	transition: all 250ms ease;
}

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link {
	color: #006cc0;
	color: var(--theme-color-primary);
	text-decoration: none;
}

.product-item-detail-tab-link:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0;
	background: #006cc0;
	background: var(--theme-color-primary);
	content: "";
	transition: all 250ms ease;
}

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after { height: 3px; }

.product-item-detail-tab-link:active:after { height: 6px; }

.product-item-detail-tab-content { padding: 25px 0; }

@media (max-width: 991px) {
	.product-item-detail-tabs-container { display: none !important; }

	.product-item-detail-tab-content { display: block !important; }
}

/*Tab fixed*/
.product-item-detail-tabs-container-fixed {
	position: fixed;
	top: -100px;
	right: 0;
	left: 0;
	z-index: 300;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
	transition: top 350ms linear;
}

.product-item-detail-tabs-container-fixed {
	min-height: 45px;
	background: #fff;
}

.product-item-detail-tabs-container-fixed.active {
	top: 0;
	opacity: 1;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list {
	margin: 0 auto;
	max-width: 1048px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab { min-height: 45px; }

.product-item-detail-tabs-container-fixed .product-item-detail-tab-link {
	padding: 10px 25px;
	height: 45px;
	line-height: 25px;
}

.bx-touch .product-item-detail-tabs-container-fixed { display: none !important; }

/*endregion*/

/*region Small Card*/
.product-item-detail-short-card-fixed {
	position: fixed;
	top: -85px;
	right: 0;
	left: 0;
	z-index: 310;
	box-sizing: border-box;
	height: 85px;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
	transition: top 220ms linear;
}

.product-item-detail-short-card-fixed.active {
	top: 0;
	opacity: 1;
}

.product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active { top: 85px; }

.bx-touch .product-item-detail-short-card-fixed { display: none !important; }

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
	margin: 0 auto;
	max-width: 1048px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-item-detail-short-card-image {
	padding-right: 15px;
	width: 80px;
	max-width: 80px;
	vertical-align: middle;
	text-align: center;
}

.product-item-detail-short-card-image img {
	max-width: 100%;
	height: auto;
	max-height: 65px;
	width: auto;
}

.product-item-detail-short-title-container {
	max-width: 650px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.product-item-detail-short-title-text {
	display: block;
	color: #000;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 16px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}

.product-item-detail-short-card-price {
	padding: 0 10px;
	vertical-align: middle;
	text-align: right;
}

.product-item-detail-short-card-btn {
	padding-left: 10px;
	min-width: 120px;
}

/*endregion*/

/*region Properties */
.product-item-detail-tab-content { display: none; }

.product-item-detail-tab-content.active { display: block; }

.product-item-detail-tab-content h3 {
	margin-bottom: 10px;
	font-weight: var(--ui-font-weight-bold);
	font-size: 14px;
}

.product-item-detail-properties {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.product-item-detail-properties-item {
	margin-bottom: 5px;
	display: flex;
	align-items: stretch;
}

.product-item-detail-properties-dots {
	border-bottom: 1px dotted #a5a5a5;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.product-item-detail-properties-name,
.product-item-detail-properties-value {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 50%;
	width: auto;
	font-size: 12px;
}

.product-item-detail-properties-name {
	padding-right: 3px;
	color: #a5a5a5;
}

.product-item-detail-properties-value {
	color: #343a40;
	padding-left: 3px;
	text-align: right;
}

/*endregion*/

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] { -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; }



	.wa_ban{
		height: 165px;
		width: 100%;
		position: relative;
		border-radius: 10px;
	}
	.wa_ban_title{
		position: absolute;
		left: 50px;
		top: 30px;
		font-size: 24px;
	}
	.wa_ban_but{
		position: absolute;
		left: 50px;
		top: 80px;
		padding-top: 0;
		padding-bottom: 0;
	}				
	.wa_ban .btn.wa_ban_but{
		padding-top: 0;
		padding-bottom: 0;
	}	
	.btn.wa_ban_but1{
		padding-top: 0;
		padding-bottom: 0;
	}

	
	@media (max-width: 670px) {
		.btn.wa_ban_but {
		  width: 80%;
		  font-size: 90%;
		  padding-left: 0;
		  padding-right: 0;
		}
		.wa_ban_title{
			font-size: 20px;
		}					
	}
	

/* ========================================================================== */
/* Electrabike product card redesign — first-screen styles v6 mobile                  */
/* ========================================================================== */

.eb-product-card {
  --eb-accent: #c59f72;
  --eb-accent-dark: #af8659;
  --eb-text: #312d2a;
  --eb-muted: #77716b;
  --eb-line: #e8e3dd;
  --eb-surface: #fff;
  --eb-soft: #faf8f5;
  --eb-success: #648858;
  --eb-success-bg: #edf5e8;
  --eb-warning: #89672a;
  --eb-warning-bg: #fbf3dc;
  --eb-danger: #8f5c54;
  --eb-danger-bg: #f8ecea;
  color: var(--eb-text);
}

.eb-product-card .eb-product-card__hero {
  padding: 8px 0 26px;
}

.eb-product-card .eb-product-card__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(410px, 1fr);
  gap: clamp(34px, 3.6vw, 58px);
  align-items: start;
}

.eb-product-card .eb-product-card__media,
.eb-product-card .eb-product-card__summary {
  min-width: 0;
}

.eb-product-card .eb-product-card__gallery-frame {
  position: relative;
  height: clamp(405px, 29vw, 470px);
  border: 1px solid var(--eb-line);
  border-radius: 7px;
  background: var(--eb-surface);
  overflow: hidden;
}

.eb-product-card .eb-product-card__stage {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 28px 30px 35px;
  color: inherit;
  text-decoration: none;
}

.eb-product-card .eb-product-card__stage-image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.eb-product-card .eb-product-card__labels {
  position: absolute;
  z-index: 5;
  top: 16px;
  right: 16px;
  left: auto;
}

.eb-product-card .product-info__labels-item.is_percent {
  position: static;
  right: auto;
}

.eb-product-card .product-info__labels-item.is_percent .product-info__label--red {
  display: inline-flex;
  min-width: 74px;
  min-height: 51px;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 19px;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -.02em;
}

.eb-product-card .eb-product-card__gallery-counter {
  position: absolute;
  right: 14px;
  bottom: 12px;
  display: none;
  padding: 5px 8px;
  border-radius: 20px;
  background: rgba(255,255,255,.9);
  color: var(--eb-muted);
  font-size: 11px;
  line-height: 1;
}

.eb-product-card .eb-product-card__thumbs-wrap {
  margin-top: 12px;
  overflow: hidden;
}

.eb-product-card .eb-product-card__thumbs {
  display: flex;
  flex-wrap: nowrap !important;
  gap: 11px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 4px;
  scroll-behavior: smooth;
  scrollbar-color: #d5cfc8 transparent;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.eb-product-card .eb-product-card__thumbs::-webkit-scrollbar {
  height: 4px;
}

.eb-product-card .eb-product-card__thumbs::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #d5cfc8;
}

.eb-product-card .eb-product-card__thumb {
  appearance: none;
  display: block;
  height: 88px;
  min-width: 0;
  flex: 0 0 calc((100% - 55px) / 6);
  margin: 0 !important;
  padding: 7px;
  border: 1px solid var(--eb-line);
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.eb-product-card .eb-product-card__thumb:hover,
.eb-product-card .eb-product-card__thumb.is-active {
  border-color: var(--eb-accent);
  box-shadow: inset 0 0 0 1px var(--eb-accent);
}

.eb-product-card .eb-product-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.eb-product-card .eb-product-card__summary {
  padding-top: 0;
}

.eb-product-card .eb-product-card__eyebrow {
  margin: 0 0 7px;
  color: var(--eb-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .055em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eb-product-card .eb-product-card__title {
  margin: 0;
  color: var(--eb-text);
  font-size: clamp(32px, 2.15vw, 40px);
  font-weight: 400;
  letter-spacing: -.027em;
  line-height: 1.055;
  text-wrap: balance;
}

.eb-product-card .eb-product-card__advantages {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 23px;
  margin: 15px 0 13px;
  padding: 0 0 13px;
  border-bottom: 1px solid var(--eb-line);
  list-style: none;
}

.eb-product-card .eb-product-card__advantages li {
  position: relative;
  margin: 0;
  padding-left: 13px;
  color: #5d5752;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .012em;
  line-height: 1.25;
  text-transform: uppercase;
}

.eb-product-card .eb-product-card__advantages li::before {
  position: absolute;
  top: .48em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--eb-accent);
  content: "";
}

.eb-product-card .eb-product-card__status-row {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--eb-line);
}

.eb-product-card .eb-product-card__status-block {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

.eb-product-card .eb-product-card__status {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border-radius: 5px;
  background: #f2efeb;
  color: #5d5752;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 1;
  text-transform: uppercase;
}

.eb-product-card .eb-product-card__status.is-instock,
.eb-product-card .eb-product-card__status.is-toorder {
  background: var(--eb-success-bg);
  color: var(--eb-success);
}

.eb-product-card .eb-product-card__status.is-soon {
  background: var(--eb-warning-bg);
  color: var(--eb-warning);
}

.eb-product-card .eb-product-card__status.is-soldout {
  background: var(--eb-danger-bg);
  color: var(--eb-danger);
}

.eb-product-card .eb-product-card__status-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: currentColor;
}

.eb-product-card .eb-product-card__status-note {
  color: var(--eb-muted);
  font-size: 11.5px;
  line-height: 1.25;
}

.eb-product-card .eb-product-card__stock {
  position: relative;
  flex: 0 0 auto;
  text-align: right;
}

.eb-product-card .eb-product-card__stock-toggle {
  appearance: none;
  position: relative;
  padding: 0 17px 2px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: #625d58;
  cursor: pointer;
  font: inherit;
  font-size: 11.5px;
  line-height: 1.25;
  text-align: right;
}

.eb-product-card .eb-product-card__stock-toggle::after {
  position: absolute;
  top: 3px;
  right: 2px;
  width: 7px;
  height: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: "";
  transform: rotate(45deg);
  transition: transform .2s ease;
}

.eb-product-card .eb-product-card__stock-toggle[aria-expanded="true"]::after {
  transform: translateY(3px) rotate(225deg);
}

.eb-product-card .eb-product-card__stock-panel {
  position: absolute;
  z-index: 30;
  top: calc(100% + 10px);
  right: 0;
  width: min(390px, 84vw);
  padding: 15px;
  border: 1px solid var(--eb-line);
  border-radius: 7px;
  background: var(--eb-surface);
  box-shadow: 0 16px 40px rgba(50,43,37,.13);
  color: var(--eb-text);
  text-align: left;
}

.eb-product-card .eb-product-card__stock-city + .eb-product-card__stock-city {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--eb-line);
}

.eb-product-card .eb-product-card__stock-city strong {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
}

.eb-product-card .eb-product-card__stock-city ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.eb-product-card .eb-product-card__stock-city li,
.eb-product-card .eb-product-card__stock-online {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin: 0;
  padding: 3px 0;
  color: var(--eb-muted);
  font-size: 12px;
  line-height: 1.3;
}

.eb-product-card .eb-product-card__stock-city li span:last-child,
.eb-product-card .eb-product-card__stock-online strong {
  flex: 0 0 auto;
  color: var(--eb-text);
  font-weight: 600;
}

.eb-product-card .eb-product-card__stock-online {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--eb-line);
}

.eb-product-card .eb-product-card__utility-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  padding: 10px 0;
  border-bottom: 1px solid var(--eb-line);
}

.eb-product-card .eb-product-card__utility-actions > * {
  appearance: none;
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0 12px;
  border: 0;
  border-left: 1px solid var(--eb-line);
  background: transparent;
  color: #655f5a;
  cursor: pointer;
  font: inherit;
  font-size: 11.5px;
  line-height: 1.25;
  text-decoration: none;
  white-space: nowrap;
}

.eb-product-card .eb-product-card__utility-actions > *:first-child {
  padding-left: 0;
  border-left: 0;
}

.eb-product-card .eb-product-card__utility-actions svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.eb-product-card .eb-product-card__utility-actions > *:hover span {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.eb-product-card .eb-product-card__option {
  margin-top: 12px;
}

.eb-product-card .eb-product-card__option-title {
  display: block;
  margin: 0 0 7px;
  color: #625c57;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.25;
  text-transform: uppercase;
}

.eb-product-card .eb-product-card__colors {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.eb-product-card .eb-product-card__colors .product-form__checkbox-item {
  margin: 0;
}

.eb-product-card .eb-product-card__colors .product-form__label-checkbox-color {
  display: block;
  border: 0;
  text-decoration: none;
}

.eb-product-card .eb-product-card__color-swatch {
  display: block;
  width: 29px;
  height: 29px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--swatch-color, #d1d1d1);
  box-shadow: 0 0 0 1px #d8d4cf;
  transition: box-shadow .18s ease, transform .18s ease;
}

.eb-product-card .product-form__checkbox-item.select .eb-product-card__color-swatch {
  box-shadow: 0 0 0 2px var(--eb-accent);
}

.eb-product-card .product-form__checkbox-item:hover .eb-product-card__color-swatch {
  transform: translateY(-1px);
}

.eb-product-card .eb-product-card__select-option .select2-container,
.eb-product-card .eb-product-card__select-option select {
  width: 100% !important;
}

.eb-product-card .eb-product-card__purchase {
  margin-top: 13px;
}

.eb-product-card .eb-product-card__price-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 8px;
}

.eb-product-card .eb-product-card__old-price {
  min-height: 15px;
  margin: 0 0 1px;
  color: #9a948e;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.1;
  text-decoration: line-through;
}

.eb-product-card .eb-product-card__price {
  margin: 0 !important;
  color: #4e4945;
  font-size: clamp(28px, 1.9vw, 34px) !important;
  font-weight: 400;
  letter-spacing: -.023em;
  line-height: 1;
}

.eb-product-card .eb-product-card__quantity-hidden {
  display: none !important;
}

.eb-product-card .eb-product-card__primary-actions {
  display: grid;
  gap: 8px;
}

.eb-product-card .eb-product-card__main-action,
.eb-product-card .eb-product-card__main-action > *,
.eb-product-card .eb-product-card__main-action > * > *,
.eb-product-card .eb-product-card__main-action .product-form__btn {
  width: 100% !important;
  max-width: none !important;
  flex: 0 0 100% !important;
  margin: 0 !important;
  padding-left: 0;
  padding-right: 0;
}

.eb-product-card .eb-product-card__secondary-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.eb-product-card .eb-product-card__primary-actions .product-form__btn {
  display: flex;
  width: 100% !important;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 !important;
  padding: 11px 15px;
  border: 1px solid var(--eb-accent);
  border-radius: 4px;
  background: var(--eb-accent);
  color: #fff;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.eb-product-card .eb-product-card__primary-actions .product-form__btn:hover {
  border-color: var(--eb-accent-dark);
  background: var(--eb-accent-dark);
}

.eb-product-card .eb-product-card__primary-actions .eb-product-card__secondary-button,
.eb-product-card .eb-product-card__primary-actions .eb-product-card__whatsapp {
  min-height: 42px;
  border-color: #d7b994;
  background: #fff;
  color: #625c57;
}

.eb-product-card .eb-product-card__primary-actions .eb-product-card__secondary-button:hover,
.eb-product-card .eb-product-card__primary-actions .eb-product-card__whatsapp:hover {
  background: #fbf7f2;
  color: #625c57;
}

.eb-product-card .eb-product-card__whatsapp svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  stroke: none;
}

.eb-product-card .eb-product-card__tabby {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  margin-top: 7px;
  padding: 7px 8px;
  border-bottom: 1px solid var(--eb-line);
  color: #5f5954;
  font-size: 11.5px;
  line-height: 1.25;
  text-decoration: none;
}

.eb-product-card .eb-product-card__tabby img {
  width: 52px;
  min-width: 52px;
  height: auto;
}

.eb-product-card .eb-product-card__tabby-more {
  color: #7f7872;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.eb-product-card .eb-product-card__service-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
  padding: 11px 12px;
  border-radius: 6px;
  background: var(--eb-soft);
}

.eb-product-card .eb-product-card__service-benefit {
  display: grid;
  min-width: 0;
  grid-template-columns: 25px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}

.eb-product-card .eb-product-card__service-benefit svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: var(--eb-accent);
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.eb-product-card .eb-product-card__service-benefit > span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

.eb-product-card .eb-product-card__service-benefit strong {
  color: #5b5550;
  font-size: 10.5px;
  font-weight: 600;
  line-height: 1.2;
}

.eb-product-card .eb-product-card__service-benefit small {
  color: #918a84;
  font-size: 9.5px;
  line-height: 1.2;
}

@media (max-width: 1350px) {
  .eb-product-card .eb-product-card__layout {
    grid-template-columns: minmax(0, 1.28fr) minmax(390px, 1fr);
    gap: 34px;
  }

  .eb-product-card .eb-product-card__gallery-frame {
    height: 430px;
  }

  .eb-product-card .eb-product-card__title {
    font-size: 34px;
  }

  .eb-product-card .eb-product-card__utility-actions > * {
    padding: 0 9px;
    font-size: 10.5px;
  }

  .eb-product-card .eb-product-card__service-benefit {
    grid-template-columns: 21px minmax(0, 1fr);
    gap: 6px;
  }

  .eb-product-card .eb-product-card__service-benefit svg {
    width: 21px;
    height: 21px;
  }
}

@media (max-width: 1050px) {
  .eb-product-card .eb-product-card__hero {
    padding-top: 2px;
  }

  .eb-product-card .eb-product-card__layout {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .eb-product-card .eb-product-card__summary {
    display: contents;
  }

  .eb-product-card .eb-product-card__heading {
    order: 1;
  }

  .eb-product-card .eb-product-card__media {
    order: 2;
    width: 100%;
  }

  .eb-product-card .eb-product-card__summary > * {
    order: 3;
    width: 100%;
  }

  .eb-product-card .eb-product-card__summary > .eb-product-card__heading {
    order: 1;
  }

  .eb-product-card .eb-product-card__gallery-frame {
    height: min(63vw, 570px);
  }

  .eb-product-card .eb-product-card__stage {
    padding: 26px 28px 32px;
  }

  .eb-product-card .eb-product-card__title {
    max-width: 850px;
    font-size: clamp(32px, 4.8vw, 46px);
  }

  .eb-product-card .eb-product-card__advantages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eb-product-card .eb-product-card__service-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .eb-product-card .eb-product-card__hero {
    padding: 0 0 24px;
  }

  .eb-product-card .eb-product-card__layout {
    gap: 17px;
  }

  .eb-product-card .eb-product-card__heading {
    padding-top: 2px;
  }

  .eb-product-card .eb-product-card__eyebrow {
    margin-bottom: 5px;
    font-size: 10.5px;
  }

  .eb-product-card .eb-product-card__title {
    max-width: none;
    font-size: clamp(27px, 7.2vw, 34px);
    letter-spacing: -.022em;
    line-height: 1.04;
    text-wrap: pretty;
  }

  .eb-product-card .eb-product-card__gallery-frame {
    height: min(91vw, 410px);
    border-radius: 5px;
  }

  .eb-product-card .eb-product-card__stage {
    padding: 19px 14px 25px;
    touch-action: pan-y;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    cursor: grab;
  }

  .eb-product-card .eb-product-card__stage.is-dragging {
    cursor: grabbing;
  }

  .eb-product-card .eb-product-card__stage-image {
    pointer-events: none;
    -webkit-user-drag: none;
  }

  .eb-product-card .eb-product-card__labels {
    top: 10px;
    right: 10px;
  }

  .eb-product-card .product-info__labels-item.is_percent .product-info__label--red {
    min-width: 55px;
    min-height: 39px;
    padding: 5px 9px;
    border-radius: 14px;
    font-size: 19px;
  }

  .eb-product-card .eb-product-card__gallery-counter {
    display: block;
    right: 10px;
    bottom: 9px;
  }

  .eb-product-card .eb-product-card__thumbs-wrap {
    margin-top: 8px;
  }

  .eb-product-card .eb-product-card__thumbs {
    gap: 8px;
    margin-right: -16px;
    padding: 0 16px 2px 0;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }

  .eb-product-card .eb-product-card__thumbs::-webkit-scrollbar {
    display: none;
  }

  .eb-product-card .eb-product-card__thumb {
    height: 70px;
    flex: 0 0 88px;
    padding: 5px;
    scroll-snap-align: start;
  }

  .eb-product-card .eb-product-card__advantages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 14px;
    margin: 2px 0 0;
    padding: 0 0 14px;
  }

  .eb-product-card .eb-product-card__advantages li {
    padding-left: 11px;
    font-size: 10.5px;
    line-height: 1.3;
  }

  .eb-product-card .eb-product-card__status-row {
    gap: 10px;
    padding: 12px 0;
  }

  .eb-product-card .eb-product-card__status {
    padding: 6px 9px;
    font-size: 10.5px;
  }

  .eb-product-card .eb-product-card__status-note,
  .eb-product-card .eb-product-card__stock-toggle {
    font-size: 10.5px;
  }

  .eb-product-card .eb-product-card__stock-panel {
    width: min(420px, calc(100vw - 32px));
  }

  .eb-product-card .eb-product-card__utility-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
    padding: 10px 0;
  }

  .eb-product-card .eb-product-card__utility-actions > * {
    min-width: 0;
    justify-content: center;
    padding: 0 7px;
    font-size: 9.8px;
    white-space: normal;
    text-align: center;
  }

  .eb-product-card .eb-product-card__utility-actions svg {
    width: 15px;
    height: 15px;
    flex-basis: 15px;
  }

  .eb-product-card .eb-product-card__option {
    margin-top: 11px;
  }

  .eb-product-card .eb-product-card__option-title {
    margin-bottom: 6px;
    font-size: 10.5px;
  }

  .eb-product-card .eb-product-card__color-swatch {
    width: 31px;
    height: 31px;
  }

  .eb-product-card .eb-product-card__purchase {
    margin-top: 14px;
  }

  .eb-product-card .eb-product-card__price-row {
    margin-bottom: 9px;
  }

  .eb-product-card .eb-product-card__old-price {
    font-size: 13px !important;
  }

  .eb-product-card .eb-product-card__price {
    font-size: clamp(29px, 8vw, 36px) !important;
  }

  .eb-product-card .eb-product-card__primary-actions .product-form__btn {
    min-height: 48px;
    font-size: 12px;
  }

  .eb-product-card .eb-product-card__secondary-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eb-product-card .eb-product-card__secondary-actions > :only-child {
    grid-column: 1 / -1;
  }

  .eb-product-card .eb-product-card__primary-actions .eb-product-card__secondary-button,
  .eb-product-card .eb-product-card__primary-actions .eb-product-card__whatsapp {
    min-height: 44px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .eb-product-card .eb-product-card__tabby {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 8px;
    padding: 8px 4px;
    font-size: 10.5px;
  }

  .eb-product-card .eb-product-card__tabby img {
    width: 48px;
    min-width: 48px;
  }

  .eb-product-card .eb-product-card__service-benefits {
    display: flex;
    gap: 8px;
    margin-right: -16px;
    padding: 9px 16px 9px 9px;
    overflow-x: auto;
    border-radius: 5px 0 0 5px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .eb-product-card .eb-product-card__service-benefits::-webkit-scrollbar {
    display: none;
  }

  .eb-product-card .eb-product-card__service-benefit {
    min-width: 154px;
    flex: 0 0 154px;
    grid-template-columns: 23px minmax(0, 1fr);
    scroll-snap-align: start;
  }

  .eb-product-card .eb-product-card__service-benefit svg {
    width: 23px;
    height: 23px;
  }

  .eb-product-card .eb-product-card__service-benefit strong {
    font-size: 10px;
  }

  .eb-product-card .eb-product-card__service-benefit small {
    font-size: 9px;
  }
}

@media (max-width: 480px) {
  .eb-product-card .eb-product-card__title {
    font-size: 28px;
  }

  .eb-product-card .eb-product-card__gallery-frame {
    height: min(96vw, 382px);
  }

  .eb-product-card .eb-product-card__stage {
    padding: 18px 10px 24px;
  }

  .eb-product-card .eb-product-card__advantages {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .eb-product-card .eb-product-card__status-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .eb-product-card .eb-product-card__stock {
    width: 100%;
    text-align: left;
  }

  .eb-product-card .eb-product-card__stock-toggle {
    text-align: left;
  }

  .eb-product-card .eb-product-card__utility-actions > * {
    flex-direction: column;
    gap: 4px;
    font-size: 9px;
  }

  .eb-product-card .eb-product-card__secondary-actions {
    grid-template-columns: 1fr;
  }

  .eb-product-card .eb-product-card__tabby {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .eb-product-card .eb-product-card__tabby-more {
    display: none;
  }
}

@media (max-width: 370px) {
  .eb-product-card .eb-product-card__title {
    font-size: 26px;
  }

  .eb-product-card .eb-product-card__gallery-frame {
    height: 350px;
  }

  .eb-product-card .eb-product-card__thumb {
    height: 65px;
    flex-basis: 80px;
  }
}


/* Electrabike redesign v9: stable single-image gallery */
.eb-product-card .eb-product-card__stage {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  outline: none;
}


.eb-product-card .eb-product-card__stage-image {
  transition: opacity .12s ease;
  pointer-events: none;
  -webkit-user-drag: none;
}

.eb-product-card .eb-product-card__stage-image.is-changing {
  opacity: .45;
}

.eb-product-card .eb-product-card__thumbs {
  scrollbar-width: none !important;
  -ms-overflow-style: none;
}

.eb-product-card .eb-product-card__thumbs::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}


@media (max-width: 760px) {
  .eb-product-card .eb-product-card__stage {
    touch-action: pan-y pinch-zoom;
  }


  .eb-product-card .eb-product-card__stage.is-pointer-down .eb-product-card__stage-image {
    opacity: .9;
  }
}

/* Electrabike redesign v11: reliable gallery + sticky purchase action */





.eb-product-sticky {
  --eb-sticky-top: 0px;
  position: fixed;
  z-index: 990;
  top: var(--eb-sticky-top);
  right: 0;
  left: 0;
  border-bottom: 1px solid #e8e2dc;
  background: rgba(255,255,255,.97);
  box-shadow: 0 8px 24px rgba(37,31,27,.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-110%);
  transition: transform .22s ease, opacity .18s ease, visibility .22s;
  pointer-events: none;
}

.eb-product-sticky.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.eb-product-sticky__inner {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.eb-product-sticky__product,
.eb-product-sticky__purchase {
  display: flex;
  align-items: center;
}

.eb-product-sticky__product {
  min-width: 0;
  gap: 12px;
}

.eb-product-sticky__image {
  width: 58px;
  height: 52px;
  flex: 0 0 auto;
  object-fit: contain;
}

.eb-product-sticky__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.eb-product-sticky__copy strong {
  max-width: 520px;
  overflow: hidden;
  color: #302c29;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.eb-product-sticky__copy span {
  color: #817a74;
  font-size: 11px;
  line-height: 1.2;
}

.eb-product-sticky__purchase {
  flex: 0 0 auto;
  gap: 18px;
}

.eb-product-sticky__price {
  color: #302c29;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.eb-product-sticky__button {
  min-width: 190px;
  min-height: 44px;
  padding: 10px 24px;
  border: 1px solid #cda36e;
  border-radius: 3px;
  background: #cda36e;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}


@media (max-width: 760px) {


  .eb-product-sticky {
    top: auto;
    bottom: 0;
    border-top: 1px solid #e8e2dc;
    border-bottom: 0;
    box-shadow: 0 -8px 24px rgba(37,31,27,.1);
    transform: translateY(110%);
    padding-bottom: env(safe-area-inset-bottom);
  }

  .eb-product-sticky.is-visible {
    transform: translateY(0);
  }

  .eb-product-sticky__inner {
    min-height: 64px;
    gap: 12px;
    padding: 8px 14px;
  }

  .eb-product-sticky__product {
    display: none;
  }

  .eb-product-sticky__purchase {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }

  .eb-product-sticky__price {
    font-size: 19px;
  }

  .eb-product-sticky__button {
    min-width: 0;
    min-height: 46px;
    flex: 1 1 auto;
    padding: 10px 16px;
  }
}


/* Product information tabs — redesign v12 */
.eb-product-info {
  margin: 42px 0 58px;
}

.eb-product-info__tabs {
  display: flex;
  align-items: flex-end;
  gap: 34px;
  border-bottom: 1px solid var(--eb-line, #e8e3dd);
}

.eb-product-info__tab {
  position: relative;
  padding: 0 0 17px;
  border: 0;
  background: transparent;
  color: var(--eb-muted, #77716b);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .025em;
  line-height: 1.25;
  text-align: left;
  text-transform: uppercase;
  transition: color .2s ease;
}

.eb-product-info__tab::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--eb-accent, #c59f72);
  content: '';
  opacity: 0;
  transform: scaleX(.45);
  transition: opacity .2s ease, transform .2s ease;
}

.eb-product-info__tab:hover,
.eb-product-info__tab.is-active {
  color: var(--eb-text, #312d2a);
}

.eb-product-info__tab.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.eb-product-info__panel {
  display: none;
}

.eb-product-info__panel.is-active {
  display: block;
}

.eb-product-info__mobile-toggle {
  display: none;
}

.eb-product-info__panel-body {
  padding: 34px 0 0;
}

.eb-product-info__prose {
  max-width: 960px;
  color: var(--eb-text, #312d2a);
  font-size: 15px;
  line-height: 1.7;
}

.eb-product-info__prose > :first-child {
  margin-top: 0;
}

.eb-product-info__prose > :last-child {
  margin-bottom: 0;
}

.eb-product-info__prose h2,
.eb-product-info__prose h3,
.eb-product-info__prose h4 {
  margin: 28px 0 12px;
  color: var(--eb-text, #312d2a);
  font-weight: 500;
  line-height: 1.25;
}

.eb-product-info__prose p,
.eb-product-info__prose ul,
.eb-product-info__prose ol {
  margin: 0 0 16px;
}

.eb-feature-switcher {
  display: grid;
  grid-template-columns: minmax(210px, 27%) minmax(0, 1fr);
  min-height: 430px;
  overflow: hidden;
  border: 1px solid var(--eb-line, #e8e3dd);
  border-radius: 4px;
  background: var(--eb-surface, #fff);
}

.eb-feature-switcher__nav {
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--eb-line, #e8e3dd);
  background: var(--eb-soft, #faf8f5);
}

.eb-feature-switcher__button {
  position: relative;
  min-height: 66px;
  padding: 16px 38px 16px 22px;
  border: 0;
  border-bottom: 1px solid var(--eb-line, #e8e3dd);
  background: transparent;
  color: var(--eb-muted, #77716b);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
  transition: background .2s ease, color .2s ease;
}

.eb-feature-switcher__button::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: '';
  opacity: 0;
  transform: translateY(-50%) rotate(45deg);
}

.eb-feature-switcher__button:hover,
.eb-feature-switcher__button.is-active {
  background: #fff;
  color: var(--eb-text, #312d2a);
}

.eb-feature-switcher__button.is-active::after {
  opacity: 1;
}

.eb-feature-switcher__panels {
  min-width: 0;
}

.eb-feature-switcher__panel {
  display: none;
  min-height: 430px;
}

.eb-feature-switcher__panel.is-active {
  display: block;
}

.eb-feature-switcher__content {
  display: grid;
  grid-template-columns: minmax(230px, 36%) minmax(0, 1fr);
  min-height: 430px;
}

.eb-feature-switcher__mobile-toggle {
  display: none;
}

.eb-feature-switcher__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 46px 34px;
}

.eb-feature-switcher__eyebrow,
.eb-geometry__eyebrow,
.eb-product-media__eyebrow {
  margin: 0 0 14px;
  color: var(--eb-accent-dark, #af8659);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.eb-feature-switcher__copy h3,
.eb-geometry__heading h3,
.eb-product-media__heading h2 {
  margin: 0;
  color: var(--eb-text, #312d2a);
  font-size: clamp(24px, 2.4vw, 38px);
  font-weight: 400;
  line-height: 1.12;
}

.eb-feature-switcher__text {
  margin-top: 20px;
  color: var(--eb-muted, #77716b);
  font-size: 14px;
  line-height: 1.65;
}

.eb-feature-switcher__text > :first-child {
  margin-top: 0;
}

.eb-feature-switcher__text > :last-child {
  margin-bottom: 0;
}

.eb-feature-switcher__picture {
  display: block;
  min-width: 0;
  min-height: 430px;
  background: var(--eb-soft, #faf8f5);
}

.eb-feature-switcher__picture img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.eb-specifications {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 48px;
}

.eb-specifications__item {
  display: grid;
  grid-template-columns: minmax(120px, 42%) minmax(0, 1fr);
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--eb-line, #e8e3dd);
  font-size: 13px;
  line-height: 1.45;
}

.eb-specifications__name {
  color: var(--eb-muted, #77716b);
}

.eb-specifications__value {
  color: var(--eb-text, #312d2a);
  overflow-wrap: anywhere;
}

.eb-geometry {
  margin-top: 48px;
  padding-top: 36px;
  border-top: 1px solid var(--eb-line, #e8e3dd);
}

.eb-geometry--standalone {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.eb-geometry__heading {
  max-width: 680px;
  margin-bottom: 28px;
}

.eb-geometry__heading p:last-child {
  margin: 12px 0 0;
  color: var(--eb-muted, #77716b);
  font-size: 13px;
}

.eb-geometry__layout {
  display: grid;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
  gap: 36px;
  align-items: start;
}

.eb-geometry__layout--image-only {
  grid-template-columns: 1fr;
}

.eb-geometry__values {
  margin: 0;
}

.eb-geometry__values > div {
  display: grid;
  grid-template-columns: minmax(130px, 1fr) auto;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid var(--eb-line, #e8e3dd);
  font-size: 13px;
}

.eb-geometry__values dt {
  color: var(--eb-muted, #77716b);
}

.eb-geometry__values dd {
  margin: 0;
  color: var(--eb-text, #312d2a);
}

.eb-geometry__picture {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  background: var(--eb-soft, #faf8f5);
}

.eb-geometry__picture img {
  display: block;
  width: 100%;
  height: auto;
}

.eb-product-media {
  margin: 12px 0 64px;
}

.eb-product-media__heading {
  margin-bottom: 22px;
}

.eb-product-media__frame {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  background: #eee9e2;
  aspect-ratio: 16 / 8.4;
}

.eb-product-media__frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.eb-product-media--video .eb-product-media__frame:hover img {
  transform: scale(1.015);
}

.eb-product-media__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 50%;
  background: rgba(42,36,31,.34);
  place-items: center;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(4px);
}

.eb-product-media__play span {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #fff;
}

.eb-product-media--banner .eb-product-media__frame {
  aspect-ratio: 16 / 6;
}

@media (max-width: 1000px) {
  .eb-feature-switcher {
    grid-template-columns: 230px minmax(0, 1fr);
  }

  .eb-feature-switcher__content {
    grid-template-columns: minmax(210px, 42%) minmax(0, 1fr);
  }

  .eb-feature-switcher__copy {
    padding: 34px 26px;
  }
}

@media (max-width: 760px) {
  .eb-product-info {
    margin: 30px 0 42px;
  }

  .eb-product-info__tabs {
    display: none;
  }

  .eb-product-info__panels {
    border-top: 1px solid var(--eb-line, #e8e3dd);
  }

  .eb-product-info__panel,
  .eb-product-info__panel.is-active {
    display: block;
    border-bottom: 1px solid var(--eb-line, #e8e3dd);
  }

  .eb-product-info__mobile-toggle {
    display: flex;
    width: 100%;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    padding: 16px 2px;
    border: 0;
    background: transparent;
    color: var(--eb-text, #312d2a);
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .025em;
    text-align: left;
    text-transform: uppercase;
  }

  .eb-product-info__toggle-mark {
    position: relative;
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
  }

  .eb-product-info__toggle-mark::before,
  .eb-product-info__toggle-mark::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 1px;
    background: currentColor;
    content: '';
    transform: translate(-50%, -50%);
    transition: transform .2s ease;
  }

  .eb-product-info__toggle-mark::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .eb-product-info__panel.is-open .eb-product-info__toggle-mark::after {
    transform: translate(-50%, -50%) rotate(0);
  }

  .eb-product-info__panel-body {
    display: none;
    padding: 4px 0 24px;
  }

  .eb-product-info__panel.is-open .eb-product-info__panel-body {
    display: block;
  }

  .eb-product-info__prose {
    font-size: 14px;
    line-height: 1.65;
  }

  .eb-feature-switcher {
    display: block;
    min-height: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
  }

  .eb-feature-switcher__nav {
    display: none;
  }

  .eb-feature-switcher__panels {
    border-top: 1px solid var(--eb-line, #e8e3dd);
  }

  .eb-feature-switcher__panel,
  .eb-feature-switcher__panel.is-active {
    display: block;
    min-height: 0;
    border-bottom: 1px solid var(--eb-line, #e8e3dd);
  }

  .eb-feature-switcher__mobile-toggle {
    display: flex;
    width: 100%;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 2px;
    border: 0;
    background: #fff;
    color: var(--eb-text, #312d2a);
    cursor: pointer;
    font: inherit;
    text-align: left;
  }

  .eb-feature-switcher__mobile-title {
    display: flex;
    min-width: 0;
    align-items: baseline;
    gap: 12px;
  }

  .eb-feature-switcher__mobile-title small {
    flex: 0 0 auto;
    color: var(--eb-accent-dark, #af8659);
    font-size: 10px;
    letter-spacing: .1em;
  }

  .eb-feature-switcher__mobile-title > span {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
  }

  .eb-feature-switcher__mobile-mark {
    position: relative;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
  }

  .eb-feature-switcher__mobile-mark::before,
  .eb-feature-switcher__mobile-mark::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 1px;
    background: currentColor;
    content: '';
    transform: translate(-50%, -50%);
    transition: transform .2s ease;
  }

  .eb-feature-switcher__mobile-mark::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .eb-feature-switcher__panel.is-mobile-open .eb-feature-switcher__mobile-mark::after {
    transform: translate(-50%, -50%) rotate(0);
  }

  .eb-feature-switcher__content {
    display: none;
    min-height: 0;
    padding-bottom: 24px;
  }

  .eb-feature-switcher__panel.is-mobile-open .eb-feature-switcher__content {
    display: flex;
    flex-direction: column;
  }

  .eb-feature-switcher__copy {
    order: 2;
    padding: 22px 2px 0;
  }

  .eb-feature-switcher__copy .eb-feature-switcher__eyebrow,
  .eb-feature-switcher__copy h3 {
    display: none;
  }

  .eb-feature-switcher__picture {
    min-height: 0;
    order: 1;
    overflow: hidden;
    border-radius: 4px;
  }

  .eb-feature-switcher__picture img {
    min-height: 0;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .eb-feature-switcher__text {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.65;
  }

  .eb-geometry__heading h3,
  .eb-product-media__heading h2 {
    font-size: 26px;
  }

  .eb-specifications {
    grid-template-columns: 1fr;
  }

  .eb-specifications__item {
    grid-template-columns: minmax(110px, 42%) minmax(0, 1fr);
    padding: 12px 0;
    font-size: 12px;
  }

  .eb-geometry {
    margin-top: 34px;
    padding-top: 28px;
  }

  .eb-geometry__layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .eb-product-media {
    margin: 4px 0 46px;
  }

  .eb-product-media__heading {
    margin-bottom: 16px;
  }

  .eb-product-media__frame,
  .eb-product-media--banner .eb-product-media__frame {
    border-radius: 3px;
    aspect-ratio: 4 / 3;
  }

  .eb-product-media__play {
    width: 58px;
    height: 58px;
  }
}

@media (max-width: 760px) {
  .eb-geometry--standalone {
    margin-top: 0;
    padding-top: 0;
  }
}

/* v16: prominent universal sizing-help action */
.eb-product-card .eb-product-card__fit-help-wrap {
  margin: 2px 0 16px;
}

.eb-product-card .eb-product-card__fit-help {
  position: relative;
  display: inline-flex;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 11px 44px;
  border: 1.5px solid var(--eb-danger);
  border-radius: 5px;
  color: var(--eb-danger);
  background: rgba(143, 92, 84, 0.055);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.eb-product-card .eb-product-card__fit-help::after {
  content: "→";
  position: absolute;
  right: 16px;
  top: 50%;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-52%);
  transition: transform 0.2s ease;
}

.eb-product-card .eb-product-card__fit-help:hover,
.eb-product-card .eb-product-card__fit-help:focus-visible {
  border-color: var(--eb-danger);
  background: var(--eb-danger);
  color: #fff;
  text-decoration: none;
}

.eb-product-card .eb-product-card__fit-help:hover::after,
.eb-product-card .eb-product-card__fit-help:focus-visible::after {
  transform: translate(3px, -52%);
}

.eb-product-card .eb-product-card__fit-help:focus-visible {
  outline: 2px solid rgba(143, 92, 84, 0.25);
  outline-offset: 2px;
}

@media (max-width: 760px) {
  .eb-product-card .eb-product-card__fit-help-wrap {
    margin: 2px 0 14px;
  }

  .eb-product-card .eb-product-card__fit-help {
    min-height: 46px;
    padding: 11px 42px 11px 16px;
    font-size: 14px;
  }

  .eb-product-card .eb-product-card__fit-help::after {
    right: 15px;
  }
}

/* v17: shared Delivery & Payment content */
.eb-delivery-payment {
  color: var(--eb-text, #312d2a);
}

.eb-delivery-payment__header {
  max-width: 760px;
  margin-bottom: 26px;
}

.eb-delivery-payment__eyebrow {
  margin: 0 0 8px;
  color: var(--eb-accent, #c59f72);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eb-delivery-payment__header h3 {
  margin: 0 0 10px;
  color: var(--eb-text, #312d2a);
  font-size: clamp(24px, 2.15vw, 34px);
  font-weight: 400;
  line-height: 1.12;
}

.eb-delivery-payment__header > p:last-child {
  max-width: 680px;
  margin: 0;
  color: var(--eb-muted, #77716b);
  font-size: 15px;
  line-height: 1.65;
}

.eb-delivery-payment__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.eb-delivery-payment__card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  min-height: 150px;
  padding: 22px;
  border: 1px solid var(--eb-line, #e8e3dd);
  border-radius: 4px;
  background: var(--eb-surface, #fff);
}

.eb-delivery-payment__icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f7f2eb;
  color: var(--eb-accent, #c59f72);
}

.eb-delivery-payment__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.eb-delivery-payment__card h4 {
  margin: 2px 0 8px;
  color: var(--eb-text, #312d2a);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.eb-delivery-payment__card p {
  margin: 0;
  color: var(--eb-muted, #77716b);
  font-size: 14px;
  line-height: 1.55;
}

.eb-delivery-payment__footer {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding: 18px 20px;
  border: 1px solid #eadcca;
  border-radius: 4px;
  background: #fbf7f1;
}

.eb-delivery-payment__footer > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.eb-delivery-payment__footer strong {
  color: var(--eb-text, #312d2a);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.eb-delivery-payment__footer span {
  color: var(--eb-muted, #77716b);
  font-size: 13px;
  line-height: 1.45;
}

.eb-delivery-payment__footer a {
  position: relative;
  flex: 0 0 auto;
  padding-right: 18px;
  color: var(--eb-text, #312d2a);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-color: rgba(49, 45, 42, .35);
  text-underline-offset: 4px;
}

.eb-delivery-payment__footer a::after {
  position: absolute;
  top: 50%;
  right: 2px;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: '';
  transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 760px) {
  .eb-delivery-payment__header {
    margin-bottom: 20px;
  }

  .eb-delivery-payment__header h3 {
    font-size: 25px;
  }

  .eb-delivery-payment__header > p:last-child {
    font-size: 14px;
    line-height: 1.6;
  }

  .eb-delivery-payment__grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .eb-delivery-payment__card {
    min-height: 0;
    padding: 18px;
  }

  .eb-delivery-payment__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 17px 18px;
  }
}

@media (max-width: 420px) {
  .eb-delivery-payment__card {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 13px;
    padding: 16px;
  }

  .eb-delivery-payment__icon {
    width: 36px;
    height: 36px;
  }

  .eb-delivery-payment__icon svg {
    width: 19px;
    height: 19px;
  }
}

/* v18: automatic Complete your ride backend; obsolete parts_product request removed */


/* Electrabike redesign v20: visible desktop navigation for product thumbnails */
.eb-product-card .eb-product-card__thumbs-wrap {
  position: relative;
}

.eb-product-card .eb-product-card__thumbs-wrap.has-navigation {
  padding-right: 42px;
  padding-left: 42px;
}

.eb-product-card .eb-product-card__thumbs-nav {
  appearance: none;
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 4px;
  width: 34px;
  padding: 0;
  border: 1px solid #e2dcd5;
  border-radius: 3px;
  background: rgba(255,255,255,.96);
  color: #4b4742;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(30,25,20,.08);
  transition:
    border-color .18s ease,
    color .18s ease,
    opacity .18s ease,
    background-color .18s ease;
}

.eb-product-card .eb-product-card__thumbs-nav--prev {
  left: 0;
}

.eb-product-card .eb-product-card__thumbs-nav--next {
  right: 0;
}

.eb-product-card .eb-product-card__thumbs-nav span {
  display: block;
  transform: translateY(-1px);
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}

.eb-product-card .eb-product-card__thumbs-nav:hover:not(:disabled) {
  border-color: var(--eb-accent);
  background: #fff;
  color: var(--eb-accent);
}

.eb-product-card .eb-product-card__thumbs-nav:disabled {
  opacity: .28;
  cursor: default;
}

.eb-product-card .eb-product-card__thumbs-nav[hidden] {
  display: none !important;
}

@media (max-width: 760px) {
  .eb-product-card .eb-product-card__thumbs-wrap.has-navigation {
    padding-right: 0;
    padding-left: 0;
  }

  .eb-product-card .eb-product-card__thumbs-nav {
    display: none !important;
  }
}

/* ==========================================================================
   Electrabike redesign v21 — unified typography
   ========================================================================== */

.eb-product-card .eb-product-card__eyebrow {
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .065em;
}

.eb-product-card .eb-product-card__title {
  max-width: 650px;
  font-size: clamp(34px, 2.25vw, 42px);
  letter-spacing: -.025em;
  line-height: 1.07;
}

.eb-product-card .eb-product-card__advantages li {
  color: #57514c;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: .005em;
  line-height: 1.35;
  text-transform: none;
}

.eb-product-card .eb-product-card__status {
  font-size: 12px;
}

.eb-product-card .eb-product-card__status-note,
.eb-product-card .eb-product-card__stock-toggle {
  font-size: 12.5px;
  line-height: 1.35;
}

.eb-product-card .eb-product-card__stock-city strong {
  font-size: 13px;
}

.eb-product-card .eb-product-card__stock-city li,
.eb-product-card .eb-product-card__stock-online {
  font-size: 12.5px;
  line-height: 1.45;
}

.eb-product-card .eb-product-card__utility-actions > * {
  font-size: 12.25px;
  line-height: 1.35;
}

.eb-product-card .eb-product-card__option-title {
  font-size: 12px;
  letter-spacing: .025em;
}

.eb-product-card .eb-product-card__old-price {
  font-size: 14.5px !important;
}

.eb-product-card .eb-product-card__price {
  font-size: clamp(31px, 2.05vw, 37px) !important;
  line-height: 1.02;
}

.eb-product-card .eb-product-card__primary-actions .product-form__btn {
  font-size: 13.5px;
  line-height: 1.25;
}

.eb-product-card .eb-product-card__tabby {
  font-size: 12px;
  line-height: 1.35;
}

.eb-product-card .eb-product-card__service-benefit strong {
  font-size: 11.5px;
  line-height: 1.25;
}

.eb-product-card .eb-product-card__service-benefit small {
  font-size: 10.5px;
  line-height: 1.3;
}

.eb-product-card .eb-product-card__fit-help {
  font-size: 13.5px;
  font-weight: 500;
}

.eb-product-info__tab {
  font-size: 13.5px;
  letter-spacing: .02em;
}

.eb-product-info__prose {
  max-width: 1000px;
  font-size: 16px;
  line-height: 1.68;
}

.eb-product-info__prose h2 {
  font-size: 30px;
}

.eb-product-info__prose h3 {
  font-size: 23px;
}

.eb-product-info__prose h4 {
  font-size: 18px;
}

.eb-feature-switcher__button {
  font-size: 14px;
  line-height: 1.4;
}

.eb-feature-switcher__eyebrow,
.eb-geometry__eyebrow,
.eb-product-media__eyebrow {
  font-size: 12px;
  font-weight: 600;
}

.eb-feature-switcher__copy h3,
.eb-geometry__heading h3,
.eb-product-media__heading h2 {
  font-size: clamp(27px, 2.35vw, 38px);
  line-height: 1.14;
}

.eb-feature-switcher__text {
  font-size: 15px;
  line-height: 1.68;
}

.eb-specifications__item {
  font-size: 14px;
  line-height: 1.5;
}

.eb-geometry__heading p:last-child,
.eb-geometry__values > div {
  font-size: 14px;
  line-height: 1.5;
}

.eb-delivery-payment__eyebrow {
  font-size: 12.5px;
}

.eb-delivery-payment__header h3 {
  font-size: clamp(27px, 2.25vw, 35px);
  line-height: 1.14;
}

.eb-delivery-payment__header > p:last-child {
  font-size: 15.5px;
  line-height: 1.65;
}

.eb-delivery-payment__card h4 {
  font-size: 16px;
  line-height: 1.35;
}

.eb-delivery-payment__card p {
  font-size: 14.5px;
  line-height: 1.58;
}

.eb-delivery-payment__footer strong {
  font-size: 14.5px;
}

.eb-delivery-payment__footer span,
.eb-delivery-payment__footer a {
  font-size: 13.5px;
}

.eb-recommendations {
  --eb-rec-text: #312d2a;
  --eb-rec-muted: #77716b;
  --eb-rec-accent: #c59f72;
  color: var(--eb-rec-text);
}

.eb-recommendations .subtitle,
.eb-recommendations .accessories-promo__subtitle,
.eb-recommendations .single-product__recommendations-subtitle {
  margin: 0 0 10px;
  color: var(--eb-rec-accent);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .065em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eb-recommendations .accessories-promo__title,
.eb-recommendations .single-product__recommendations-title {
  margin: 0;
  color: var(--eb-rec-text);
  font-size: clamp(34px, 3vw, 46px);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.08;
}

.eb-recommendations--accessories .accessories-promo__wrap,
.eb-recommendations--bikes .single-product__recommendations-list-wrap {
  margin-top: 34px;
}

.eb-recommendations .product-item-title,
.eb-recommendations .product-item-title a,
.eb-recommendations .catalog-item__title,
.eb-recommendations .catalog-item__title a,
.eb-recommendations .product-card__title,
.eb-recommendations .product-card__title a,
.eb-recommendations .article-card__title,
.eb-recommendations .article-card__title a,
.eb-recommendations .catalog__item-title,
.eb-recommendations .catalog__item-title a {
  color: var(--eb-rec-text);
  font-size: 15px !important;
  font-weight: 400;
  letter-spacing: -.005em;
  line-height: 1.35;
}

.eb-recommendations .product-item-price-current,
.eb-recommendations .product-item-price-current span,
.eb-recommendations .product-item-price,
.eb-recommendations .catalog-item__price,
.eb-recommendations .product-card__price {
  color: var(--eb-rec-text);
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.25;
}

.eb-recommendations .product-item-price-old,
.eb-recommendations .catalog-item__price-old {
  font-size: 12.5px !important;
}

.eb-recommendations .product-item-compare,
.eb-recommendations .product-item-compare-container,
.eb-recommendations .compare,
.eb-recommendations [class*="compare"] {
  font-size: 12.5px;
  line-height: 1.3;
}

.eb-recommendations--accessories {
  margin-bottom: 70px;
}

.eb-recommendations--bikes {
  padding-top: 4px;
}

@media (max-width: 1350px) and (min-width: 1051px) {
  .eb-product-card .eb-product-card__utility-actions > * {
    font-size: 11.75px;
  }

  .eb-product-card .eb-product-card__title {
    font-size: 35px;
  }
}

@media (max-width: 760px) {
  .eb-product-card .eb-product-card__eyebrow {
    font-size: 11px;
  }

  .eb-product-card .eb-product-card__title {
    font-size: clamp(29px, 7.5vw, 34px);
    line-height: 1.07;
  }

  .eb-product-card .eb-product-card__advantages li {
    font-size: 12px;
    line-height: 1.4;
  }

  .eb-product-card .eb-product-card__status {
    font-size: 11.5px;
  }

  .eb-product-card .eb-product-card__status-note,
  .eb-product-card .eb-product-card__stock-toggle {
    font-size: 12px;
  }

  .eb-product-card .eb-product-card__utility-actions > * {
    font-size: 10.5px;
    line-height: 1.3;
  }

  .eb-product-card .eb-product-card__option-title {
    font-size: 11.5px;
  }

  .eb-product-card .eb-product-card__primary-actions .product-form__btn {
    font-size: 13.5px;
  }

  .eb-product-card .eb-product-card__tabby {
    font-size: 11.5px;
  }

  .eb-product-card .eb-product-card__service-benefit strong {
    font-size: 11px;
  }

  .eb-product-card .eb-product-card__service-benefit small {
    font-size: 10px;
  }

  .eb-product-info__mobile-toggle {
    font-size: 14px;
    letter-spacing: .02em;
  }

  .eb-product-info__prose {
    font-size: 15px;
    line-height: 1.68;
  }

  .eb-feature-switcher__mobile-title small {
    font-size: 11px;
  }

  .eb-feature-switcher__mobile-title > span {
    font-size: 14px;
  }

  .eb-feature-switcher__text {
    font-size: 15px;
    line-height: 1.68;
  }

  .eb-specifications__item {
    font-size: 13.5px;
    line-height: 1.5;
  }

  .eb-geometry__heading p:last-child,
  .eb-geometry__values > div {
    font-size: 13.5px;
  }

  .eb-delivery-payment__header h3 {
    font-size: 27px;
  }

  .eb-delivery-payment__header > p:last-child {
    font-size: 15px;
  }

  .eb-delivery-payment__card p {
    font-size: 14px;
  }

  .eb-recommendations .accessories-promo__title,
  .eb-recommendations .single-product__recommendations-title {
    font-size: 31px;
    line-height: 1.1;
  }

  .eb-recommendations .subtitle,
  .eb-recommendations .accessories-promo__subtitle,
  .eb-recommendations .single-product__recommendations-subtitle {
    font-size: 11.5px;
  }

  .eb-recommendations--accessories .accessories-promo__wrap,
  .eb-recommendations--bikes .single-product__recommendations-list-wrap {
    margin-top: 24px;
  }

  .eb-recommendations .product-item-title,
  .eb-recommendations .product-item-title a,
  .eb-recommendations .catalog-item__title,
  .eb-recommendations .catalog-item__title a,
  .eb-recommendations .product-card__title,
  .eb-recommendations .product-card__title a,
  .eb-recommendations .article-card__title,
  .eb-recommendations .article-card__title a,
  .eb-recommendations .catalog__item-title,
  .eb-recommendations .catalog__item-title a {
    font-size: 14px !important;
  }

  .eb-recommendations .product-item-price-current,
  .eb-recommendations .product-item-price-current span,
  .eb-recommendations .product-item-price,
  .eb-recommendations .catalog-item__price,
  .eb-recommendations .product-card__price {
    font-size: 15px !important;
  }

  .eb-recommendations--accessories {
    margin-bottom: 52px;
  }
}

@media (max-width: 480px) {
  .eb-product-card .eb-product-card__utility-actions > * {
    font-size: 10px;
  }

  .eb-recommendations .accessories-promo__title,
  .eb-recommendations .single-product__recommendations-title {
    font-size: 29px;
  }
}

/* ==========================================================================
   Electrabike redesign v22 — final polish
   ========================================================================== */

/* Slightly stronger small text on the first screen. */
.eb-product-card .eb-product-card__advantages li {
  color: #49443f;
  font-size: 13px;
}

.eb-product-card .eb-product-card__status-note,
.eb-product-card .eb-product-card__stock-toggle {
  color: #5d5751;
  font-size: 13px;
}

.eb-product-card .eb-product-card__stock-online,
.eb-product-card .eb-product-card__stock-city li {
  color: #625c56;
}

.eb-product-card .eb-product-card__utility-actions > * {
  color: #655f59;
  font-size: 12.5px;
}

.eb-product-card .eb-product-card__service-benefit strong {
  color: #514b46;
  font-size: 11.75px;
}

.eb-product-card .eb-product-card__service-benefit small {
  color: #7a736d;
  font-size: 11px;
}

/* Give the two recommendation scenarios a visible pause. */
.eb-recommendations--bikes {
  margin-top: 72px;
}

/* Refine item-card secondary UI without redesigning the cards themselves. */
.eb-recommendations .product-item-compare,
.eb-recommendations .product-item-compare-container,
.eb-recommendations .product_card__compare,
.eb-recommendations .catalog-item__compare,
.eb-recommendations .article__compare,
.eb-recommendations a[href*="compare"] {
  color: #746d67 !important;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: underline;
  text-decoration-color: rgba(116, 109, 103, .42);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.eb-recommendations .product-item-compare:hover,
.eb-recommendations .product-item-compare-container:hover,
.eb-recommendations .product_card__compare:hover,
.eb-recommendations .catalog-item__compare:hover,
.eb-recommendations .article__compare:hover,
.eb-recommendations a[href*="compare"]:hover {
  color: #3f3a36 !important;
  text-decoration-color: currentColor;
}

/* Compact, calmer sale / availability badges. Existing status colors remain. */
.eb-recommendations .product-item-label-text span,
.eb-recommendations .product-card__status,
.eb-recommendations .catalog-item__status,
.eb-recommendations .article-card__status,
.eb-recommendations .article__status,
.eb-recommendations .product-item-status {
  min-width: 0;
  padding: 5px 8px;
  border-radius: 999px;
  box-shadow: none;
  font-size: 10.5px !important;
  font-weight: 600;
  letter-spacing: .025em;
  line-height: 1.05;
}

/* Technical captions under similar bikes should remain readable. */
.eb-recommendations .product-item-properties,
.eb-recommendations .product-item-property,
.eb-recommendations .product-item-info-container[data-entity="props-block"],
.eb-recommendations .product-card__meta,
.eb-recommendations .product-card__properties,
.eb-recommendations .catalog-item__props,
.eb-recommendations .catalog-item__properties,
.eb-recommendations .article-card__meta,
.eb-recommendations .article__props,
.eb-recommendations .article__properties {
  color: #77716b;
  font-size: 11.75px !important;
  line-height: 1.4;
}

.eb-recommendations .product-item-properties *,
.eb-recommendations .product-item-property *,
.eb-recommendations .product-card__meta *,
.eb-recommendations .product-card__properties *,
.eb-recommendations .catalog-item__props *,
.eb-recommendations .catalog-item__properties *,
.eb-recommendations .article-card__meta *,
.eb-recommendations .article__props *,
.eb-recommendations .article__properties * {
  font-size: inherit;
  line-height: inherit;
}

/* Keep names visually separated from prices in uneven card rows. */
.eb-recommendations .product-item-title,
.eb-recommendations .catalog-item__title,
.eb-recommendations .product-card__title,
.eb-recommendations .article-card__title,
.eb-recommendations .catalog__item-title {
  margin-bottom: 8px;
}

@media (max-width: 1350px) and (min-width: 1051px) {
  .eb-product-card .eb-product-card__advantages li,
  .eb-product-card .eb-product-card__status-note,
  .eb-product-card .eb-product-card__stock-toggle {
    font-size: 12.5px;
  }
}

@media (max-width: 760px) {
  .eb-product-card .eb-product-card__advantages li {
    font-size: 12.25px;
  }

  .eb-product-card .eb-product-card__status-note,
  .eb-product-card .eb-product-card__stock-toggle {
    font-size: 12px;
  }

  .eb-product-card .eb-product-card__utility-actions > * {
    font-size: 10.75px;
  }

  .eb-product-card .eb-product-card__service-benefit strong {
    font-size: 11px;
  }

  .eb-product-card .eb-product-card__service-benefit small {
    font-size: 10.25px;
  }

  .eb-recommendations--bikes {
    margin-top: 52px;
  }

  .eb-recommendations .product-item-compare,
  .eb-recommendations .product-item-compare-container,
  .eb-recommendations .product_card__compare,
  .eb-recommendations .catalog-item__compare,
  .eb-recommendations .article__compare,
  .eb-recommendations a[href*="compare"] {
    font-size: 11.5px !important;
  }

  .eb-recommendations .product-item-properties,
  .eb-recommendations .product-item-property,
  .eb-recommendations .product-item-info-container[data-entity="props-block"],
  .eb-recommendations .product-card__meta,
  .eb-recommendations .product-card__properties,
  .eb-recommendations .catalog-item__props,
  .eb-recommendations .catalog-item__properties,
  .eb-recommendations .article-card__meta,
  .eb-recommendations .article__props,
  .eb-recommendations .article__properties {
    font-size: 11.25px !important;
  }
}

/* ==========================================================================
   Electrabike redesign v23 — desktop product image lightbox
   ========================================================================== */

@media (min-width: 761px) and (pointer: fine) {
  .eb-product-card .eb-product-card__stage {
    position: relative;
    cursor: zoom-in;
    outline: none;
  }

  .eb-product-card .eb-product-card__stage::after {
    position: absolute;
    right: 15px;
    bottom: 14px;
    z-index: 2;
    padding: 7px 10px;
    border: 1px solid rgba(77, 69, 62, .16);
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    color: #5d5650;
    content: "View larger";
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    transform: translateY(3px);
    transition: opacity .18s ease, transform .18s ease;
  }

  .eb-product-card .eb-product-card__stage:hover::after,
  .eb-product-card .eb-product-card__stage:focus-visible::after {
    opacity: 1;
    transform: translateY(0);
  }

  .eb-product-card .eb-product-card__stage:focus-visible {
    box-shadow: inset 0 0 0 2px rgba(171, 116, 82, .42);
  }
}

html.eb-lightbox-open {
  overflow: hidden;
}

.eb-product-lightbox {
  position: fixed;
  z-index: 10050;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(68px, 8vw) minmax(0, 1fr) minmax(68px, 8vw);
  grid-template-rows: 72px minmax(0, 1fr) 40px;
  background: rgba(18, 17, 16, .965);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, visibility 0s linear .2s;
}

.eb-product-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.eb-product-lightbox__topbar {
  position: relative;
  z-index: 3;
  grid-column: 1 / -1;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}

.eb-product-lightbox__counter {
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .04em;
}

.eb-product-lightbox__close {
  appearance: none;
  position: absolute;
  top: 16px;
  right: 20px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  background: rgba(255, 255, 255, .06);
  color: #fff;
  cursor: pointer;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.eb-product-lightbox__close span::before,
.eb-product-lightbox__close span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 1px;
  background: currentColor;
  content: "";
}

.eb-product-lightbox__close span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.eb-product-lightbox__close span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.eb-product-lightbox__close:hover,
.eb-product-lightbox__close:focus-visible {
  border-color: rgba(255, 255, 255, .5);
  background: rgba(255, 255, 255, .14);
  outline: none;
  transform: rotate(3deg);
}

.eb-product-lightbox__canvas {
  position: relative;
  grid-column: 2;
  grid-row: 2;
  display: flex;
  min-width: 0;
  min-height: 0;
  align-items: center;
  justify-content: center;
  padding: 8px 16px 22px;
}

.eb-product-lightbox__image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  opacity: 1;
  transform: scale(1);
  transition: opacity .16s ease, transform .2s ease;
  user-select: none;
  -webkit-user-drag: none;
}

.eb-product-lightbox.is-loading .eb-product-lightbox__image {
  opacity: .18;
  transform: scale(.992);
}

.eb-product-lightbox__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  margin: -14px 0 0 -14px;
  border: 2px solid rgba(255, 255, 255, .24);
  border-top-color: rgba(255, 255, 255, .82);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  animation: eb-lightbox-spin .72s linear infinite;
  transition: opacity .12s ease;
}

.eb-product-lightbox.is-loading .eb-product-lightbox__loader {
  opacity: 1;
}

.eb-product-lightbox__nav {
  appearance: none;
  position: relative;
  z-index: 3;
  grid-row: 2;
  align-self: center;
  width: 52px;
  height: 72px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 28px;
  background: transparent;
  color: rgba(255, 255, 255, .78);
  cursor: pointer;
  transition: color .18s ease, background-color .18s ease, transform .18s ease;
}

.eb-product-lightbox__nav--prev {
  grid-column: 1;
}

.eb-product-lightbox__nav--next {
  grid-column: 3;
}

.eb-product-lightbox__nav span {
  display: block;
  font-size: 54px;
  font-weight: 200;
  line-height: .8;
  transform: translateY(-3px);
}

.eb-product-lightbox__nav:hover,
.eb-product-lightbox__nav:focus-visible {
  background: rgba(255, 255, 255, .09);
  color: #fff;
  outline: none;
}

.eb-product-lightbox__nav--prev:hover {
  transform: translateX(-3px);
}

.eb-product-lightbox__nav--next:hover {
  transform: translateX(3px);
}

.eb-product-lightbox__nav[hidden] {
  display: none !important;
}

@keyframes eb-lightbox-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 760px), (pointer: coarse) {
  .eb-product-lightbox {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .eb-product-lightbox,
  .eb-product-lightbox__image,
  .eb-product-lightbox__close,
  .eb-product-lightbox__nav,
  .eb-product-card .eb-product-card__stage::after {
    transition: none !important;
  }

  .eb-product-lightbox__loader {
    animation-duration: 1.4s;
  }
}


/* Production cleanup v24 */
.popup__text--tabby {
  text-align: left;
}

.popup_ol {
  margin-left: 40px;
}

/* ==========================================================================
   Electrabike redesign v25 — add-to-cart feedback
   ========================================================================== */

.eb-product-card [data-eb-cart-action],
.eb-product-card [data-eb-sticky-cart-action] {
  position: relative;
  transition:
    background-color .18s ease,
    border-color .18s ease,
    color .18s ease,
    opacity .18s ease,
    transform .18s ease;
}

.eb-product-card [data-eb-cart-action].is-adding,
.eb-product-card [data-eb-sticky-cart-action].is-adding {
  cursor: wait;
  opacity: .82;
  pointer-events: none;
}

.eb-product-card [data-eb-cart-action].is-adding::before,
.eb-product-card [data-eb-sticky-cart-action].is-adding::before {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  border: 1.5px solid rgba(255, 255, 255, .45);
  border-top-color: currentColor;
  border-radius: 50%;
  content: "";
  animation: eb-cart-feedback-spin .72s linear infinite;
}

.eb-product-card .eb-product-card__primary-actions [data-eb-cart-action].is-added,
.eb-product-card [data-eb-sticky-cart-action].is-added {
  border-color: #55705d;
  background: #55705d;
  color: #fff;
  cursor: pointer;
}

.eb-product-card .eb-product-card__primary-actions [data-eb-cart-action].is-added::before,
.eb-product-card [data-eb-sticky-cart-action].is-added::before {
  display: inline-flex;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  align-items: center;
  justify-content: center;
  content: "✓";
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.eb-product-card .eb-product-card__primary-actions [data-eb-cart-action].is-added:hover,
.eb-product-card [data-eb-sticky-cart-action].is-added:hover {
  border-color: #445d4c;
  background: #445d4c;
  color: #fff;
}

.eb-product-card .eb-product-card__primary-actions [data-eb-cart-action].is-error,
.eb-product-card [data-eb-sticky-cart-action].is-error {
  border-color: #9a5a50;
  background: #9a5a50;
  color: #fff;
}

@keyframes eb-cart-feedback-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .eb-product-card [data-eb-cart-action],
  .eb-product-card [data-eb-sticky-cart-action] {
    transition: none;
  }

  .eb-product-card [data-eb-cart-action].is-adding::before,
  .eb-product-card [data-eb-sticky-cart-action].is-adding::before {
    animation-duration: 1.4s;
  }
}

/* ==========================================================================
   Electrabike redesign v26 — brand logo test
   ========================================================================== */

.eb-product-card .eb-product-card__brand-logo {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 7px;
}

.eb-product-card .eb-product-card__brand-logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 112px;
  max-height: 34px;
  object-fit: contain;
  object-position: left center;
}

/* Keep the approved title alignment in the packaged version. */
.eb-product-card .eb-product-card__title {
  text-align: left;
  text-wrap: pretty;
}

@media (max-width: 760px) {
  .eb-product-card .eb-product-card__brand-logo {
    min-height: 30px;
    margin-bottom: 6px;
  }

  .eb-product-card .eb-product-card__brand-logo img {
    max-width: 100px;
    max-height: 30px;
  }
}

/* ==========================================================================
   Electrabike redesign v27 — universal fit & sizing assistant
   ========================================================================== */

.eb-product-card .eb-product-card__fit-help {
  width: 100%;
  cursor: pointer;
  font-family: inherit;
}

html.eb-fit-sizing-open {
  overflow: hidden;
}

.eb-fit-sizing[hidden] {
  display: none !important;
}

.eb-fit-sizing {
  position: fixed;
  z-index: 10060;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s ease, visibility 0s linear .18s;
}

.eb-fit-sizing.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.eb-fit-sizing__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(30, 27, 25, .68);
  backdrop-filter: blur(5px);
}

.eb-fit-sizing__dialog {
  position: relative;
  z-index: 1;
  width: min(880px, 100%);
  max-height: min(860px, calc(100vh - 56px));
  overflow: auto;
  border: 1px solid rgba(75, 65, 57, .12);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(35, 28, 23, .24);
  color: #302d2a;
  transform: translateY(10px) scale(.99);
  transition: transform .2s ease;
  overscroll-behavior: contain;
}

.eb-fit-sizing.is-open .eb-fit-sizing__dialog {
  transform: translateY(0) scale(1);
}

.eb-fit-sizing__close {
  appearance: none;
  position: absolute;
  z-index: 4;
  top: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #ded8d2;
  border-radius: 50%;
  background: #fff;
  color: #4c4641;
  cursor: pointer;
  transition: border-color .16s ease, background-color .16s ease;
}

.eb-fit-sizing__close:hover,
.eb-fit-sizing__close:focus-visible {
  border-color: #a97458;
  background: #faf7f4;
  outline: none;
}

.eb-fit-sizing__close span::before,
.eb-fit-sizing__close span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 1px;
  background: currentColor;
  content: "";
}

.eb-fit-sizing__close span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.eb-fit-sizing__close span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.eb-fit-sizing__step {
  padding: 48px 56px 52px;
}

.eb-fit-sizing__step--result {
  padding-top: 34px;
}

.eb-fit-sizing__intro {
  max-width: 700px;
  padding-right: 40px;
}

.eb-fit-sizing__eyebrow {
  margin: 0 0 10px;
  color: #c49a69;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .07em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eb-fit-sizing__intro h2,
.eb-fit-sizing__verdict h2 {
  margin: 0;
  color: #302d2a;
  font-size: clamp(31px, 4vw, 44px);
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 1.07;
}

.eb-fit-sizing__intro > p:last-child {
  max-width: 660px;
  margin: 18px 0 0;
  color: #6c655f;
  font-size: 15.5px;
  line-height: 1.62;
}

.eb-fit-sizing__current {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin: 30px 0;
  padding: 14px;
  border: 1px solid #e9e3dd;
  border-radius: 9px;
  background: #fcfbfa;
}

.eb-fit-sizing__current img {
  display: block;
  width: 112px;
  height: 82px;
  border-radius: 6px;
  background: #fff;
  object-fit: contain;
}

.eb-fit-sizing__current span {
  display: block;
  margin-bottom: 5px;
  color: #918981;
  font-size: 11.5px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.eb-fit-sizing__current strong {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
}

.eb-fit-sizing__field > label,
.eb-fit-sizing__frame-fieldset > legend {
  display: block;
  margin: 0 0 12px;
  color: #3e3935;
  font-size: 14px;
  font-weight: 600;
}

.eb-fit-sizing__height-input {
  display: flex;
  width: 220px;
  height: 58px;
  align-items: center;
  border: 1px solid #d8d0c9;
  border-radius: 7px;
  background: #fff;
  transition: border-color .16s ease, box-shadow .16s ease;
}

.eb-fit-sizing__height-input:focus-within {
  border-color: #a97458;
  box-shadow: 0 0 0 3px rgba(169, 116, 88, .11);
}

.eb-fit-sizing__height-input input {
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 0 8px 0 18px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #302d2a;
  font: 400 24px/1 inherit;
}

.eb-fit-sizing__height-input span {
  padding-right: 18px;
  color: #6e665f;
  font-size: 14px;
}

.eb-fit-sizing__field > small {
  display: block;
  margin-top: 9px;
  color: #817970;
  font-size: 12.5px;
  line-height: 1.45;
}

.eb-fit-sizing__frame-fieldset {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  border: 0;
}

.eb-fit-sizing__frame-fieldset > legend {
  grid-column: 1 / -1;
  padding: 0;
}

.eb-fit-sizing__frame-option {
  position: relative;
  display: block;
  min-width: 0;
  cursor: pointer;
}

.eb-fit-sizing__frame-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.eb-fit-sizing__frame-card {
  display: flex;
  min-height: 132px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 18px;
  border: 1px solid #ddd6cf;
  border-radius: 8px;
  background: #fff;
  transition:
    border-color .16s ease,
    background-color .16s ease,
    box-shadow .16s ease,
    transform .16s ease;
}

.eb-fit-sizing__frame-card::before {
  width: 17px;
  height: 17px;
  margin-bottom: 18px;
  border: 1px solid #bdb4ab;
  border-radius: 50%;
  box-shadow: inset 0 0 0 4px #fff;
  background: #fff;
  content: "";
}

.eb-fit-sizing__frame-card strong {
  color: #3a3632;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.eb-fit-sizing__frame-card small {
  display: block;
  margin-top: 7px;
  color: #7a726b;
  font-size: 12.5px;
  line-height: 1.45;
}

.eb-fit-sizing__frame-option:hover .eb-fit-sizing__frame-card {
  border-color: #b99075;
  transform: translateY(-1px);
}

.eb-fit-sizing__frame-option input:checked + .eb-fit-sizing__frame-card {
  border-color: #a97458;
  background: #fbf6f2;
  box-shadow: 0 0 0 1px #a97458;
}

.eb-fit-sizing__frame-option input:checked + .eb-fit-sizing__frame-card::before {
  border-color: #a97458;
  background: #a97458;
}

.eb-fit-sizing__frame-option input:focus-visible + .eb-fit-sizing__frame-card {
  outline: 2px solid rgba(169, 116, 88, .38);
  outline-offset: 2px;
}

.eb-fit-sizing__submit,
.eb-fit-sizing__primary-action,
.eb-fit-sizing__secondary-action {
  appearance: none;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color .16s ease,
    border-color .16s ease,
    color .16s ease,
    opacity .16s ease;
}

.eb-fit-sizing__submit {
  width: 100%;
  margin-top: 28px;
  border: 1px solid #a97458;
  background: #a97458;
  color: #fff;
}

.eb-fit-sizing__submit:hover,
.eb-fit-sizing__submit:focus-visible,
.eb-fit-sizing__primary-action:hover,
.eb-fit-sizing__primary-action:focus-visible {
  border-color: #8e5d44;
  background: #8e5d44;
  color: #fff;
  outline: none;
}

.eb-fit-sizing__submit.is-loading {
  cursor: wait;
  opacity: .72;
}

.eb-fit-sizing__disclaimer {
  max-width: 600px;
  margin: 14px auto 0;
  color: #8a827a;
  font-size: 11.5px;
  line-height: 1.45;
  text-align: center;
}

.eb-fit-sizing__error {
  margin: 18px 0 0;
  padding: 11px 13px;
  border: 1px solid #deb7ae;
  border-radius: 5px;
  background: #fff5f2;
  color: #8f493c;
  font-size: 13px;
  line-height: 1.4;
}

.eb-fit-sizing__back {
  appearance: none;
  margin: 0 0 26px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #6d645d;
  font: 500 13px/1.4 inherit;
  cursor: pointer;
}

.eb-fit-sizing__back:hover {
  color: #302d2a;
}

.eb-fit-sizing__verdict {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.eb-fit-sizing__verdict-icon {
  display: flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 500;
}

.eb-fit-sizing__verdict--positive .eb-fit-sizing__verdict-icon {
  background: #e8f1e8;
  color: #55705d;
}

.eb-fit-sizing__verdict--warning .eb-fit-sizing__verdict-icon {
  background: #fff0e8;
  color: #9a5a43;
}

.eb-fit-sizing__verdict--neutral .eb-fit-sizing__verdict-icon {
  background: #f0ede9;
  color: #6c655f;
}

.eb-fit-sizing__verdict h2 {
  font-size: clamp(29px, 3.8vw, 41px);
}

.eb-fit-sizing__verdict > div > p:last-child {
  max-width: 650px;
  margin: 15px 0 0;
  color: #6d655f;
  font-size: 15px;
  line-height: 1.6;
}

.eb-fit-sizing__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid #e2dcd6;
  border-radius: 8px;
  background: #e2dcd6;
}

.eb-fit-sizing__metric {
  min-width: 0;
  padding: 17px 18px;
  background: #fff;
}

.eb-fit-sizing__metric span {
  display: block;
  margin-bottom: 6px;
  color: #8a8179;
  font-size: 11px;
  letter-spacing: .035em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eb-fit-sizing__metric strong {
  display: block;
  color: #38332f;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.eb-fit-sizing__result-actions {
  display: flex;
  gap: 10px;
  margin-top: 28px;
}

.eb-fit-sizing__primary-action {
  flex: 1 1 56%;
  border: 1px solid #a97458;
  background: #a97458;
  color: #fff;
}

.eb-fit-sizing__secondary-action {
  flex: 1 1 44%;
  border: 1px solid #cfc7c0;
  background: #fff;
  color: #49433e;
}

.eb-fit-sizing__secondary-action:hover,
.eb-fit-sizing__secondary-action:focus-visible {
  border-color: #a97458;
  color: #8e5d44;
  outline: none;
}

.eb-fit-sizing__recommendations {
  margin-top: 42px;
  padding-top: 34px;
  border-top: 1px solid #e8e2dc;
}

.eb-fit-sizing__recommendations-heading h3 {
  margin: 0;
  font-size: 27px;
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.15;
}

.eb-fit-sizing__recommendations-list {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.eb-fit-sizing__recommendation {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr) 28px;
  gap: 18px;
  align-items: center;
  min-width: 0;
  padding: 12px 16px 12px 12px;
  border: 1px solid #e3ddd7;
  border-radius: 8px;
  background: #fff;
  color: #332f2c;
  text-decoration: none;
  transition: border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}

.eb-fit-sizing__recommendation:hover {
  border-color: #bc9a82;
  box-shadow: 0 7px 22px rgba(56, 43, 34, .07);
  transform: translateY(-1px);
}

.eb-fit-sizing__recommendation-image {
  display: flex;
  width: 118px;
  height: 86px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 6px;
  background: #faf9f8;
}

.eb-fit-sizing__recommendation-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.eb-fit-sizing__recommendation-copy {
  min-width: 0;
}

.eb-fit-sizing__recommendation-copy > strong {
  display: block;
  color: #332f2c;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}

.eb-fit-sizing__recommendation-copy > small {
  display: block;
  margin-top: 6px;
  color: #7b736c;
  font-size: 12px;
  line-height: 1.45;
}

.eb-fit-sizing__recommendation-bottom {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 10px;
}

.eb-fit-sizing__recommendation-bottom b {
  font-size: 14px;
  font-weight: 600;
}

.eb-fit-sizing__recommendation-bottom em {
  color: #647a68;
  font-size: 11.5px;
  font-style: normal;
}

.eb-fit-sizing__recommendation-arrow {
  color: #a97458;
  font-size: 20px;
}

.eb-fit-sizing__no-alternatives {
  margin: 28px 0 0;
  padding: 16px 18px;
  border-radius: 7px;
  background: #f7f4f1;
  color: #736b64;
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 760px) {
  .eb-fit-sizing {
    align-items: flex-end;
    padding: 0;
  }

  .eb-fit-sizing__dialog {
    width: 100%;
    max-height: calc(100vh - 18px);
    border-radius: 14px 14px 0 0;
    transform: translateY(24px);
  }

  .eb-fit-sizing__close {
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
  }

  .eb-fit-sizing__step {
    padding: 34px 20px 32px;
  }

  .eb-fit-sizing__step--result {
    padding-top: 24px;
  }

  .eb-fit-sizing__intro {
    padding-right: 34px;
  }

  .eb-fit-sizing__intro h2,
  .eb-fit-sizing__verdict h2 {
    font-size: 30px;
  }

  .eb-fit-sizing__intro > p:last-child {
    font-size: 14.5px;
  }

  .eb-fit-sizing__current {
    grid-template-columns: 88px minmax(0, 1fr);
    margin: 24px 0;
  }

  .eb-fit-sizing__current img {
    width: 88px;
    height: 68px;
  }

  .eb-fit-sizing__height-input {
    width: 100%;
  }

  .eb-fit-sizing__frame-fieldset {
    grid-template-columns: 1fr;
  }

  .eb-fit-sizing__frame-card {
    min-height: 0;
    padding: 15px 16px;
  }

  .eb-fit-sizing__frame-card::before {
    margin-bottom: 12px;
  }

  .eb-fit-sizing__verdict {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
  }

  .eb-fit-sizing__verdict-icon {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

  .eb-fit-sizing__metrics {
    grid-template-columns: 1fr;
  }

  .eb-fit-sizing__result-actions {
    flex-direction: column;
  }

  .eb-fit-sizing__recommendation {
    grid-template-columns: 92px minmax(0, 1fr) 20px;
    gap: 12px;
    padding: 10px;
  }

  .eb-fit-sizing__recommendation-image {
    width: 92px;
    height: 72px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .eb-fit-sizing,
  .eb-fit-sizing__dialog,
  .eb-fit-sizing__frame-card,
  .eb-fit-sizing__recommendation {
    transition: none !important;
  }
}

/* ==========================================================================
   Electrabike redesign v28 — fit modal above header and chat
   ========================================================================== */

.eb-fit-sizing {
  z-index: 2147483000;
}

html.eb-fit-sizing-open body {
  overflow: hidden;
}

/* ======================================================================
   Electrabike redesign v31 — fit modal mobile compact layout
   ====================================================================== */

@media (max-width: 760px) {
  .eb-fit-sizing__dialog {
    max-height: 100dvh;
    border-radius: 0;
  }

  .eb-fit-sizing__step {
    padding: 18px 16px 20px;
  }

  .eb-fit-sizing__step--result {
    padding-top: 18px;
  }

  .eb-fit-sizing__intro {
    padding-right: 30px;
  }

  .eb-fit-sizing__eyebrow {
    margin-bottom: 8px;
    font-size: 11px;
    letter-spacing: .12em;
  }

  .eb-fit-sizing__intro h2,
  .eb-fit-sizing__verdict h2 {
    font-size: 22px;
    line-height: 1.08;
    letter-spacing: -.02em;
  }

  .eb-fit-sizing__intro > p:last-child {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.5;
  }

  .eb-fit-sizing__current {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
    margin: 18px 0;
    padding: 12px;
    border-radius: 12px;
  }

  .eb-fit-sizing__current img {
    width: 72px;
    height: 56px;
  }

  .eb-fit-sizing__current span {
    margin-bottom: 4px;
    font-size: 11px;
    letter-spacing: .08em;
  }

  .eb-fit-sizing__current strong {
    font-size: 14px;
    line-height: 1.28;
  }

  .eb-fit-sizing__field > label,
  .eb-fit-sizing__frame-fieldset > legend {
    margin-bottom: 8px;
    font-size: 13px;
  }

  .eb-fit-sizing__height-input {
    padding: 0 14px;
    border-radius: 12px;
  }

  .eb-fit-sizing__height-input input {
    height: 56px;
    font-size: 28px;
  }

  .eb-fit-sizing__height-input span {
    font-size: 16px;
  }

  .eb-fit-sizing__field > small {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.45;
  }

  .eb-fit-sizing__frame-fieldset {
    gap: 10px;
    margin-top: 20px;
  }

  .eb-fit-sizing__frame-card {
    min-height: 0;
    padding: 12px 14px;
    border-radius: 12px;
  }

  .eb-fit-sizing__frame-card::before {
    width: 16px;
    height: 16px;
    margin-bottom: 10px;
  }

  .eb-fit-sizing__frame-card strong {
    font-size: 13.5px;
    line-height: 1.3;
  }

  .eb-fit-sizing__frame-card small {
    margin-top: 5px;
    font-size: 11.5px;
    line-height: 1.4;
  }

  .eb-fit-sizing__submit,
  .eb-fit-sizing__primary-action,
  .eb-fit-sizing__secondary-action {
    min-height: 48px;
    padding: 13px 16px;
    font-size: 13px;
  }

  .eb-fit-sizing__metrics {
    gap: 8px;
  }

  .eb-fit-sizing__metric {
    padding: 11px 12px;
    border-radius: 12px;
  }

  .eb-fit-sizing__metric span {
    font-size: 11px;
  }

  .eb-fit-sizing__metric strong {
    font-size: 14px;
  }

  .eb-fit-sizing__recommendations-heading h3 {
    font-size: 15px;
  }

  .eb-fit-sizing__recommendation {
    grid-template-columns: 76px minmax(0, 1fr) 16px;
    gap: 10px;
    padding: 9px;
    border-radius: 12px;
  }

  .eb-fit-sizing__recommendation-image {
    width: 76px;
    height: 60px;
  }

  .eb-fit-sizing__recommendation-copy > strong {
    font-size: 13px;
    line-height: 1.35;
  }

  .eb-fit-sizing__recommendation-copy > small,
  .eb-fit-sizing__recommendation-bottom,
  .eb-fit-sizing__no-alternatives {
    font-size: 11.5px;
    line-height: 1.45;
  }
}


/* End */


/* Start:/bitrix/components/bitrix/catalog.store.amount/templates/.default/style.css?17031987692802*/
div.catalog-detail { position: static; border: 1px solid; zoom:1;}
div.catalog-detail-hover div.catalog-admin-links  { display: block; }
div.catalog-detail-hover { position: relative;}

div.catalog-detail-line
{
    font-size:1px;
    height:1px;
    line-height:1px;
    margin:12px 0;
    overflow:hidden;
    padding:0;
    background: url(/bitrix/components/bitrix/catalog.store.amount/templates/.default/images/title-line.gif) no-repeat;
}
div.catalog-detail-properties { clear: both; padding: 1em 0 0;  overflow: hidden; width: 80%; }
div.catalog-detail-property { margin: 0 0 1em; border-bottom:1px dotted; float: left; width: 100%;}
div.catalog-detail-property b { float: right; position: relative; padding-left: 3px;  font-weight:normal; }
div.catalog-detail-property grey { color:grey;  font-weight:lighter; }
div.catalog-detail-property span { float: left; position: relative; padding-right: 3px; zoom: 1;}
div.catalog-detail-properties-title { font-size: 1em; font-weight: bold; margin: 2em 0 1em; }


.bx_storege {}
.bx_storege h4{
    margin-bottom: 0;
}
.bx_storege hr{
    background: #e5e5e5;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #e5e5e5 0%, #e5e5e5 50%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5e5e5), color-stop(50%,#e5e5e5), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: -o-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: -ms-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: linear-gradient(to right, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=1 );
    border: none;
    height: 1px;
}
.bx_storege ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.bx_storege ul li{
    padding: 5px 0 20px;
    font-size: 12px;
    line-height: 17px;
}
.bx_storege ul li a{
    text-decoration: none;
    color: #2a65ae;
}
.bx_storege ul li a:hover{
    text-decoration: underline;
}
/* End */
/* /local/templates/wowbikes_en/components/bitrix/catalog/catalog_ext/style.css?1750263520853 */
/* /local/templates/wowbikes_en/components/bitrix/catalog.element/catalog_redesign/style.css?1785411108120381 */
/* /bitrix/components/bitrix/catalog.store.amount/templates/.default/style.css?17031987692802 */
