.elementor-1295 .elementor-element.elementor-element-05fc90f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 50px;--row-gap:0px;--column-gap:50px;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1295 .elementor-element.elementor-element-e3be3e5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-1295 .elementor-element.elementor-element-26efcad{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1295 .elementor-element.elementor-element-bba48aa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:100px;--padding-bottom:100px;--padding-left:100px;--padding-right:100px;}@media(max-width:1024px){.elementor-1295 .elementor-element.elementor-element-05fc90f{--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-widget-theme-post-featured-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-1295 .elementor-element.elementor-element-bba48aa{--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}}@media(max-width:767px){.elementor-widget-theme-post-featured-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-1295 .elementor-element.elementor-element-26efcad{--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-1295 .elementor-element.elementor-element-bba48aa{--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}}@media(min-width:768px){.elementor-1295 .elementor-element.elementor-element-e3be3e5{--width:50%;}.elementor-1295 .elementor-element.elementor-element-26efcad{--width:50%;}}/* Start custom CSS for shortcode, class: .elementor-element-b1e6df4 *//* ══════════════════════════════════
   VALERIYA VERON — Single Poster CSS
   Use in Elementor > Site Settings > Custom CSS
   OR Appearance > Customize > Additional CSS
══════════════════════════════════ */

/* SINGLE — Hero Section */
.vv-single-detail {
  display: flex;
  flex-direction: column;
  font-family: "Inter", sans-serif;
  padding-top: 8px;
}

.vv-single-name {
  font-weight: 600;
  font-size: 28px;
  color: #0e1814;
  line-height: 1.2;
  margin-bottom: 8px;
}

.vv-single-type {
  font-weight: 300;
  font-size: 14px;
  color: #3c4033;
  margin-bottom: 28px;
}

.vv-single-price {
  font-weight: 600;
  font-size: 22px;
  color: #0e1814;
  margin-bottom: 4px;
}

.vv-single-price-note {
  font-weight: 300;
  font-size: 12px;
  color: #3c4033;
  margin-bottom: 32px;
}

.vv-specs {
  display: flex;
  flex-direction: column;
  margin-bottom: 36px;
}

.vv-spec {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(14, 24, 20, 0.08);
}

.vv-spec:first-child {
  border-top: 1px solid rgba(14, 24, 20, 0.08);
}

.vv-spec-label {
  font-weight: 300;
  font-size: 13px;
  color: #3c4033;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.vv-spec-value {
  font-weight: 600;
  font-size: 14px;
  color: #0e1814;
  text-align: right;
}

.vv-avail-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #0e1814;
  margin-bottom: 32px;
}

.vv-avail-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.vv-cta {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ffffff;
  background: #0e1814;
  border: none;
  border-radius: 3px; /* always 3px */
  padding: 16px 40px;
  cursor: pointer;
  transition: background 0.25s ease;
  text-align: center;
  text-decoration: none;
  margin-bottom: 32px;
  width: fit-content;
}

.vv-cta:hover {
  background: #3c4033;
  color:#ffffff/* requested hover color */
}

.vv-policy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 24px;
  border-top: 1px solid rgba(14, 24, 20, 0.08);
}

.vv-policy-item {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #3c4033;
  line-height: 1.5;
}

/* MORE WORKS — Carousel Section */
.vv-more-section {
  width: 100%;
  box-sizing: border-box;
  padding: 64px 0 0;
  font-family: "Inter", sans-serif;
  border-top: 1px solid rgba(14, 24, 20, 0.08);
}

.vv-more-heading {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #0e1814;
  margin-bottom: 32px;
}

.vv-carousel-wrap {
  position: relative;
  width: 100%;
}

.vv-carousel-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 8px;
}

.vv-carousel-track::-webkit-scrollbar {
  display: none;
}

.vv-carousel-card {
  flex: 0 0 calc(25% - 18px);
  min-width: 220px;
}

.vv-carousel-btn {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #0e1814;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, opacity 0.2s ease;
  opacity: 0.85;
}

.vv-carousel-btn:hover {
  background: #1a2e26;
  opacity: 1;
}

.vv-carousel-btn[disabled] {
  opacity: 0;
  pointer-events: none;
}

.vv-carousel-prev {
  left: -20px;
}

.vv-carousel-next {
  right: -20px;
}

/* Card styles */
.vv-card {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  text-decoration: none;
}

.vv-card-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #f5f4f2;
  margin-bottom: 16px;
}

.vv-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.vv-card:hover .vv-card-img {
  transform: scale(1.03);
}

.vv-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ffffff;
  background: #0e1814;
  padding: 4px 10px;
  border-radius: 2px;
}

.vv-card-badge--sold {
  background: #6b6b6b;
}

.vv-card-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.vv-card-name {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #0e1814;
  line-height: 1.25;
}

.vv-card-meta {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #3c4033;
  line-height: 1.4;
}

.vv-card-price {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #0e1814;
  margin-top: 6px;
}

.vv-card-sig {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 11px;
  color: #3c4033;
  font-style: italic;
  margin-top: 2px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .vv-carousel-card {
    flex: 0 0 calc(33.333% - 16px);
    min-width: 200px;
  }

  .vv-carousel-prev {
    left: -12px;
  }

  .vv-carousel-next {
    right: -12px;
  }
}

@media (max-width: 520px) {
  .vv-single-name {
    font-size: 22px;
  }

  .vv-single-price {
    font-size: 18px;
  }

  .vv-more-section {
    padding: 40px 0 0;
  }

  .vv-carousel-card {
    flex: 0 0 70%;
    min-width: 180px;
  }

  .vv-carousel-btn {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .vv-carousel-prev {
    left: -8px;
  }

  .vv-carousel-next {
    right: -8px;
  }

  .vv-card-name {
    font-size: 14px;
  }

  .vv-card-price {
    font-size: 13px;
  }
}/* End custom CSS */