body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
#product-category #content, #product-product #tab-description, #information-information #content {
	font-size: 13px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
 /* =========================
   SCROMA THEME OVERRIDES
   ========================= */

body {
  background: radial-gradient(circle at top left, #1b2b4a 0%, #050814 45%, #02030a 100%);
  color: #e6f0ff;
}

/* Hero container */
.scroma-hero-container {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* Hero block */
.scroma-hero {
  position: relative;
  padding: 60px 40px;
  border-radius: 24px;
  background: radial-gradient(circle at top left, #1f3b72 0%, #111b38 40%, #050814 100%);
  box-shadow: 0 0 40px rgba(0, 212, 255, 0.25);
  overflow: hidden;
}

/* Subtle glow */
.scroma-hero::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at 20% 0%, rgba(0, 212, 255, 0.20) 0, transparent 55%),
              radial-gradient(circle at 80% 100%, rgba(162, 89, 255, 0.20) 0, transparent 55%);
  opacity: 0.9;
  pointer-events: none;
}

/* Content layering */
.scroma-hero > * {
  position: relative;
  z-index: 1;
}

.scroma-hero-tagline {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7bdcff;
  margin-bottom: 12px;
}

.scroma-hero-title {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 18px;
}

@media (min-width: 992px) {
  .scroma-hero-title {
    font-size: 50px;
  }
}

.scroma-hero-highlight {
  color: #00d4ff;
}

.scroma-hero-lead {
  font-size: 15px;
  color: #c6dbff;
  max-width: 560px;
  margin-bottom: 24px;
}

/* Buttons */
.scroma-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.scroma-btn {
  border-radius: 999px;
  padding: 10px 22px;
  font-weight: 600;
  border: none;
}

.scroma-btn-primary {
  background: linear-gradient(90deg, #00d4ff 0%, #6f5bff 100%);
  color: #050814 !important;
  box-shadow: 0 0 20px rgba(0, 212, 255, 0.5);
}

.scroma-btn-primary:hover {
  filter: brightness(1.08);
}

.scroma-btn-secondary {
  background: rgba(5, 8, 20, 0.7);
  color: #e6f0ff !important;
  border: 1px solid rgba(123, 220, 255, 0.6);
}

.scroma-btn-secondary:hover {
  background: rgba(9, 14, 36, 0.9);
}

/* Badges */
.scroma-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.scroma-badge {
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(0, 212, 255, 0.15);
  color: #7bdcff;
  border: 1px solid rgba(0, 212, 255, 0.4);
}

.scroma-badge-soft {
  background: rgba(5, 8, 20, 0.6);
  color: #b5c8ff;
  border-color: rgba(111, 91, 255, 0.6);
}

/* Modules onder de hero */
.scroma-home-modules {
  margin-top: 40px;
}
  
}

/* =========================================================
   SCROMA STOREFRONT FOUNDATION V1
   ========================================================= */
:root{
  --sc-bg:#020817;
  --sc-bg-soft:#0a1730;
  --sc-panel:#0b1e3a;
  --sc-panel-2:rgba(8,14,34,.92);
  --sc-text:#EAF6FF;
  --sc-text-strong:#FFFFFF;
  --sc-text-muted:#9CC9FF;
  --sc-soft:#94A3B8;
  --sc-cyan:#00D4FF;
  --sc-cyan-soft:#66E2FF;
  --sc-purple:#6C5CE7;
  --sc-purple-soft:#AD78FF;
  --sc-gold:#FFD27D;
  --sc-orange:#FF8A00;
  --sc-border:rgba(0,212,255,.14);
  --sc-border-soft:rgba(255,255,255,.08);
  --sc-shadow:0 18px 48px rgba(0,0,0,.42);
  --sc-shadow-glow:0 0 34px rgba(0,212,255,.12);
  --sc-radius:18px;
}

body.scroma-storefront{
  background:
    radial-gradient(circle at top, rgba(0,212,255,.10), transparent 24%),
    radial-gradient(circle at 80% 20%, rgba(108,92,231,.10), transparent 26%),
    linear-gradient(180deg,#060A18 0%, #0A1324 40%, #020817 100%);
  color:var(--sc-text);
  font-size:14px;
  line-height:1.6;
}

body.scroma-storefront,
body.scroma-storefront h1,
body.scroma-storefront h2,
body.scroma-storefront h3,
body.scroma-storefront h4,
body.scroma-storefront h5,
body.scroma-storefront h6{
  color:var(--sc-text);
}

body.scroma-storefront a{
  color:var(--sc-cyan);
}

body.scroma-storefront a:hover{
  color:var(--sc-cyan-soft);
}

.scroma-store-shell{
  min-height:100vh;
}

.scroma-utilitybar{
  background:rgba(255,255,255,.04);
  border-bottom:1px solid rgba(255,255,255,.06);
  backdrop-filter:blur(10px);
}

.scroma-utilitybar__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  min-height:42px;
}

.scroma-utilitybar__left a,
.scroma-utilitybar__right,
.scroma-utilitybar .btn-link,
.scroma-utilitybar .dropdown-toggle,
.scroma-utilitybar .dropdown-menu a{
  color:var(--sc-text-muted) !important;
  text-shadow:none !important;
}

.scroma-store-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(2,8,23,.78);
  border-bottom:1px solid var(--sc-border-soft);
  backdrop-filter:blur(16px);
  box-shadow:0 8px 24px rgba(0,0,0,.18);
}

.scroma-store-header__inner{
  display:grid;
  grid-template-columns:220px 1fr auto auto;
  gap:18px;
  align-items:center;
  min-height:102px;
}

.scroma-store-brand__logo{
  max-height:72px;
  width:auto;
}

.scroma-store-brand__text{
  color:var(--sc-text-strong);
  font-size:28px;
  font-weight:900;
  letter-spacing:.02em;
  text-decoration:none;
}

.scroma-store-search #search,
.scroma-store-search .input-group{
  margin-bottom:0;
}

.scroma-store-search .form-control{
  height:48px;
  border-radius:14px 0 0 14px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
  color:var(--sc-text);
}

.scroma-store-search .btn{
  height:48px;
  border-radius:0 14px 14px 0;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(135deg,var(--sc-cyan),var(--sc-purple));
  color:#fff;
  text-shadow:none;
  box-shadow:0 8px 24px rgba(0,212,255,.18);
}

.scroma-store-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
}

.scroma-link-pill,
.scroma-cta-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  text-decoration:none !important;
  font-weight:800;
  font-size:13px;
  letter-spacing:.02em;
}

.scroma-link-pill{
  color:var(--sc-text-muted) !important;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
}

.scroma-link-pill:hover{
  color:var(--sc-text-strong) !important;
  background:rgba(255,255,255,.08);
}

.scroma-cta-pill{
  color:#fff !important;
  background:linear-gradient(90deg,#4a7dff,#8a4bff);
  border:0;
  box-shadow:0 0 20px rgba(102,226,255,.25),0 0 40px rgba(173,120,255,.18);
}

.scroma-cta-pill--ghost{
  background:transparent;
  border:1px solid rgba(0,212,255,.30);
  box-shadow:none;
}

.scroma-store-cart #cart{
  margin-bottom:0;
}

.scroma-store-cart #cart > .btn{
  min-height:48px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.06);
  color:var(--sc-text) !important;
  text-shadow:none;
}

.scroma-store-cart #cart.open > .btn{
  background:rgba(255,255,255,.10);
  border-color:rgba(255,255,255,.12);
  color:var(--sc-text) !important;
}

.scroma-store-menu #menu{
  background:transparent;
  border:0;
  min-height:auto;
  margin-bottom:24px;
}

.scroma-store-menu #menu .navbar-header{
  display:none;
}

.scroma-store-menu #menu .nav{
  float:none;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  padding:0 15px 10px;
}

.scroma-store-menu #menu .nav > li{
  float:none;
}

.scroma-store-menu #menu .nav > li > a{
  border-radius:999px;
  padding:11px 16px;
  color:var(--sc-text-muted);
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  text-shadow:none;
}

.scroma-store-menu #menu .nav > li > a:hover,
.scroma-store-menu #menu .nav > li.open > a{
  color:var(--sc-text-strong);
  background:linear-gradient(135deg,rgba(0,212,255,.18),rgba(108,92,231,.16));
}

body.scroma-storefront .breadcrumb{
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.06);
  border-radius:14px;
}

body.scroma-storefront .product-thumb,
body.scroma-storefront .well,
body.scroma-storefront .panel,
body.scroma-storefront .list-group-item,
body.scroma-storefront .product-layout .product-thumb{
  background:linear-gradient(180deg, rgba(10,16,40,.88), rgba(6,10,28,.82));
  border:1px solid var(--sc-border-soft);
  border-radius:var(--sc-radius);
  box-shadow:var(--sc-shadow);
}

body.scroma-storefront .product-thumb{
  overflow:hidden;
}

body.scroma-storefront .product-thumb .caption{
  padding:18px 18px 10px;
}

body.scroma-storefront .product-thumb .button-group{
  border-top:1px solid rgba(255,255,255,.06);
  background:rgba(255,255,255,.02);
}

body.scroma-storefront .product-thumb .button-group button{
  background:transparent;
  color:var(--sc-text-muted);
  border-right:1px solid rgba(255,255,255,.06);
}

body.scroma-storefront .product-thumb .button-group button:hover{
  color:var(--sc-text-strong);
  background:rgba(255,255,255,.05);
}

body.scroma-storefront .price,
body.scroma-storefront .price-new{
  color:var(--sc-gold);
}

body.scroma-storefront .price-old,
body.scroma-storefront .price-tax{
  color:var(--sc-soft);
}

body.scroma-storefront .btn-primary,
body.scroma-storefront .btn-inverse{
  background:linear-gradient(135deg,var(--sc-cyan),var(--sc-purple));
  border:0;
  color:#fff;
  text-shadow:none;
  box-shadow:0 8px 24px rgba(0,212,255,.20);
}

body.scroma-storefront .btn-default{
  background:rgba(255,255,255,.05);
  color:var(--sc-text);
  border:1px solid rgba(255,255,255,.08);
  text-shadow:none;
}

body.scroma-storefront .form-control,
body.scroma-storefront .input-group-addon,
body.scroma-storefront .form-group select{
  background:rgba(255,255,255,.04);
  border-color:rgba(255,255,255,.08);
  color:var(--sc-text);
}

body.scroma-storefront .form-control::placeholder{
  color:var(--sc-soft);
}

body.scroma-storefront .dropdown-menu{
  background:#0b1324;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:var(--sc-shadow);
}

body.scroma-storefront .dropdown-menu li > a{
  color:var(--sc-text-muted);
}

body.scroma-storefront .dropdown-menu li > a:hover{
  background:linear-gradient(135deg,rgba(0,212,255,.18),rgba(108,92,231,.14));
  color:#fff;
}

.scroma-store-footer{
  margin-top:48px;
  padding:36px 0 26px;
  background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
  border-top:1px solid rgba(255,255,255,.06);
}

.scroma-store-footer h5{
  margin:0 0 12px;
  color:var(--sc-gold);
  font-size:16px;
  font-weight:800;
}

.scroma-store-footer ul li{
  margin:0 0 8px;
}

.scroma-store-footer a{
  color:var(--sc-text-muted);
}

.scroma-store-footer a:hover{
  color:var(--sc-text-strong);
}

.scroma-store-footer__bottom{
  margin-top:22px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.06);
  display:flex;
  justify-content:space-between;
  gap:16px;
  color:var(--sc-soft);
}

.scroma-store-footer__brand{
  color:var(--sc-text-strong);
  font-weight:900;
  letter-spacing:.02em;
}

@media (max-width: 1199px){
  .scroma-store-header__inner{
    grid-template-columns:220px 1fr;
  }
  .scroma-store-actions,
  .scroma-store-cart{
    grid-column:1 / -1;
  }
}

@media (max-width: 767px){
  .scroma-store-header__inner{
    grid-template-columns:1fr;
    gap:14px;
    padding-top:14px;
    padding-bottom:14px;
  }
  .scroma-store-actions{
    justify-content:flex-start;
  }
  .scroma-store-menu #menu .nav{
    display:block;
  }
  .scroma-store-footer__bottom{
    flex-direction:column;
  }
}

/* === SCROMA STORE ALIGN FIX === */

.scroma-store-subbar {
  margin-bottom: 30px;
}

.scroma-hero-container {
  margin-top: 20px;
}

#common-home.container {
  max-width: 1200px;
}

.scroma-store-menu {
  margin-bottom: 20px;
}

/* optional: subtiele overgang */
.scroma-store-subbar {
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}


/* ==========================================================
   SCROMA MARKETPLACE PRESENTATION V1
   Amazon clarity + Alibaba product focus + Scroma identity
   ========================================================== */

body.scroma-storefront .scroma-marketplace-page{
  padding-top:28px;
  padding-bottom:72px;
}

body.scroma-storefront .scroma-marketplace-breadcrumb{
  margin-bottom:24px;
}

body.scroma-storefront .scroma-marketplace-intro{
  position:relative;
  overflow:hidden;
  margin-bottom:30px;
  padding:38px 40px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:22px;
  background:
    radial-gradient(circle at 10% 15%,rgba(0,212,255,.16),transparent 36%),
    radial-gradient(circle at 92% 0%,rgba(108,92,231,.19),transparent 38%),
    rgba(255,255,255,.03);
}

body.scroma-storefront .scroma-marketplace-kicker{
  display:inline-flex;
  padding:6px 11px;
  margin-bottom:12px;
  border:1px solid rgba(0,212,255,.32);
  border-radius:999px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.10em;
}

body.scroma-storefront .scroma-marketplace-intro h1{
  margin:0 0 10px;
  color:#f4f8ff;
  font-size:clamp(34px,4vw,54px);
  line-height:1.05;
  font-weight:800;
}

body.scroma-storefront .scroma-marketplace-intro p{
  max-width:760px;
  margin:0;
  color:#b9c7df;
  font-size:16px;
  line-height:1.65;
}

body.scroma-storefront .scroma-marketplace-current-category{
  display:inline-flex;
  margin-top:19px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.055);
  color:#dce7f8;
  font-size:12px;
  font-weight:700;
}

body.scroma-storefront .scroma-marketplace-category-info{
  display:flex;
  gap:22px;
  align-items:center;
  margin-bottom:28px;
  padding:18px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  background:rgba(255,255,255,.025);
}

body.scroma-storefront .scroma-marketplace-category-thumb img{
  width:100px;
  height:100px;
  object-fit:contain;
  border-radius:12px;
}

body.scroma-storefront .scroma-marketplace-category-description{
  color:#aebed8;
  line-height:1.65;
}

body.scroma-storefront .scroma-marketplace-categories{
  margin-bottom:28px;
}

body.scroma-storefront .scroma-marketplace-categories h2{
  margin:0 0 13px;
  font-size:18px;
  font-weight:800;
}

body.scroma-storefront .scroma-category-chips{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}

body.scroma-storefront .scroma-category-chips a{
  display:inline-flex;
  padding:9px 15px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:999px;
  background:rgba(255,255,255,.035);
  color:#dce8fb;
  text-decoration:none;
  font-size:13px;
  font-weight:700;
}

body.scroma-storefront .scroma-category-chips a:hover{
  border-color:rgba(0,212,255,.42);
  color:#00d4ff;
}

body.scroma-storefront .scroma-marketplace-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:20px;
  padding:12px 15px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  background:rgba(255,255,255,.025);
}

body.scroma-storefront .scroma-marketplace-toolbar-title{
  color:#eaf2ff;
  font-size:14px;
}

body.scroma-storefront .scroma-marketplace-controls{
  display:flex;
  gap:12px;
}

body.scroma-storefront .scroma-marketplace-control{
  display:flex;
  align-items:center;
  gap:8px;
}

body.scroma-storefront .scroma-marketplace-control label{
  margin:0;
  color:#8fa4c6;
  font-size:11px;
  font-weight:700;
  white-space:nowrap;
}

body.scroma-storefront .scroma-marketplace-control select{
  height:36px;
  min-width:150px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:10px;
  background:#10182b;
  color:#eaf2ff;
}

body.scroma-storefront .scroma-marketplace-grid{
  display:flex;
  flex-wrap:wrap;
  margin-left:-10px;
  margin-right:-10px;
}

body.scroma-storefront .scroma-marketplace-grid .product-layout{
  display:flex;
  float:none;
  padding-left:10px;
  padding-right:10px;
  margin-bottom:20px;
}

body.scroma-storefront .scroma-marketplace-card{
  width:100%;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.025));
  box-shadow:0 14px 34px rgba(0,0,0,.14);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}

body.scroma-storefront .scroma-marketplace-card:hover{
  transform:translateY(-3px);
  border-color:rgba(0,212,255,.25);
  box-shadow:0 20px 42px rgba(0,0,0,.20);
}

body.scroma-storefront .scroma-marketplace-product-image{
  position:relative;
  width:100%;
  height:230px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:rgba(255,255,255,.035);
}

body.scroma-storefront .scroma-marketplace-product-image a{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}

body.scroma-storefront .scroma-marketplace-product-image img{
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  padding:18px;
  object-fit:contain;
}

body.scroma-storefront .scroma-marketplace-badge{
  position:absolute;
  top:12px;
  left:12px;
  z-index:2;
  padding:5px 9px;
  border:1px solid rgba(0,212,255,.32);
  border-radius:999px;
  background:rgba(7,19,34,.90);
  color:#dff8ff;
  font-size:10px;
  font-weight:800;
  letter-spacing:.07em;
}

body.scroma-storefront .scroma-marketplace-card-body{
  flex:1;
  display:flex;
  flex-direction:column;
  padding:18px;
}

body.scroma-storefront .scroma-marketplace-card-body h3{
  min-height:44px;
  margin:0 0 8px;
  font-size:17px;
  line-height:1.3;
  font-weight:800;
}

body.scroma-storefront .scroma-marketplace-card-body h3 a{
  color:#edf5ff;
  text-decoration:none;
}

body.scroma-storefront .scroma-marketplace-card-body h3 a:hover{
  color:#00d4ff;
}

body.scroma-storefront .scroma-marketplace-description{
  display:-webkit-box;
  overflow:hidden;
  min-height:38px;
  margin:0 0 12px;
  color:#91a4c2;
  font-size:12px;
  line-height:1.55;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}

body.scroma-storefront .scroma-marketplace-rating{
  margin:0 0 10px;
}

body.scroma-storefront .scroma-marketplace-price{
  margin:auto 0 16px;
  padding-top:4px;
  color:#fff;
  font-size:22px;
  line-height:1.2;
  font-weight:800;
}

body.scroma-storefront .scroma-marketplace-price .price-old{
  margin-right:7px;
  color:#788aa8;
  font-size:13px;
  font-weight:600;
  text-decoration:line-through;
}

body.scroma-storefront .scroma-marketplace-price .price-new{
  color:#fff;
}

body.scroma-storefront .scroma-marketplace-card-actions{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:8px;
}

body.scroma-storefront .scroma-marketplace-cart,
body.scroma-storefront .scroma-marketplace-details{
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  text-decoration:none;
}

body.scroma-storefront .scroma-marketplace-cart{
  gap:7px;
  border:0;
  background:linear-gradient(90deg,#00d4ff,#6c5ce7);
  color:#071322;
}

body.scroma-storefront .scroma-marketplace-details{
  padding:0 16px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.035);
  color:#e9f2ff;
}

body.scroma-storefront .scroma-marketplace-details:hover{
  border-color:rgba(0,212,255,.32);
  color:#00d4ff;
}

body.scroma-storefront .scroma-marketplace-pagination{
  margin-top:16px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.07);
  color:#8fa4c6;
}

body.scroma-storefront .scroma-marketplace-empty{
  padding:42px 25px;
  text-align:center;
  border:1px dashed rgba(255,255,255,.13);
  border-radius:18px;
  background:rgba(255,255,255,.02);
}

@media(max-width:767px){
  body.scroma-storefront .scroma-marketplace-intro{
    padding:28px 22px;
  }

  body.scroma-storefront .scroma-marketplace-toolbar{
    display:block;
  }

  body.scroma-storefront .scroma-marketplace-toolbar-title{
    margin-bottom:12px;
  }

  body.scroma-storefront .scroma-marketplace-controls{
    display:grid;
    grid-template-columns:1fr 1fr;
  }

  body.scroma-storefront .scroma-marketplace-control{
    display:block;
  }

  body.scroma-storefront .scroma-marketplace-control label{
    display:block;
    margin-bottom:5px;
  }

  body.scroma-storefront .scroma-marketplace-control select{
    width:100%;
    min-width:0;
  }

  body.scroma-storefront .scroma-marketplace-product-image{
    height:260px;
  }
}

/* ==========================================================
   SCROMA PRODUCT DETAIL PRESENTATION V2
   Controlled markup hooks; product/cart logic unchanged
   ========================================================== */

body.scroma-storefront #product-product{
  padding-top:28px;
  padding-bottom:72px;
}

body.scroma-storefront #product-product .scroma-product-main{
  display:flex;
  flex-wrap:nowrap;
  align-items:flex-start;
  gap:28px;
  margin-left:0;
  margin-right:0;
}

body.scroma-storefront #product-product .scroma-product-gallery-col{
  flex:1 1 auto;
  float:none;
  width:auto;
  min-width:0;
  padding-left:0;
  padding-right:0;
}

body.scroma-storefront #product-product .scroma-product-buy-col{
  flex:0 0 390px;
  float:none;
  width:390px;
  padding:27px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:20px;
  background:
    radial-gradient(circle at 100% 0%,rgba(108,92,231,.14),transparent 42%),
    rgba(255,255,255,.032);
  box-shadow:0 18px 44px rgba(0,0,0,.16);
}

/* Marketplace label */

body.scroma-storefront #product-product .scroma-product-buy-col::before{
  content:"SCROMA MARKETPLACE";
  display:inline-flex;
  margin-bottom:15px;
  padding:6px 10px;
  border:1px solid rgba(0,212,255,.30);
  border-radius:999px;
  color:#dff8ff;
  font-size:10px;
  line-height:1;
  font-weight:800;
  letter-spacing:.08em;
}

/* Gallery */

body.scroma-storefront #product-product .scroma-product-gallery-col .thumbnails{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 24px;
  padding:0;
  list-style:none;
}

body.scroma-storefront #product-product .scroma-product-gallery-col .thumbnails > li{
  float:none;
  margin:0;
}

body.scroma-storefront #product-product .scroma-product-gallery-col .thumbnails > li:first-child{
  flex:0 0 100%;
  width:100%;
}

body.scroma-storefront #product-product .scroma-product-gallery-col .thumbnail{
  margin:0;
  border:1px solid rgba(255,255,255,.10);
  border-radius:17px;
  background:
    radial-gradient(circle at 50% 40%,rgba(255,255,255,.05),transparent 62%),
    #11192c;
  box-shadow:none;
}

body.scroma-storefront #product-product .scroma-product-gallery-col .thumbnails > li:first-child .thumbnail{
  height:470px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:28px;
}

body.scroma-storefront #product-product .scroma-product-gallery-col .thumbnails > li:first-child img{
  display:block;
  max-width:100%;
  max-height:410px;
  width:auto;
  height:auto;
  object-fit:contain;
}

body.scroma-storefront #product-product .scroma-product-gallery-col .image-additional{
  flex:0 0 76px;
  width:76px;
}

body.scroma-storefront #product-product .scroma-product-gallery-col .image-additional .thumbnail{
  width:76px;
  height:76px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:7px;
}

body.scroma-storefront #product-product .scroma-product-gallery-col .image-additional img{
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  object-fit:contain;
}

/* Hide legacy wishlist / compare buttons visually only */

body.scroma-storefront #product-product .scroma-product-buy-col > .btn-group{
  display:none;
}

/* Product buy panel */

body.scroma-storefront #product-product .scroma-product-buy-col h1{
  margin:0 0 18px;
  color:#f4f8ff;
  font-size:30px;
  line-height:1.16;
  font-weight:800;
}

body.scroma-storefront #product-product .scroma-product-buy-col .list-unstyled{
  margin-bottom:18px;
}

body.scroma-storefront #product-product .scroma-product-buy-col .list-unstyled > li{
  padding:3px 0;
  color:#aabbd5;
  font-size:13px;
  line-height:1.5;
}

body.scroma-storefront #product-product .scroma-product-buy-col .list-unstyled a{
  color:#00d4ff;
}

body.scroma-storefront #product-product .scroma-product-buy-col .list-unstyled h2{
  margin:10px 0 5px;
  color:#fff;
  font-size:34px;
  line-height:1.05;
  font-weight:900;
}

body.scroma-storefront #product-product .scroma-product-buy-col #product{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.08);
}

body.scroma-storefront #product-product .scroma-product-buy-col #product h3{
  color:#edf5ff;
  font-size:17px;
  font-weight:800;
}

body.scroma-storefront #product-product .scroma-product-buy-col #product label{
  color:#b7c6dd;
  font-size:12px;
  font-weight:700;
}

body.scroma-storefront #product-product .scroma-product-buy-col #product .form-control{
  min-height:43px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:10px;
  background:#10182b;
  color:#eef5ff;
  box-shadow:none;
}

body.scroma-storefront #product-product .scroma-product-buy-col #input-quantity{
  max-width:105px;
}

body.scroma-storefront #product-product .scroma-product-buy-col #button-cart{
  min-height:48px;
  margin-top:6px;
  border:0;
  border-radius:999px;
  background:linear-gradient(90deg,#00d4ff,#6c5ce7);
  color:#071322;
  font-size:14px;
  font-weight:900;
}

body.scroma-storefront #product-product .scroma-product-buy-col #button-cart:hover{
  filter:brightness(1.05);
}

/* Description / specification / reviews */

body.scroma-storefront #product-product .scroma-product-gallery-col .nav-tabs{
  margin:12px 0 0;
  border-bottom:0;
}

body.scroma-storefront #product-product .scroma-product-gallery-col .nav-tabs > li{
  margin-right:6px;
}

body.scroma-storefront #product-product .scroma-product-gallery-col .nav-tabs > li > a{
  margin:0;
  padding:10px 16px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:12px 12px 0 0;
  background:rgba(255,255,255,.025);
  color:#9fb0ca;
  font-size:12px;
  font-weight:800;
}

body.scroma-storefront #product-product .scroma-product-gallery-col .nav-tabs > li.active > a,
body.scroma-storefront #product-product .scroma-product-gallery-col .nav-tabs > li.active > a:hover,
body.scroma-storefront #product-product .scroma-product-gallery-col .nav-tabs > li.active > a:focus{
  border-color:rgba(0,212,255,.22);
  background:#121b2f;
  color:#edf7ff;
}

body.scroma-storefront #product-product .scroma-product-gallery-col .tab-content{
  min-height:110px;
  padding:22px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:0 16px 16px 16px;
  background:rgba(255,255,255,.025);
  color:#b8c6dc;
  line-height:1.7;
}

body.scroma-storefront #product-product .scroma-product-gallery-col .tab-content p{
  color:#b8c6dc;
}

/* Related heading */

body.scroma-storefront #product-product #content > h3{
  margin-top:42px;
  margin-bottom:18px;
  color:#f3f7ff;
  font-size:24px;
  font-weight:800;
}

/* Responsive */

@media(max-width:991px){
  body.scroma-storefront #product-product .scroma-product-main{
    display:block;
  }

  body.scroma-storefront #product-product .scroma-product-gallery-col,
  body.scroma-storefront #product-product .scroma-product-buy-col{
    width:100%;
    max-width:none;
  }

  body.scroma-storefront #product-product .scroma-product-buy-col{
    margin-top:24px;
  }

  body.scroma-storefront #product-product .scroma-product-gallery-col .thumbnails > li:first-child .thumbnail{
    height:390px;
  }
}

@media(max-width:600px){
  body.scroma-storefront #product-product .scroma-product-gallery-col .thumbnails > li:first-child .thumbnail{
    height:300px;
    padding:18px;
  }

  body.scroma-storefront #product-product .scroma-product-gallery-col .image-additional,
  body.scroma-storefront #product-product .scroma-product-gallery-col .image-additional .thumbnail{
    width:64px;
    height:64px;
    flex-basis:64px;
  }

  body.scroma-storefront #product-product .scroma-product-buy-col{
    padding:21px;
  }

  body.scroma-storefront #product-product .scroma-product-buy-col h1{
    font-size:26px;
  }
}

/* ==========================================================
   SCROMA MARKETPLACE FINAL BANNER
   ========================================================== */

body.scroma-storefront .scroma-marketplace-visual-banner{
  width:100%;
  margin:0 0 26px;
  overflow:hidden;
  border:1px solid rgba(0,212,255,.16);
  border-radius:20px;
  background:#061327;
  box-shadow:0 18px 48px rgba(0,0,0,.16);
}

body.scroma-storefront .scroma-marketplace-visual-banner img{
  display:block;
  width:100%;
  height:auto;
}

@media(max-width:767px){
  body.scroma-storefront .scroma-marketplace-visual-banner{
    margin-bottom:18px;
    border-radius:14px;
  }
}

/* SCROMA MARKETPLACE CATEGORY DROPDOWN */
#input-category {
    background:#111b30 !important;
    color:#ffffff !important;
}

#input-category option {
    background:#ffffff !important;
    color:#111827 !important;
}

#input-category option:checked,
#input-category option:hover {
    background:#dcecff !important;
    color:#000000 !important;
}
