@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, button, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

fieldset, img {
	border: 0;
}

img, object, embed {
	vertical-align: bottom;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

q:before, q:after {
	content: '';
}

a * {
	cursor: pointer;
}

input, textarea {
	outline: none;
	resize: none;
	padding: 5px;
}

input,
button {
	background-color: transparent;
	border: none;
	outline: none;
	font-family: inherit;
}

button {
	cursor: pointer;
}

html {
	height: 100%;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font: 500 14px/1.4 "Roboto", sans-serif;
	height: 100%;
	min-width: 320px;
	position: relative;
}
/*
body.loader::before, body.loader::after {
	opacity: 1;
	visibility: visible;
}

body::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 991;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
}

body::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 991;
	margin: auto;
	width: 38px;
	height: 38px;
	border: 3px solid #FD1A6F;
	border-bottom-color: transparent;
	border-radius: 50%;
	animation: loaderSpinner 1s linear infinite;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
}
*/
body.open-menu .header-menu,
body.open-menu .mask {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	visibility: visible;
}

body.open-menu .hamburger::before, body.open-menu .hamburger::after {
	top: 50%;
	left: 50%;
	width: 31px;
}

body.open-menu .hamburger::after {
	transform: rotate(-45deg) translate3d(-50%, -50%, 0);
}

body.open-menu .hamburger::before {
	transform: rotate(45deg) translate3d(-50%, -50%, 0);
}

body.open-menu .hamburger span {
	display: none;
}

body.scroll-locked {
	height: 100%;
	overflow: hidden;
	position: fixed;
	width: 100%;
}

@media screen and (max-width: 768px) {
	body.switcher .mobile-switcher .text::before {
		content: attr(data-attr-dark);
	}
}

@media screen and (max-width: 480px) {
	body.show-search .header-search {
		top: 50%;
		visibility: visible;
		opacity: 1;
	}
}

@media screen and (max-width: 480px) {
	body.show-search .button-action-search .search-icon {
		display: none;
	}
	body.show-search .button-action-search .close-icon {
		display: flex;
	}
}

@media screen and (max-width: 480px) {
	body.show-search .logo {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
}

@media screen and (max-width: 480px) {
	body.show-search .wrap-hamburger {
		visibility: hidden;
		opacity: 0;
	}
}

@keyframes loaderSpinner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.main {
	margin-top: 30px;
}

@media screen and (max-width: 480px) {
	.main {
		margin-top: 20px;
	}
}

.section {
	margin-top: 25px;
}

.section:first-child {
	margin-top: 0;
}

a {
	color: #2600ff;
	text-decoration: none;
}

input {
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
}

* {
	outline: none;
}

* {
	box-sizing: border-box;
}

*:before, *:after {
	box-sizing: border-box;
}

* ::-moz-selection {
	background: #2600ff;
	color: #fff;
}

* ::selection {
	background: #2600ff;
	color: #fff;
}

button {
	font-size: inherit;
	font-family: inherit;
}

.wrapper {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	min-height: 100vh;
}

.container {
	margin: 0 auto;
	max-width: 1810px;
	padding: 0 30px;
	width: 100%;
}

@media screen and (max-width: 991px) {
	.container {
		padding: 0 15px;
	}
}

@media screen and (max-width: 860px) {
	.container {
		padding: 0 10px;
	}
}

.svg-icon {
	display: inline-block;
	vertical-align: top;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.header {
	border-bottom: solid 1px #FD1A6F;
}

.header-holder {
	display: flex;
	align-items: center;
	position: relative;
}

@media screen and (max-width: 480px) {
	.header-holder {
		justify-content: space-between;
	}
}

.header-menu {
	bottom: 0;
	left: 0;
	top: 80px;
	max-width: 280px;
	opacity: 0;
	padding: 20px;
	padding-bottom: 10px;
	overflow-y: auto;
	position: fixed;
	transform: translate3d(-100%, 0, 0);
	transition: transform .3s,opacity .3s,visibility .3s;
	visibility: hidden;
	width: 100%;
	z-index: 100;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	flex-shrink: 1;
}

.mask {
	position: fixed;
	bottom: 0;
	left: 0;
	opacity: 0;
	right: 0;
	top: 80px;
	transition: transform .4s, visibility .4s, opacity .4s;
	visibility: hidden;
	z-index: 99;
	-webkit-backdrop-filter: blur(4.5px);
	        backdrop-filter: blur(4.5px);
}

.header-nav {
	flex-grow: 1;
	flex-shrink: 1;
}

.header-nav .item {
	margin-bottom: 50px;
}

.header-nav .item:last-child {
	margin-bottom: 0;
}

.header-nav .item.active a {
	color: #FD1A6F;
}

.header-nav a {
	text-transform: uppercase;
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.header-nav a:hover {
		color: #FD1A6F;
	}
}

.bottom-menu {
	display: none;
	flex-grow: 0;
	flex-shrink: 0;
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	.bottom-menu {
		display: block;
	}
}

.mobile-switcher {
	display: flex;
	align-items: center;
}

.mobile-switcher svg {
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 10px;
	font-size: 40px;
	padding: 5px;
	border-radius: 3px;
}

.mobile-switcher .text {
	text-transform: uppercase;
	flex-grow: 1;
	flex-shrink: 1;
}

.mobile-switcher .text::before {
	content: attr(data-attr-light);
	font-weight: 500;
	font-family: inherit;
	text-transform: uppercase;
	font-size: 14px;
}

.wrap-hamburger {
	display: flex;
	align-items: center;
	margin-right: 20px;
}

@media screen and (max-width: 991px) {
	.wrap-hamburger {
		margin-right: 15px;
	}
}

.text-mobile {
	color: #FD1A6F;
	font-size: 20px;
	font-weight: 700;
	margin-top: 20px;
}

.hamburger {
	height: 24px;
	position: relative;
	width: 24px;
	opacity: 1;
	transform: translateZ(0);
	transition: opacity .3s,visibility .3s,transform .3s;
	visibility: visible;
}

@media screen and (min-width: 1025px) {
	.hamburger:hover::after, .hamburger:hover::before,
	.hamburger:hover span {
		background: #8033fd;
	}
}

.hamburger::after, .hamburger::before,
.hamburger span {
	content: '';
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	border-radius: 10px;
	transform-origin: top left;
	transition: background .3s;
}

.hamburger::before {
	top: 0;
}

.hamburger::after {
	bottom: 0;
}

.hamburger span {
	top: 50%;
	transform: translate3d(0, -50%, 0);
}

.logo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 12px 0;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 20px;
}

@media screen and (max-width: 991px) {
	.logo {
		margin-right: 15px;
	}
}

.logo img {
	max-width: 100%;
}

.theme-switcher {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 24px;
	padding: 8px;
	margin-right: 20px;
	border-radius: 3px;
	transition: color .3s;
}

@media screen and (min-width: 1025px) {
	.theme-switcher:hover {
		color: #8033fd;
	}
}

@media screen and (max-width: 991px) {
	.theme-switcher {
		margin-right: 15px;
	}
}

@media screen and (max-width: 768px) {
	.theme-switcher {
		display: none;
	}
}

.wrap-search, .header-search {
	display: flex;
	align-items: center;
}

.header-search {
	flex-grow: 1;
	flex-shrink: 1;
	align-self: center;
	width: 100%;
	justify-content: center;
}

@media screen and (max-width: 480px) {
	.header-search {
		padding-right: 34px;
		position: absolute;
		right: 0;
		top: 80%;
		left: 0;
		z-index: 3;
		opacity: 0;
		visibility: hidden;
		transform: translate3d(0, -50%, 0);
		transition: opacity .3s, visibility .3s, top .3s;
	}
}

.wrap-action-search {
	align-items: center;
	display: none;
	justify-content: center;
	position: relative;
	font-size: 24px;
	flex-grow: 0;
	flex-shrink: 0;
	justify-content: end;
	margin-left: 10px;
}

@media screen and (max-width: 480px) {
	.wrap-action-search {
		display: flex;
	}
}

.wrap-action-search .close-icon {
	display: none;
}

.wrap-search {
	border-radius: 3px;
	width: 100%;
	max-width: 740px;
}

.search-input {
	width: 100%;
	padding: 12px 0 12px 20px;
}

.search-btn {
	display: flex;
	align-items: center;
	padding: 10px 20px 10px 10px;
	transition: color .3s;
	color: #FD1A6F;
	font-size: 20px;
}

@media screen and (min-width: 1025px) {
	.search-btn:hover {
		color: #8033fd;
	}
}

.header-text {
	flex-grow: 0;
	flex-shrink: 0;
	color: #FD1A6F;
	font-weight: 700;
	font-size: 30px;
	align-self: center;
	margin-left: 20px;
}

@media screen and (max-width: 991px) {
	.header-text {
		margin-left: 15px;
		font-size: 26px;
	}
}

@media screen and (max-width: 768px) {
	.header-text {
		display: none;
	}
}

.headline {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.headline.second {
	margin-bottom: 14px;
}

@media screen and (max-width: 568px) {
	.headline.second {
		margin-bottom: 10px;
	}
}

.headline .title {
	color: #FD1A6F;
	font-size: 24px;
	font-weight: 700;
	flex-grow: 1;
	line-height: 1.2;
	flex-shrink: 1;
}

@media screen and (max-width: 568px) {
	.headline .title {
		font-size: 20px;
	}
}

@media screen and (max-width: 374px) {
	.headline .title {
		font-size: 18px;
	}
}

.link-all {
	flex-grow: 0;
	flex-shrink: 0;
	border-radius: 3px;
	margin-left: 10px;
	font-size: 12px;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
	.link-all:hover {
		background: #FD1A6F;
		color: #fff;
	}
}

.drop-sort {
	flex-grow: 0;
	flex-shrink: 0;
	margin-left: 10px;
	position: relative;
}

.drop-sort.show .drop-hidden {
	opacity: 1;
	visibility: visible;
}

.drop-sort.show .action-btn {
	background: #FD1A6F;
	color: #fff;
}

.drop-sort.show .action-btn svg {
	transform: rotate(180deg);
}

.drop-sort .item {
	padding: 5px;
	width: 100%;
	cursor: pointer;
	transition: color .3s,background .3s;
	display: block;
    color: #000;
}

@media screen and (min-width: 1025px) {
	.drop-sort .item:hover {
		background: #FD1A6F;
		color: #fff;
	}
}

.action-btn {
	display: flex;
	align-items: center;
	border-radius: 3px;
	padding: 11px 20px;
	font-size: 12px;
	line-height: 1.17;
	transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
	.action-btn:hover {
		background: #FD1A6F;
		color: #fff;
	}
}

.action-btn .text {
	margin-right: 10px;
}

.action-btn svg {
	font-size: 10px;
	flex-grow: 0;
	flex-shrink: 0;
	transition: transform .3s;
}

.drop-hidden {
	max-height: 300px;
	overflow-y: auto;
	position: absolute;
	width: 100%;
	z-index: 10;
	top: calc(100% + 5px);
	border-radius: 0 0 3px 3px;
	overflow: hidden;
	transition: visibility .3s, opacity .3s;
	visibility: hidden;
	opacity: 0;
}

.top-list {
	display: flex;
	margin: -5px;
	flex-wrap: wrap;
	padding-bottom: 25px;
}

@media screen and (max-width: 480px) {
	.top-list {
		white-space: nowrap;
		flex-wrap: nowrap;
		overflow-x: auto;
	}
}

.top-list::-webkit-scrollbar {
	width: 0;
	height: 0;
	padding: 0;
}

.top-list .item {
	padding: 5px;
}

.top-list .item.hidden {
	display: none;
}

.top-list a {
	padding: 9px 10px;
	line-height: 1.29;
	display: flex;
	align-items: center;
	border-radius: 3px;
	transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
	.top-list a:hover {
		background: #FD1A6F;
		color: #fff;
	}
}

.top-list a.second {
	background: #470CA6;
	color: #fff;
}

@media screen and (min-width: 1025px) {
	.top-list a.second:hover {
		background: #FD1A6F;
	}
}

.button-more-list {
	min-width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	cursor: pointer;
	border-radius: 3px;
	transition: color .3s, background .3s;
	font-weight: 500;
}

@media screen and (min-width: 1025px) {
	.button-more-list:hover {
		background: #FD1A6F;
		color: #fff;
	}
}

.button-more-list::before {
	content: '+';
}

.button-more-list.active::before {
	content: '-';
}

.main-grid,
.grid-secondary {
	display: flex;
	flex-wrap: wrap;
	margin: -10px -5px;
}

.item-secondary,
.item-card {
	width: 14.28%;
	padding: 10px 5px;
}

@media screen and (max-width: 991px) {
	.item-secondary {
		width: 16.666%;
	}
}

@media screen and (max-width: 768px) {
	.item-secondary {
		width: 20%;
	}
}

@media screen and (max-width: 568px) {
	.item-secondary {
		width: 25%;
	}
}

@media screen and (max-width: 480px) {
	.item-secondary {
		width: 33.33%;
	}
}

@media screen and (max-width: 414px) {
	.item-secondary {
		width: 50%;
	}
}

@media screen and (max-width: 1024px) {
	.item-card {
		width: 16.666%;
	}
}

@media screen and (max-width: 991px) {
	.item-card {
		width: 20%;
	}
}

@media screen and (max-width: 640px) {
	.item-card {
		width: 25%;
	}
}

@media screen and (max-width: 568px) {
	.item-card {
		width: 33.33%;
	}
}

@media screen and (max-width: 414px) {
	.item-card {
		width: 50%;
	}
}

.grid-item {
    width: 20%;
    padding: 5px;
}

@media screen and (max-width: 1024px) {
	.grid-item {
		width: 25%;
	}
}

@media screen and (max-width: 768px) {
	.grid-item {
		width: 33.333%;
	}
}

@media screen and (max-width: 568px) {
	.grid-item {
		width: 100%;
	}
	.related-videos .grid-item {
	width: 50%;
	}
}

@media screen and (max-width: 414px) {
	.grid-item {
		width: 100%;
	}
	.related-videos .grid-item {
	width: 50%;
	}
}

@media screen and (min-width: 1025px) {
	.item-secondary a:hover .title,
	.item-secondary a:hover .title-text,
	.grid-item a:hover .title,
	.grid-item a:hover .title-text,
	.item-card a:hover .title,
	.item-card a:hover .title-text {
		color: #fb005c;
	}
	.item-secondary a:hover img,
	.grid-item a:hover img,
	.item-card a:hover img {
		transform: scale(1.02);
	}
}

.card-box .title {
	-webkit-line-clamp: 2;
	margin-top: 8px;
}

.card-box .title.secondary {
	-webkit-line-clamp: 1;
}

.card-box .title,
.card-box .title-text {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color .3s;
	font-weight: 400;
	font-size: clamp(0.8rem, 2vw + 1rem, 0.9rem);
}

.card-box .image,
.card-box .image-wrap,
.card-box .img {
	position: relative;
	height: auto;
	width: 100%;
}

.card-box .image {
	padding-bottom: 56.5%;
}

.card-box .image-wrap {
	padding-bottom: 149%;
}

.card-box .img {
	padding-bottom: 100%;
}

.card-box img {
	/*border-radius: 3px;*/
	bottom: 0;
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	right: 0;
	overflow: hidden;
	top: 0;
	width: 100%;
	transition: transform .3s;
}

.card-box .wrap {
	position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    top: 10px;
    right: 10px;
}

.card-box .duration,
.card-box .quality {
	padding: 2px 5px;
	line-height: 1.17;
	margin-left: 2px;
	border-radius: 2px;
	font-size: 12px;
	-webkit-backdrop-filter: blur(4.5px);
	        backdrop-filter: blur(4.5px);
}

.card-box .duration:first-child,
.card-box .quality:first-child {
	margin-left: 0;
}

.card-box .duration {
	font-weight: 400;
}

.card-box .quality {
	background: rgba(253, 26, 111, 0.7);
	font-weight: 600;
}

.card-box .info {
	display: flex;
	align-items: center;
	padding: 3px 5px;
	line-height: 1.17;
	border-radius: 3px;
}

@media screen and (max-width: 480px) {
	.card-box .info {
		display: none;
	}
}

.card-box .info svg {
	flex-grow: 0;
	font-size: 12px;
	flex-shrink: 0;
	margin-right: 5px;
}

.card-box .info .text {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: -0.24px;
}

.wrap-info {
	display: flex;
	align-items: center;
	margin-top: 8px;
}

.wrap-info .statistic {
	flex-grow: 0;
	flex-shrink: 0;
	margin-left: 10px;
	color: #888;
	display: flex;
}

.wrap-info .text {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: -0.24px;
}

.wrap-info svg {
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 14px;
	margin-right: 5px;
}

.title-text {
	flex-grow: 1;
	flex-shrink: 1;
	-webkit-line-clamp: 1;
}

.statistics-list {
	padding-top: 8px;
	display: flex;
	margin: -2px -5px;
	flex-wrap: wrap;
}

.statistics-list .item {
	padding: 2px 5px;
	color: #888;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
}

.statistics-list svg {
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 5px;
	display: flex;
	align-items: center;
}

.statistics-list .info-link {
	display: flex;
	align-items: center;
	transition: color .3s;
}

.statistics-list .duration {
	font-weight: 600;
}

@media screen and (min-width: 1025px) {
	.statistics-list .info-link:hover {
		color: #fb005c;
	}
}

.pagination-list {
	display: flex;
	margin-top: 30px;
	justify-content: center;
}

.pagination-list .list {
	display: flex;
}

.pagination-list .list .item {
	margin-left: 5px;
}

@media screen and (max-width: 860px) {
	.pagination-list .list .item {
		display: none;
	}
}

.pagination-list .list .item:first-child {
	margin: 0;
}

@media screen and (max-width: 860px) {
	.pagination-list .list .item.active {
		display: block;
		margin: 0;
	}
}

.pagination-list .list .item.active a {
	border-radius: 3px;
	pointer-events: none;
}

.pagination-list a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	height: 40px;
	border-radius: 3px;
	transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
	.pagination-list a:hover {
		background: #FD1A6F;
		color: #fff;
	}
}

.pagination-list .item.pager {
	display: flex;
	align-items: center;
}

.pagination-list .item.pager svg {
	font-size: 10px;
}

.pagination-list .item.pager a {
	padding: 10px 20px;
}


@media screen and (max-width: 480px) {
	.pagination-list .item.pager a {
		padding: 10px 15px;
	}

}

.pagination-list .item.pager:first-child {
	margin-right: 20px;
}

.pagination-list .item.pager:first-child .text {
	margin-left: 10px;
}

.pagination-list .item.pager:last-child {
	margin-left: 20px;
}

.pagination-list .item.pager:last-child .text {
	margin-right: 10px;
}

@media screen and (max-width: 480px) {
	.pagination-list .item .text {
		display: none;
	}
}

.pagination-list .dots span {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 40px;
	height: 100%;
}

.description p {
	margin-bottom: 15px;
	font-weight: 400;
	color: #6D7379;
}

.description p:last-child {
	margin-bottom: 0;
}

.twocolumns {
	display: flex;
}

@media screen and (max-width: 860px) {
	.twocolumns {
		flex-direction: column;
	}
}

.twocolumns .column {
	flex-grow: 1;
	flex-shrink: 1;
}

.twocolumns .column.second {
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 360px;
	margin-left: 20px;
}

@media screen and (max-width: 1160px) {
	.twocolumns .column.second {
		max-width: 300px;
	}
}

@media screen and (max-width: 991px) {
	.twocolumns .column.second {
		max-width: 250px;
		margin-left: 10px;
	}
}

@media screen and (max-width: 860px) {
	.twocolumns .column.second {
		display: none;
	}
}

.video-player {
	position: relative;
	height: auto;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 56.4%;
	cursor: pointer;
}

@media screen and (min-width: 1025px) {
	.video-player:hover .player-btn {
		color: #fb005c;
	}
}

.video-player img {
	border-radius: 3px;
	bottom: 0;
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	right: 0;
	overflow: hidden;
	top: 0;
	width: 100%;
}

.player-btn {
	position: absolute;
	z-index: 10;
	top: 50%;
	line-height: 1;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	font-size: 100px;
	opacity: .8;
	transition: color .3s;
}

@media screen and (max-width: 374px) {
	.player-btn {
		font-size: 60px;
	}
}

.video-tool {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
	flex-wrap: wrap;
	margin: -5px;
}

@media screen and (max-width: 480px) {
	.video-tool {
		border-bottom: none;
		padding-bottom: 0;
	}
}

.column-tool {
	padding: 5px;
}

@media screen and (max-width: 568px) {
	.column-tool {
		width: 100%;
	}
}

.reaction-block {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 401px) {
	.reaction-block {
		flex-direction: column-reverse;
	}
}

.reaction-block .statistics-list {
	padding-top: 0;
}

.reaction-block .statistics-list .item {
	font-size: 14px;
}

.reaction-block .statistics-list svg {
	font-size: 16px;
}

.reaction {
	display: flex;
	align-items: center;
	margin: -3px;
	padding-right: 20px;
	position: relative;
}

.voters {
	position: absolute;
	top: -15%;
}

.hidden {
	display: none;
}

@media screen and (max-width: 401px) {
	.reaction {
		padding: 10px 0 0;
	}
}

.reaction .item {
	padding: 3px;
}

.reaction .item:last-child {
	margin-right: 0;
}

.btn-reaction {
	display: flex;
	align-items: center;
	padding: 10px;
	color: #888;
	border-radius: 3px;
	transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
	.btn-reaction:hover {
		color: #fff;
		background: #FD1A6F;
	}
}

.btn-reaction svg {
	font-size: 20px;
	flex-grow: 0;
	flex-shrink: 0;
}

.btn-reaction .text {
	margin-left: 10px;
}

.tool-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: -3px;
}

.tool-list .item {
	padding: 3px;
}

.tool-list .item:last-child {
	margin-right: 0;
}

.tool-list .item.active .tools-button {
	color: #fff;
	background: #8033fd;
}

@media screen and (max-width: 568px) {
	.tool-list .item {
		width: 20%;
	}
	.tool-list .item.album {
		width: 25%;
	}
}

.tools-button {
	display: flex;
	justify-content: center;
	border-radius: 3px;
	padding: 10px 20px;
	transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
	.tools-button:hover {
		color: #fff;
		background: #FD1A6F;
	}
}

.tools-button svg {
	font-size: 20px;
	flex-grow: 0;
	flex-shrink: 0;
}

.tools-button .text {
	margin-left: 7px;
}

@media screen and (max-width: 568px) {
	.tools-button .text {
		display: none;
	}
}

.tab-content {
	display: none;
	margin-top: 20px;
}

@media screen and (max-width: 480px) {
	.tab-content {
		margin-top: 15px;
	}
}

.tab-content.selected {
	display: block;
}

.video-tag {
	margin: -10px;
}

@media screen and (max-width: 480px) {
	.video-tag {
		margin: -5px;
	}
}

.video-tag .row {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
}

@media screen and (max-width: 480px) {
	.video-tag .row {
		padding: 5px;
	}
}

.video-tag .cols {
	margin: -5px;
	display: flex;
	flex-wrap: wrap;
}

.video-tag .col {
	padding: 5px;
	display: flex;
	flex-wrap: wrap;
}

.video-tag .tag {
	display: flex;
	align-items: center;
	margin: -5px;
	flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
	.video-tag .tag {
		margin: -3px -5px;
	}
}

.video-tag .item {
	padding: 5px;
}

@media screen and (max-width: 480px) {
	.video-tag .item {
		padding: 3px 5px;
	}
}

.video-tag .link {
	display: flex;
	padding: 8px 10px;
	border-radius: 3px;
	transition: color .3s, background .3s;
}

@media screen and (min-width: 1025px) {
	.video-tag .link:hover {
		color: #fff;
		background: #FD1A6F;
	}
}

.title-group {
	padding: 5px;
}

@media screen and (max-width: 480px) {
	.title-group {
		padding: 3px 5px;
	}
}

.comment-box {
	max-width: 980px;
}

.headline-comment {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

@media screen and (max-width: 374px) {
	.headline-comment {
		margin-bottom: 15px;
		justify-content: space-between;
	}
}

.headline-comment .title {
	color: #FD1A6F;
	font-size: 24px;
	font-weight: 700;
}

@media screen and (max-width: 374px) {
	.headline-comment .title {
		font-size: 20px;
	}
}

.add-comment {
	margin-left: 20px;
	flex-grow: 0;
	flex-shrink: 0;
}

.add-comment::before {
	content: attr(data-attr-static);
}

.add-comment,
.submit-btn,
.violation-submit {
	border-radius: 3px;
	background: #FD1A6F;
	color: #fff;
	display: flex;
	font-weight: 500;
	padding: 12px 20px;
	transition: color .3s, background .3s;
	cursor: pointer;
}

@media screen and (min-width: 1025px) {
	.add-comment:hover,
	.submit-btn:hover,
	.violation-submit:hover {
		color: #fff;
		background: #8033fd;
	}
}

.wrap-comment-field.show .comment-field {
	display: block;
}

.wrap-comment-field.show .add-comment::before {
	content: attr(data-attr-show);
}

.comment-field {
	display: none;
	margin-bottom: 30px;
}

.comment-field.show {
	display: block;
}

.comment-field .row {
	margin-bottom: 10px;
}

.comment-field .row:last-child {
	margin-bottom: 0;
}

.comment-field .textarea {
	border-radius: 3px;
	width: 100%;
	height: 90px;
	outline: none;
	resize: none;
	padding: 10px;
}

.wrap-input {
	max-width: 360px;
}

.wrap-input .input {
	width: 100%;
	border-radius: 3px;
	padding: 11px 10px;
	line-height: 1.15;
}

.user-ava {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 100%;
	margin-right: 8px;
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 19px;
	color: #888;
}

.comments .item {
	margin-bottom: 30px;
}

.comments .item:last-child {
	margin-bottom: 0;
}

.comments .box {
	display: flex;
}

.comments .name {
	transition: color .3s;
}

.comments .date {
	display: flex;
	align-items: center;
	margin-left: 10px;
	flex-grow: 0;
	flex-shrink: 0;
}

.comments .date svg {
	font-size: 14px;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 4px;
	color: #888;
}

.comments .detail {
	color: #888;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: -0.24px;
}

.comments .text {
	color: #888;
	margin-top: 3px;
	font-weight: 400;
}

.headline-info {
	display: flex;
	align-items: center;
}

.share-field {
	max-width: 980px;
}

.share-field .item {
	margin-bottom: 20px;
}

.share-field .item:last-child {
	margin-bottom: 0;
}

.label-share .text {
	margin-bottom: 4px;
}

.label-share .input {
	width: 100%;
	border-radius: 3px;
	padding: 11px 10px;
	line-height: 1.15;
}

.screenshots-field {
	display: flex;
	margin: -5px;
	flex-wrap: wrap;
}

@media screen and (max-width: 411px) {
	.screenshots-field {
		margin: -2px;
	}
}

.screenshots-field .item {
	padding: 5px;
	width: 33.33%;
}

@media screen and (max-width: 568px) {
	.screenshots-field .item {
		width: 50%;
	}
}

@media screen and (max-width: 411px) {
	.screenshots-field .item {
		width: 100%;
		padding: 3px;
	}
}

.screenshots-field img {
	max-width: 100%;
	width: 100%;
	border-radius: 3px;
	object-fit: cover;
}

.box-inner {
	display: flex;
	align-items: center;
	margin: -10px;
}

@media screen and (max-width: 480px) {
	.box-inner {
		flex-direction: column;
		margin: -5px;
	}
}

.box-inner .col {
	padding: 10px;
	width: 50%;
}

@media screen and (max-width: 480px) {
	.box-inner .col {
		width: 100%;
		padding: 5px;
	}
}

.box-inner .text {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 8px;
}

.radio-block {
	margin: -4px;
}

@media screen and (max-width: 480px) {
	.radio-block {
		margin: -2px;
	}
}

.radio-block .item {
	padding: 4px;
}

@media screen and (max-width: 480px) {
	.radio-block .item {
		padding: 2px;
	}
}

.label-choice {
	display: inline-flex;
}

.radio-info {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	position: relative;
	flex-grow: 1;
	flex-shrink: 1;
	padding-left: 40px;
}

.radio-info::before {
	position: absolute;
	content: '';
	width: 16px;
	height: 16px;
	border-radius: 100%;
	left: 0;
	top: 50%;
	transform: translate3d(0, -50%, 0);
}

.input-choice:checked + .radio-info::before {
	border: 5px solid #FD1A6F;
}

.block-textarea {
	display: flex;
	flex-direction: column;
}

.field-label span {
	display: block;
	margin-bottom: 5px;
}

.field-label .textarea {
	border-radius: 3px;
	resize: none;
	height: 100px;
	border: none;
	outline: none;
	width: 100%;
	padding: 10px;
}

.violation-submit {
	margin-top: 15px;
}

@media screen and (max-width: 480px) {
	.violation-submit {
		margin-top: 10px;
	}
}

.aside-adv {
	border-radius: 3px;
	padding: 15px 30px 30px;
}

@media screen and (max-width: 1160px) {
	.aside-adv {
		padding: 15px;
	}
}

.aside-adv .title {
	color: #888;
	text-align: center;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 3.6px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.adv-block .item {
	margin-bottom: 20px;
}

.adv-block .item:last-child {
	margin-bottom: 0;
}

.adv-block a {
	display: block;
}

.adv-block img {
	display: block;
	border-radius: 3px;
	max-width: 100%;
}

.headline-tabs {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: auto;
}

.headline-tabs::-webkit-scrollbar {
	width: 0;
	padding: 0;
	height: 0;
}

.headline-tabs .item {
	margin-right: 30px;
}

@media screen and (max-width: 480px) {
	.headline-tabs .item {
		margin-right: 20px;
	}
}

.headline-tabs .item:last-child {
	margin-right: 0;
}

.headline-tabs .item.active .link-action {
	color: #FD1A6F;
}

.link-action {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	transition: color .3s;
	cursor: pointer;
}

@media screen and (max-width: 480px) {
	.link-action {
		font-size: 20px;
	}
}

@media screen and (min-width: 1025px) {
	.link-action:hover {
		color: #8033fd;
	}
}

.tabs-content {
	display: none;
}

.tabs-content.selected {
	display: block;
}

.general-info {
	display: flex;
	padding: 20px 0;
}

@media screen and (max-width: 768px) {
	.general-info {
		flex-direction: column;
	}
}

.general-img {
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 20px;
	max-width: 240px;
	overflow: hidden;
	border-radius: 3px;
	width: 100%;
	position: relative;
}

@media screen and (max-width: 768px) {
	.general-img {
		margin: 0 auto 10px auto;
	}
}

@media screen and (max-width: 480px) {
	.general-img {
		max-width: 100%;
	}
}

.general-img img {
	height: auto;
	display: block;
	width: 100%;
	max-width: 100%;
}

.alfabet {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: -3px;
	padding-bottom: 20px;
}

@media screen and (max-width: 480px) {
	.alfabet {
		margin: -5px;
	}
}

.alfabet .item {
	padding: 3px;
}

@media screen and (max-width: 480px) {
	.alfabet .item {
		padding: 5px;
	}
}

.alfabet .item:first-child .link {
	text-transform: capitalize;
}

.alfabet .item.active {
	pointer-events: none;
}

.alfabet .link {
	padding: 10px 5px;
	justify-content: center;
	text-transform: uppercase;
	height: 40px;
	min-width: 40px;
	display: flex;
	border-radius: 3px;
	transition: color .3s, background .3s;
	cursor: pointer;
}

@media screen and (min-width: 1025px) {
	.alfabet .link:hover {
		background: #FD1A6F;
		color: #fff;
	}
}

.general-content {
	border-radius: 3px;
	padding: 30px;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.general-content {
		padding: 20px;
	}
}

.general-headline {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
	.general-headline {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 374px) {
	.general-headline {
		flex-direction: column;
		align-items: flex-start;
	}
}

.general-headline .statistics-list {
	padding: 0;
	margin-left: 20px;
	flex-grow: 0;
	flex-shrink: 0;
}

@media screen and (max-width: 480px) {
	.general-headline .statistics-list {
		margin-left: 10px;
	}
}

.general-headline .title {
	color: #FD1A6F;
	font-size: 24px;
	font-weight: 700;
}

@media screen and (max-width: 480px) {
	.general-headline .title {
		font-size: 20px;
	}
}

@media screen and (max-width: 374px) {
	.general-headline .title {
		font-size: 18px;
	}
}

.wrap-title {
	display: flex;
	flex-grow: 1;
	flex-shrink: 1;
}

.link-visit {
	flex-grow: 0;
	flex-shrink: 0;
	margin-left: 10px;
	display: flex;
	color: #fff;
	background: #FD1A6F;
	padding: 10px 20px;
	line-height: 1.15;
	border-radius: 3px;
	transition: background .3s;
	cursor: pointer;
}

.link-visit.disabled {
	display: none;
}

@media screen and (min-width: 1025px) {
	.link-visit:hover {
		background: #8033fd;
	}
}

@media screen and (max-width: 374px) {
	.link-visit {
		margin: 10px 0 0;
	}
}

.general-list {
	-moz-column-count: 3;
	     column-count: 3;
	margin-bottom: 10px;
	width: 100%;
}

@media screen and (max-width: 991px) {
	.general-list {
		-moz-column-count: 2;
		     column-count: 2;
	}
}

@media screen and (max-width: 410px) {
	.general-list {
		font-size: 12px;
	}
}

@media screen and (max-width: 374px) {
	.general-list {
		-moz-column-count: 1;
		     column-count: 1;
	}
}

.general-list .item {
	font-weight: 400;
	display: flex;
	margin-bottom: 24px;
}

.general-list .item:last-child {
	margin-bottom: 0;
}

.general-list .name {
	color: #888;
	margin-right: 2px;
}

.general-description {
	color: #888;
	font-weight: 400;
}

.general-description p {
	margin-bottom: 10px;
}

.general-description p:last-child {
	margin-bottom: 0;
}

.button-more {
	display: flex;
	border-radius: 3px;
	padding: 11px 20px;
	font-size: 12px;
	margin-top: 10px;
	border-radius: 3px;
	transition: color .3s, background .3s;
}

.button-more::before {
	content: attr(data-attr-more);
	font-weight: 500;
}

.button-more.show::before {
	content: attr(data-attr-less);
}

@media screen and (min-width: 1025px) {
	.button-more:hover {
		color: #fff;
		background: #FD1A6F;
	}
}
/*
.gallery-grid {
	display: flex;
	flex-wrap: wrap;
	margin: -5px;
	padding-bottom: 15px;
}

.gallery-grid .item-img {
	padding: 5px;
	width: 20%;
}

@media screen and (max-width: 1360px) {
	.gallery-grid .item-img {
		width: 25%;
	}
}

@media screen and (max-width: 640px) {
	.gallery-grid .item-img {
		width: 33.333%;
	}
}

@media screen and (max-width: 411px) {
	.gallery-grid .item-img {
		width: 50%;
	}
}

.gallery-link {
	display: block;
	height: auto;
	padding-bottom: 148.5%;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

@media screen and (min-width: 1025px) {
	.gallery-link:hover::before {
		opacity: 1;
	}
}

.gallery-link::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border: 2px solid #FD1A6F;
	border-radius: 3px;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity .3s;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
	box-sizing: border-box;
	z-index: 1;
}

.gallery-link img {
	border-radius: 3px;
	bottom: 0;
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	right: 0;
	overflow: hidden;
	top: 0;
	width: 100%;
	transition: transform .3s;
}
*/
.footer {
	margin-top: auto;
	padding-top: 50px;
}

@media screen and (max-width: 480px) {
	.footer {
		padding-top: 30px;
	}
}

.footer-adv {
	padding-bottom: 50px;
}

@media screen and (max-width: 480px) {
	.footer-adv {
		padding-bottom: 30px;
	}
}

.spot-box {
	padding: 10px 40px 40px;
	border-radius: 3px;
	background: linear-gradient(138deg, #FD1A6F 0%, #470CA5 100%), linear-gradient(225deg, #FD1A6F 0%, #A4003D 100%), #FFF;
}

.spot-box .title {
	color: #FFF;
	text-align: center;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 3.6px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.spot {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: -10px;
}

@media screen and (max-width: 1820px) {
	.spot {
		justify-content: space-around;
	}
}

.spot .item {
	padding: 10px;
}

@media screen and (max-width: 1820px) {
	.spot .item:last-child {
		display: none;
	}
}

@media screen and (max-width: 1743px) {
	.spot .item:nth-child(4) {
		display: none;
	}
}

@media screen and (max-width: 1424px) {
	.spot .item:nth-child(3) {
		display: none;
	}
}

@media screen and (max-width: 748px) {
	.spot .item:nth-child(2) {
		display: none;
	}
}

.spot a {
	display: block;
}

.spot img {
	max-width: 100%;
	border-radius: 3px;
}

.footer-holder {
	padding: 30px 0;
	border-top: solid 1px #FD1A6F;
}

.footer-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 0;
	margin-bottom: 25px;
	flex-shrink: 0;
	vertical-align: top;
}

.footer-logo img {
	max-width: 100%;
}

.footer-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: -10px -25px;
	padding-bottom: 25px;
}

@media screen and (max-width: 480px) {
	.footer-list {
		margin: -8px;
		justify-content: space-between;
	}
}

@media screen and (max-width: 374px) {
	.footer-list {
		justify-content: center;
	}
}

.footer-list .item {
	padding: 10px 25px;
}

@media screen and (max-width: 480px) {
	.footer-list .item {
		padding: 8px;
	}
}

.footer-list a {
	color: #000000;
	transition: color .3s;
	text-transform: uppercase;
}

@media screen and (min-width: 1025px) {
	.footer-list a:hover {
		color: #fb005c;
	}
}

.footer-text,
.copyright {
	color: #6D7379;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
}

.footer-text {
	margin-bottom: 25px;
}

.top {
	display: flex;
	justify-content: center;
	width: 100%;
    margin-bottom: 25px;
}

.no-thumb {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 5px;
	border-radius: 10px;
	background: #A4003D;
	color: #fff;
}

.page-error {
	text-align: center;
	font-size: 40px;
	color: #fb005c;
}

.captcha-control .image {
	margin-bottom: 10px;
}

.captcha-control .image img {
	margin-bottom: 10px;
}

.autocomplete-suggestions {
	background: #fff;
    padding: 20px;
    overflow-x: hidden;
    display: grid;
    justify-content: stretch;
    align-content: start;
}

.autocomplete-group {
	font-size: 18px;
    color: #470CA6;
    padding: 3px 0;
}

.autocomplete-suggestion {
	transition: all .3s ease;
    cursor: pointer;
    padding: 2px 0;
    font-weight: 400;
    font-size: 15px;
}
.autocomplete-suggestion::first-letter {
  text-transform: uppercase;
}

.autocomplete-suggestion:hover {
	color: #fb005c;
	background: #f5f5f5;
    cursor: pointer;
}

.footer-text a {
	color: #fb005c;
}

.footer-list a {
	cursor: pointer;
}

.fancybox-inner {
	padding: 20px !important;
	width: auto !important;
}

.popup-holder .row {
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
}

.popup-holder input {
	border: 1px solid #000;
	padding: 5px;
}

.player-wrap {
	position: relative;
	margin-bottom: 10px;
}

.kt-player {
	position: absolute!important;
    left: 0!important;
    top: 0!important;
    width: 100%!important;
    height: 100%!important;
}

.block-size {
	display: flex;
	flex-wrap: wrap;
}

.block-size .embed-button {
	margin: 0 5px 5px 0;
}

.custom-size {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.custom-size .input {
	text-align: center;
	border: 1px solid #000;
	max-width: 45px;
	padding: 3px;
	margin: 0 5px;
}

.link-action.active {
	color: #fb005c;
}

.block-flagging .success, .block-flagging .generic-error {
	margin-left: 10px;
}

.bottom-adv {
	padding-bottom: 30px;
}

#list_albums_albums_list_search_result {
	margin-top: 20px;
}
/* novo - pagina - cats */
/* ---- 1. Estrutura do Grid (o Container) ---- */
.grid-secondary-cats {
    display: grid; /* Ativa o layout de grid */
    
    /* Define 4 colunas em telas grandes, 2 em tablets e 1 em celulares */
    grid-template-columns: repeat(8, 1fr); 
    
    gap: 20px; /* Espaçamento entre os itens */
    padding: 20px; /* Espaçamento nas bordas do container */
}

/* ---- 2. Estilo do Item (o Card) ---- */
.grid-item-cats .item {
    display: flex; /* Usamos flexbox para organizar o conteúdo interno */
    flex-direction: column; /* Organiza os filhos (imagem e texto) em uma coluna vertical */
    height: 100%; /* Faz o card ocupar toda a altura da célula do grid */
    
    background-color: #fff; /* Cor de fundo do card */
    border-radius: 8px; /* Bordas arredondadas */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra suave para dar profundidade */
    overflow: hidden; /* Garante que a imagem não "vaze" das bordas arredondadas */
    text-decoration: none; /* Remove o sublinhado do link */
    color: #333; /* Cor do texto padrão */
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out; /* Animação suave */
}

.grid-item-cats .item:hover {
    transform: translateY(-5px); /* Efeito de flutuar ao passar o mouse */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* ---- 3. Imagem do Card ---- */
.grid-item-cats .image {
    width: 100%;
    /* Define a proporção da imagem (altura será 125% da largura) */
    aspect-ratio: 4 / 5; 
}

.grid-item-cats .thumb {
    width: 100%;
    height: 100%;
    /* Garante que a imagem cubra todo o espaço, sem distorcer (pode cortar um pouco) */
    object-fit: cover; 
}

/* ---- 4. Informações de Texto ---- */
.grid-item-cats .wrap-info {
    padding: 15px;
    /* Faz esta área crescer para preencher o espaço, se necessário */
    flex-grow: 1; 
    display: flex;
    flex-direction: column;
}

.grid-item-cats .title-text {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
    flex-grow: 1; /* Empurra a estatística para o final do card */
}

.grid-item-cats .statistic {
    display: flex;
    align-items: center; /* Alinha o ícone e o texto verticalmente */
    font-size: 0.9em;
    color: #666;
}

.grid-item-cats .svg-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    fill: currentColor; /* Faz o SVG herdar a cor do texto */
}


/* ---- 5. Responsividade com Media Queries ---- */

/* Para Tablets (telas com até 992px de largura) */
@media (max-width: 992px) {
    .grid-secondary-cats {
        /* Muda para 2 colunas */
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Para Celulares (telas com até 576px de largura) */
@media (max-width: 576px) {
    .grid-secondary-cats {
        /* Muda para 1 coluna */
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-item-cats .title-text {
        font-size: 1em; /* Ajusta o tamanho da fonte para telas menores */
    }
}
h1 img.flag,
h2 img.flag {
     vertical-align: top;
    height: 14px;
    margin-top: 6px;
    display: inline-block;
}
@media screen and (max-width: 568px) {
    #list_videos_videos_watched_right_now_items .grid-item, #list_videos_videos_viewed_week_mobile_items .grid-item {
        width: 50%!important;
    }
}
/* Adicionar no FINAL do all.css para sobrescrever */

/* ── Padronizar brand color ── */
.header {
	border-bottom-width: 2px;
}

.header-text {
	color: #e91e8c;
}

.text-mobile {
	color: #e91e8c;
}

/* ── Card hover: título rosa ── */
@media screen and (min-width: 1025px) {
	.item-secondary a:hover .title,
	.item-secondary a:hover .title-text,
	.grid-item a:hover .title,
	.grid-item a:hover .title-text,
	.item-card a:hover .title,
	.item-card a:hover .title-text {
		color: #e91e8c;
	}
}

/* ── Thumb hover: zoom suave ── */
.card-box img {
	/*border-radius: 6px;*/
	transition: transform 0.3s ease, filter 0.3s ease;
}

@media screen and (min-width: 1025px) {
	.grid-item a:hover img {
		transform: scale(1.04);
		filter: brightness(1.05);
	}
}

/* ── Card radius ── */
.card {
	border-radius: 2px;
	overflow: hidden;
}

/* ── Badge HD mais atraente ── */
.card-box .quality {
	border-radius: 4px;
	font-weight: 700;
	letter-spacing: 0.5px;
}

.card-box .duration {
	border-radius: 4px;
}

/* ── Spot gradient atualizado ── */
.spot-box {
	background: linear-gradient(135deg, #e91e8c 0%, #7c3aed 100%);
}
.adbtn
 		{
			width: min-content;
			height: auto;
    		padding: 0;
    		margin: 35px auto 20px auto;
    		/* float: none; */
    		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    		-moz-box-shadow: 0 0 5px rgba(0,0,0,.4);
    		box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    		text-align: center;
    		min-height: 250px;
	}

@media (max-width: 576px) {
	.adbtn
 		{
			height: auto;
    		width: 73%;
    		padding: 0;
    		margin: 35px auto 20px auto;
    		/* float: none; */
    		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    		-moz-box-shadow: 0 0 5px rgba(0,0,0,.4);
    		box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    		text-align: center;
    		min-height: 100px;
    		/* transform-origin: 0px 0px; */
    		transform: scale(1.2);
	}
}
.pk-b {
    position: relative;
    bottom: 15px;
    text-align: center;
}

.pk-b .pk-b-title {
    margin: 0;
    font: 11px / 18px -apple-system, BlinkMacSystemFont, 'segoe ui', roboto, oxygen-sans, ubuntu, cantarell, 'helvetica neue', 'arial', sans-serif, 'apple color emoji', 'segoe ui emoji', 'segoe ui symbol';
    display: inline-block;
    padding: 0 20px;
    border-radius: 3px 3px 0 0;
    background: #dbdbdb;
    color: #828282;
    user-select: none;
}

.pk-b .pk-b-content {
    padding: 2px 2px 0;
    position: relative;
    width: 300px;
    background: #dbdbdb;
}
.pk-b .pk-b-footer {
    background: #dbdbdb;
    padding: 3px 2px;
}

.pk-b .pk-b-btn
 {
    display: inline-block;
    padding: 0 10px;
    font: 700 14px / 30px -apple-system, BlinkMacSystemFont, 'segoe ui', roboto, oxygen-sans, ubuntu, cantarell, 'helvetica neue', 'arial', sans-serif, 'apple color emoji', 'segoe ui emoji', 'segoe ui symbol';
    background: #444;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
}
.pk-b .pk-b-close-btn {
    position: absolute;
    top: 2px;
    right: -15px;
    z-index: 1;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: #444;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 32px;
    font-family: Arial;
    color: #fff;
    border-radius: 100%;
}
#top_links {
    margin: 0 auto;
    max-width: 1810px;
    width: 100%;
	background: #FFF;
    -webkit-box-shadow: 0 0 20px -10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 20px -10px rgba(0,0,0,.2);
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, .2);
  	position: sticky;
  	top: 0;
  	z-index: 999;
}

#top_links .second-menu-links{
    display: flex;
    justify-content: space-evenly;
    /*border: 2px solid rgba(233, 30, 140, 0.25);*/
    border-left: 0;
    border-right: 0;
    flex-wrap: wrap;
    border-top: none;
}

#top_links li {
    box-shadow: 5px 1px 2px -4px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 5px 1px 2px -4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 5px 1px 2px -4px rgba(0, 0, 0, .2);
    width: 33.333333%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#top_links a {
    color: rgb(233, 30, 140);
    text-decoration: underline;
    border-left-width: 0px;
    font-size: 1rem;
    padding: 4px 0;
    display: block;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    padding: 0 10px;
    white-space: nowrap;
}

@media (max-width: 960px) {
	.header{
     	border-bottom: none!important;
     }
	.wrapper{
    	overflow: unset;
	}
}


/* =========================================================
   ALBUNS MODERNOS + PINTEREST ESTÁVEL
========================================================= */

.albums-grid-modern,
.album-single-grid-modern {
	--pin-gap: 12px;
	--pin-cols: 5;
	--pin-radius: 0px;
	--pin-border: rgba(0,0,0,.08);
	--pin-shadow: 0 8px 24px rgba(0,0,0,.08);
	--pin-shadow-hover: 0 14px 34px rgba(0,0,0,.14);
	--pin-bg: #fff;
	--pin-img-bg: #f4f4f4;
	--pin-text: #111;
	--pin-muted: #777;
	--pin-pill-bg: rgba(0,0,0,.66);
	--pin-pill-text: #fff;
}

/* =========================
   BREAKPOINTS
========================= */

@media screen and (max-width: 1400px) {
	.albums-grid-modern { --pin-cols: 6; }
	.album-single-grid-modern { --pin-cols: 5; }
}
@media screen and (max-width: 1100px) {
	.albums-grid-modern { --pin-cols: 5; }
	.album-single-grid-modern { --pin-cols: 4; }
}
@media screen and (max-width: 900px) {
	.albums-grid-modern { --pin-cols: 4; }
}
@media screen and (max-width: 800px) {
	.album-single-grid-modern { --pin-cols: 3; }
}
@media screen and (max-width: 640px) {
	.albums-grid-modern { --pin-cols: 2; }
}
@media screen and (max-width: 520px) {
	.album-single-grid-modern { --pin-cols: 2; }
}
@media screen and (max-width: 414px) {
	.albums-grid-modern { --pin-cols: 2; }
}

/* =========================
   CONTAINER PINTEREST
========================= */

.js-pin-grid {
	position: relative !important;
	display: block !important;
	margin: 0 !important;
	padding: 0 0 20px !important;
	min-height: 200px;
}

.js-pin-grid::after {
	content: "";
	display: block;
	clear: both;
}

/* evita regras antigas de flex do tema */
.albums-grid-modern.grid-secondary,
.album-single-grid-modern.gallery-grid {
	display: block !important;
	margin: 0 !important;
}

/* itens passam a ser posicionados por JS */
.js-pin-grid > .item,
.js-pin-grid > .item-card,
.js-pin-grid > .item-img,
.js-pin-grid > .message {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	padding: 0 !important;
	width: 200px; /* fallback antes do JS */
	box-sizing: border-box;
	transition: transform .2s ease, opacity .2s ease;
}

/* =========================
   LISTAGEM DE ÁLBUNS
========================= */

.albums-grid-modern > .item.item-card > .card {
	background: var(--pin-bg);
	border: 1px solid var(--pin-border);
	border-radius: var(--pin-radius);
	box-shadow: var(--pin-shadow);
	overflow: hidden;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.albums-grid-modern > .item.item-card > .card:hover {
	transform: translateY(-3px);
	box-shadow: var(--pin-shadow-hover);
	border-color: rgba(0,0,0,.12);
}

.albums-grid-modern > .item.item-card > .card > .card-box {
	display: block;
	color: inherit;
	text-decoration: none;
}

.albums-grid-modern > .item.item-card > .card > .card-box > .image-wrap {
	position: relative;
	display: block;
	width: 100%;
	height: auto !important;
	padding-bottom: 0 !important;
	background: var(--pin-img-bg);
	overflow: hidden;
	line-height: 0;
}

.albums-grid-modern > .item.item-card > .card > .card-box > .image-wrap::before,
.albums-grid-modern > .item.item-card > .card > .card-box > .image-wrap::after {
	content: none !important;
	display: none !important;
}

.albums-grid-modern > .item.item-card > .card > .card-box > .image-wrap > img.thumb,
.albums-grid-modern > .item.item-card > .card > .card-box > .image-wrap > img {
	position: relative !important;
	display: block;
	width: 100% !important;
	height: auto !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	transform: none !important;
	object-fit: contain !important;
	border-radius: 0 !important;
	transition: transform .25s ease;
}

.albums-grid-modern > .item.item-card > .card:hover > .card-box > .image-wrap > img.thumb,
.albums-grid-modern > .item.item-card > .card:hover > .card-box > .image-wrap > img {
	transform: scale(1.03);
}

.albums-grid-modern > .item.item-card > .card > .card-box > .image-wrap > .wrap {
	position: absolute;
	left: 10px;
	bottom: 10px;
	z-index: 3;
}

.albums-grid-modern > .item.item-card > .card > .card-box > .image-wrap .info {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 10px;
	border-radius: 999px;
	background: var(--pin-pill-bg);
	color: var(--pin-pill-text);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	font-size: 12px;
	line-height: 1;
}

.albums-grid-modern > .item.item-card .title {
padding: 5px 5px 0;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.35;
    color: var(--pin-text);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.albums-grid-modern > .item.item-card .statistics-list {
	display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin: 0;
    padding: 5px 0;
    list-style: none;
    color: var(--pin-muted);
    font-size: 12px;
    line-height: 1.2;
    justify-content: space-evenly;
}

/* =========================
   SINGLE
========================= */

.album-single-grid-modern > .item-img > a.gallery-link.item,
.album-single-grid-modern > .item.private {
	display: block;
	position: relative;
	height: auto !important;
	padding-bottom: 0 !important;
	background: var(--pin-bg);
	border: 1px solid var(--pin-border);
	border-radius: var(--pin-radius);
	box-shadow: var(--pin-shadow);
	overflow: hidden;
	line-height: 0;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.album-single-grid-modern > .item-img > a.gallery-link.item:hover,
.album-single-grid-modern > .item.private:hover {
	transform: translateY(-3px);
	box-shadow: var(--pin-shadow-hover);
	border-color: rgba(0,0,0,.12);
}

.album-single-grid-modern > .item-img > a.gallery-link.item::before,
.album-single-grid-modern > .item-img > a.gallery-link.item::after {
	content: none !important;
	display: none !important;
}

.album-single-grid-modern > .item-img > a.gallery-link.item > img.thumb,
.album-single-grid-modern > .item.private > img.thumb,
.album-single-grid-modern > .item.private > img {
	position: relative !important;
	display: block;
	width: 100%;
	height: auto !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	transform: none !important;
	object-fit: contain !important;
	background: var(--pin-img-bg);
	border-radius: 0 !important;
	transition: transform .25s ease;
}

.album-single-grid-modern > .item-img > a.gallery-link.item:hover > img.thumb {
	transform: scale(1.02);
}

.album-single-grid-modern > .item.private > img.thumb,
.album-single-grid-modern > .item.private > img {
	filter: blur(3px);
	opacity: .9;
}

.album-single-grid-modern > .message {
	display: block;
	padding: 18px 20px;
	border: 1px solid var(--pin-border);
	border-radius: var(--pin-radius);
	background: #fafafa;
	box-shadow: var(--pin-shadow);
	line-height: 1.55;
	font-size: 14px;
}

/* =========================
   LIGHTBOX / SLIDER
========================= */

.album-lightbox {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: none;
	background: rgba(0,0,0,.96);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.album-lightbox.is-open { display: block; }

.album-lightbox__backdrop {
	position: absolute;
	inset: 0;
}

.album-lightbox__topbar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 25px 16px;
	background: linear-gradient(to bottom, rgba(0,0,0,.55), rgba(0,0,0,0));
	color: #fff;
}

.album-lightbox__meta {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.album-lightbox__counter {
	font-size: 13px;
	font-weight: 600;
	opacity: .9;
}

.album-lightbox__caption {
	font-size: 14px;
	line-height: 1.35;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: min(60vw, 800px);
}

.album-lightbox__close,
.album-lightbox__nav {
	appearance: none;
	border: 0;
	background: rgba(255,255,255,.12);
	color: #fff;
	cursor: pointer;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

.album-lightbox__close { width: 44px; height: 44px; font-size: 24px; }
.album-lightbox__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 52px;
	height: 52px;
	font-size: 30px;
	z-index: 6;
}
.album-lightbox__nav--prev { left: 18px; }
.album-lightbox__nav--next { right: 18px; }

.album-lightbox__viewport {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 72px 80px;
}

.album-lightbox__img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	border-radius: 0px;
	box-shadow: 0 10px 40px rgba(0,0,0,.45);
}

.album-lightbox__thumbs {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	display: flex;
	gap: 8px;
	padding: 12px 16px 16px;
	overflow-x: auto;
	background: linear-gradient(to top, rgba(0,0,0,.65), rgba(0,0,0,0));
}

.album-lightbox__thumb {
	flex: 0 0 auto;
	width: 58px;
	height: 78px;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 0px;
	overflow: hidden;
	background: rgba(255,255,255,.08);
	cursor: pointer;
}
.album-lightbox__thumb.is-active { border-color: #fff; }
.album-lightbox__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.album-lightbox-open {
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.album-lightbox__viewport {
		padding: 70px 16px 110px;
	}
	.album-lightbox__nav {
		width: 44px;
		height: 44px;
		font-size: 24px;
	}
	.album-lightbox__nav--prev { left: 10px; }
	.album-lightbox__nav--next { right: 10px; }
	.album-lightbox__thumb {
		width: 46px;
		height: 62px;
	}
}
/* =========================================================
   SINGLE DO ÁLBUM - ESTÁVEL E MODERNA
========================================================= */

.album-single-grid-modern {
	column-gap: 12px;
	column-count: 4;
	display: block !important;
	margin: 0 !important;
	padding-bottom: 18px;
}

@media screen and (max-width: 1400px) {
	.album-single-grid-modern { column-count: 5; }
}
@media screen and (max-width: 1100px) {
	.album-single-grid-modern { column-count: 4; }
}
@media screen and (max-width: 800px) {
	.album-single-grid-modern { column-count: 3; }
}
@media screen and (max-width: 520px) {
	.album-single-grid-modern { column-count: 2; }
}

/* mata o flex original do tema só aqui */
.album-single-grid-modern.gallery-grid {
	display: block !important;
	margin: 0 !important;
}

/* itens */
.album-single-grid-modern > .item-img,
.album-single-grid-modern > .item.private,
.album-single-grid-modern > .message {
	display: inline-block;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 0 12px !important;
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	vertical-align: top;
}

/* card da imagem */
.album-single-grid-modern > .item-img > a.gallery-link.item,
.album-single-grid-modern > .item.private {
	display: block;
	position: relative;
	height: auto !important;
	padding-bottom: 0 !important;
	width: 100% !important;
	background: #fff;
	border: 1px solid rgba(0,0,0,.08);
	border-radius: 0px;
	box-shadow: 0 8px 24px rgba(0,0,0,.08);
	overflow: hidden;
	line-height: 0;
	box-sizing: border-box;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.album-single-grid-modern > .item-img > a.gallery-link.item:hover,
.album-single-grid-modern > .item.private:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 34px rgba(0,0,0,.14);
	border-color: rgba(0,0,0,.12);
}

/* desliga pseudo-elementos do tema */
.album-single-grid-modern > .item-img > a.gallery-link.item::before,
.album-single-grid-modern > .item-img > a.gallery-link.item::after {
	content: none !important;
	display: none !important;
}

/* imagem natural */
.album-single-grid-modern > .item-img > a.gallery-link.item > img.thumb,
.album-single-grid-modern > .item.private > img.thumb,
.album-single-grid-modern > .item.private > img {
	position: relative !important;
	display: block;
	width: 100% !important;
	height: auto !important;
	max-width: 100%;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	transform: none !important;
	object-fit: contain !important;
	background: #f4f4f4;
	border-radius: 0 !important;
	transition: transform .25s ease;
}

.album-single-grid-modern > .item-img > a.gallery-link.item:hover > img.thumb {
	transform: scale(1.02);
}

.album-single-grid-modern > .item.private > img.thumb,
.album-single-grid-modern > .item.private > img {
	filter: blur(3px);
	opacity: .9;
}

/* mensagem */
.album-single-grid-modern > .message {
	display: block;
	width: 100% !important;
	padding: 18px 20px !important;
	border: 1px solid rgba(0,0,0,.08);
	border-radius: 0px;
	background: #fafafa;
	box-shadow: 0 8px 24px rgba(0,0,0,.08);
	line-height: 1.55;
	font-size: 14px;
	box-sizing: border-box;
	column-span: all;
}

/* =========================================================
   LIGHTBOX / SLIDER FULLSCREEN
========================================================= */

.album-lightbox {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: none;
	background: rgba(0,0,0,.96);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.album-lightbox.is-open {
	display: block;
}

.album-lightbox__backdrop {
	position: absolute;
	inset: 0;
}

.album-lightbox__topbar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 24px 16px;
	background: linear-gradient(to bottom, rgba(0,0,0,.55), rgba(0,0,0,0));
	color: #fff;
}

.album-lightbox__meta {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.album-lightbox__counter {
	font-size: 13px;
	font-weight: 600;
	opacity: .9;
}

.album-lightbox__caption {
	font-size: 14px;
	line-height: 1.35;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: min(60vw, 800px);
}

.album-lightbox__close,
.album-lightbox__nav {
	appearance: none;
	border: 0;
	background: rgba(255,255,255,.12);
	color: #fff;
	cursor: pointer;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}

.album-lightbox__close {
	width: 44px;
	height: 44px;
	font-size: 24px;
	line-height: 1;
}

.album-lightbox__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 52px;
	height: 52px;
	font-size: 30px;
	z-index: 6;
}

.album-lightbox__nav--prev { left: 18px; }
.album-lightbox__nav--next { right: 18px; }

.album-lightbox__viewport {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 72px 80px;
}

.album-lightbox__img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	border-radius: 0px;
	box-shadow: 0 10px 40px rgba(0,0,0,.45);
}

.album-lightbox__thumbs {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	display: flex;
	gap: 8px;
	padding: 12px 16px 16px;
	overflow-x: auto;
	background: linear-gradient(to top, rgba(0,0,0,.65), rgba(0,0,0,0));
}

.album-lightbox__thumb {
	flex: 0 0 auto;
	width: 58px;
	height: 78px;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 0px;
	overflow: hidden;
	background: rgba(255,255,255,.08);
	cursor: pointer;
}

.album-lightbox__thumb.is-active {
	border-color: #fff;
}

.album-lightbox__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.album-lightbox-open {
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.album-lightbox__viewport {
		padding: 70px 16px 110px;
	}

	.album-lightbox__nav {
		width: 44px;
		height: 44px;
		font-size: 24px;
	}

	.album-lightbox__nav--prev { left: 10px; }
	.album-lightbox__nav--next { right: 10px; }

	.album-lightbox__thumb {
		width: 46px;
		height: 62px;
	}
}

/* grid de albums: não mostra empilhado antes do primeiro layout */
.albums-grid-modern.js-pin-grid {
	visibility: hidden;
}

.albums-grid-modern.js-pin-grid.is-ready {
	visibility: visible;
}

/* evita animação de "voando" para o lugar */
.albums-grid-modern.js-pin-grid > .item.item-card {
	transition: none !important;
}