/* SOLD PRICE =========================================== */

.product-price-list-SOLD {
  position: relative;
}
.product-price-list-SOLD::before {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 1;
	content: "$" attr(data-content);
	font-family:'Inter', sans-serif;
	font-size: 16px;
/*	line-height: 36px;	*/
	padding: 1px 15px 0px 15px;
	font-weight: 500;
	text-transform: uppercase;
	color: #4a4a4a;
/*	background: rgba(0,0,0,0.25);*/
/*	background: rgba(28,208,0,0.50);*/
}

/* PRICE =========================================== */

.product-price-list {
  position: relative;
}
.product-price-list::before {
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 1;
	content: "$" attr(data-content);
	font-family:'Inter', sans-serif;
	font-size: 16px;
/*	line-height: 36px;	*/
	padding: 1px 15px 0px 15px;
	font-weight: 500;
	text-transform: uppercase;
	color: #4a4a4a;
/*	background: rgba(28,208,0,0.50);*/
}

/* sticker =========================================== */

.sticker-one, .sticker-two, .sticker-three, .sticker-four, .sticker-five {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
/*  width: 50px;
  height: 50px;*/
  z-index: 2;
}

.sticker-one {
  top: 0;
  left: 0;
	color: #131315;
	background: yellow;
  background-image: url('01.jpg');
}

.sticker-two {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
	width: 50px;
  height: 50px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  padding: 1px;
  font-weight: 500;
	text-align: center;
	line-height: 51px;
/*	vertical-align: middle;*/
  text-transform: uppercase;
  color: #fff;
  background: rgba(131, 0, 208, 0.68);
	border-radius: 100%;
  background-image: url('02.jpg');
}

.sticker-three {
  bottom: 0;
  left: 0;
  background-image: url('03.jpg');
}

.sticker-four {
  position: absolute;
  bottom: 10px;
  right: 26px;
	width: 90px;
  height: 30px;
  z-index: 1;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  padding: 0px;
  font-weight: 500;
	text-align: center;
	line-height: 32px;
/*	vertical-align: middle;*/
/*  text-transform: uppercase;*/
	letter-spacing: 1px;
	text-transform: lowercase;
  color: #131315;
  background: rgba(131, 0, 208, 0.0);
/*	border-radius: 100%;*/
  background-image: url('02.jpg');
}

.sticker-five {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url('05.jpg');
}


/* WORD =========================================== */

.place-word-VIEW {
  position: relative;
}

.place-word-VIEW::before {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1;
  content: "Ad Space"; /* Added semicolon */
  font-family: "Inter", sans-serif;
  font-size: 18px;
  padding: 1px 15px 0px 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #131315;
  background: rgba(131, 0, 208, 0.68);
}

/* NOTHING BOX =============================== */

.NOTHING-BOX {
  position: relative;
  overflow: hidden;
}

.NOTHING-BOX p {
  margin: 0;
  padding: 0;
}

.NOTHING-BOX {
  display: flex;
  align-items: center;
  justify-content: center;
	z-index: 2;
	font-family: "Inter", sans-serif;
	font-size: 50px;
/*	padding: 40px;*/
	text-transform: uppercase;
	color: #131315;
/*	background: #F5F5F5;*/
}

.NOTHING-BOX img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
	transition: all 0.4s ease;
}

/* MEDIA QUERIES =========================================== */

.logomark-container {
	max-width: 100%;
	height: auto;
	padding-top: 1.5%;
	padding-bottom: 1.5%;
	padding-left: 1%;
	padding-right: 9%;
	margin: 0 0 1px;
	color: #fc0;
}

@media (max-width: 700px) {
.logomark-container {
	max-width: 100%;
	height: auto;
	padding-top: 1.5%;
	padding-bottom: 1.5%;
	padding-left: 1%;
	padding-right: 9%;
	margin: 0 0 1px;
	color: #fc0;
}
}

@media (max-width: 500px) {
.logomark-container {
	max-width: 100%;
	height: auto;
	padding-top: 5%;
	padding-bottom: 5%;
	padding-left: 0%;
	padding-right: 30%;
	margin: 0 0 1px;
	color: #fc0;
}
}

/* GRID WORKS ///////// */


.grid-container {
	max-width: 1440px;
  margin: 0px auto 0px auto;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 1px;
}

.grid-item-HP {
  position: relative;
  overflow: hidden;
}

.grid-item-HP p {
  margin: 0;
  padding: 0;
}

.grid-item-HP img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
	transition: all 0.4s ease;
}

.grid-item-HP:hover img {
	filter: brightness(0.9);
/*	transform: scale(1.1);*/
  cursor: pointer;
}

.grid-item-HP::after {
	content: '';
	position: absolute;
  top: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
  background: crimson;
  border-radius: 50%;
  opacity: 0;
  z-index: 2;
  transition: all 0.4s ease;
}

.grid-item-HP:hover::after {
  opacity: 1;
}



/* IMAGES Start - opacity(0.8); ============= */

/*
.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  max-width: 1840px;
  margin: 0px auto;
}

.grid-item-HP {
  position: relative;
  overflow: hidden;
}

.grid-item-HP p {
  margin: 0;
  padding: 0;
}

.grid-item-HP img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  transition: transform 0.3s ease;
}

.grid-item-HP {
	filter: opacity(0.8);
}

.grid-item-HP:hover {
	filter: opacity(1);
  z-index: 1;
  cursor: pointer;
}

.grid-item-HP:hover img {
  transform: scale(1.2);
}

.grid-item-HP::after {
	content: '';
	position: absolute;
  top: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
  background: crimson;
  border-radius: 50%;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.3s ease-out;
}

.grid-item-HP:hover::after {
  opacity: 1;
}
*/

/* GRID WORKS ///////// */

/*
.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  max-width: 1840px;
  margin: 0px auto;
}

.grid-item-HP {
  position: relative;
  overflow: hidden;
}

.grid-item-HP p {
  margin: 0;
  padding: 0;
}

.grid-item-HP img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  transition: transform 0.3s ease;
}

.grid-container:hover .grid-item-HP {
  opacity: 0.3;
}

.grid-container:hover .grid-item-HP:hover {
  opacity: 1;
  z-index: 1;
  cursor: pointer;
}

.grid-item-HP:hover img {
  transform: scale(1.2);
}

.grid-item-HP::after {
	content: '';
	position: absolute;
  top: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
  background: crimson;
  border-radius: 50%;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.3s ease-out;
}

.grid-item-HP:hover::after {
  opacity: 1;
}
*/


@media (min-width: 1280px) {
  .grid-container {
    grid-template-columns: repeat(4, 1fr);
  }
}


@media (max-width: 1024px)) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}


@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (max-width: 640px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}

/* SAVE =========================================== */

/*
.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
	max-width: 1840px;
	margin: 0px auto;
}

.grid-item-HP {
  text-align: center;
}

.grid-item-HP p {
  margin: 0;
  padding: 0;
}

.grid-item-HP img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.grid-container:hover .grid-item-HP {
  opacity: 0.3;
}

.grid-container:hover .grid-item-HP:hover {
  opacity: 1;
  z-index: 1;
  cursor: pointer;
}
*/


/* SAVE =========================================== */

/*
.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
	max-width: 1840px;
	margin: 0px auto;
}

.grid-item-HP {
  text-align: center;
}

.grid-item-HP p {
  margin: 0;
  padding: 0;
}

.grid-item-HP img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
*/

/* Tablet view: 2 columns */
/*
@media (max-width: 1024px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
*/

/* Mobile view: 1 column */
/*
@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}
*/
/* SHAKE =========================================== */


.shake:hover {
  animation: shake 0.5s;

  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}


