body {
	background-color: #f0f0f0;
}

.navbar, .navbar.bg-light {
	background-color: #f0f0f0 !important;
}

#shopsearch, .menubuttons {
	background-color: #f0f0f0;
}

/* Product cards only — not section header rows */
[id^="shopitem"] {
	background-color: transparent;
	padding: 0;
	padding-bottom: 2px;
	margin-bottom: 0 !important;
	overflow: visible;
}

.card-inner {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.07);
	overflow: hidden;
	height: 100%;
}

.card-inner img.img-fluid {
	aspect-ratio: 1 / 1;
	object-fit: contain;
	background-color: #f5f5f5;
}

.shopcol .artist {
	padding-left: 5px;
	padding-top: 0;
	padding-bottom: 0;
	font-weight: 700;
	background-color:rgb(254, 254, 254);
	display: flex;
	align-items: center;
}

.shopcol .artist .artist-name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex: 1;
	min-width: 0;
}

.shopcol .title {
	padding-left: 5px;
	font-weight: 400;
	background-color:rgb(254, 254, 254);
}

.shopcol .formats {
	font-weight: 400;
	background-color:rgba(254, 254, 254, 1);
	
}

.playrelease {
	background-color:rgba(254, 254, 254, 1);
		margin-top: 1px;
}

.shopcol .playrelease {
	margin-top: 0 !important;
	padding-top: 2px;
}

.shopcol .formats .col:last-child a[onclick] {
	display: block;
	background-color: #333;
	color: #fff !important;
	padding: 2px 6px;
	border-radius: 3px;
	font-size: 0.68rem;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
	text-align: center;
	letter-spacing: 0.03em;
	transition: background-color 0.15s ease;
}
.shopcol .formats .col:last-child a[onclick]:hover {
	background-color: #000;
}

.shopcol .formats .col:last-child > div {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	color: #bbb;
	border: 1px solid #ddd;
	padding: 2px 6px;
	border-radius: 3px;
	font-size: 0.68rem;
	white-space: nowrap;
	text-align: center;
	letter-spacing: 0.03em;
}

.format-cart-btn {
	display: inline-block;
	background-color: #28a745;
	color: #fff !important;
	padding: 2px 7px;
	border-radius: 3px;
	font-size: 0.68rem;
	font-weight: 400;
	text-decoration: none !important;
	white-space: nowrap;
	letter-spacing: 0.03em;
	transition: background-color 0.15s ease;
	position: relative;
}
.format-cart-btn[data-status]::after,
.format-nostock[data-status]::after {
	content: attr(data-status);
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	background: #333;
	color: #fff;
	padding: 2px 6px;
	border-radius: 3px;
	font-size: 0.6rem;
	white-space: nowrap;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.1s ease;
	margin-bottom: 4px;
	z-index: 10;
}
.format-cart-btn[data-status]:hover::after,
.format-nostock[data-status]:hover::after {
	opacity: 1;
}
.format-cart-btn:hover {
	background-color: #218838;
	color: #fff !important;
}
.format-cart-btn[data-status="Pre-Order"] {
	background-color: #d4a926;
	font-weight: 400;
}
.format-cart-btn[data-status="Pre-Order"]:hover {
	background-color: #b8911f;
}

.format-nostock {
	display: inline-block;
	color: #bbb;
	border: 1px solid #ddd;
	padding: 2px 7px;
	border-radius: 3px;
	font-size: 0.68rem;
	white-space: nowrap;
	letter-spacing: 0.03em;
	position: relative;
}

.shopcol .formats .col:last-child {
	flex: 0 0 auto;
	width: auto;
	padding-left: 4px;
	padding-right: 4px;
}

.shopcol .formats .col:nth-child(2) {
	flex: 0 0 auto;
	white-space: nowrap;
}

.shopcol .formats .col:first-child {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 0;
}

#shopsearch, .menubuttons{
	margin-top: 0px;
	background-color: #f0f0f0;
}

#shopsearch #settings hr {
	margin-top: 4px;
	margin-bottom: 4px;
}

#shopsearch #settings .row {
	margin-bottom: 2px;
}

#shopsearch .filterbtn,
#shopsearch .btn-sm {
	padding-top: 2px;
	padding-bottom: 2px;
}

.topbanner {
	margin-top: 73px;
}
/*
@media (min-width: 600px) and (orientation:landscape) {
.shopcol {
    padding-left: 15px;
    padding-right: 15px;
 }
}
@media (min-width: 600px) and (orientation:landscape) {
 .inner {
    padding-left: 2rem;
    padding-right: 2rem;
}
}
*/

.inner {
	max-width: 1400px;
	margin-top: 0px;
}

.tagbanner{
	z-index: 1;
    background-color: #50C878 ;

 right: 0px;
 
    color: white;
   font-weight: bold;
   top: 40%;
    padding-left: 20px;
    padding-right: 20px;
        position: absolute;
    
   text-align: right;

    
   }

   .wishlist-item {
		display: inline; cursor: pointer;
		
		margin-left: 5px;
   }

.section-see-all {
	display: inline-block;
	margin-left: 12px;
	font-size: 0.8em;
	font-weight: 700;
	text-decoration: underline;
	white-space: nowrap;
}

.shoprow {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

.shoprow > [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}

.shoprow .col-12 {
	display: flex;
	align-items: baseline;
	padding-top: 0;
	padding-bottom: 0;
}

.shoprow h4 {
	float: none !important;
	margin-top: 2px;
	margin-bottom: 12px;
}

.shopcol.mb-4,
.shopcol[class*="mb-"] {
	margin-bottom: 5px !important;
}

.shopcol[class*="px-"] {
	padding-left: 1px !important;
	padding-right: 1px !important;
}

/* Leftover element before image — replaced by favorite-btn in artist row */
.wishlist-item {
	display: none;
}

/* Equal inner padding top and bottom inside product cards */
.card-inner {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
}

#shopsearch {
	padding-bottom: 0 !important;
	margin-bottom: 0;
}

#settings > hr:first-child {
	margin-bottom: 15px;
}

article.post hr {
	margin-top: 20px;
	margin-bottom: 20px;
}