/**
 * BRITA ürün detay — video + döküman (download-tab)
 * Scope: #product-detail-extra
 */

#product-detail-extra {
	color: #282d74;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

#product-detail-extra *,
#product-detail-extra *::before,
#product-detail-extra *::after {
	box-sizing: border-box;
}

#product-detail-extra .container {
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

#product-detail-extra .row {
	margin-left: -15px;
	margin-right: -15px;
}

#product-detail-extra .row::before,
#product-detail-extra .row::after {
	display: table;
	content: " ";
}

#product-detail-extra .row::after {
	clear: both;
}

#product-detail-extra [class*="col-"] {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}

#product-detail-extra .col-xs-6 { width: 50%; }
#product-detail-extra .col-xs-12 { width: 100%; }

@media (min-width: 768px) {
	#product-detail-extra .col-md-4 { width: 33.33333333%; }
	#product-detail-extra .col-md-6 { width: 50%; }
}

@media (min-width: 480px) {
	#product-detail-extra .col-sm-8 { width: 66.66666667%; }
	#product-detail-extra .col-sm-offset-2 { margin-left: 16.66666667%; }
}

#product-detail-extra .section-format-sm {
	padding-top: 40px;
	padding-bottom: 40px;
}

#product-detail-extra .section-format-xs {
	padding-top: 20px;
	padding-bottom: 20px;
}

#product-detail-extra .bg-white {
	background-color: #fff;
}

#product-detail-extra .bg-light {
	background-color: #f5f5f5;
}

#product-detail-extra h2 {
	margin: 0 0 24px;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2;
	color: #282d74;
	font-family: clan_m, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#product-detail-extra .text-center {
	text-align: center;
}

#product-detail-extra .text-left {
	text-align: left;
}

#product-detail-extra .text-right {
	text-align: right;
}

#product-detail-extra .h4 {
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: #282d74;
	font-family: clan_m, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#product-detail-extra .small {
	font-size: 13px;
	color: #282d74;
}

#product-detail-extra .show {
	display: block !important;
}

#product-detail-extra .spacer-0 { margin-bottom: 0; }
#product-detail-extra .spacer-md { margin-bottom: 30px; }

#product-detail-extra .flex-wrap {
	display: flex;
	flex-wrap: wrap;
}

#product-detail-extra .same-height-children > [class*="col-"] {
	display: flex;
}

#product-detail-extra .same-height-children > [class*="col-"] > .row {
	width: 100%;
	align-items: center;
}

#product-detail-extra .img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

#product-detail-extra .embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

#product-detail-extra .embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

#product-detail-extra .embed-responsive .embed-responsive-item,
#product-detail-extra .embed-responsive iframe,
#product-detail-extra .embed-responsive img,
#product-detail-extra .embed-responsive picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

#product-detail-extra .embed-responsive picture img {
	object-fit: cover;
}

/* Video — play overlay */
#product-detail-extra .product-detail-video-trigger {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	text-align: left;
}

#product-detail-extra .icon-video-play {
	position: relative;
	cursor: pointer;
}

#product-detail-extra .icon-video-play::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 72px;
	height: 72px;
	margin: -36px 0 0 -36px;
	border-radius: 50%;
	background: rgba(40, 45, 116, 0.85);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

#product-detail-extra .icon-video-play::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	margin: -14px 0 0 -8px;
	border-style: solid;
	border-width: 14px 0 14px 24px;
	border-color: transparent transparent transparent #fff;
}

#product-detail-extra .product-detail-video-embed {
	display: none;
}

#product-detail-extra .product-detail-video-embed.is-active {
	display: block;
}

#product-detail-extra .product-detail-video-trigger.is-hidden {
	display: none;
}

#product-detail-extra .height-100 {
	min-height: 1px;
}

/* Dökümanlar — download-tab */
#product-detail-extra .download-tab .btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	position: relative;
	overflow: hidden;
	padding: 12px 22px;
	font-size: 13px;
	line-height: 1.2;
	border-radius: 6em;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-decoration: none;
	white-space: nowrap;
}

#product-detail-extra .download-tab .btn-default {
	color: #282d74;
	background: #fff;
	border: 2px solid #cdcdcd;
	transition: border-color 0.2s ease, color 0.2s ease;
}

#product-detail-extra .download-tab .btn-default:hover {
	border-color: #4bafff;
	color: #4bafff;
}

#product-detail-extra .download-tab .col-xs-12.col-md-6 {
	margin-bottom: 24px;
}

@media (min-width: 768px) {
	#product-detail-extra .download-tab .text-right {
		text-align: right;
	}
}

@media (max-width: 767px) {
	#product-detail-extra .download-tab .text-right {
		text-align: left;
		margin-top: 12px;
	}

	#product-detail-extra .download-tab .col-xs-6 {
		width: 100%;
	}
}
