/* Add custom CSS styles below */ 
/* DEVANO â€” Premium Motion System */

:root {
  --dv-ink: #11100e;
  --dv-gold: #c7a55c;
  --dv-gold-soft: #e5cf97;
  --dv-cream: #f7f3eb;
  --dv-ease: cubic-bezier(.22, 1, .36, 1);
  --dv-shadow: 0 22px 55px rgba(22, 18, 11, .12);
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fcfbf8;
}

::selection {
  color: var(--dv-ink);
  background: var(--dv-gold-soft);
}

/* ط§ظ„ظ‡ظٹط¯ط± ط§ظ„ط²ط¬ط§ط¬ظٹ */
.store-header {
  transition:
    background-color .45s var(--dv-ease),
    box-shadow .45s var(--dv-ease),
    border-color .45s var(--dv-ease),
    transform .45s var(--dv-ease) !important;
  border-bottom: 1px solid rgba(199, 165, 92, .08);
  will-change: background-color, box-shadow;
}

.store-header.dv-header-scrolled {
  background: rgba(8, 8, 7, .90) !important;
  border-bottom-color: rgba(199, 165, 92, .24);
  box-shadow: 0 14px 45px rgba(0, 0, 0, .20);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
}

.store-header .navbar-brand,
.store-header .header-rounded-btn,
.store-header .mburger {
  transition: transform .35s var(--dv-ease), opacity .3s ease, background-color .3s ease;
}

.store-header .navbar-brand:hover {
  transform: scale(1.035);
}

.store-header .header-rounded-btn:hover,
.store-header .mburger:hover {
  transform: translateY(-2px);
}

/* ط¯ط®ظˆظ„ ط§ظ„طµظپط­ط© */
body.dv-motion-ready {
  animation: dv-page-in .75s var(--dv-ease) both;
}

@keyframes dv-page-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* ط¸ظ‡ظˆط± ط§ظ„ط£ظ‚ط³ط§ظ… */
body.dv-motion-ready .dv-reveal {
  opacity: 0;
  transform: translate3d(0, 42px, 0);
  filter: blur(7px);
  transition:
    opacity .9s var(--dv-ease),
    transform .9s var(--dv-ease),
    filter .8s var(--dv-ease);
  will-change: opacity, transform;
}

body.dv-motion-ready .dv-reveal.dv-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

body.dv-motion-ready .dv-stagger-item {
  opacity: 0;
  transform: translate3d(0, 24px, 0) scale(.985);
  transition:
    opacity .7s var(--dv-ease),
    transform .7s var(--dv-ease);
  transition-delay: var(--dv-delay, 0ms);
}

body.dv-motion-ready .dv-inview .dv-stagger-item,
body.dv-motion-ready .dv-stagger-item.dv-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

/* ط§ظ„ط¹ظ†ط§ظˆظٹظ† */
.s-block__title h2,
.s-block__title h3,
.content-area h2,
.content-area h3 {
  position: relative;
  letter-spacing: -.018em;
}

.s-block__title .right-side::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--dv-gold), var(--dv-gold-soft));
  transform-origin: right center;
  transform: scaleX(.45);
  transition: transform .7s var(--dv-ease);
}

.s-block.dv-inview .s-block__title .right-side::after {
  transform: scaleX(1);
}

/* ط§ظ„ط³ظ„ط§ظٹط¯ط± ط§ظ„ط±ط¦ظٹط³ظٹ */
.s-block--main-slider-1 .swiper-lazy-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .34), transparent 55%),
    linear-gradient(180deg, transparent 62%, rgba(0, 0, 0, .20));
}

.s-block--main-slider-1 img,
.s-block--main-slider-1 video {
  transition: transform 8s ease-out, filter 1s ease;
}

.s-block--main-slider-1 .swiper-slide-active img,
.s-block--main-slider-1 .swiper-slide-active video {
  transform: scale(1.045);
}

.s-block--main-slider-1 .swiper-slide-active .slide-content > div > * {
  animation: dv-hero-rise .9s var(--dv-ease) both;
}

.s-block--main-slider-1 .swiper-slide-active .slide-content > div > *:nth-child(2) {
  animation-delay: .10s;
}

.s-block--main-slider-1 .swiper-slide-active .slide-content > div > *:nth-child(3) {
  animation-delay: .18s;
}

@keyframes dv-hero-rise {
  from {
    opacity: 0;
    transform: translateY(28px);
    filter: blur(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

/* ط¨ط·ط§ظ‚ط§طھ ط§ظ„ظ…ظ†طھط¬ط§طھ */
salla-product-card,
.product-entry,
.product-card {
  position: relative;
  display: block;
  border-radius: 22px;
  transition:
    transform .48s var(--dv-ease),
    filter .4s ease,
    box-shadow .48s var(--dv-ease);
  will-change: transform;
}

salla-product-card:hover,
.product-entry:hover,
.product-card:hover {
  z-index: 3;
  transform: translateY(-9px);
  filter: drop-shadow(0 18px 22px rgba(19, 15, 8, .12));
}

salla-product-card::after,
.product-entry::after,
.product-card::after,
.banner-entry::after,
.s-block--features__item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
  opacity: 0;
  background: radial-gradient(
    260px circle at var(--dv-mx, 50%) var(--dv-my, 50%),
    rgba(229, 207, 151, .22),
    transparent 68%
  );
  transition: opacity .3s ease;
}

salla-product-card:hover::after,
.product-entry:hover::after,
.product-card:hover::after,
.banner-entry:hover::after,
.s-block--features__item:hover::after {
  opacity: 1;
}

salla-product-card img,
.product-entry img,
.product-card img {
  transition: transform .8s var(--dv-ease), filter .5s ease !important;
}

salla-product-card:hover img,
.product-entry:hover img,
.product-card:hover img {
  transform: scale(1.035);
  filter: saturate(1.04) contrast(1.015);
}

/* ط§ظ„طھطµظ†ظٹظپط§طھ */
.slide--cat-entry .image--aspect-ratio {
  border: 1px solid rgba(199, 165, 92, .16);
  box-shadow: 0 12px 32px rgba(23, 18, 10, .07);
  transition:
    transform .55s var(--dv-ease),
    box-shadow .55s var(--dv-ease),
    border-color .4s ease;
}

.slide--cat-entry:hover .image--aspect-ratio {
  transform: translateY(-7px) scale(1.035);
  border-color: rgba(199, 165, 92, .55);
  box-shadow: 0 18px 38px rgba(23, 18, 10, .13);
}

.slide--cat-entry img {
  transition: transform .8s var(--dv-ease) !important;
}

.slide--cat-entry:hover img {
  transform: scale(1.08);
}

/* ط§ظ„ط¨ظ†ط±ط§طھ */
.banner-entry {
  isolation: isolate;
  overflow: hidden;
  border-radius: 20px !important;
  box-shadow: 0 10px 35px rgba(20, 16, 9, .07);
  transition: transform .55s var(--dv-ease), box-shadow .55s var(--dv-ease);
}

.banner-entry:hover {
  transform: translateY(-7px);
  box-shadow: var(--dv-shadow);
}

.banner-entry img {
  transition: transform 1s var(--dv-ease), filter .6s ease !important;
}

.banner-entry:hover img {
  transform: scale(1.055);
  filter: saturate(1.05);
}

.banner-entry__text {
  z-index: 3;
  transition: transform .55s var(--dv-ease);
}

.banner-entry:hover .banner-entry__text {
  transform: translateY(-5px);
}

/* ط§ظ„ط¨ط§ط±ط§ظ„ط§ظƒط³ */
.simple-parallax-1,
.simple-parallax-2,
.simple-parallax-3,
.simple-parallax-4,
.simple-parallax-5 {
  transform: translate3d(0, var(--dv-parallax-y, 0px), 0) scale(1.035);
  transition: box-shadow .5s var(--dv-ease);
  will-change: transform;
}

.simple-parallax-1:hover,
.simple-parallax-2:hover,
.simple-parallax-3:hover,
.simple-parallax-4:hover,
.simple-parallax-5:hover {
  box-shadow: 0 24px 60px rgba(19, 15, 9, .20);
}

/* ط§ظ„ظ…ط²ط§ظٹط§ */
.s-block--features__item {
  position: relative;
  overflow: hidden;
  border-color: rgba(199, 165, 92, .10) !important;
  transition:
    transform .5s var(--dv-ease),
    box-shadow .5s var(--dv-ease),
    border-color .4s ease;
}

.s-block--features__item:hover {
  transform: translateY(-7px);
  border-color: rgba(199, 165, 92, .36) !important;
  box-shadow: var(--dv-shadow) !important;
}

.s-block--features__item .feature-icon {
  transition: transform .7s var(--dv-ease), filter .4s ease !important;
}

.s-block--features__item:hover .feature-icon {
  transform: translateY(-4px) scale(1.075) rotate(-2deg);
  filter: drop-shadow(0 10px 18px rgba(199, 165, 92, .24));
}

/* ط§ظ„طھظ‚ظٹظٹظ…ط§طھ */
.s-block--testimonials .swiper-slide > div {
  transition:
    transform .5s var(--dv-ease),
    box-shadow .5s var(--dv-ease),
    border-color .4s ease;
}

.s-block--testimonials .swiper-slide:hover > div {
  transform: translateY(-7px);
  border-color: rgba(199, 165, 92, .30) !important;
  box-shadow: 0 20px 50px rgba(20, 16, 9, .10);
}

/* ط§ظ„ط£ط²ط±ط§ط± */
.s-button-element,
.more-link,
.btn,
salla-button::part(button) {
  position: relative;
  overflow: hidden;
  transition:
    transform .35s var(--dv-ease),
    box-shadow .35s var(--dv-ease),
    filter .3s ease !important;
}

.s-button-element:hover,
.more-link:hover,
.btn:hover,
salla-button::part(button):hover {
  transform: translateY(-3px);
  filter: brightness(1.035);
}

.more-link .arrow-icon {
  transition: transform .45s var(--dv-ease) !important;
}

.more-link:hover .arrow-icon {
  transform: translateX(-7px);
}

.s-button-element::after,
.btn::after {
  content: "";
  position: absolute;
  top: -120%;
  bottom: -120%;
  left: -38%;
  width: 25%;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, .34),
    transparent
  );
  transform: rotate(18deg) translateX(-250%);
  transition: transform .75s var(--dv-ease);
}

.s-button-element:hover::after,
.btn:hover::after {
  transform: rotate(18deg) translateX(720%);
}

/* ط§ظ„ط³ظ„ط§ظٹط¯ط±ط§طھ */
salla-slider .swiper-slide {
  transition: opacity .45s ease, filter .45s ease;
}

salla-slider:hover .swiper-slide:not(:hover) {
  opacity: .82;
}

.swiper-scrollbar-drag {
  background: linear-gradient(
    90deg,
    var(--dv-gold),
    var(--dv-gold-soft)
  ) !important;
}

/* ط§ظ„ظپظˆطھط± */
.store-footer {
  position: relative;
  overflow: hidden;
}

.store-footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 10%;
  left: 10%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(199, 165, 92, .55),
    transparent
  );
}

.store-footer a {
  transition: color .3s ease, transform .3s var(--dv-ease);
}

.store-footer a:hover {
  transform: translateY(-2px);
}

/* ظˆط§طھط³ط§ط¨ ظˆط§ظ„ط±ط¬ظˆط¹ ظ„ظ„ط£ط¹ظ„ظ‰ */
.floating-contacts__icon,
.progress-wrap {
  transition: transform .4s var(--dv-ease), box-shadow .4s ease !important;
}

.floating-contacts__icon:hover,
.progress-wrap:hover {
  transform: translateY(-5px) scale(1.04);
  box-shadow: 0 16px 35px rgba(0, 0, 0, .18);
}

/* ط§ظ†طھظ‚ط§ظ„ ط§ظ„طµظپط­ط§طھ */
.dv-page-curtain {
  position: fixed;
  z-index: 999999;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at center, rgba(199, 165, 92, .12), transparent 35%),
    var(--dv-ink);
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: transform .32s var(--dv-ease);
}

body.dv-page-leaving .dv-page-curtain {
  transform: scaleY(1);
}

/* طµظپط­ط© ظپظٹط¯ظٹظˆظ‡ط§طھ ط¯ظٹظپط§ظ†ظˆ */
#devano-video-shop .dv-slide {
  transition: filter .5s ease;
}

#devano-video-shop .dv-slide:not(.dv-video-active) {
  filter: saturate(.92);
}

#devano-video-shop .dv-video-active {
  filter: saturate(1.04);
}

/* ط§ظ„ط¬ظˆط§ظ„ */
@media (max-width: 767px) {
  body.dv-motion-ready .dv-reveal {
    transform: translate3d(0, 25px, 0);
    filter: blur(4px);
  }

  salla-product-card:hover,
  .product-entry:hover,
  .product-card:hover,
  .banner-entry:hover,
  .s-block--features__item:hover {
    transform: none;
  }

  .s-block--main-slider-1 .swiper-slide-active img,
  .s-block--main-slider-1 .swiper-slide-active video {
    transform: scale(1.025);
  }
}

/* طھظ‚ظ„ظٹظ„ ط§ظ„ط­ط±ظƒط© ط­ط³ط¨ ط¥ط¹ط¯ط§ط¯ ط§ظ„ط¬ظ‡ط§ط² */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  body.dv-motion-ready .dv-reveal,
  body.dv-motion-ready .dv-stagger-item {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
} 
/* ظ…ظ†ط¹ ط¸ظ‡ظˆط± ط´ط¹ط§ط± ط£ظ…ط¬ط¯ ظ†ظ‡ط§ط¦ظٹظ‹ط§ ط­طھظ‰ ظ„ظˆ ط¨ظ‚ظٹ ط¹ظ†طµط±ظ‡ ط¯ط§ط®ظ„ ظ‚ط§ظ„ط¨ ط§ظ„طµظپط­ط© */
#amjad-3d-credit,
.amjad-3d-credit,
[class*="amjad-credit"],
[id*="amjad-3d-credit"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* DEVANO ALBAKER - CINEMATIC 3D HERO */

:root {
  --dv3-gold: #c7a55c;
  --dv3-gold-light: #ead89e;
  --dv3-ink: #0b0a08;
  --dv3-cream: #f5eee0;
  --dv3-ease: cubic-bezier(.22, 1, .36, 1);
}

.s-block--main-slider-1.dv3-host-ready {
  position: relative;
  min-height: clamp(590px, 78vh, 860px);
  overflow: hidden;
  background: var(--dv3-ink);
}

.s-block--main-slider-1.dv3-host-ready
> .dv3-legacy-hero {
  display: none !important;
}

#dv-cinematic-hero {
  position: relative;
  isolation: isolate;
  width: 100%;
  height: clamp(590px, 78vh, 860px);
  min-height: 590px;
  overflow: hidden;
  color: #fff;

  background:
    radial-gradient(
      circle at 23% 42%,
      rgba(199, 165, 92, .16),
      transparent 28%
    ),
    radial-gradient(
      circle at 78% 68%,
      rgba(112, 85, 39, .12),
      transparent 32%
    ),
    linear-gradient(
      115deg,
      #070706 0%,
      #13110d 46%,
      #090806 100%
    );
}

#dv-cinematic-hero::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;

  background:
    linear-gradient(
      90deg,
      transparent 0 42%,
      rgba(5, 5, 4, .18) 58%,
      rgba(5, 5, 4, .72) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, .12),
      transparent 28%,
      rgba(0, 0, 0, .35)
    );
}

#dv-cinematic-hero::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  opacity: .22;

  background-image:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");

  mix-blend-mode: soft-light;
}

.dv3-canvas-wrap,
.dv3-canvas-wrap canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.dv3-canvas-wrap {
  z-index: 1;
  opacity: 0;
  transform: scale(1.045);

  transition:
    opacity 1s ease,
    transform 1.35s var(--dv3-ease);
}

#dv-cinematic-hero.dv3-scene-ready
.dv3-canvas-wrap {
  opacity: 1;
  transform: scale(1);
}

/* Built-in animated 3D fallback */

.dv3-fallback-scene {
  position: absolute;
  z-index: 1;
  left: 3%;
  bottom: 4%;
  width: 54%;
  height: 82%;
  opacity: 0;

  perspective: 1000px;
  transform-style: preserve-3d;

  transition: opacity .8s ease;
}

#dv-cinematic-hero.dv3-fallback-ready
.dv3-fallback-scene {
  opacity: 1;
}

#dv-cinematic-hero.dv3-webgl-ready
.dv3-fallback-scene {
  opacity: 0;
}

.dv3-fallback-stage {
  position: absolute;
  left: 50%;
  bottom: 6%;

  width: min(590px, 90%);
  height: 72%;

  transform:
    translateX(-50%)
    rotateX(4deg)
    rotateY(-7deg);

  transform-style: preserve-3d;

  animation:
    dv3-fallback-stage
    6s ease-in-out infinite;
}

.dv3-fallback-stage::before {
  content: "";
  position: absolute;
  left: 3%;
  right: 3%;
  bottom: 0;
  height: 23%;

  border:
    1px solid
    rgba(234, 216, 158, .34);

  border-radius: 50%;

  background:
    radial-gradient(
      ellipse at 50% 18%,
      rgba(234, 216, 158, .19),
      transparent 47%
    ),
    linear-gradient(
      180deg,
      #262118,
      #0d0c09 70%
    );

  box-shadow:
    0 34px 70px rgba(0, 0, 0, .65),
    inset 0 2px 2px
      rgba(255, 255, 255, .08),
    inset 0 -12px 24px
      rgba(0, 0, 0, .55);

  transform:
    rotateX(64deg)
    translateZ(-18px);
}

.dv3-fallback-vase,
.dv3-fallback-bowl,
.dv3-fallback-candle,
.dv3-fallback-cup {
  position: absolute;
  bottom: 14%;
  transform-style: preserve-3d;

  filter:
    drop-shadow(
      0 22px 20px
      rgba(0, 0, 0, .43)
    );
}

/* Vase */

.dv3-fallback-vase {
  left: 12%;
  width: 28%;
  height: 59%;

  border-radius:
    44% 44% 26% 26% /
    20% 20% 14% 14%;

  background:
    linear-gradient(
      90deg,
      #8b806c 0%,
      #eee5d5 27%,
      #fffaf0 49%,
      #c9beaa 73%,
      #746957 100%
    );

  box-shadow:
    inset 16px 0 26px
      rgba(255, 255, 255, .26),
    inset -17px 0 28px
      rgba(55, 44, 26, .38),
    0 0 0 1px
      rgba(255, 255, 255, .2);

  animation:
    dv3-vase-float
    4.4s ease-in-out infinite;
}

.dv3-fallback-vase::before {
  content: "";
  position: absolute;
  left: 29%;
  top: -18%;
  width: 42%;
  height: 30%;

  border-radius:
    35% 35% 14% 14%;

  background:
    linear-gradient(
      90deg,
      #8b806c,
      #fff8e9 45%,
      #8e826d
    );

  box-shadow:
    inset -7px 0 12px
    rgba(53, 41, 22, .25);
}

.dv3-fallback-vase::after {
  content: "";
  position: absolute;
  left: 28%;
  top: -20%;
  width: 44%;
  height: 9%;

  border-radius: 50%;

  background:
    radial-gradient(
      ellipse,
      #17130d 0 42%,
      #d9ccb4 46% 64%,
      #736854 76%
    );
}

/* Bowl */

.dv3-fallback-bowl {
  left: 42%;
  width: 34%;
  height: 25%;

  border:
    2px solid
    rgba(234, 216, 158, .58);

  border-radius:
    10% 10% 48% 48% /
    14% 14% 86% 86%;

  background:
    linear-gradient(
      100deg,
      #090807,
      #2e2920 42%,
      #0c0b09 72%,
      #514631
    );

  box-shadow:
    inset 0 12px 19px
      rgba(0, 0, 0, .78),
    inset 0 -8px 17px
      rgba(199, 165, 92, .11),
    0 4px 0 #7f632d;

  transform:
    translateZ(38px)
    rotateY(-8deg);

  animation:
    dv3-bowl-float
    4.8s ease-in-out .4s infinite;
}

.dv3-fallback-bowl::before {
  content: "";
  position: absolute;
  left: -3%;
  right: -3%;
  top: -15%;
  height: 30%;

  border-radius: 50%;

  background:
    radial-gradient(
      ellipse,
      #080706 0 48%,
      #8d6b2f 51% 57%,
      #d8b96e 61% 67%,
      transparent 70%
    );
}

/* Candlestick */

.dv3-fallback-candle {
  right: 8%;
  width: 16%;
  height: 50%;

  border-radius:
    40% 40% 21% 21%;

  background:
    linear-gradient(
      90deg,
      #6f4e1c,
      #e5c475 30%,
      #fff0ba 49%,
      #b98c3d 69%,
      #5f4218
    );

  clip-path:
    polygon(
      30% 0,
      70% 0,
      61% 58%,
      86% 72%,
      100% 100%,
      0 100%,
      14% 72%,
      39% 58%
    );

  box-shadow:
    inset 9px 0 12px
      rgba(255, 255, 255, .25),
    inset -10px 0 15px
      rgba(71, 45, 9, .38);

  animation:
    dv3-candle-float
    4.2s ease-in-out .8s infinite;
}

/* Cup */

.dv3-fallback-cup {
  left: 36%;
  bottom: 9%;
  width: 17%;
  height: 19%;

  border:
    2px solid
    rgba(234, 216, 158, .52);

  border-radius:
    8% 8% 37% 37%;

  background:
    linear-gradient(
      90deg,
      #8f846f,
      #f8efde 45%,
      #978b75
    );

  transform:
    translateZ(80px)
    rotateY(9deg);

  animation:
    dv3-cup-float
    3.9s ease-in-out .2s infinite;
}

.dv3-fallback-cup::after {
  content: "";
  position: absolute;
  right: -38%;
  top: 16%;
  width: 44%;
  height: 55%;

  border:
    5px solid #c7a55c;

  border-left: 0;

  border-radius:
    0 55% 55% 0;
}

/* Stage lighting */

.dv3-stage-light {
  position: absolute;
  z-index: 2;
  left: 6%;
  bottom: 4%;
  width: 52%;
  height: 24%;
  pointer-events: none;
  opacity: .48;

  filter: blur(36px);
  border-radius: 50%;

  background:
    radial-gradient(
      ellipse,
      rgba(221, 189, 117, .23),
      transparent 70%
    );

  animation:
    dv3-light-breathe
    5.5s ease-in-out infinite;
}

/* Text content */

.dv3-copy {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: clamp(28px, 7vw, 128px);

  width: min(540px, 42vw);

  direction: rtl;
  text-align: right;

  transform: translateY(-50%);
}

.dv3-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;

  margin: 0 0 18px;

  color: var(--dv3-gold-light);

  font-size:
    clamp(11px, 1vw, 14px);

  font-weight: 600;
  letter-spacing: .08em;

  opacity: 0;
  transform: translateY(18px);

  animation:
    dv3-copy-in
    .75s var(--dv3-ease)
    .35s forwards;
}

.dv3-eyebrow::before {
  content: "";
  width: 44px;
  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      var(--dv3-gold)
    );
}

/* 3D Arabic and English titles */

.dv3-title-stage {
  position: relative;

  height:
    clamp(140px, 15vw, 210px);

  perspective: 900px;
  transform-style: preserve-3d;
}

.dv3-brand-title {
  position: absolute;
  inset: 0;

  display: flex;
  flex-direction: column;
  justify-content: center;

  margin: 0;

  font-family: inherit;
  font-weight: 900;
  line-height: .86;

  text-shadow:
    0 18px 55px
    rgba(0, 0, 0, .35);

  transform-style: preserve-3d;

  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.dv3-brand-title span {
  display: block;
  transform-style: preserve-3d;
}

.dv3-brand-title
span:first-child {
  color: #fff;

  font-size:
    clamp(58px, 7.1vw, 118px);
}

.dv3-brand-title
span:last-child {
  margin-top: .11em;

  color: transparent;

  font-size:
    clamp(45px, 5.3vw, 88px);

  -webkit-text-stroke:
    1px rgba(234, 216, 158, .92);

  background:
    linear-gradient(
      135deg,
      #f4e6ba,
      #ae8742 56%,
      #f1d998
    );

  background-clip: text;
  -webkit-background-clip: text;
}

.dv3-brand-ar {
  direction: rtl;
  text-align: right;

  animation:
    dv3-title-ar
    10s var(--dv3-ease)
    infinite;
}

.dv3-brand-en {
  direction: ltr;
  text-align: right;

  font-family:
    Arial,
    Helvetica,
    sans-serif;

  letter-spacing: -.05em;

  animation:
    dv3-title-en
    10s var(--dv3-ease)
    infinite;
}

.dv3-brand-en
span:first-child {
  font-size:
    clamp(50px, 6.2vw, 104px);
}

.dv3-brand-en
span:last-child {
  font-size:
    clamp(32px, 4vw, 68px);

  letter-spacing: .04em;
}

.dv3-subtitle {
  max-width: 470px;

  margin:
    22px 0 26px;

  color:
    rgba(255, 255, 255, .69);

  font-size:
    clamp(13px, 1.25vw, 17px);

  line-height: 1.9;

  opacity: 0;
  transform: translateY(18px);

  animation:
    dv3-copy-in
    .75s var(--dv3-ease)
    .62s forwards;
}

.dv3-actions {
  display: flex;
  align-items: center;
  gap: 18px;

  opacity: 0;
  transform: translateY(18px);

  animation:
    dv3-copy-in
    .75s var(--dv3-ease)
    .76s forwards;
}

/* Shop button */

.dv3-shop-btn {
  position: relative;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 11px;
  min-height: 52px;

  padding: 0 25px;

  overflow: hidden;

  color: #11100e !important;

  background:
    linear-gradient(
      135deg,
      #ead89e,
      #c7a55c
    );

  border:
    1px solid
    rgba(255, 243, 203, .55);

  border-radius: 999px;

  box-shadow:
    0 16px 42px
    rgba(199, 165, 92, .20);

  font-size: 14px;
  font-weight: 800;

  text-decoration: none !important;

  transition:
    transform .35s var(--dv3-ease),
    box-shadow .35s ease;
}

.dv3-shop-btn::before {
  content: "";
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -30%;
  width: 20%;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, .68),
      transparent
    );

  transform:
    rotate(18deg)
    translateX(-280%);

  animation:
    dv3-button-shine
    4.8s var(--dv3-ease)
    1.4s infinite;
}

.dv3-shop-btn:hover,
.dv3-shop-btn:focus-visible {
  transform:
    translateY(-4px)
    scale(1.02);

  box-shadow:
    0 20px 50px
    rgba(199, 165, 92, .32);

  outline: none;
}

.dv3-shop-btn svg {
  width: 18px;
  height: 18px;

  transition:
    transform
    .35s var(--dv3-ease);
}

.dv3-shop-btn:hover svg {
  transform: translateX(-5px);
}

.dv3-caption {
  color:
    rgba(255, 255, 255, .46);

  font-size: 11px;
}

/* Decorative label */

.dv3-orbit-label {
  position: absolute;
  z-index: 4;
  left: clamp(20px, 5vw, 84px);
  top: 17%;

  display: flex;
  align-items: center;
  gap: 9px;

  color:
    rgba(255, 255, 255, .55);

  font:
    600 10px/1.2
    Arial,
    sans-serif;

  letter-spacing: .18em;
  writing-mode: vertical-rl;
}

.dv3-orbit-label::before {
  content: "";

  width: 7px;
  height: 7px;

  border-radius: 50%;

  background:
    var(--dv3-gold);

  box-shadow:
    0 0 16px
    rgba(199, 165, 92, .8);

  animation:
    dv3-dot
    1.8s ease-in-out infinite;
}

.dv3-progress {
  position: absolute;
  z-index: 5;
  right: clamp(28px, 7vw, 128px);
  bottom: 35px;

  width: min(220px, 28vw);
  height: 1px;

  overflow: hidden;

  background:
    rgba(255, 255, 255, .16);
}

.dv3-progress::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;

  background:
    linear-gradient(
      90deg,
      var(--dv3-gold),
      var(--dv3-gold-light)
    );

  transform-origin: right center;

  animation:
    dv3-progress
    10s linear infinite;
}

.dv3-loader {
  position: absolute;
  z-index: 7;
  left: 25%;
  top: 50%;

  width: 46px;
  height: 46px;

  margin: -23px;

  border:
    1px solid
    rgba(199, 165, 92, .20);

  border-top-color:
    var(--dv3-gold);

  border-radius: 50%;

  animation:
    dv3-loader-spin
    .8s linear infinite;

  transition:
    opacity .35s ease;
}

#dv-cinematic-hero.dv3-scene-ready
.dv3-loader {
  opacity: 0;
}

/* Animations */

@keyframes dv3-copy-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes dv3-title-ar {
  0% {
    opacity: 0;

    transform:
      translate3d(0, 34px, -90px)
      rotateX(-13deg);

    filter: blur(8px);
  }

  7%,
  42% {
    opacity: 1;

    transform:
      translate3d(0, 0, 0)
      rotateX(0);

    filter: blur(0);
  }

  48%,
  100% {
    opacity: 0;

    transform:
      translate3d(0, -28px, 75px)
      rotateX(12deg);

    filter: blur(7px);
  }
}

@keyframes dv3-title-en {
  0%,
  48% {
    opacity: 0;

    transform:
      translate3d(0, 32px, -90px)
      rotateX(-13deg);

    filter: blur(8px);
  }

  55%,
  92% {
    opacity: 1;

    transform:
      translate3d(0, 0, 0)
      rotateX(0);

    filter: blur(0);
  }

  98%,
  100% {
    opacity: 0;

    transform:
      translate3d(0, -28px, 75px)
      rotateX(12deg);

    filter: blur(7px);
  }
}

@keyframes dv3-light-breathe {
  0%,
  100% {
    opacity: .38;
    transform: scale(.94);
  }

  50% {
    opacity: .62;
    transform: scale(1.08);
  }
}

@keyframes dv3-button-shine {
  0%,
  70% {
    transform:
      rotate(18deg)
      translateX(-280%);
  }

  92%,
  100% {
    transform:
      rotate(18deg)
      translateX(800%);
  }
}

@keyframes dv3-dot {
  0%,
  100% {
    opacity: .45;
    transform: scale(.75);
  }

  50% {
    opacity: 1;
    transform: scale(1.3);
  }
}

@keyframes dv3-progress {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes dv3-loader-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes dv3-fallback-stage {
  0%,
  100% {
    transform:
      translateX(-50%)
      rotateX(4deg)
      rotateY(-7deg)
      translateY(0);
  }

  50% {
    transform:
      translateX(-50%)
      rotateX(2deg)
      rotateY(6deg)
      translateY(-7px);
  }
}

@keyframes dv3-vase-float {
  0%,
  100% {
    transform:
      translateY(0)
      rotateY(-5deg);
  }

  50% {
    transform:
      translateY(-9px)
      rotateY(5deg);
  }
}

@keyframes dv3-bowl-float {
  0%,
  100% {
    transform:
      translateZ(38px)
      translateY(0)
      rotateY(-8deg);
  }

  50% {
    transform:
      translateZ(45px)
      translateY(-7px)
      rotateY(5deg);
  }
}

@keyframes dv3-candle-float {
  0%,
  100% {
    transform:
      translateY(0)
      rotateY(4deg);
  }

  50% {
    transform:
      translateY(-8px)
      rotateY(-5deg);
  }
}

@keyframes dv3-cup-float {
  0%,
  100% {
    transform:
      translateZ(80px)
      translateY(0)
      rotateY(9deg);
  }

  50% {
    transform:
      translateZ(86px)
      translateY(-8px)
      rotateY(-4deg);
  }
}

/* Mobile */

@media (max-width: 820px) {
  .s-block--main-slider-1.dv3-host-ready,
  #dv-cinematic-hero {
    height: 720px;
    min-height: 720px;
  }

  #dv-cinematic-hero::before {
    background:
      linear-gradient(
        180deg,
        rgba(7, 7, 6, .78) 0%,
        rgba(7, 7, 6, .25) 46%,
        rgba(7, 7, 6, .56) 100%
      );
  }

  .dv3-copy {
    top: 42px;
    right: 22px;
    left: 22px;
    width: auto;
    text-align: center;
    transform: none;
  }

  .dv3-eyebrow,
  .dv3-actions {
    justify-content: center;
  }

  .dv3-title-stage {
    height: 154px;
  }

  .dv3-brand-title {
    align-items: center;
    text-align: center;
  }

  .dv3-brand-title
  span:first-child {
    font-size:
      clamp(54px, 16vw, 78px);
  }

  .dv3-brand-title
  span:last-child {
    font-size:
      clamp(39px, 11.8vw, 59px);
  }

  .dv3-brand-en
  span:first-child {
    font-size:
      clamp(45px, 13.6vw, 67px);
  }

  .dv3-brand-en
  span:last-child {
    font-size:
      clamp(28px, 8.2vw, 42px);
  }

  .dv3-subtitle {
    max-width: 430px;
    margin: 15px auto 19px;
    font-size: 13px;
    line-height: 1.75;
  }

  .dv3-caption,
  .dv3-orbit-label {
    display: none;
  }

  .dv3-stage-light {
    left: 4%;
    bottom: 4%;
    width: 92%;
  }

  .dv3-fallback-scene {
    left: 2%;
    bottom: 1%;
    width: 96%;
    height: 49%;
  }

  .dv3-progress {
    right: 50%;
    bottom: 23px;
    width: 160px;
    transform: translateX(50%);
  }

  .dv3-loader {
    left: 50%;
    top: 69%;
  }
}

@media (max-width: 420px) {
  .s-block--main-slider-1.dv3-host-ready,
  #dv-cinematic-hero {
    height: 680px;
    min-height: 680px;
  }

  .dv3-copy {
    top: 28px;
  }

  .dv3-eyebrow {
    margin-bottom: 12px;
  }

  .dv3-title-stage {
    height: 138px;
  }

  .dv3-shop-btn {
    min-height: 48px;
    padding-inline: 21px;
  }
}

/* Reduced motion */

@media (prefers-reduced-motion: reduce) {
  #dv-cinematic-hero *,
  #dv-cinematic-hero *::before,
  #dv-cinematic-hero *::after {
    animation-duration:
      .01ms !important;

    animation-iteration-count:
      1 !important;

    transition-duration:
      .01ms !important;
  }

  .dv3-brand-ar {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }

  .dv3-brand-en {
    display: none !important;
  }
}
/* DEVANO - 3D STORY ICONS INSIDE HERO ONLY */

#dv-cinematic-hero .dv3-story-layer {
  position: absolute;
  z-index: 9;
  inset: 0;
  pointer-events: none;
}

#dv-cinematic-hero .dv3-story-orb {
  --story-gold: #c7a55c;
  --story-light: #f0dda6;
  --story-ink: #11100d;

  position: absolute;
  width: 52px;
  height: 52px;
  padding: 0;

  color: #fff;
  background: rgba(13, 12, 10, .86);

  border:
    1px solid
    rgba(234, 216, 158, .58);

  border-radius: 50%;

  box-shadow:
    0 16px 36px rgba(0, 0, 0, .35),
    0 0 24px rgba(199, 165, 92, .12);

  cursor: pointer;
  pointer-events: auto;

  perspective: 700px;
  transform-style: preserve-3d;

  transition:
    transform .4s cubic-bezier(.22, 1, .36, 1),
    border-color .3s ease,
    box-shadow .3s ease;

  -webkit-tap-highlight-color: transparent;
}

#dv-cinematic-hero
.dv3-story-orb--one {
  left: clamp(18px, 4vw, 72px);
  top: 22%;
}

#dv-cinematic-hero
.dv3-story-orb--two {
  left: clamp(42px, 10vw, 180px);
  bottom: 15%;
}

#dv-cinematic-hero
.dv3-story-orb:hover,
#dv-cinematic-hero
.dv3-story-orb:focus-visible,
#dv-cinematic-hero
.dv3-story-orb.is-open {
  border-color: var(--story-light);

  box-shadow:
    0 20px 45px rgba(0, 0, 0, .42),
    0 0 32px rgba(199, 165, 92, .25);

  outline: none;
}

#dv-cinematic-hero
.dv3-story-orb:hover {
  transform:
    translateY(-4px)
    scale(1.04);
}

#dv-cinematic-hero
.dv3-story-icon {
  position: absolute;
  inset: 5px;

  display: grid;
  place-items: center;

  color: var(--story-ink);

  background:
    radial-gradient(
      circle at 30% 24%,
      #fff4ce,
      var(--story-light) 30%,
      var(--story-gold) 65%,
      #896321 100%
    );

  border-radius: 50%;

  box-shadow:
    inset 2px 2px 5px
      rgba(255, 255, 255, .55),
    inset -4px -4px 8px
      rgba(74, 48, 8, .35);

  transform: translateZ(8px);
  transform-style: preserve-3d;

  animation:
    dv3-story-float
    3.8s ease-in-out infinite;
}

#dv-cinematic-hero
.dv3-story-orb--two
.dv3-story-icon {
  animation-delay: .65s;
}

#dv-cinematic-hero
.dv3-story-icon::before {
  content: "";
  position: absolute;
  inset: -7px;

  border:
    1px solid
    rgba(234, 216, 158, .48);

  border-radius: 50%;

  animation:
    dv3-story-ring
    2.7s ease-out infinite;
}

#dv-cinematic-hero
.dv3-story-icon svg {
  width: 21px;
  height: 21px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#dv-cinematic-hero
.dv3-story-orb.is-open
.dv3-story-icon {
  animation:
    dv3-story-spin
    .9s cubic-bezier(.22, 1, .36, 1)
    both;
}

#dv-cinematic-hero
.dv3-story-card {
  position: absolute;
  left: 62px;
  top: 50%;

  width: min(350px, 31vw);
  min-height: 92px;
  padding: 15px 17px;

  color:
    rgba(255, 255, 255, .82);

  background:
    linear-gradient(
      135deg,
      rgba(28, 25, 20, .96),
      rgba(8, 8, 7, .92)
    );

  border:
    1px solid
    rgba(199, 165, 92, .36);

  border-radius: 17px;

  box-shadow:
    0 22px 55px rgba(0, 0, 0, .38),
    inset 0 1px 1px
      rgba(255, 255, 255, .05);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  direction: rtl;
  text-align: right;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transform:
    translate3d(-14px, -50%, -55px)
    rotateY(-12deg)
    scale(.94);

  transform-origin: left center;

  transition:
    opacity .38s ease,
    visibility .38s ease,
    transform .58s cubic-bezier(.22, 1, .36, 1);
}

#dv-cinematic-hero
.dv3-story-card::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 0;

  width: 42px;
  height: 2px;

  background:
    linear-gradient(
      90deg,
      transparent,
      var(--story-gold)
    );
}

#dv-cinematic-hero
.dv3-story-card strong {
  display: block;
  margin-bottom: 5px;

  color: var(--story-light);

  font-size: 11px;
  letter-spacing: .04em;
}

#dv-cinematic-hero
.dv3-story-text {
  display: block;

  font-size:
    clamp(11px, 1vw, 13px);

  line-height: 1.8;
}

#dv-cinematic-hero
.dv3-story-orb.is-open
.dv3-story-card {
  opacity: 1;
  visibility: visible;

  transform:
    translate3d(0, -50%, 0)
    rotateY(0)
    scale(1);
}

@keyframes dv3-story-float {
  0%,
  100% {
    transform:
      translateZ(8px)
      translateY(0)
      rotateY(-5deg);
  }

  50% {
    transform:
      translateZ(13px)
      translateY(-4px)
      rotateY(7deg);
  }
}

@keyframes dv3-story-ring {
  0% {
    opacity: .65;
    transform: scale(.76);
  }

  75%,
  100% {
    opacity: 0;
    transform: scale(1.34);
  }
}

@keyframes dv3-story-spin {
  0% {
    transform:
      translateZ(8px)
      rotateY(0)
      scale(1);
  }

  55% {
    transform:
      translateZ(18px)
      rotateY(210deg)
      scale(1.12);
  }

  100% {
    transform:
      translateZ(8px)
      rotateY(360deg)
      scale(1);
  }
}

@media (max-width: 820px) {
  #dv-cinematic-hero
  .dv3-story-orb {
    width: 46px;
    height: 46px;
  }

  #dv-cinematic-hero
  .dv3-story-orb--one {
    left: 13px;
    top: auto;
    bottom: 78px;
  }

  #dv-cinematic-hero
  .dv3-story-orb--two {
    left: auto;
    right: 13px;
    bottom: 78px;
  }

  #dv-cinematic-hero
  .dv3-story-icon {
    inset: 4px;
  }

  #dv-cinematic-hero
  .dv3-story-card {
    top: auto;
    left: 0;
    bottom: 58px;

    width:
      min(
        310px,
        calc(100vw - 38px)
      );

    min-height: 86px;

    transform:
      translate3d(-10px, 12px, -40px)
      rotateX(-8deg)
      scale(.94);

    transform-origin: bottom left;
  }

  #dv-cinematic-hero
  .dv3-story-orb--two
  .dv3-story-card {
    left: auto;
    right: 0;

    transform-origin: bottom right;
  }

  #dv-cinematic-hero
  .dv3-story-orb.is-open
  .dv3-story-card {
    transform:
      translate3d(0, 0, 0)
      rotateX(0)
      scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  #dv-cinematic-hero
  .dv3-story-icon,

  #dv-cinematic-hero
  .dv3-story-icon::before {
    animation: none !important;
  }
}
/* =========================================================
   DEVANO ALBAKER â€” Cinematic Store Intro
   Paste at the END of Salla Custom CSS
   ========================================================= */

:root {
  --dv-intro-gold: #c7a55c;
  --dv-intro-gold-light: #f0dda6;
  --dv-intro-ink: #080806;
  --dv-intro-ease: cubic-bezier(.22, 1, .36, 1);
}

body.dv-intro-lock {
  overflow: hidden !important;
  overscroll-behavior: none;
}

#dv-store-intro {
  position: fixed;
  z-index: 2147483000;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 50% 42%, rgba(199, 165, 92, .15), transparent 32%),
    radial-gradient(circle at 18% 82%, rgba(199, 165, 92, .08), transparent 30%),
    linear-gradient(135deg, #050504 0%, #12100c 50%, #070706 100%);
  isolation: isolate;
  direction: rtl;
  opacity: 1;
  visibility: visible;
  transform: translateZ(0);
  clip-path: inset(0 0 0 0);
  transition:
    clip-path .9s var(--dv-intro-ease),
    opacity .55s ease,
    visibility .9s step-end;
}

#dv-store-intro::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -25%;
  background:
    conic-gradient(from 210deg at 50% 50%, transparent 0 30%, rgba(199, 165, 92, .08) 39%, transparent 48% 100%);
  animation: dv-intro-aurora 8s linear infinite;
}

#dv-store-intro::after {
  content: "";
  position: absolute;
  z-index: 20;
  inset: 0;
  pointer-events: none;
  opacity: .2;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E");
}

#dv-store-intro.is-leaving {
  clip-path: inset(0 0 100% 0);
  opacity: .88;
  pointer-events: none;
}

.dv-intro-glow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(78vw, 760px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(199, 165, 92, .14), rgba(199, 165, 92, .025) 38%, transparent 67%);
  filter: blur(8px);
  transform: translate(-50%, -50%) scale(.7);
  animation: dv-intro-breathe 2.4s var(--dv-intro-ease) both;
}

.dv-intro-lines,
.dv-intro-lines::before,
.dv-intro-lines::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.dv-intro-lines {
  opacity: .38;
  background:
    linear-gradient(90deg, transparent calc(50% - .5px), rgba(234, 216, 158, .16) 50%, transparent calc(50% + .5px)),
    linear-gradient(0deg, transparent calc(50% - .5px), rgba(234, 216, 158, .1) 50%, transparent calc(50% + .5px));
  transform: scale(.55);
  animation: dv-intro-grid 1.7s var(--dv-intro-ease) both;
}

.dv-intro-lines::before,
.dv-intro-lines::after {
  content: "";
  margin: auto;
  width: min(72vw, 620px);
  height: min(72vw, 620px);
  border: 1px solid rgba(199, 165, 92, .12);
  border-radius: 50%;
  animation: dv-intro-orbit 6s linear infinite;
}

.dv-intro-lines::after {
  width: min(52vw, 440px);
  height: min(52vw, 440px);
  border-style: dashed;
  animation-direction: reverse;
  animation-duration: 9s;
}

.dv-intro-stage {
  position: relative;
  z-index: 4;
  width: min(92vw, 660px);
  display: grid;
  justify-items: center;
  text-align: center;
  perspective: 1000px;
}

.dv-intro-emblem {
  position: relative;
  width: clamp(78px, 9vw, 104px);
  aspect-ratio: 1;
  margin-bottom: 19px;
  display: grid;
  place-items: center;
  border-radius: 26%;
  transform-style: preserve-3d;
  opacity: 0;
  transform: translateY(20px) rotateX(68deg) rotateZ(-7deg) scale(.72);
  animation: dv-intro-emblem-in 1.05s .08s var(--dv-intro-ease) forwards;
}

.dv-intro-emblem::before,
.dv-intro-emblem::after {
  content: "";
  position: absolute;
  border-radius: inherit;
}

.dv-intro-emblem::before {
  inset: 0;
  padding: 1px;
  background: linear-gradient(145deg, #fff0b8, #a6792d 48%, #f0dda6);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  box-shadow: 0 22px 55px rgba(0, 0, 0, .42), inset 0 0 24px rgba(199, 165, 92, .12);
}

.dv-intro-emblem::after {
  inset: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .11), transparent 43%),
    linear-gradient(160deg, #242018, #0b0a08 64%);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .12), inset 0 -12px 24px rgba(0, 0, 0, .36);
  transform: translateZ(8px);
}

.dv-intro-monogram {
  position: relative;
  z-index: 2;
  color: var(--dv-intro-gold-light);
  font: 700 clamp(25px, 3.2vw, 36px)/1 Georgia, "Times New Roman", serif;
  letter-spacing: -.12em;
  text-shadow: 0 2px 0 #72531e, 0 9px 20px rgba(199, 165, 92, .28);
  transform: translateZ(18px);
}

.dv-intro-kicker {
  margin: 0 0 7px;
  color: var(--dv-intro-gold-light);
  font-size: clamp(9px, 1vw, 11px);
  font-weight: 600;
  letter-spacing: .34em;
  direction: ltr;
  opacity: 0;
  transform: translateY(10px);
  animation: dv-intro-copy-in .75s .46s var(--dv-intro-ease) forwards;
}

.dv-intro-brand {
  margin: 0;
  color: #fff;
  font-family: inherit;
  font-size: clamp(42px, 7vw, 78px);
  font-weight: 800;
  line-height: .96;
  letter-spacing: -.055em;
  text-shadow: 0 18px 40px rgba(0, 0, 0, .42);
}

.dv-intro-brand span {
  display: block;
  opacity: 0;
  filter: blur(10px);
  transform: translate3d(0, 28px, -80px) rotateX(22deg);
}

.dv-intro-brand span:first-child {
  color: #fff;
  animation: dv-intro-title-in .9s .3s var(--dv-intro-ease) forwards;
}

.dv-intro-brand span:last-child {
  color: var(--dv-intro-gold);
  font-size: .7em;
  margin-top: 7px;
  animation: dv-intro-title-in .9s .43s var(--dv-intro-ease) forwards;
}

.dv-intro-tagline {
  margin: 17px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: clamp(11px, 1.25vw, 14px);
  letter-spacing: .02em;
  opacity: 0;
  transform: translateY(10px);
  animation: dv-intro-copy-in .75s .72s var(--dv-intro-ease) forwards;
}

.dv-intro-progress {
  position: relative;
  width: min(250px, 54vw);
  height: 1px;
  margin-top: 26px;
  overflow: hidden;
  background: rgba(255, 255, 255, .13);
}

.dv-intro-progress span {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, var(--dv-intro-gold-light), var(--dv-intro-gold));
  transform: translateX(-100%);
  animation: dv-intro-progress 2.25s .16s var(--dv-intro-ease) forwards;
}

.dv-intro-skip {
  position: absolute;
  z-index: 30;
  top: max(18px, env(safe-area-inset-top));
  left: max(18px, env(safe-area-inset-left));
  min-width: 58px;
  min-height: 34px;
  padding: 7px 12px;
  color: rgba(255, 255, 255, .58);
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(199, 165, 92, .24);
  border-radius: 999px;
  font: inherit;
  font-size: 10px;
  cursor: pointer;
  transition: color .25s ease, border-color .25s ease, background .25s ease;
}

.dv-intro-skip:hover,
.dv-intro-skip:focus-visible {
  color: #fff;
  border-color: rgba(234, 216, 158, .7);
  background: rgba(199, 165, 92, .1);
  outline: none;
}

@keyframes dv-intro-aurora {
  to { transform: rotate(1turn); }
}

@keyframes dv-intro-breathe {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(.55); }
  55% { opacity: 1; }
  100% { opacity: .72; transform: translate(-50%, -50%) scale(1); }
}

@keyframes dv-intro-grid {
  0% { opacity: 0; transform: scale(.55) rotate(-7deg); }
  100% { opacity: .38; transform: scale(1) rotate(0); }
}

@keyframes dv-intro-orbit {
  to { transform: rotate(1turn); }
}

@keyframes dv-intro-emblem-in {
  0% { opacity: 0; transform: translateY(20px) rotateX(68deg) rotateZ(-7deg) scale(.72); }
  62% { opacity: 1; }
  100% { opacity: 1; transform: translateY(0) rotateX(0) rotateZ(0) scale(1); }
}

@keyframes dv-intro-title-in {
  to { opacity: 1; filter: blur(0); transform: translate3d(0, 0, 0) rotateX(0); }
}

@keyframes dv-intro-copy-in {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes dv-intro-progress {
  0% { transform: translateX(-100%); }
  72% { transform: translateX(-18%); }
  100% { transform: translateX(0); }
}

@media (max-width: 640px) {
  .dv-intro-stage {
    width: min(88vw, 430px);
  }

  .dv-intro-lines::before {
    width: 112vw;
    height: 112vw;
  }

  .dv-intro-lines::after {
    width: 82vw;
    height: 82vw;
  }

  .dv-intro-brand {
    font-size: clamp(44px, 15vw, 66px);
  }
}

@media (prefers-reduced-motion: reduce) {
  #dv-store-intro,
  #dv-store-intro *,
  #dv-store-intro *::before,
  #dv-store-intro *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .2s !important;
  }
}
/* =========================================================
   DEVANO ALBAKER â€” OFFICIAL BLUE IDENTITY
   ط¶ط¹ ظ‡ط°ط§ ط§ظ„ظƒظˆط¯ ظپظٹ ط¢ط®ط± ط®ط§ظ†ط© CSS ظˆظ„ط§ طھط­ط°ظپ ط§ظ„ط£ظƒظˆط§ط¯ ط§ظ„ط³ط§ط¨ظ‚ط©
   ========================================================= */

:root {
  --devano-blue: #1d5792;
  --devano-blue-dark: #113665;
  --devano-blue-bright: #2a7bc5;
  --devano-blue-soft: #eaf3fb;
  --devano-white: #f7f9fc;
  --devano-ink: #172225;
  --devano-gold: #d1ad75;
  --devano-border: rgba(29, 87, 146, .16);
  --devano-shadow: 0 18px 45px rgba(17, 54, 101, .12);

  /* طھظˆط§ظپظ‚ ظ…ط¹ ط¥ط¶ط§ظپط§طھ ط¯ظٹظپط§ظ†ظˆ ط§ظ„ط³ط§ط¨ظ‚ط© */
  --dv-ink: var(--devano-blue-dark);
  --dv-gold: var(--devano-blue);
  --dv-gold-soft: var(--devano-blue-bright);
  --dv-cream: var(--devano-white);
  --dv3-ink: var(--devano-blue-dark);
  --dv3-gold: var(--devano-blue-bright);
  --dv3-gold-light: #89bde9;
  --dv3-cream: var(--devano-white);
  --story-ink: var(--devano-blue-dark);
  --story-gold: var(--devano-blue);
  --story-light: #89bde9;
}

html {
  accent-color: var(--devano-blue);
}

body,
.app-inner,
.store-page,
main {
  color: var(--devano-ink);
  background-color: var(--devano-white);
}

::selection {
  color: #fff;
  background: var(--devano-blue);
}

/* ط§ظ„ظ‡ظٹط¯ط± ظˆط§ظ„ظ‚ط§ط¦ظ…ط© */
.store-header,
.store-header.dv-header-scrolled,
header.store-header,
.main-nav-container,
.navbar,
.top-navbar {
  color: #fff !important;
  background: linear-gradient(135deg, #0d2b52 0%, var(--devano-blue-dark) 52%, var(--devano-blue) 100%) !important;
  border-color: rgba(255, 255, 255, .10) !important;
  box-shadow: 0 10px 34px rgba(17, 54, 101, .22) !important;
}

.store-header a,
.store-header button,
.store-header svg,
.main-nav-container a,
.main-nav-container button,
.main-nav-container svg {
  color: #fff !important;
}

.store-header svg,
.main-nav-container svg {
  stroke: currentColor;
}

.store-header a:hover,
.store-header button:hover,
.main-nav-container a:hover,
.main-nav-container button:hover {
  color: #b9ddfa !important;
}

/* ط§ظ„ظ‚ظˆط§ط¦ظ… ط§ظ„ظ…ظ†ط³ط¯ظ„ط© ظˆط§ظ„ط¨ط­ط« */
.main-menu,
.sub-menu,
.dropdown-menu,
.search-modal,
.s-search-modal,
.s-user-menu-dropdown {
  color: var(--devano-ink) !important;
  background: rgba(247, 249, 252, .98) !important;
  border-color: var(--devano-border) !important;
  box-shadow: var(--devano-shadow) !important;
}

input,
textarea,
select,
.form-input,
.s-form-control {
  color: var(--devano-ink) !important;
  background-color: #fff !important;
  border-color: rgba(29, 87, 146, .22) !important;
}

input:focus,
textarea:focus,
select:focus,
.form-input:focus,
.s-form-control:focus {
  border-color: var(--devano-blue-bright) !important;
  box-shadow: 0 0 0 4px rgba(42, 123, 197, .13) !important;
  outline: none !important;
}

/* ط§ظ„ط¹ظ†ط§ظˆظٹظ† */
h1, h2, h3, h4, h5, h6,
.section-title,
.s-block__title,
.s-block__title h2,
.s-block__title h3 {
  color: var(--devano-blue-dark);
}

.s-block__title::after,
.section-title::after,
.title-line,
.heading-line {
  background: linear-gradient(90deg, var(--devano-blue-bright), var(--devano-gold)) !important;
}

a:not(.btn):not(.s-button-element):hover {
  color: var(--devano-blue-bright);
}

/* ط§ظ„ط£ط²ط±ط§ط± ط§ظ„ط±ط¦ظٹط³ظٹط© */
.btn--primary,
.btn-primary,
.s-button-primary,
.s-button-element.s-button-primary,
button[type="submit"],
.add-to-cart,
.s-add-product-button-main,
.dv-buy-button,
.dv-shop-btn,
.dv3-shop-btn {
  color: #fff !important;
  background: linear-gradient(135deg, var(--devano-blue-bright), var(--devano-blue-dark)) !important;
  border-color: transparent !important;
  box-shadow: 0 12px 28px rgba(29, 87, 146, .25) !important;
}

.btn--primary:hover,
.btn-primary:hover,
.s-button-primary:hover,
.s-button-element.s-button-primary:hover,
button[type="submit"]:hover,
.add-to-cart:hover,
.s-add-product-button-main:hover,
.dv-buy-button:hover,
.dv-shop-btn:hover,
.dv3-shop-btn:hover {
  color: #fff !important;
  background: linear-gradient(135deg, #348bd6, var(--devano-blue)) !important;
  box-shadow: 0 16px 34px rgba(29, 87, 146, .34) !important;
}

.btn--outline-primary,
.btn-outline-primary,
.s-button-outline,
.s-button-element.s-button-outline {
  color: var(--devano-blue) !important;
  background: transparent !important;
  border-color: var(--devano-blue) !important;
}

.btn--outline-primary:hover,
.btn-outline-primary:hover,
.s-button-outline:hover,
.s-button-element.s-button-outline:hover {
  color: #fff !important;
  background: var(--devano-blue) !important;
}

/* ط¨ط·ط§ظ‚ط§طھ ط§ظ„ظ…ظ†طھط¬ط§طھ ظˆط§ظ„ط£ظ‚ط³ط§ظ… */
.s-product-card-entry,
.product-entry,
.product-card,
.s-block--categories .swiper-slide,
.category-card,
.testimonial-item,
.feature-item {
  border-color: var(--devano-border) !important;
}

.s-product-card-entry:hover,
.product-entry:hover,
.product-card:hover,
.category-card:hover {
  border-color: rgba(42, 123, 197, .38) !important;
  box-shadow: var(--devano-shadow) !important;
}

.s-product-card-price,
.product-card__price,
.product-price,
.price,
.s-product-card-sale-price {
  color: var(--devano-blue) !important;
}

.s-product-card-sale-price,
.sale-price {
  color: var(--devano-blue-bright) !important;
}

.s-product-card-promotion-title,
.badge--sale,
.sale-badge,
.discount-badge,
.s-product-card-offer-badge {
  color: var(--devano-blue-dark) !important;
  background: linear-gradient(135deg, #f4e6ca, var(--devano-gold)) !important;
  border-color: rgba(209, 173, 117, .55) !important;
}

/* ط£ظٹظ‚ظˆظ†ط§طھ ط§ظ„طھط­ظƒظ… */
.s-button-icon,
.swiper-button-next,
.swiper-button-prev,
.s-slider-next,
.s-slider-prev,
.wishlist-btn,
.s-product-card-wishlist-btn {
  color: var(--devano-blue) !important;
  border-color: var(--devano-border) !important;
}

.swiper-pagination-bullet-active,
.s-slider-pagination .swiper-pagination-bullet-active,
.s-progress-bar-source {
  background: var(--devano-blue-bright) !important;
}

/* ط§ظ„ط³ظ„ط© ظˆط§ظ„طھظ†ط¨ظٹظ‡ط§طھ */
.s-cart-summary,
.cart-item,
.s-alert,
.s-toast-wrapper .s-toast {
  border-color: var(--devano-border) !important;
}

.s-cart-summary-count,
.cart-count,
.badge--primary {
  color: #fff !important;
  background: var(--devano-blue-bright) !important;
}

/* طµظپط­ط© ظپظٹط¯ظٹظˆظ‡ط§طھ ط§ظ„ظ…ظ†طھط¬ط§طھ */
#devano-video-shop {
  --dv-ink: var(--devano-blue-dark);
  --dv-coal: #0d2b52;
  --dv-gold: var(--devano-blue-bright);
  --dv-gold-soft: #89bde9;
  --dv-cream: var(--devano-white);
  background:
    radial-gradient(circle at 82% 14%, rgba(42, 123, 197, .18), transparent 30%),
    linear-gradient(145deg, #081f3d, var(--devano-blue-dark) 58%, #123e70) !important;
}

#devano-video-shop .dv-kicker,
#devano-video-shop .dv-price,
#devano-video-shop .dv-brand-dot {
  color: #89bde9 !important;
}

#devano-video-shop .dv-brand-dot,
#devano-video-shop .dv-progress > span {
  background: var(--devano-blue-bright) !important;
}

/* ط§ظ„ظ‡ظٹط±ظˆ ظˆط§ظ„ط­ط±ظƒط§طھ ط§ظ„ط³ط§ط¨ظ‚ط© */
#dv-cinematic-hero,
.dv3-stage,
.dv3-hero {
  --dv3-ink: var(--devano-blue-dark);
  --dv3-gold: var(--devano-blue-bright);
  --dv3-gold-light: #89bde9;
}

.dv3-shop-btn,
.dv3-brand-title span,
.dv3-orbit-label,
.dv-kicker {
  text-shadow: none;
}

/* ظˆط§طھط³ط§ط¨ ظٹط¨ظ‚ظ‰ ط£ط®ط¶ط±ظ‹ط§ ظ„ط³ظ‡ظˆظ„ط© ط§ظ„طھط¹ط±ظ‘ظپ ط¹ظ„ظٹظ‡ */
.s-whatsapp-button,
.whatsapp-button,
a[href*="wa.me"].floating-button {
  background-color: #25d366 !important;
}

/* ط§ظ„ظپظˆطھط± */
.store-footer,
footer.store-footer,
.footer-is-light .store-footer {
  color: rgba(255, 255, 255, .82) !important;
  background:
    radial-gradient(circle at 12% 10%, rgba(42, 123, 197, .25), transparent 32%),
    linear-gradient(145deg, #081f3d, var(--devano-blue-dark)) !important;
  border-top: 1px solid rgba(137, 189, 233, .20) !important;
}

.store-footer h2,
.store-footer h3,
.store-footer h4,
.store-footer strong {
  color: #fff !important;
}

.store-footer a,
.store-footer p,
.store-footer span {
  color: rgba(255, 255, 255, .76) !important;
}

.store-footer a:hover {
  color: #89bde9 !important;
}

/* ط§ظ„ط¬ظˆط§ظ„ */
@media (max-width: 767px) {
  .bottom-nav,
  .s-bottom-navigation {
    background: rgba(247, 249, 252, .96) !important;
    border-top-color: var(--devano-border) !important;
    box-shadow: 0 -10px 30px rgba(17, 54, 101, .10) !important;
  }

  .bottom-nav a.active,
  .s-bottom-navigation a.active,
  .bottom-nav a:hover,
  .s-bottom-navigation a:hover {
    color: var(--devano-blue) !important;
  }
}

/* ط§ط­طھط±ط§ظ… ط¥ط¹ط¯ط§ط¯ طھظ‚ظ„ظٹظ„ ط§ظ„ط­ط±ظƒط© */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
  }
}

/* DEVANO ROYAL V2 أ¢â‚¬â€‌ AM50 Cinematic Nocturne ط£â€” Warm Luxury */
#devano-royal-v2 {
  --dv2-navy: #06172c;
  --dv2-blue: #123f70;
  --dv2-electric: #2a7bc5;
  --dv2-ice: #f6f9fc;
  --dv2-muted: #b7c9da;
  --dv2-gold: #d1ad75;
  --dv2-champagne: #f3d49a;
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: min(900px, 96svh);
  overflow: hidden;
  color: var(--dv2-ice);
  background:
    radial-gradient(circle at 67% 38%, rgba(47, 131, 206, .34), transparent 31%),
    radial-gradient(circle at 16% 83%, rgba(209, 173, 117, .13), transparent 29%),
    linear-gradient(122deg, #041326 0%, #0a2b50 52%, #123f70 100%);
  font-family: inherit;
  direction: rtl;
}

#devano-royal-v2,
#devano-royal-v2 * { box-sizing: border-box; }

#devano-royal-v2::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(#000, transparent 94%);
}

#devano-royal-v2::after {
  content: "ROYAL";
  position: absolute; 
  z-index: -1;
  left: -.04em;
  bottom: -.28em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.055);
  font: 900 clamp(150px, 27vw, 430px)/1 Arial, sans-serif;
  letter-spacing: -.09em;
  pointer-events: none;
}

.dv2-noise {
  position: absolute;
  z-index: 20;
  inset: 0;
  opacity: .05;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.dv2-aurora {
  position: absolute;
  z-index: -1;
  width: 58vw;
  height: 58vw;
  left: 26%;
  top: -37vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(83,169,244,.24), transparent 68%);
  filter: blur(22px);
  animation: dv2Aurora 8s ease-in-out infinite alternate;
}

.dv2-light-sweep {
  position: absolute;
  z-index: 15;
  top: -30%;
  bottom: -30%;
  left: -28%;
  width: 18%;
  opacity: .22;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.44), transparent);
  filter: blur(15px);
  transform: rotate(14deg);
  animation: dv2Sweep 7.5s cubic-bezier(.2,.6,.2,1) infinite;
}

.dv2-wrap {
  position: relative;
  z-index: 3;
  width: min(1500px, 100%);
  min-height: inherit;
  margin: auto;
  padding: clamp(65px, 7vw, 112px) clamp(22px, 6vw, 92px) 130px;
  display: grid;
  grid-template-columns: minmax(390px, .88fr) minmax(480px, 1.12fr);
  align-items: center;
  gap: clamp(30px, 5vw, 90px);
}

.dv2-copy { position: relative; z-index: 8; max-width: 630px; }

.dv2-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: var(--dv2-champagne);
  font: 700 12px/1.4 Arial, sans-serif;
  letter-spacing: .21em;
  direction: ltr;
}

.dv2-eyebrow span {
  width: 34px;
  height: 1px;
  background: var(--dv2-gold);
  box-shadow: 0 0 12px var(--dv2-gold);
}

#dv2-title {
  margin: 0;
  display: flex;
  flex-direction: column;
  color: var(--dv2-ice);
  font-size: clamp(55px, 7vw, 105px);
  font-weight: 900;
  line-height: .83;
  letter-spacing: -.065em;
}

#dv2-title span { align-self: flex-start; font-size: .55em; font-weight: 500; color: #c5d5e5; }
#dv2-title strong { font: inherit; }
#dv2-title em {
  margin-top: 20px;
  align-self: flex-end;
  color: transparent;
  background: linear-gradient(104deg, #f6dcaa, #d1ad75 52%, #ad7e41);
  -webkit-background-clip: text;
  background-clip: text;
  font: inherit;
}

.dv2-description {
  max-width: 590px;
  margin: 31px 0 0;
  color: var(--dv2-muted);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.95;
}

.dv2-actions { margin-top: 35px; display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }

.dv2-order {
  position: relative;
  min-width: min(375px, 100%);
  min-height: 68px;
  padding: 9px 12px 9px 25px;
  display: grid;
  grid-template-columns: 1fr auto 42px;
  align-items: center;
  gap: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: #071b33 !important;
  background: linear-gradient(110deg, #f6dcaa, #d1ad75 60%, #e7c483);
  box-shadow: 0 22px 55px rgba(0,0,0,.28), 0 0 0 0 rgba(209,173,117,.2);
  text-decoration: none !important;
  transition: transform .45s cubic-bezier(.22,1,.36,1), box-shadow .45s ease;
}

.dv2-frame.dv2-image-error { opacity: 0 !important; visibility: hidden; }

.dv2-order::before {
  content: "";
  position: absolute;
  width: 28%;
  height: 200%;
  left: -40%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.78), transparent);
  transform: skewX(-18deg);
  animation: dv2ButtonShine 4.5s ease-in-out infinite;
}

.dv2-order:hover,
.dv2-order:focus-visible { transform: translateY(-5px); box-shadow: 0 28px 66px rgba(0,0,0,.38), 0 0 0 8px rgba(209,173,117,.1); outline: 0; }
.dv2-order > span { font-size: 17px; font-weight: 900; }
.dv2-order b { font: 900 25px/1 Arial, sans-serif; white-space: nowrap; }
.dv2-order b small { font: 800 12px/1 inherit; }
.dv2-order i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #f7e6c4; background: #0a2b50; font-style: normal; transition: transform .35s ease; }
.dv2-order:hover i { transform: translateX(-5px) rotate(-7deg); }
.dv2-safe { padding-right: 18px; color: rgba(220,234,246,.64); font-size: 11px; }

.dv2-visual {
  position: relative;
  z-index: 4;
  height: clamp(560px, 60vw, 740px);
  min-width: 0;
  perspective: 1200px;
  cursor: grab;
  touch-action: pan-y;
}

.dv2-visual:active { cursor: grabbing; }

.dv2-product {
  position: absolute;
  z-index: 6;
  inset: 3% 4% 4%;
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform .18s ease-out;
}

.dv2-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  filter: blur(18px) brightness(.72);
  transform: translate3d(0, 24px, 0) scale(.86) rotate(-2deg);
  transition: opacity .95s ease, filter 1s ease, transform 1.15s cubic-bezier(.22,1,.36,1);
  will-change: opacity, filter, transform;
  user-select: none;
  pointer-events: none;
}

.dv2-frame.is-active {
  opacity: 1;
  filter: drop-shadow(0 38px 36px rgba(0,0,0,.42)) brightness(1.03);
  transform: translate3d(0, 0, 0) scale(1) rotate(0);
  animation: dv2FrameAlive 4.8s cubic-bezier(.22,1,.36,1) both;
}

.dv2-frame.is-leaving {
  opacity: 0;
  filter: blur(12px) brightness(.75);
  transform: translate3d(-34px, -7px, 0) scale(1.07) rotate(2deg);
}

.dv2-halo {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 52%;
  border: 1px solid rgba(91,174,244,.34);
  border-radius: 50%;
  box-shadow: inset 0 0 38px rgba(54,151,231,.09), 0 0 38px rgba(54,151,231,.06);
  transform: translate(-50%,-50%) rotateX(66deg);
  pointer-events: none;
}

.dv2-halo::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 11%;
  left: 16%;
  border-radius: 50%;
  background: var(--dv2-champagne);
  box-shadow: 0 0 20px var(--dv2-gold), 0 0 50px var(--dv2-gold);
}

.dv2-halo-a { width: 75%; aspect-ratio: 1; animation: dv2Orbit 11s linear infinite; }
.dv2-halo-b { width: 92%; aspect-ratio: 1; border-color: rgba(209,173,117,.18); transform: translate(-50%,-50%) rotateX(72deg) rotateZ(42deg); animation: dv2OrbitReverse 16s linear infinite; }
.dv2-halo-c { width: 54%; aspect-ratio: 1; opacity: .55; transform: translate(-50%,-50%) rotateX(60deg) rotateZ(-28deg); animation: dv2Breathe 5s ease-in-out infinite; }

.dv2-callout {
  position: absolute;
  z-index: 9;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(242,247,252,.72);
  font-size: 11px;
  pointer-events: none;
}

.dv2-callout span { width: 54px; height: 1px; background: linear-gradient(90deg, transparent, var(--dv2-gold)); }
.dv2-callout b { font-weight: 600; }
.dv2-callout-top { top: 22%; right: 2%; }
.dv2-callout-side { left: 2%; bottom: 25%; flex-direction: row-reverse; }
.dv2-callout-side span { background: linear-gradient(90deg, var(--dv2-gold), transparent); }

.dv2-counter {
  position: absolute;
  z-index: 9;
  top: 4%;
  left: 1%;
  direction: ltr;
  color: rgba(255,255,255,.5);
  font: 500 12px/1 Arial, sans-serif;
  letter-spacing: .12em;
}
.dv2-counter strong { color: var(--dv2-champagne); font-size: 32px; font-weight: 400; }

.dv2-scene-copy {
  position: absolute;
  z-index: 10;
  right: 3%;
  bottom: 10%;
  width: min(245px, 42%);
  padding: 15px 17px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 18px;
  background: linear-gradient(125deg, rgba(4,19,38,.68), rgba(18,63,112,.28));
  box-shadow: 0 16px 35px rgba(0,0,0,.18);
  backdrop-filter: blur(12px);
}

.dv2-scene-copy::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: linear-gradient(var(--dv2-champagne), transparent);
}

.dv2-scene-copy small,
.dv2-scene-copy strong { display: block; transition: opacity .35s ease, transform .45s cubic-bezier(.22,1,.36,1); }
.dv2-scene-copy small { margin-bottom: 7px; color: var(--dv2-gold); font-size: 10px; }
.dv2-scene-copy strong { color: #f7fbff; font-size: 14px; }
.dv2-scene-copy.is-changing small,
.dv2-scene-copy.is-changing strong { opacity: 0; transform: translateY(9px); }

.dv2-particles { position: absolute; z-index: 3; inset: 5% 3% 8%; overflow: hidden; pointer-events: none; }
.dv2-particle {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--s);
  height: var(--s);
  opacity: 0;
  border-radius: 50%;
  background: var(--c);
  box-shadow: 0 0 13px var(--c);
  animation: dv2Particle var(--d) ease-in-out var(--delay) infinite;
}

.dv2-drag {
  position: absolute;
  z-index: 9;
  bottom: 3%;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(230,240,249,.52);
  font-size: 11px;
  transform: translateX(-50%);
  pointer-events: none;
}
.dv2-drag i { color: var(--dv2-champagne); font-size: 20px; font-style: normal; animation: dv2Drag 2.2s ease-in-out infinite; }

.dv2-scenes {
  position: absolute;
  z-index: 12;
  left: 50%;
  bottom: 0;
  width: min(1320px, calc(100% - 44px));
  min-height: 96px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(255,255,255,.12);
  transform: translateX(-50%);
}

.dv2-scenes button {
  position: relative;
  min-height: 96px;
  padding: 17px clamp(9px, 2vw, 24px);
  display: flex;
  align-items: center;
  gap: 13px;
  border: 0;
  border-inline-start: 1px solid rgba(255,255,255,.07);
  color: rgba(228,238,247,.48);
  background: transparent;
  font: inherit;
  cursor: pointer;
  transition: color .35s ease, background .35s ease;
}

.dv2-scenes button:hover,
.dv2-scenes button:focus-visible,
.dv2-scenes button.is-active { color: #fff; background: rgba(255,255,255,.025); outline: 0; }
.dv2-scenes small { color: var(--dv2-gold); font: 600 10px/1 Arial, sans-serif; }
.dv2-scenes span { font-size: 13px; font-weight: 700; }
.dv2-scenes i { position: absolute; right: 0; bottom: -1px; width: 0; height: 2px; background: linear-gradient(90deg, var(--dv2-gold), var(--dv2-champagne)); transition: width .45s cubic-bezier(.22,1,.36,1); }
.dv2-scenes button.is-active i { width: 100%; animation: dv2Progress 4.8s linear forwards; }

.dv2-reveal { opacity: 1; transform: none; }
.dv2-js .dv2-reveal { opacity: 0; transform: translateY(30px); transition: opacity .85s ease, transform .95s cubic-bezier(.22,1,.36,1); }
.dv2-js.dv2-inview .dv2-reveal { opacity: 1; transform: none; }
.dv2-js.dv2-inview .dv2-reveal:nth-child(2) { transition-delay: .08s; }
.dv2-js.dv2-inview .dv2-reveal:nth-child(3) { transition-delay: .16s; }
.dv2-js.dv2-inview .dv2-reveal:nth-child(4) { transition-delay: .24s; }

@keyframes dv2Aurora { to { transform: translate(12%, 9%) scale(1.15); opacity: .72; } }
@keyframes dv2Sweep { 0%,20% { left:-28%; } 70%,100% { left:120%; } }
@keyframes dv2ButtonShine { 0%,58% { left:-40%; } 85%,100% { left:125%; } }
@keyframes dv2Orbit { to { transform: translate(-50%,-50%) rotateX(66deg) rotateZ(360deg); } }
@keyframes dv2OrbitReverse { to { transform: translate(-50%,-50%) rotateX(72deg) rotateZ(-318deg); } }
@keyframes dv2Breathe { 50% { opacity:.25; transform: translate(-50%,-50%) rotateX(60deg) rotateZ(-28deg) scale(1.15); } }
@keyframes dv2Drag { 50% { transform: translateX(8px); } }
@keyframes dv2Progress { from { width:0; } to { width:100%; } }
@keyframes dv2FrameAlive {
  0% { transform: translate3d(0,18px,0) scale(.94); filter: blur(7px) brightness(.78); }
  16% { filter: drop-shadow(0 38px 36px rgba(0,0,0,.42)) brightness(1.03); }
  58% { transform: translate3d(0,-5px,0) scale(1.018); }
  100% { transform: translate3d(0,0,0) scale(1); filter: drop-shadow(0 38px 36px rgba(0,0,0,.42)) brightness(1.03); }
}
@keyframes dv2Particle {
  0%,100% { opacity:0; transform:translate3d(0,14px,0) scale(.35); }
  30% { opacity:.72; }
  70% { opacity:.25; transform:translate3d(var(--drift),-24px,0) scale(1); }
}

@media (max-width: 980px) {
  #devano-royal-v2 { min-height: auto; }
  .dv2-wrap { padding: 62px 22px 120px; grid-template-columns: 1fr; gap: 5px; text-align: center; }
  .dv2-copy { max-width: 720px; margin: auto; }
  .dv2-eyebrow { justify-content: center; }
  #dv2-title span, #dv2-title em { align-self: center; }
  .dv2-description { margin-inline: auto; }
  .dv2-actions { align-items: center; }
  .dv2-visual { width: min(720px,100%); height: min(660px,78vw); min-height: 500px; margin: -20px auto 0; }
  .dv2-scenes { position: relative; left: auto; bottom: auto; width: 100%; transform: none; }
}

@media (max-width: 580px) {
  #devano-royal-v2::after { font-size: 38vw; bottom: .1em; }
  .dv2-wrap { padding: 48px 16px 28px; }
  #dv2-title { font-size: clamp(52px, 18vw, 78px); line-height: .86; }
  .dv2-description { margin-top: 25px; font-size: 14px; line-height: 1.85; }
  .dv2-order { min-width: 100%; grid-template-columns: 1fr auto 38px; gap: 10px; min-height: 62px; }
  .dv2-order b { font-size: 21px; }
  .dv2-order i { width: 38px; height: 38px; }
  .dv2-visual { height: 500px; min-height: 500px; margin-top: -18px; }
  .dv2-product { inset: 4% -4% 7%; }
  .dv2-callout { display: none; }
  .dv2-scene-copy { right: 1%; bottom: 12%; width: 48%; padding: 12px 13px; }
  .dv2-counter { top: 8%; left: 3%; }
  .dv2-scenes { grid-template-columns: repeat(5, minmax(86px,1fr)); overflow-x: auto; scroll-snap-type: x mandatory; }
  .dv2-scenes button { min-height: 80px; padding: 12px 11px; flex-direction: column; justify-content: center; gap: 7px; scroll-snap-align: start; }
  .dv2-scenes span { font-size: 11px; white-space: nowrap; }
}

@media (prefers-reduced-motion: reduce) {
  #devano-royal-v2 *, #devano-royal-v2 *::before, #devano-royal-v2 *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
  .dv2-js .dv2-reveal { opacity:1; transform:none; }
}
.dv2-video-scene {
  position: relative;
  width: min(390px, 82vw);
  aspect-ratio: 9 / 16;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 28px;
  background: #07182a;
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 255, 255, 0.10);
}

.dv2-royal-video {
  display: block;
  width: 100%;
  height: 100%;
 text-emphasis-position: unset;
  object-fit: cover;
}\5547 

/* =========================================================
   DEVANO ROYAL â€” PRODUCT VIDEO SHOWCASE (FINAL)
   ========================================================= */

#devano-royal-v2 {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  padding-bottom: 0 !important;
  overflow: hidden !important;
}

#devano-royal-v2 .dv2-video-showcase {
  position: relative;
  z-index: 20;
  width: min(1180px, calc(100% - 44px));
  margin: 54px auto 122px;
  padding: clamp(18px, 3vw, 34px);
  display: grid !important;
  grid-template-columns: minmax(260px, 390px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(24px, 5vw, 70px);
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 20%, rgba(42, 123, 197, .20), transparent 34%),
    linear-gradient(135deg, rgba(8, 32, 61, .96), rgba(5, 20, 40, .98));
  box-shadow:
    0 34px 90px rgba(0, 0, 0, .34),
    inset 0 1px 0 rgba(255, 255, 255, .07);
  isolation: isolate;
}

#devano-royal-v2 .dv2-video-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255,255,255,.04), transparent 36%),
    radial-gradient(circle at 82% 78%, rgba(209,173,117,.14), transparent 34%);
}

#devano-royal-v2 .dv2-video-heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
  order: 2;
  color: #fff;
  text-align: right;
}

#devano-royal-v2 .dv2-video-heading > span {
  width: max-content;
  padding: 8px 13px;
  color: #9cccf4;
  border: 1px solid rgba(156, 204, 244, .28);
  border-radius: 999px;
  background: rgba(255,255,255,.045);
  font: 700 10px/1 Arial, sans-serif;
  letter-spacing: .18em;
}

#devano-royal-v2 .dv2-video-heading small,
#devano-royal-v2 .dv2-video-heading strong {
  display: block;
}

#devano-royal-v2 .dv2-video-heading small {
  margin-bottom: 8px;
  color: rgba(226, 239, 250, .62);
  font-size: 12px;
}

#devano-royal-v2 .dv2-video-heading strong {
  color: #fff;
  font-size: clamp(28px, 4vw, 54px);
  line-height: 1.2;
  letter-spacing: -.035em;
}

#devano-royal-v2 .dv2-video-frame {
  position: relative;
  order: 1;
  width: min(390px, 100%);
  aspect-ratio: 9 / 16;
  margin-inline: auto;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 30px;
  background: #07182a;
  box-shadow:
    0 28px 80px rgba(0, 0, 0, .42),
    0 0 0 7px rgba(255, 255, 255, .025);
  transform: translateZ(0);
}

#devano-royal-v2 .dv2-royal-video {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  object-fit: cover !important;
  object-position: center !important;
  background: #07182a;
  transform: none !important;
}

#devano-royal-v2 .dv2-video-overlay {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(2, 12, 25, .13), transparent 36%, rgba(2, 12, 25, .44)),
    linear-gradient(90deg, rgba(255,255,255,.035), transparent 28%);
}

#devano-royal-v2 .dv2-video-brand,
#devano-royal-v2 .dv2-video-status {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  pointer-events: none;
}

#devano-royal-v2 .dv2-video-brand {
  top: 16px;
  right: 16px;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
}

#devano-royal-v2 .dv2-video-brand span {
  color: #fff;
  font: 900 13px/1 Arial, sans-serif;
  letter-spacing: .12em;
}

#devano-royal-v2 .dv2-video-brand small {
  color: rgba(255,255,255,.58);
  font: 600 8px/1 Arial, sans-serif;
  letter-spacing: .14em;
}

#devano-royal-v2 .dv2-video-status {
  left: 16px;
  bottom: 16px;
  gap: 7px;
  padding: 8px 11px;
  color: rgba(255,255,255,.86);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  background: rgba(4, 17, 35, .58);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 10px;
}

#devano-royal-v2 .dv2-video-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #78c7ff;
  box-shadow: 0 0 13px rgba(120,199,255,.9);
  animation: dv2VideoPulse 1.5s ease-in-out infinite;
}

#devano-royal-v2 .dv2-video-details {
  order: 3;
  grid-column: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: -120px;
  align-self: end;
}

#devano-royal-v2 .dv2-video-details > div {
  padding: 15px 17px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 17px;
  background: rgba(255,255,255,.035);
}

#devano-royal-v2 .dv2-video-details small,
#devano-royal-v2 .dv2-video-details strong {
  display: block;
}

#devano-royal-v2 .dv2-video-details small {
  margin-bottom: 5px;
  color: rgba(220,235,248,.52);
  font-size: 10px;
}

#devano-royal-v2 .dv2-video-details strong {
  color: #fff;
  font-size: 14px;
}

#devano-royal-v2 .dv2-video-order {
  grid-column: 1 / -1;
  min-height: 57px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 21px;
  color: #cfc501 !important;
  border-radius: 999px;
  background: linear-gradient(110deg, #f6dcaa, #d1ad75 60%, #e7c483);
  box-shadow: 0 18px 44px rgba(0,0,0,.24);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none !important;
  transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s ease;
}

#devano-royal-v2 .dv2-video-order:hover,
#devano-royal-v2 .dv2-video-order:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 24px 54px rgba(0,0,0,.34);
  outline: none;
}

#devano-royal-v2 .dv2-video-order i {
  font-size: 20px;
  font-style: normal;
}

@keyframes dv2VideoPulse {
  0%, 100% { opacity: .45; transform: scale(.78); }
  50% { opacity: 1; transform: scale(1.2); }
}

@media (max-width: 820px) {
  #devano-royal-v2 .dv2-video-showcase {
    width: min(620px, calc(100% - 28px));
    margin: 34px auto 118px;
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 22px;
    border-radius: 27px;
  }

  #devano-royal-v2 .dv2-video-heading {
    order: 1;
    align-items: center;
    text-align: center;
  }

  #devano-royal-v2 .dv2-video-frame {
    order: 2;
    width: min(350px, 100%);
    border-radius: 25px;
  }

  #devano-royal-v2 .dv2-video-details {
    order: 3;
    grid-column: auto;
    width: min(420px, 100%);
    margin: 0 auto;
  }
}

@media (max-width: 580px) {
  #devano-royal-v2 .dv2-video-showcase {
    width: calc(100% - 20px);
    margin-top: 24px;
    padding: 14px;
    border-radius: 22px;
  }

  #devano-royal-v2 .dv2-video-heading strong {
    font-size: 30px;
  }

  #devano-royal-v2 .dv2-video-frame {
    width: min(320px, 100%);
    border-radius: 21px;
  }

  #devano-royal-v2 .dv2-video-details {
    grid-template-columns: 1fr;
  }

  #devano-royal-v2 .dv2-video-order {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  #devano-royal-v2 .dv2-video-status i {
    animation: none !important;
  }
}

/* =========================================================
   DEVANO MERGED SAFE V1
   ط§ظ„ظ‡ظˆظٹط© ط§ظ„طµظپط±ط§ط، + ظ‚ط³ظ… ط§ظ„طھط±ط§ظ…ط³ + ظپظٹط¯ظٹظˆ ط§ظ„ط´ظ†ط·ط©
   ========================================================= */
:root {
  --devano-blue: #FBC02D;
  --devano-blue-bright: #FFD760;
  --devano-blue-dark: #17130A;
  --devano-blue-soft: #FFF8DE;
  --devano-white: #FFFDF7;
  --devano-ink: #17130A;
  --devano-gold: #FBC02D;
  --devano-border: rgba(251, 192, 45, .24);
  --devano-shadow: 0 18px 45px rgba(65, 46, 0, .14);
}

.btn--primary,
.btn-primary,
.s-button-primary,
.s-button-element.s-button-primary,
.s-add-product-button-main,
.add-to-cart {
  color: #17130A !important;
  background: linear-gradient(135deg, #FFD760, #FBC02D) !important;
  border-color: transparent !important;
  box-shadow: 0 12px 28px rgba(251, 192, 45, .26) !important;
}

.swiper-pagination-bullet-active,
.s-slider-pagination .swiper-pagination-bullet-active,
.s-progress-bar-source {
  background-color: #FBC02D !important;
}

#dv-flask-showcase,
#dv-bag-video {
  position: relative;
  isolation: isolate;
  width: min(1220px, calc(100% - 30px));
  margin: 36px auto 76px;
  overflow: hidden;
  border-radius: 36px;
  content-visibility: auto;
  contain-intrinsic-size: 760px;
}

#dv-flask-showcase *,
#dv-flask-showcase *::before,
#dv-flask-showcase *::after,
#dv-bag-video *,
#dv-bag-video *::before,
#dv-bag-video *::after {
  box-sizing: border-box;
}

/* ظ‚ط³ظ… ط§ظ„طھط±ط§ظ…ط³ */
#dv-flask-showcase {
  color: #17130A;
  background:
    radial-gradient(circle at 16% 16%, rgba(251, 192, 45, .22), transparent 29%),
    linear-gradient(145deg, #FFFDF7, #FFF5D5);
  border: 1px solid rgba(251, 192, 45, .30);
  box-shadow: 0 28px 76px rgba(61, 43, 0, .15);
}

#dv-flask-showcase .dvf-shell {
  min-height: 680px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(400px, 1.1fr);
  align-items: center;
  gap: clamp(24px, 5vw, 76px);
  padding: clamp(30px, 5.5vw, 76px);
}

#dv-flask-showcase .dvf-copy {
  position: relative;
  z-index: 3;
}

#dv-flask-showcase .dvf-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #806000;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

#dv-flask-showcase .dvf-kicker::before {
  content: "";
  width: 34px;
  height: 3px;
  border-radius: 99px;
  background: #FBC02D;
}

#dv-flask-showcase .dvf-title {
  margin: 0;
  color: #17130A;
  font-size: clamp(38px, 5vw, 70px);
  font-weight: 950;
  line-height: 1.06;
}

#dv-flask-showcase .dvf-line {
  max-width: 500px;
  margin: 20px 0 0;
  color: rgba(23, 19, 10, .68);
  font-size: clamp(15px, 1.4vw, 19px);
  line-height: 1.9;
}

#dv-flask-showcase .dvf-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 24px 0;
}

#dv-flask-showcase .dvf-specs span {
  padding: 9px 13px;
  color: #684F08;
  background: rgba(255, 255, 255, .76);
  border: 1px solid rgba(251, 192, 45, .32);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
}

#dv-flask-showcase .dvf-order,
#dv-bag-video .dvb-order {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 22px;
  color: #17130A !important;
  background: linear-gradient(135deg, #FFD760, #FBC02D);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(251, 192, 45, .32);
  font-weight: 950;
  text-decoration: none !important;
  transition: transform .25s ease, box-shadow .25s ease;
}

#dv-flask-showcase .dvf-order {
  width: min(100%, 390px);
}

#dv-flask-showcase .dvf-order:hover,
#dv-flask-showcase .dvf-order:focus-visible,
#dv-bag-video .dvb-order:hover,
#dv-bag-video .dvb-order:focus-visible {
  color: #17130A !important;
  transform: translateY(-3px);
  box-shadow: 0 22px 42px rgba(251, 192, 45, .42);
  outline: none;
}

#dv-flask-showcase .dvf-price {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  font-size: 25px;
}

#dv-flask-showcase .dvf-price small {
  font-size: 11px;
}

#dv-flask-showcase .dvf-visual {
  position: relative;
  min-height: 540px;
  display: grid;
  place-items: center;
}

#dv-flask-showcase .dvf-visual::before {
  content: "";
  position: absolute;
  width: min(88%, 500px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(251, 192, 45, .32), rgba(251, 192, 45, .08) 56%, transparent 73%);
}

#dv-flask-showcase .dvf-image {
  position: relative;
  z-index: 2;
  width: min(100%, 520px);
  height: 530px;
  object-fit: contain;
  filter: drop-shadow(0 30px 27px rgba(48, 34, 3, .24));
  transition: opacity .22s ease, transform .42s cubic-bezier(.22, 1, .36, 1);
}

#dv-flask-showcase.is-changing .dvf-image {
  opacity: .16;
  transform: translateY(12px) scale(.97);
}

#dv-flask-showcase .dvf-image-error {
  opacity: .25;
}

#dv-flask-showcase .dvf-counter {
  position: absolute;
  z-index: 4;
  top: 14px;
  inset-inline-end: 14px;
  min-width: 74px;
  padding: 9px 12px;
  color: #17130A;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(251, 192, 45, .32);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
}

#dv-flask-showcase .dvf-controls {
  position: absolute;
  z-index: 5;
  inset-inline: 14px;
  bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

#dv-flask-showcase .dvf-dots {
  display: flex;
  align-items: center;
  gap: 7px;
}

#dv-flask-showcase [data-dvf-index],
#dv-flask-showcase [data-dvf-prev],
#dv-flask-showcase [data-dvf-next] {
  display: grid;
  place-items: center;
  color: #17130A;
  background: rgba(255, 255, 255, .84);
  border: 1px solid rgba(251, 192, 45, .34);
  cursor: pointer;
}

#dv-flask-showcase [data-dvf-index] {
  width: 34px;
  height: 34px;
  padding: 0;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
}

#dv-flask-showcase [data-dvf-index].is-active {
  background: #FBC02D;
  transform: translateY(-3px);
}

#dv-flask-showcase [data-dvf-prev],
#dv-flask-showcase [data-dvf-next] {
  width: 46px;
  height: 46px;
  padding: 0;
  border-radius: 50%;
  font-size: 20px;
}

/* ظپظٹط¯ظٹظˆ ط§ظ„ط´ظ†ط·ط© ظپظ‚ط· */
#dv-bag-video {
  width: min(1120px, calc(100% - 30px));
  color: #FFFDF7;
  background:
    radial-gradient(circle at 82% 12%, rgba(251, 192, 45, .18), transparent 30%),
    linear-gradient(145deg, #050504, #17130A);
  border: 1px solid rgba(251, 192, 45, .22);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .28);
}

#dv-bag-video .dvb-shell {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(340px, 1.22fr);
  align-items: center;
  gap: clamp(24px, 5vw, 66px);
  padding: clamp(26px, 5vw, 68px);
}

#dv-bag-video .dvb-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: #FBC02D;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

#dv-bag-video .dvb-title {
  margin: 0;
  color: #FFFDF7;
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 950;
  line-height: 1.05;
}

#dv-bag-video .dvb-text {
  margin: 20px 0 26px;
  color: rgba(255, 253, 247, .68);
  font-size: 16px;
  line-height: 1.9;
}

#dv-bag-video .dvb-video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  width: min(100%, 410px);
  margin-inline: auto;
  background: #000;
  border: 1px solid rgba(251, 192, 45, .26);
  border-radius: 28px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .42);
}

#dv-bag-video .dvb-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #000;
}

#dv-bag-video .dvb-status {
  position: absolute;
  z-index: 2;
  top: 14px;
  inset-inline-start: 14px;
  padding: 8px 11px;
  color: #FFFDF7;
  background: rgba(0, 0, 0, .58);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 850;
  pointer-events: none;
}

@media (max-width: 860px) {
  #dv-flask-showcase,
  #dv-bag-video {
    width: calc(100% - 20px);
    border-radius: 27px;
  }

  #dv-flask-showcase .dvf-shell,
  #dv-bag-video .dvb-shell {
    grid-template-columns: 1fr;
    text-align: center;
  }

  #dv-flask-showcase .dvf-kicker,
  #dv-flask-showcase .dvf-specs {
    justify-content: center;
  }

  #dv-flask-showcase .dvf-line,
  #dv-flask-showcase .dvf-order {
    margin-inline: auto;
  }

  #dv-flask-showcase .dvf-visual {
    min-height: 470px;
  }

  #dv-flask-showcase .dvf-image {
    height: 440px;
  }
}

@media (max-width: 520px) {
  #dv-flask-showcase .dvf-shell,
  #dv-bag-video .dvb-shell {
    padding: 30px 16px;
  }

  #dv-flask-showcase .dvf-title,
  #dv-bag-video .dvb-title {
    font-size: 38px;
  }

  #dv-flask-showcase .dvf-visual {
    min-height: 405px;
  }

  #dv-flask-showcase .dvf-image {
    height: 370px;
  }

  #dv-flask-showcase [data-dvf-index] {
    width: 29px;
    height: 29px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #dv-flask-showcase *,
  #dv-bag-video * {
    animation: none !important;
    transition-duration: .01ms !important;
  }
}