/* Safety: hide preloader if JS fails so the site is never stuck loading */
@keyframes dolly-preloader-fallback {
  to {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

.dolly-site #page-preloader,
.dolly-site.preloaderjs #page-preloader {
  background: #f5c400 !important;
  animation: dolly-preloader-fallback 0.01s 3.5s forwards;
}

.dolly-site #page-preloader .spinner {
  border-top-color: #6b5400;
}

.dolly-site #page-preloader .spinner::before {
  border-top-color: #fff9e8;
}

.dolly-site #page-preloader .spinner::after {
  border-top-color: #231a00;
}

.dolly-site .page-header__inner {
  position: relative;
  align-items: center;
  border-bottom: none;
  padding-top: 1.45vw;
  padding-bottom: 0.5vw;
  padding-left: 7.8125vw;
  padding-right: 7.8125vw;
}

.dolly-site .page-header__inner::after {
  content: "";
  position: absolute;
  left: 7.8125vw;
  right: 7.8125vw;
  bottom: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.34);
  pointer-events: none;
}

.dolly-site .page-header--static .page-header__inner::after {
  background: rgba(90, 66, 0, 0.16);
}

.dolly-site .page-header {
  border-bottom: none;
  z-index: 6;
}

.dolly-site .page-header::after {
  display: none;
}

.dolly-site .page-header__logo {
  position: relative;
  z-index: 2;
}

.dolly-site .page-header__menu {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.dolly-site .page-header__btn {
  position: relative;
  z-index: 2;
  margin-left: auto;
  display: flex !important;
  align-items: center;
  opacity: 1 !important;
  visibility: visible !important;
}

.dolly-site .page-nav .uk-navbar-nav {
  align-items: center;
}

.dolly-site .menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 22px;
}

.dolly-site .menu-btn img {
  display: block;
  width: 34px;
  height: auto;
}

.dolly-brand-mark {
  display: inline-block;
  font-family: "Fauna One", "Cormorant", serif;
  font-size: clamp(28px, 2.2vw, 42px);
  font-weight: 500;
  letter-spacing: 0.32em;
  text-indent: 0.32em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  color: #231a00;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  filter: none;
  text-shadow: none;
}

.dolly-brand-mark--footer,
.dolly-brand-mark--drawer {
  letter-spacing: 0.22em;
  text-indent: 0.22em;
  font-size: clamp(24px, 2vw, 36px);
  color: #231a00;
}

.dolly-brand-mark--drawer {
  font-size: clamp(22px, 1.8vw, 32px);
}

.dolly-site .page-footer__logo .dolly-brand-mark--footer {
  display: inline-block;
  margin-bottom: 8px;
}

.dolly-site .page-header:not(.page-header--static) .dolly-brand-mark {
  color: #ffffff;
  text-shadow:
    0 1px 3px rgba(0, 0, 0, 0.5),
    0 0 20px rgba(0, 0, 0, 0.28);
}

.dolly-site .page-header:not(.page-header--static) .page-nav .uk-navbar-nav > li > a {
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  opacity: 1;
}

.dolly-site .page-header:not(.page-header--static) .page-nav .uk-navbar-nav > li > a:hover,
.dolly-site .page-header:not(.page-header--static) .page-nav .uk-navbar-nav > li.uk-active > a {
  color: rgba(255, 255, 255, 0.82);
  opacity: 1;
}

.dolly-site .page-header:not(.page-header--static) .menu-btn img {
  filter: brightness(0) invert(1) drop-shadow(0 1px 4px rgba(0, 0, 0, 0.4));
}

.dolly-site .page-header--static .dolly-brand-mark {
  color: #231a00;
  text-shadow: none;
}

.dolly-site .page-header--static {
  background-color: #fff9e8;
}

.dolly-site .page-header--static .page-nav .uk-navbar-nav > li > a {
  color: #231a00;
  text-shadow: none;
  opacity: 1;
}

.dolly-site .page-header--static .page-nav .uk-navbar-nav > li > a:hover,
.dolly-site .page-header--static .page-nav .uk-navbar-nav > li.uk-active > a {
  color: #5a4200;
  opacity: 1;
}

.dolly-site.page-home .page-header__inner {
  padding-top: 1.1vw;
  padding-bottom: 0.42vw;
}

.dolly-site.page-home .page-header__logo {
  transform: translate(-28px, -8px);
}

.dolly-site.page-home .page-header__menu {
  transform: translate(-50%, calc(-50% - 10px));
}

.dolly-site.page-home .page-header__btn {
  transform: translateY(-8px);
}

@media (max-width: 767px) {
  .dolly-site .page-header__inner {
    padding: 14px 15px 10px;
  }

  .dolly-site .page-header__inner::after {
    left: 15px;
    right: 15px;
  }

  .dolly-site.page-home .page-header__inner {
    padding-top: 14px;
    padding-bottom: 10px;
  }

  .dolly-site.page-home .page-header__logo {
    transform: translate(-12px, -8px);
  }

  .dolly-site.page-home .page-header__btn {
    transform: translateY(-8px);
  }

  .dolly-brand-mark {
    font-size: clamp(22px, 6vw, 28px);
    letter-spacing: 0.22em;
    text-indent: 0.22em;
  }
}

.dolly-site [id] {
  scroll-margin-top: 120px;
}

/* Compact video strip + Abby customer video lightbox gallery */
.dolly-site .section-video__link img {
  min-height: 0;
  height: clamp(220px, 38vh, 380px);
  max-height: 380px;
}

.dolly-site .section-video__link {
  color: #fff;
}

.dolly-site .section-video__link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(18, 14, 0, 0.4);
  pointer-events: none;
  transition: background 0.25s ease;
}

.dolly-site .section-video__link:hover::before {
  background: rgba(18, 14, 0, 0.52);
}

.dolly-site .section-video .cursor {
  display: none;
}

.dolly-site .dolly-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(76px, 11vw, 104px);
  height: clamp(76px, 11vw, 104px);
  border-radius: 50%;
  background: #eb5a31;
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.28);
  transform: translate(-50%, calc(-50% - 18px));
  pointer-events: none;
}

.dolly-site .dolly-video-play i {
  margin-left: 5px;
}

.dolly-site .dolly-video-play__label {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: min(90%, 420px);
  transform: translate(-50%, calc(-50% + 58px));
  font-family: Cormorant, serif;
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

@media (max-width: 767px) {
  .dolly-site .section-video__link img {
    height: clamp(180px, 32vh, 260px);
    max-height: 260px;
  }

  .dolly-site .dolly-video-play {
    width: 76px;
    height: 76px;
    font-size: 24px;
    transform: translate(-50%, calc(-50% - 14px));
  }

  .dolly-site .dolly-video-play__label {
    font-size: 20px;
    transform: translate(-50%, calc(-50% + 48px));
  }
}

.dolly-review-stars {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 28px;
  color: #eb5a31;
  font-size: 18px;
  line-height: 1;
}

.section-reviews .uk-slider-items blockquote .dolly-review-stars + p {
  margin-top: 0;
}

/* Footer legal bar + payment badges */
.dolly-site .page-footer__bottom.dolly-footer-bar {
  width: 100%;
  gap: 16px 24px;
}

.dolly-site .dolly-footer-bar__left,
.dolly-site .dolly-footer-bar__right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
}

.dolly-site .dolly-footer-bar__right {
  margin-left: auto;
  justify-content: flex-end;
}

.dolly-site .dolly-footer-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
}

.dolly-site .dolly-footer-legal a {
  color: #222;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid rgba(34, 34, 34, 0.25);
}

.dolly-site .dolly-footer-legal a:hover {
  color: #eb5a31;
  border-bottom-color: currentColor;
}

.dolly-site .dolly-made-by {
  color: #222;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

/* Light footer — full "Designed & Built By ZACH" must stay readable */
.dolly-site .dolly-footer-bar .zach-credit {
  font-size: 13px;
  white-space: nowrap;
}

.dolly-site .dolly-footer-bar .zach-credit__prefix {
  color: #64748b !important;
  font-weight: 500;
}

.dolly-site .dolly-footer-bar .zach-credit__name {
  color: #eb5a31 !important;
  font-weight: 800;
}

.dolly-site .dolly-footer-bar .zach-credit::after {
  border-top-color: #eb5a31;
  border-right-color: #eb5a31;
}

.dolly-site .dolly-footer-bar .zach-credit:hover .zach-credit__prefix {
  color: #475569 !important;
}

.dolly-site .dolly-made-by:hover {
  color: #eb5a31;
}

.dolly-site .dolly-payments img {
  display: inline-block;
  width: 52px;
  height: auto;
  margin: 0 0 0 8px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.dolly-site .dolly-legal-page {
  max-width: 760px;
}

.dolly-site .dolly-legal-page .dolly-legal-updated {
  color: #666;
  font-size: 14px;
  margin-bottom: 24px;
}

.dolly-site .dolly-legal-page h2 {
  margin: 28px 0 12px;
  font-size: 22px;
}

.dolly-site .dolly-legal-page p,
.dolly-site .dolly-legal-page li {
  color: #333;
  line-height: 1.7;
}

.dolly-site .dolly-legal-page ul {
  padding-left: 1.2em;
}

@media (max-width: 767px) {
  .dolly-site .dolly-footer-bar__right {
    width: 100%;
    justify-content: space-between;
  }
}

/* Faster scroll reveals: snappier stagger, still premium motion */
.dolly-site [class*="uk-animation-"] {
  animation-duration: 0.48s !important;
  animation-timing-function: cubic-bezier(0.22, 0.85, 0.32, 1) !important;
}

.dolly-site [class*="uk-animation-slide-bottom-medium"] {
  animation-duration: 0.55s !important;
}

.dolly-site .uk-scrollspy-inview {
  visibility: visible !important;
}

/* Shop category row: Abby product icons, single-line labels */
.dolly-site .shop-categories-unit__title {
  font-size: clamp(22px, 2.1vw, 36px);
  line-height: 1.15;
  white-space: nowrap;
}

.dolly-site .shop-categories-unit__icon {
  width: 100px;
  height: 102px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dolly-site .shop-categories-unit__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 639px) {
  .dolly-site .shop-categories-unit__title {
    font-size: clamp(18px, 5vw, 24px);
  }

  .dolly-site .shop-categories-unit__icon {
    width: 84px;
    height: 86px;
    margin-bottom: 12px;
  }
}

/* Newsletter band: tighter height, sharper photo */
.dolly-site .section-newsletter {
  padding-bottom: 0;
}

.dolly-site .section-newsletter__form {
  min-height: 0;
  padding: 48px 28px;
}

.dolly-site .section-newsletter__title {
  margin-bottom: 28px;
}

.dolly-site .section-newsletter__title span {
  margin-bottom: 14px;
}

.dolly-site .section-newsletter__title h3 {
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.15;
}

.dolly-site .section-newsletter__form form input[type="text"],
.dolly-site .section-newsletter__form form .uk-button {
  height: 58px;
  line-height: 58px;
}

.dolly-site .section-newsletter__img {
  bottom: 0;
  max-height: 500px;
  overflow: hidden;
}

.dolly-site .section-newsletter__img img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: cover;
  object-position: center 42%;
}

/* Instagram gallery: smaller section, sharper tiles, live links */
.dolly-site .section-instagram .uk-container-large {
  padding-top: 52px;
  padding-bottom: 36px;
}

.dolly-site .section-instagram .section-title {
  margin-bottom: 32px;
}

.dolly-site .dolly-instagram-heading {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.dolly-site .dolly-instagram-heading:hover {
  color: #eb5a31;
  text-decoration: none;
}

.dolly-site .instagram-item a {
  display: block;
  overflow: hidden;
}

.dolly-site .instagram-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.dolly-site .instagram-item a:hover img {
  transform: scale(1.03);
}

.dolly-site .instagram-item.instagram-item-3 img {
  max-height: 480px;
}

.dolly-site .instagram-item.instagram-item-1,
.dolly-site .instagram-item.instagram-item-2,
.dolly-site .instagram-item.instagram-item-4,
.dolly-site .instagram-item.instagram-item-5 {
  margin-bottom: 14px;
}

@media (max-width: 959px) {
  .dolly-site .section-newsletter__form {
    padding: 40px 24px;
  }

  .dolly-site .section-newsletter__img {
    max-height: 360px;
  }

  .dolly-site .section-newsletter__img img {
    max-height: 360px;
  }

  .dolly-site .instagram-item.instagram-item-3 img {
    max-height: 360px;
  }
}

.dolly-site .product-card__title a {
  white-space: nowrap;
  font-size: clamp(16px, 1.6vw, 22px);
}

@media (max-width: 639px) {
  .dolly-site .product-card__title a {
    white-space: normal;
    font-size: 16px;
  }
}
