/*=========================================================
KUBRA'S ELEGANCE
GESTIONNAIRE DE COOKIES — LUXE 2026
=========================================================*/

.vvv-designer-kubraselegance-cookies,
.vvv-designer-kubraselegance-cookies *,
.vvv-designer-kubraselegance-cookies *::before,
.vvv-designer-kubraselegance-cookies *::after {
  box-sizing: border-box;
}

.vvv-designer-kubraselegance-cookies[hidden] {
  display: none !important;
}

.vvv-designer-kubraselegance-cookies,
.vvv-designer-kubraselegance-cookies__panel,
.vvv-designer-kubraselegance-cookies__view,
.vvv-designer-kubraselegance-cookies__intro,
.vvv-designer-kubraselegance-cookies__summary,
.vvv-designer-kubraselegance-cookies__actions,
.vvv-designer-kubraselegance-cookies__categories,
.vvv-designer-kubraselegance-cookies__category,
.vvv-designer-kubraselegance-cookies__preferences-actions {
  min-width: 0;
  max-width: 100%;
}

.vvv-designer-kubraselegance-cookies {
  width: 100vw;
  max-width: 100vw;
  overflow: hidden;
  overscroll-behavior: none;
}

.vvv-designer-kubraselegance-cookies {
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  display: grid;
  align-items: end;
  justify-items: center;
  padding: 22px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity .4s ease,
    visibility .4s ease;
}

.vvv-designer-kubraselegance-cookies.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.vvv-designer-kubraselegance-cookies__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 50% 100%,
      rgba(201, 164, 95, .14),
      transparent 38%
    ),
    rgba(4, 3, 2, .68);
  backdrop-filter: blur(16px) saturate(.86);
  -webkit-backdrop-filter: blur(16px) saturate(.86);
}

.vvv-designer-kubraselegance-cookies__panel {
  position: relative;
  width: min(1180px, 100%);
  max-width: 100%;
  min-width: 0;
  max-height: calc(100svh - 44px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-x: none;
  overscroll-behavior-y: contain;
  touch-action: pan-y;
  border: 1px solid rgba(201, 164, 95, .36);
  border-radius: 32px;
  outline: none;
  background:
    linear-gradient(
      145deg,
      rgba(18, 13, 9, .985),
      rgba(7, 5, 4, .995)
    );
  color: #fffaf2;
  box-shadow:
    0 42px 120px rgba(0, 0, 0, .62),
    0 0 70px rgba(201, 164, 95, .1),
    inset 0 1px 0 rgba(255, 250, 242, .06);
  transform: translateY(45px) scale(.975);
  opacity: 0;
  isolation: isolate;
  scrollbar-width: thin;
  scrollbar-color:
    rgba(201, 164, 95, .5)
    rgba(255, 255, 255, .04);
  transition:
    transform .55s cubic-bezier(.16, 1, .3, 1),
    opacity .42s ease;
}

.vvv-designer-kubraselegance-cookies.is-visible
.vvv-designer-kubraselegance-cookies__panel {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.vvv-designer-kubraselegance-cookies__panel::-webkit-scrollbar {
  width: 8px;
}

.vvv-designer-kubraselegance-cookies__panel::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, .04);
}

.vvv-designer-kubraselegance-cookies__panel::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: rgba(201, 164, 95, .5);
}

.vvv-designer-kubraselegance-cookies__noise {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  opacity: .035;
  background-image:
    radial-gradient(
      circle,
      #ffffff 1px,
      transparent 1px
    );
  background-size: 7px 7px;
  pointer-events: none;
}

.vvv-designer-kubraselegance-cookies__orb {
  position: absolute;
  top: -260px;
  right: -150px;
  z-index: -1;
  width: min(620px, 82vw);
  height: min(620px, 82vw);
  max-width: 620px;
  max-height: 620px;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(201, 164, 95, .19),
      transparent 69%
    );
  filter: blur(26px);
  pointer-events: none;
}

.vvv-designer-kubraselegance-cookies__view {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 100%;
  overflow-x: hidden;
}

.vvv-designer-kubraselegance-cookies__view[hidden] {
  display: none !important;
}

.vvv-designer-kubraselegance-cookies__view.is-active {
  animation:
    vvvKubraCookieView .52s
    cubic-bezier(.16, 1, .3, 1)
    both;
}

@keyframes vvvKubraCookieView {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

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

/*=========================================================
PREMIER ÉCRAN
=========================================================*/

[data-vvv-cookie-view="summary"] {
  display: grid;
  grid-template-columns:
    minmax(0, 1.42fr)
    minmax(280px, .68fr);
  gap: 46px 70px;
  padding:
    clamp(42px, 6vw, 76px)
    clamp(28px, 6vw, 78px)
    clamp(31px, 4vw, 50px);
}

.vvv-designer-kubraselegance-cookies__intro {
  align-self: center;
}

.vvv-designer-kubraselegance-cookies__eyebrow {
  margin: 0 0 20px;
  color: #c9a45f;
  font-family:
    var(
      --vvv-designer-kubraselegance-font-text,
      "Inter",
      Arial,
      sans-serif
    );
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .23em;
  line-height: 1.5;
  text-transform: uppercase;
}

.vvv-designer-kubraselegance-cookies__intro h2,
.vvv-designer-kubraselegance-cookies__preferences-header h2 {
  max-width: 760px;
  margin: 0;
  color: #fffaf2;
  font-family:
    var(
      --vvv-designer-kubraselegance-font-title,
      "Bodoni Moda",
      Georgia,
      serif
    );
  font-size: clamp(48px, 5vw, 82px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .93;
  text-wrap: balance;
}

.vvv-designer-kubraselegance-cookies__intro h2 em {
  display: block;
  color: #c9a45f;
  font-weight: 400;
}

.vvv-designer-kubraselegance-cookies__lead {
  max-width: 720px;
  margin: 27px 0 0;
  color: rgba(255, 250, 242, .68);
  font-family:
    var(
      --vvv-designer-kubraselegance-font-text,
      "Inter",
      Arial,
      sans-serif
    );
  font-size: clamp(13px, 1.2vw, 16px);
  line-height: 1.85;
}

.vvv-designer-kubraselegance-cookies__current {
  display: flex;
  max-width: 690px;
  align-items: flex-start;
  gap: 14px;
  margin-top: 27px;
  padding: 16px 18px;
  border: 1px solid rgba(201, 164, 95, .2);
  background: rgba(201, 164, 95, .055);
}

.vvv-designer-kubraselegance-cookies__current > span {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  margin-top: 5px;
  border: 1px solid #c9a45f;
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(201, 164, 95, .48);
}

.vvv-designer-kubraselegance-cookies__current p {
  margin: 0;
  color: rgba(255, 250, 242, .62);
  font-family:
    var(
      --vvv-designer-kubraselegance-font-text,
      "Inter",
      Arial,
      sans-serif
    );
  font-size: 10px;
  line-height: 1.7;
}

.vvv-designer-kubraselegance-cookies__summary {
  position: relative;
  align-self: stretch;
  padding:
    clamp(25px, 3vw, 37px);
  border: 1px solid rgba(255, 250, 242, .08);
  border-radius: 24px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 250, 242, .055),
      rgba(255, 255, 255, .018)
    );
}

.vvv-designer-kubraselegance-cookies__seal {
  display: grid;
  width: 78px;
  height: 78px;
  margin-bottom: 27px;
  border: 1px solid rgba(201, 164, 95, .5);
  border-radius: 50%;
  color: #c9a45f;
  place-content: center;
  text-align: center;
  box-shadow:
    inset 0 0 22px rgba(201, 164, 95, .08),
    0 0 25px rgba(201, 164, 95, .07);
}

.vvv-designer-kubraselegance-cookies__seal span {
  font-family:
    var(
      --vvv-designer-kubraselegance-font-title,
      "Bodoni Moda",
      Georgia,
      serif
    );
  font-size: 28px;
  line-height: 1;
}

.vvv-designer-kubraselegance-cookies__seal small {
  margin-top: 5px;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.vvv-designer-kubraselegance-cookies__summary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vvv-designer-kubraselegance-cookies__summary li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 250, 242, .07);
}

.vvv-designer-kubraselegance-cookies__summary li:last-child {
  border-bottom: 0;
}

.vvv-designer-kubraselegance-cookies__summary strong,
.vvv-designer-kubraselegance-cookies__summary span {
  font-family:
    var(
      --vvv-designer-kubraselegance-font-text,
      "Inter",
      Arial,
      sans-serif
    );
  font-size: 9px;
  line-height: 1.5;
}

.vvv-designer-kubraselegance-cookies__summary strong {
  color: rgba(255, 250, 242, .88);
  font-weight: 700;
  letter-spacing: .04em;
}

.vvv-designer-kubraselegance-cookies__summary li > span {
  color: rgba(255, 250, 242, .42);
  text-align: right;
}

.vvv-designer-kubraselegance-cookies__actions {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.vvv-designer-kubraselegance-cookies__actions button,
.vvv-designer-kubraselegance-cookies__preferences-actions button {
  min-width: 0;
  min-height: 58px;
  margin: 0;
  border-radius: 100px;
  font-family:
    var(
      --vvv-designer-kubraselegance-font-text,
      "Inter",
      Arial,
      sans-serif
    );
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition:
    transform .3s ease,
    border-color .3s ease,
    background .3s ease,
    color .3s ease,
    box-shadow .3s ease;
}

.vvv-designer-kubraselegance-cookies__actions button:hover,
.vvv-designer-kubraselegance-cookies__actions button:focus-visible,
.vvv-designer-kubraselegance-cookies__preferences-actions button:hover,
.vvv-designer-kubraselegance-cookies__preferences-actions button:focus-visible {
  transform: translateY(-3px);
  outline: none;
}

.vvv-designer-kubraselegance-cookies__actions
button:not(.is-text) {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 23px;
}

.vvv-designer-kubraselegance-cookies__actions
button:not(.is-text) i {
  font-size: 16px;
  font-style: normal;
}

.vvv-designer-kubraselegance-cookies__actions .is-primary,
.vvv-designer-kubraselegance-cookies__actions .is-equal {
  border: 1px solid rgba(201, 164, 95, .72);
}

.vvv-designer-kubraselegance-cookies__actions .is-primary {
  background: #c9a45f;
  color: #080604;
  box-shadow: 0 12px 36px rgba(201, 164, 95, .16);
}

.vvv-designer-kubraselegance-cookies__actions .is-equal {
  background: transparent;
  color: #fffaf2;
}

.vvv-designer-kubraselegance-cookies__actions .is-primary:hover,
.vvv-designer-kubraselegance-cookies__actions .is-primary:focus-visible {
  background: #e0c17c;
  box-shadow: 0 17px 45px rgba(201, 164, 95, .24);
}

.vvv-designer-kubraselegance-cookies__actions .is-equal:hover,
.vvv-designer-kubraselegance-cookies__actions .is-equal:focus-visible {
  background: rgba(201, 164, 95, .1);
}

.vvv-designer-kubraselegance-cookies__actions .is-text {
  grid-column: 1 / -1;
  min-height: 36px;
  padding: 6px;
  border: 0;
  background: transparent;
  color: rgba(255, 250, 242, .62);
  text-decoration: underline;
  text-decoration-color: rgba(201, 164, 95, .5);
  text-underline-offset: 6px;
}

.vvv-designer-kubraselegance-cookies__actions .is-text:hover,
.vvv-designer-kubraselegance-cookies__actions .is-text:focus-visible {
  color: #fffaf2;
  transform: none;
}

.vvv-designer-kubraselegance-cookies__legal {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.vvv-designer-kubraselegance-cookies__legal a {
  color: rgba(255, 250, 242, .42);
  font-family:
    var(
      --vvv-designer-kubraselegance-font-text,
      "Inter",
      Arial,
      sans-serif
    );
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.vvv-designer-kubraselegance-cookies__legal a:hover,
.vvv-designer-kubraselegance-cookies__legal a:focus-visible {
  color: #c9a45f;
}

.vvv-designer-kubraselegance-cookies__legal > span {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(201, 164, 95, .58);
}

/*=========================================================
PRÉFÉRENCES
=========================================================*/

[data-vvv-cookie-view="preferences"] {
  padding:
    clamp(40px, 5vw, 66px)
    clamp(25px, 5vw, 68px)
    clamp(31px, 4vw, 50px);
}

.vvv-designer-kubraselegance-cookies__preferences-header {
  max-width: 900px;
  margin-bottom: 35px;
}

.vvv-designer-kubraselegance-cookies__preferences-header h2 {
  font-size: clamp(42px, 4.6vw, 74px);
}

.vvv-designer-kubraselegance-cookies__preferences-header > p:last-child {
  max-width: 700px;
  margin: 22px 0 0;
  color: rgba(255, 250, 242, .6);
  font-family:
    var(
      --vvv-designer-kubraselegance-font-text,
      "Inter",
      Arial,
      sans-serif
    );
  font-size: 12px;
  line-height: 1.8;
}

.vvv-designer-kubraselegance-cookies__back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 27px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 250, 242, .56);
  font-family:
    var(
      --vvv-designer-kubraselegance-font-text,
      "Inter",
      Arial,
      sans-serif
    );
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
}

.vvv-designer-kubraselegance-cookies__back:hover,
.vvv-designer-kubraselegance-cookies__back:focus-visible {
  color: #c9a45f;
  outline: none;
}

.vvv-designer-kubraselegance-cookies__categories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.vvv-designer-kubraselegance-cookies__category {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 25px;
  min-width: 0;
  padding: clamp(20px, 2.7vw, 31px);
  border: 1px solid rgba(255, 250, 242, .08);
  border-radius: 22px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 250, 242, .045),
      rgba(255, 255, 255, .014)
    );
  transition:
    border-color .3s ease,
    background .3s ease,
    transform .3s ease;
}

.vvv-designer-kubraselegance-cookies__category:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 164, 95, .25);
  background:
    linear-gradient(
      145deg,
      rgba(201, 164, 95, .065),
      rgba(255, 255, 255, .014)
    );
}

.vvv-designer-kubraselegance-cookies__category p {
  margin: 0 0 11px;
  color: rgba(201, 164, 95, .76);
  font-family:
    var(
      --vvv-designer-kubraselegance-font-text,
      "Inter",
      Arial,
      sans-serif
    );
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.vvv-designer-kubraselegance-cookies__category p span {
  display: inline-grid;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  border: 1px solid rgba(201, 164, 95, .34);
  border-radius: 50%;
  place-items: center;
}

.vvv-designer-kubraselegance-cookies__category h3 {
  margin: 0;
  color: #fffaf2;
  font-family:
    var(
      --vvv-designer-kubraselegance-font-title,
      "Bodoni Moda",
      Georgia,
      serif
    );
  font-size: clamp(25px, 2.4vw, 34px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1;
}

.vvv-designer-kubraselegance-cookies__category
> div > div {
  max-width: 480px;
  margin-top: 12px;
  color: rgba(255, 250, 242, .48);
  font-family:
    var(
      --vvv-designer-kubraselegance-font-text,
      "Inter",
      Arial,
      sans-serif
    );
  font-size: 9px;
  line-height: 1.7;
}

/*=========================================================
INTERRUPTEURS
=========================================================*/

.vvv-designer-kubraselegance-cookies__switch {
  display: grid;
  justify-items: center;
  gap: 7px;
  cursor: pointer;
}

.vvv-designer-kubraselegance-cookies__switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.vvv-designer-kubraselegance-cookies__switch > span {
  position: relative;
  width: 54px;
  height: 30px;
  border: 1px solid rgba(255, 250, 242, .2);
  border-radius: 100px;
  background: rgba(255, 250, 242, .07);
  transition:
    background .3s ease,
    border-color .3s ease,
    box-shadow .3s ease;
}

.vvv-designer-kubraselegance-cookies__switch > span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 250, 242, .78);
  box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
  transition:
    transform .3s cubic-bezier(.16, 1, .3, 1),
    background .3s ease;
}

.vvv-designer-kubraselegance-cookies__switch
input:checked + span {
  border-color: rgba(201, 164, 95, .74);
  background: rgba(201, 164, 95, .23);
  box-shadow: 0 0 20px rgba(201, 164, 95, .08);
}

.vvv-designer-kubraselegance-cookies__switch
input:checked + span::after {
  transform: translateX(24px);
  background: #c9a45f;
}

.vvv-designer-kubraselegance-cookies__switch
input:focus-visible + span {
  outline: 2px solid #c9a45f;
  outline-offset: 4px;
}

.vvv-designer-kubraselegance-cookies__switch small {
  color: rgba(255, 250, 242, .38);
  font-family:
    var(
      --vvv-designer-kubraselegance-font-text,
      "Inter",
      Arial,
      sans-serif
    );
  font-size: 6px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.vvv-designer-kubraselegance-cookies__switch.is-locked {
  cursor: not-allowed;
  opacity: .75;
}

.vvv-designer-kubraselegance-cookies__preferences-actions {
  display: grid;
  grid-template-columns:
    minmax(0, 1.25fr)
    repeat(2, minmax(0, .75fr));
  gap: 12px;
  margin-top: 26px;
}

.vvv-designer-kubraselegance-cookies__preferences-actions button {
  padding: 14px 18px;
}

.vvv-designer-kubraselegance-cookies__preferences-actions .is-save,
.vvv-designer-kubraselegance-cookies__preferences-actions .is-accept {
  border: 1px solid rgba(201, 164, 95, .7);
}

.vvv-designer-kubraselegance-cookies__preferences-actions .is-save {
  background: #c9a45f;
  color: #080604;
}

.vvv-designer-kubraselegance-cookies__preferences-actions .is-reject,
.vvv-designer-kubraselegance-cookies__preferences-actions .is-accept {
  background: transparent;
  color: #fffaf2;
}

.vvv-designer-kubraselegance-cookies__preferences-actions .is-reject {
  border: 1px solid rgba(255, 250, 242, .2);
}

.vvv-designer-kubraselegance-cookies__preferences-actions .is-save:hover,
.vvv-designer-kubraselegance-cookies__preferences-actions .is-save:focus-visible {
  background: #e0c17c;
}

.vvv-designer-kubraselegance-cookies__preferences-actions .is-reject:hover,
.vvv-designer-kubraselegance-cookies__preferences-actions .is-reject:focus-visible,
.vvv-designer-kubraselegance-cookies__preferences-actions .is-accept:hover,
.vvv-designer-kubraselegance-cookies__preferences-actions .is-accept:focus-visible {
  background: rgba(201, 164, 95, .09);
  border-color: rgba(201, 164, 95, .55);
}

.vvv-designer-kubraselegance-cookies__notice {
  margin: 18px 0 0;
  padding: 13px 16px;
  border: 1px solid rgba(201, 164, 95, .28);
  background: rgba(201, 164, 95, .08);
  color: rgba(255, 250, 242, .74);
  font-family:
    var(
      --vvv-designer-kubraselegance-font-text,
      "Inter",
      Arial,
      sans-serif
    );
  font-size: 10px;
  line-height: 1.6;
}

/*=========================================================
FERMETURE
=========================================================*/

.vvv-designer-kubraselegance-cookies__close {
  position: absolute;
  top: 23px;
  right: 23px;
  z-index: 20;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 250, 242, .13);
  border-radius: 50%;
  background: rgba(255, 250, 242, .035);
  cursor: pointer;
}

.vvv-designer-kubraselegance-cookies__close[hidden] {
  display: none !important;
}

.vvv-designer-kubraselegance-cookies__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 1px;
  background: rgba(255, 250, 242, .75);
}

.vvv-designer-kubraselegance-cookies__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.vvv-designer-kubraselegance-cookies__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.vvv-designer-kubraselegance-cookies__close:hover,
.vvv-designer-kubraselegance-cookies__close:focus-visible {
  border-color: rgba(201, 164, 95, .58);
  outline: none;
}

.vvv-designer-kubraselegance-cookies__close:hover span,
.vvv-designer-kubraselegance-cookies__close:focus-visible span {
  background: #c9a45f;
}

body.vvv-kubras-cookie-open {
  overflow: hidden;
}

body.vvv-kubras-cookie-open
.vvv-designer-kubraselegance-scrolltop {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/*=========================================================
RESPONSIVE
=========================================================*/

@media (max-width: 900px) {
  .vvv-designer-kubraselegance-cookies {
    padding: 12px;
  }

  .vvv-designer-kubraselegance-cookies__panel {
    max-height: calc(100svh - 24px);
    border-radius: 25px;
  }

  [data-vvv-cookie-view="summary"] {
    grid-template-columns: 1fr;
    gap: 31px;
  }

  .vvv-designer-kubraselegance-cookies__summary {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 24px;
    align-items: center;
  }

  .vvv-designer-kubraselegance-cookies__seal {
    margin: 0;
  }

  .vvv-designer-kubraselegance-cookies__categories {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .vvv-designer-kubraselegance-cookies {
    right: 0;
    left: 0;
    width: 100dvw;
    max-width: 100dvw;
    align-items: end;
    padding: 0;
    overflow: hidden;
  }

  .vvv-designer-kubraselegance-cookies__panel {
    right: auto;
    left: auto;
    width: 100dvw;
    max-width: 100dvw;
    min-width: 0;
    max-height: min(92svh, 900px);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior-x: none;
    touch-action: pan-y;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 27px 27px 0 0;
    transform: translateY(100%);
  }

  .vvv-designer-kubraselegance-cookies.is-visible
  .vvv-designer-kubraselegance-cookies__panel {
    transform: translateY(0);
  }

  [data-vvv-cookie-view="summary"],
  [data-vvv-cookie-view="preferences"] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 37px 19px 25px;
    overflow-x: hidden;
  }

  .vvv-designer-kubraselegance-cookies__orb {
    top: -120px;
    right: -72px;
    width: 260px;
    height: 260px;
    max-width: 260px;
    max-height: 260px;
  }

  .vvv-designer-kubraselegance-cookies__intro,
  .vvv-designer-kubraselegance-cookies__summary,
  .vvv-designer-kubraselegance-cookies__actions,
  .vvv-designer-kubraselegance-cookies__legal,
  .vvv-designer-kubraselegance-cookies__categories,
  .vvv-designer-kubraselegance-cookies__category,
  .vvv-designer-kubraselegance-cookies__preferences-actions {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .vvv-designer-kubraselegance-cookies__actions button,
  .vvv-designer-kubraselegance-cookies__preferences-actions button {
    width: 100%;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .vvv-designer-kubraselegance-cookies__legal {
    flex-wrap: wrap;
    row-gap: 9px;
    text-align: center;
  }

  .vvv-designer-kubraselegance-cookies__intro h2 {
    padding-right: 15px;
    font-size: clamp(42px, 13vw, 58px);
  }

  .vvv-designer-kubraselegance-cookies__lead {
    font-size: 12px;
  }

  .vvv-designer-kubraselegance-cookies__summary {
    display: block;
    padding: 22px;
  }

  .vvv-designer-kubraselegance-cookies__seal {
    width: 62px;
    height: 62px;
    margin-bottom: 18px;
  }

  .vvv-designer-kubraselegance-cookies__summary li {
    gap: 10px;
    padding: 12px 0;
  }

  .vvv-designer-kubraselegance-cookies__actions {
    grid-template-columns: 1fr;
  }

  .vvv-designer-kubraselegance-cookies__actions
  .is-text {
    grid-column: auto;
  }

  .vvv-designer-kubraselegance-cookies__category {
    gap: 15px;
    padding: 20px 16px;
    border-radius: 18px;
  }

  .vvv-designer-kubraselegance-cookies__category h3 {
    font-size: 25px;
  }

  .vvv-designer-kubraselegance-cookies__preferences-actions {
    grid-template-columns: 1fr;
  }

  .vvv-designer-kubraselegance-cookies__preferences-actions button {
    min-height: 52px;
  }

  .vvv-designer-kubraselegance-cookies__close {
    top: 15px;
    right: 15px;
    width: 38px;
    height: 38px;
  }
}


@media (max-width: 390px) {
  .vvv-designer-kubraselegance-cookies__panel {
    width: 100dvw;
    max-width: 100dvw;
  }

  [data-vvv-cookie-view="summary"],
  [data-vvv-cookie-view="preferences"] {
    padding-right: 15px;
    padding-left: 15px;
  }

  .vvv-designer-kubraselegance-cookies__summary {
    padding-right: 17px;
    padding-left: 17px;
  }

  .vvv-designer-kubraselegance-cookies__current {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vvv-designer-kubraselegance-cookies,
  .vvv-designer-kubraselegance-cookies *,
  .vvv-designer-kubraselegance-cookies *::before,
  .vvv-designer-kubraselegance-cookies *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
