@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Alata&family=DotGothic16&display=swap');

@font-face {
  src: url(/fonts/Spirit.woff2);
  font-family: 'spirits';
  font-display: swap;
}

@font-face {
  src: url(/fonts/angel.woff2);
  font-family: 'angel';
  font-display: swap;
}

:root {
  --background: #f0f0f0;
  --content-background: #fff;
  --links: #8c8c8c;
  --borders: #e0e0e0;
  --accent: #9fa8da;
  --gradient-1: #7986cb;
  --gradient-2: #e1bee7;
  --icon-background: #f5f6ff;
  --sidebar-link-background: #f5f5f5;
  --statistics-background: #f5f5f5;
  --fave-colour-one: #a1cdf7;
  --fave-colour-two: #f5bad9;
  --fave-colour-three: #abb6ff;
  --fave-colour-four: #ffc9dd;
  --pink: #FFD8E9;
  --pink-light: #FFF5FA;
  --pink-mid: #FFAED1;
  --pink-dark: #ea85af;
  --rose: #A0405C;
  --text: #616161;
  --title: #616161;
  --muted: #6f6f6f;
  --white: #FFFFFF;
  --border: #FFD8E9;
  --sidebar-w: 300px;
  --fd: 'spirits', Georgia, serif;
  --fb: 'nunito', sans-serif;
  --r: 16px;
}

::selection {
  background-color: #ffedf5;
  color: #8d7c76;
}

::-moz-selection {
  background-color: #ffedf5;
  color: #8d7c76;
}

#s-m-t-tooltip {
  max-width: 150px;
  background-color: white;
  border: 7px solid;
  border-image: url(/media/borders/pink.png) 5 fill round;
  border-image-outset: 2px;
  outline: 1px dashed #e1b3c7;
  outline-offset: -6px;
  border-radius: 4px;
  font-family: tahoma;
  font-size: 7px;
  letter-spacing: 2px;
  color: #848484;
  position: fixed;
  z-index: 999999999 !important;
  pointer-events: none;
  padding: 4px;
  text-align: center;
  margin: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

#context_menu {
  background: #FEF8FC;
  border: 1px dotted #AAAAAA;
  letter-spacing: 1px;
  width: 70px;
  font-family: Verdana;
  font-size: 8px;
  position: absolute;
  display: none;
  z-index: 999999999;
}

#context_menu ul li {
  padding: 4px;
  z-index: 100000;
}

#context_menu ul li:hover {
  background: #FEF8FC;
  color: #848484;
  z-index: 100000;
}

html, body, *, a, button, input, select, textarea {
  cursor: url('/media/cursor/normal-select.gif') 0 0, progress !important;
}

body {
  font-family: var(--fb);
  font-weight: 600;
  background-color: var(--pink-light);
  background-image: url(/media/backgrounds/pinkcheck.png);
  background-size: 40px;
  color: var(--text);
  -webkit-font-smoothing: antialiased
}

html {
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar {
  display: none;
}

body::-webkit-scrollbar {
  display: none;
}

/* -----------------------------------------------------------
   LINKS & HOVERS
----------------------------------------------------------- */

a {
  color: #616161;
  text-decoration: none;
  font-weight: 800;
  transition: .1s;
}

a:link,
a:visited,
a:active {
  color: #616161;
  font-weight: 800;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #ff94bf;
  font-weight: 800;
  background-color: transparent;
  text-decoration: none;
  font-style: italic;
}

h3 {
  margin-bottom: 6px;
}

::selection {
  background-color: #feeef6;
  color: #616161;
}

mark {
  background-color: #feeef6;
  color: #6d6d6d;
  font-weight: bold;
}

#lace {
  background-image: url(https://file.garden/aS-t0Aj4K3mdDujK/kkul/graphics/lacey.png);
  background-size: auto 100%;
  width: 100%;
  height: 20px;
  filter: drop-shadow(0px 1px #D1B9B3);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
}

#lace-bottom {
  background-image: url(https://file.garden/aS-t0Aj4K3mdDujK/kkul/graphics/lacey.png);
  background-size: auto 100%;
  width: 100%;
  height: 20px;
  filter: drop-shadow(0px 1px #D1B9B3);
  position: fixed;
  bottom: 0px;
  left: 0px;
  transform: rotate(180deg);
  z-index: 9999;
}

.blink {
  animation: blink 2s infinite;
  display: inline;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  49% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes smoothFade {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.zoom {
  transition: transform .2s;
}

.zoom:hover {
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

button {
  border: none;
  background: none;
  font-family: var(--fb);
}

svg {
  display: block;
  flex-shrink: 0
}

ul,
ol {
  list-style: none
}

.layout {
  display: flex;
  height: 100vh;
  overflow: hidden
}

.sidebar {
  width: var(--sidebar-w);
  min-width: var(--sidebar-w);
  height: 100%;
  background: var(--white);
  box-shadow: 5px 0 15px rgba(0, 0, 0, .1);
  border: 35px solid;
  border-image: url('/media/borders/renda-bg.png') 18 repeat;
  border-image-outset: 5px;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  justify-content: center;
  align-items: center;
}

.sidebar::-webkit-scrollbar {
  display: none
}

.strip {
  width: 100%;
  height: 6px;
  flex-shrink: 0;
  background: repeating-linear-gradient(90deg, var(--pink) 0, var(--pink) 10px, var(--white) 10px, var(--white) 20px)
}

.s-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 24px 20px;
  flex: 1
}

.av-wrap {
  position: relative;
  margin-bottom: 14px
}

.av {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 4px;
    border: 5px solid #ffd8e9;
}

.av img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

.av-star1 {
  position: absolute;
  top: -2px;
  right: -2px;
  color: var(--pink-mid)
}

.av-star2 {
  position: absolute;
  top: 20px;
  left: -15px;
  color: var(--pink-dark);
  opacity: .5
}

.s-name {
  font-family: var(--fd);
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--title);
  text-align: center;
  line-height: 1.2;
  margin-bottom: 4px
}

.s-sub {
  font-size: .68rem;
  font-weight: 700;
  color: var(--pink-dark);
  text-align: center;
  letter-spacing: .05em;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 18px
}

.s-sub svg {
  color: var(--pink)
}

.div {
  width: 100%;
  height: 1px;
  background: var(--border);
  margin: 2px 0 16px
}

.s-bio {
  font-size: .8rem;
  color: var(--muted);
  text-align: center;
  margin-bottom: 16px;
}

.info-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px
}

.info-row {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: .8rem;
  justify-content: center;
  align-items: center;
}

.info-ic {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: var(--pink-light);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--pink-dark)
}

.info-lbl {
  color: var(--muted);
  width: 45px;
  flex-shrink: 0;
  font-weight: 500;
}

.info-val {
  color: var(--text);
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: italic;
}

.s-nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 16px
}

.nav-a {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 11px;
  border-radius: 11px;
  font-size: .83rem;
  font-weight: 600;
  color: var(--muted);
  transition: all .15s
}

.nav-a:hover,
.nav-a.active {
  background: var(--pink-light);
  color: var(--pink-dark)
}

.nav-a svg {
  color: var(--muted);
  opacity: .45;
  transition: opacity .15s
}

.nav-a:hover svg,
.nav-a.active svg {
  opacity: 1;
  color: var(--pink-mid)
}

.s-spacer {
  flex: none;
  height: 8px
}

.socials {
  display: flex;
  gap: 7px;
  margin: 4px 0 12px
}

.soc {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--pink-light);
  border: 1.5px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pink-dark);
  transition: all .15s
}

.soc:hover {
  background: var(--pink);
  border-color: var(--pink-mid);
  color: var(--rose);
  transform: scale(1.1)
}

.s-credit {
  font-size: .67rem;
  color: var(--muted);
  opacity: .6;
  text-align: center
}

.panel {
  flex: 1;
  overflow-y: auto;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
}

.panel::-webkit-scrollbar {
  width: 0;
  background: transparent
}

.panel::-webkit-scrollbar-track {
  background: transparent
}

.panel::-webkit-scrollbar-thumb {
  background: transparent
}

#view-gallery {
  display: flex;
  flex-direction: column;
  margin-left: 25px;
  margin-top: 10px;
}

#view-detail {
  display: none
}

.tag-bar {
  padding: 20px 32px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap
}

.tag-bar-lbl {
  font-size: .7rem;
  font-weight: 700;
  color: var(--muted);
  margin-right: 2px;
  display: flex;
  align-items: center;
  gap: 4px
}

.tag-btn {
  font-family: var(--fb);
  font-size: .73rem;
  font-weight: 700;
  padding: 5px 13px;
  border-radius: 99px;
  background: var(--white);
  border: 1.5px solid var(--border);
  color: var(--muted);
  transition: all .15s;
  display: flex;
  align-items: center;
  gap: 5px
}

.tag-btn:hover {
  border-color: var(--pink-mid);
  color: var(--pink-dark);
  background: var(--pink-light)
}

.tag-btn.active {
  background: var(--pink);
  border-color: var(--pink-mid);
  color: var(--rose)
}

.results {
  padding: 10px 32px 0;
  font-size: .72rem;
  color: var(--muted);
  min-height: 26px
}

.results span {
  color: var(--pink-dark);
  font-weight: 700
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px; 
  padding: 18px 32px 32px;
}

.card {
  background: var(--white);
  border: 1.5px solid #e5e5e5;
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
  transition: transform .25s, box-shadow .25s;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}

.card.hidden {
  display: none
}

.c-prev {
  height: 200px;
  position: relative;
  overflow: hidden
}

.mockup {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column
}

.mk-chrome {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 5px 8px
}

.mk-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: .7
}

.mk-bar {
  flex: 1;
  height: 7px;
  border-radius: 99px;
  margin-left: 5px;
  opacity: .22
}

.mk-nav {
  display: flex;
  gap: 8px;
  padding: 4px 8px;
  border-bottom: 1px solid
}

.mk-ni {
  height: 6px;
  border-radius: 99px;
  opacity: .45
}

.mk-body {
  padding: 8px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px
}

.mk-h {
  height: 11px;
  border-radius: 5px;
  width: 58%;
  opacity: .65
}

.mk-p {
  height: 5px;
  border-radius: 4px;
  opacity: .32
}

.mk-btns {
  display: flex;
  gap: 6px;
  margin-top: 2px
}

.mk-btn {
  height: 13px;
  border-radius: 99px;
  width: 44px;
  opacity: .8
}

.mk-bto {
  height: 13px;
  border-radius: 99px;
  width: 44px;
  border: 1px solid;
  background: transparent;
  opacity: .45
}

.mk-cards {
  display: flex;
  gap: 4px;
  margin-top: auto
}

.mk-mini {
  flex: 1;
  border-radius: 6px;
  height: 28px;
  opacity: .28
}

.c-tag {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: .6rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 99px;
  background: var(--white);
  border: 1.5px solid var(--pink-mid);
}

.c-body {
  padding: 13px 15px 15px
}

.c-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px
}

.c-title {
  font-family: var(--fd);
  font-size: 18px;
  font-weight: 400;
  color: var(--title);
  line-height: 1.2
}

.c-price {
  font-size: 12px;
  font-weight: 800;
  padding: 3px 9px;
  border-radius: 99px;
  border: 1.5px solid var(--pink-mid);
  background: var(--pink-light);
  color: var(--pink-dark);
  white-space: nowrap;
  flex-shrink: 0;
}

.c-desc {
  font-size: .74rem;
  line-height: 1.6;
  color: var(--muted);
  margin-bottom: 12px
}

.c-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .72rem;
  font-weight: 700;
  padding: 7px 15px;
  border-radius: 99px;
  background: var(--pink-light);
  color: var(--pink-dark);
  border: 1.5px solid var(--pink-mid);
  transition: all .15s;
  pointer-events: none
}

.card:hover .c-cta {
  background: var(--pink-mid);
  border-color: var(--pink-dark);
  color: var(--white)
}

.c-prev-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.c-prev video.c-prev-img,
.d-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: var(--pink-light);
}

.empty {
  grid-column: 1/-1;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 24px;
  gap: 10px;
  color: var(--muted)
}

.empty.on {
  display: flex
}

.empty svg {
  color: var(--muted);
  opacity: .55
}

.empty p {
  font-size: .88rem
}

.gal-footer {
  padding: 4px 32px 32px;
  text-align: center;
  font-size: .7rem;
  color: var(--pink-dark);
  opacity: .55
}

#view-detail {
  flex-direction: column;
  min-height: 100%
}

#view-detail.on {
  display: flex
}

.back-bar {
  padding: 18px 32px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 15px;
}

.back-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .75rem;
  font-weight: 700;
  padding: 7px 14px;
  border-radius: 99px;
  background: var(--white);
  border: 1.5px solid var(--border);
  color: var(--muted);
  transition: all .15s;
  font-family: var(--fb)
}

.back-btn:hover {
  background: var(--pink-light);
  color: var(--pink-dark);
  border-color: var(--pink-mid)
}

.back-crumb {
  font-size: .7rem;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 5px
}

.back-crumb svg {
  opacity: .4
}

.back-crumb b {
  color: var(--pink-dark)
}

.d-hero {
  padding: 20px 32px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap
}

.d-hero-left {
  display: flex;
  flex-direction: column;
  gap: 6px
}

.d-tag {
  font-size: .65rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 99px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  border: 1px solid
}

.d-title {
  font-family: var(--fd);
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--title);
  line-height: 1.1
}

.d-hero-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  flex-shrink: 0
}

.d-price {
  font-family: var(--fd);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--rose)
}

.d-info {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 24px;
  padding: 24px 32px 40px;
  margin-left: 15px;
}

.d-left {
  display: flex;
  flex-direction: column;
  gap: 22px
}

.d-gallery {}

.d-main-img {
  width: 100%;
  aspect-ratio: 1880/985;
  border-radius: 14px;
  overflow: hidden;
  border: 8px solid white;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 10px;
  background: #fdf1f6;
  margin-bottom: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.d-main-img img,
.d-main-img video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: opacity .3s;
  cursor: zoom-in;
  background: #fdf1f6;
}

.d-main-img video {
  border-radius: 0;
  transform: translateZ(0);
}

.d-main-img .img-nav {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  opacity: 0;
  transition: opacity .2s;
  z-index: 2;
  pointer-events: none;
}

.d-main-img:hover .img-nav {
  opacity: 1
}

.img-arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .85);
  border: 1.5px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pink-dark);
  transition: all .15s;
  font-family: var(--fb);
  pointer-events: auto;
  cursor: pointer;
}

.img-arrow:hover {
  background: var(--pink);
  color: var(--rose)
}

.img-zoom-hint {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(255, 255, 255, .85);
  border: 1.5px solid var(--border);
  border-radius: 99px;
  padding: 5px 11px;
  font-size: .65rem;
  font-weight: 700;
  color: var(--pink-dark);
  display: flex;
  align-items: center;
  gap: 5px;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: opacity .2s;
}

.d-main-img:hover .img-zoom-hint {
  opacity: 1
}

.d-thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 2px
}

.d-thumbs::-webkit-scrollbar {
  display: none
}

.d-thumb {
  width: 80px;
  height: 54px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid var(--border);
  transition: all .15s;
  background: var(--pink-light)
}

.d-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.d-thumb.active {
  border-color: var(--pink-dark);
  box-shadow: 0 0 0 2px var(--pink)
}

.d-thumb:hover:not(.active) {
  border-color: var(--pink-mid)
}

.d-desc-section {}

.d-section-title {
  font-family: var(--fd);
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--title);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px
}

.d-section-title svg {
  color: var(--pink-mid)
}

.d-full-desc {
  font-size: .85rem;
  line-height: 1.8;
  color: var(--muted);
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 14px;
  padding: 18px 20px
}

.d-full-desc p {
  margin-bottom: 10px
}

.d-full-desc p:last-child {
  margin-bottom: 0
}

.d-aside {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.d-box {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 14px;
  padding: 18px 20px
}

.d-box-title {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--pink-dark);
  margin-bottom: 14px
}

.includes-list {
  display: flex;
  flex-direction: column;
  gap: 9px
}

.inc-item {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: .8rem;
  color: var(--text);
  line-height: 1.4
}

.inc-ic {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: var(--pink-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
  color: var(--pink-dark)
}

.d-buy-box {
  background: white;
  border: 1.5px solid var(--pink);
  border-radius: 14px;
  padding: 20px;
  text-align: center
}

.d-buy-price {
  font-family: var(--fd);
  font-size: 2rem;
  font-weight: 700;
  color: var(--pink-dark);
  margin-bottom: 4px
}

.d-buy-note {
  font-size: .72rem;
  color: var(--muted);
  margin-bottom: 14px
}

.d-buy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: .72rem;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 99px;
  background: var(--pink);
  color: var(--rose);
  border: 1.5px solid var(--pink-mid);
  transition: all .15s;
  font-family: var(--fb);
  width: fit-content;
  text-decoration: none
}

.d-buy-btn:hover {
  background: var(--pink-mid);
  border-color: var(--pink-dark);
  color: var(--white)
}

.d-license {
  font-size: .67rem;
  color: var(--muted);
  margin-top: 8px;
  line-height: 1.5
}

.img-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .50);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  padding: 40px;
  cursor: zoom-out;
}

.img-lightbox.on {
  display: flex;
}

.img-lightbox-inner {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-lightbox-inner video {
  border-radius: 0;
}

.img-lightbox img,
.img-lightbox video {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 10px;
  border: none;
  outline: none;
  background: #000;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .5);
  display: block;
}

.img-lightbox-close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--white);
  border: 1.5px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pink-dark);
  cursor: pointer;
}

.img-lightbox-close:hover {
  background: var(--pink);
  color: var(--rose)
}

@media(max-width:860px) {
  .layout {
    flex-direction: column;
    height: auto;
    overflow: auto
  }

  .sidebar {
    width: 100%;
    min-width: unset;
    height: auto;
    border: 20px solid;
    border-image: url('/media/borders/renda-bg.png') 18 repeat;
    border-image-outset: 5px;
    border-top: 0;
    border-left: 0;
    border-right: 0
  }

  .panel {
    overflow-y: unset
  }

  .d-info {
    grid-template-columns: 1fr
  }

  .cards-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .cards-grid,
  .tag-bar,
  .results,
  .gal-footer {
    padding-left: 18px;
    padding-right: 18px
  }

  .d-gallery,
  .back-bar,
  .d-hero,
  .d-info {
    padding-left: 18px;
    padding-right: 18px
  }

  .d-title {
    font-size: 1.5rem
  }
}

@media(max-width:560px) {
  .d-info {
    grid-template-columns: 1fr
  }

  .cards-grid {
    grid-template-columns: 1fr
  }
}