/* Typography migrated from the former Elementor Kit. */
:root {
  --cm-font-primary: "Roboto", Arial, sans-serif;
  --cm-font-secondary: "Roboto Slab", Georgia, serif;
}

html,
body,
button,
input,
select,
textarea {
  font-family: var(--cm-font-primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--cm-font-primary);
}

/* Transitional replacement for the current Elementor Theme Builder header/footer. */
.elementor-location-header,
.elementor-location-footer{
  display:none!important;
}

.cmso-header,
.cmso-footer{
  --cmso-ink:#241a2d;
  --cmso-muted:#6d6173;
  --cmso-purple:#8324e4;
  --cmso-purple-dark:#5a2d78;
  --cmso-pink:#d66aa4;
  --cmso-line:rgba(67,41,81,.12);
  box-sizing:border-box;
  font-family:inherit;
}
.cmso-header *,
.cmso-footer *{box-sizing:border-box}

/* HEADER */
.cmso-header{
  position:relative;
  z-index:999;
  background:rgba(255,255,255,.92);
  border-bottom:1px solid rgba(67,41,81,.08);
  box-shadow:0 8px 28px rgba(52,31,62,.035);
  backdrop-filter:blur(18px);
}
.cmso-header-inner{
  width:min(1180px,calc(100% - 40px));
  min-height:78px;
  margin-inline:auto;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:30px;
}
.cmso-brand{
  display:inline-flex;
  align-items:center;
  gap:11px;
  color:var(--cmso-ink)!important;
  text-decoration:none!important;
  white-space:nowrap;
}
.cmso-logo-image{
  display:block;
  width:auto;
  max-width:132px;
  max-height:58px;
}
.cmso-brand-mark{
  position:relative;
  display:block;
  width:42px;
  height:42px;
  overflow:hidden;
  border-radius:14px;
  background:linear-gradient(145deg,#efe2ff,#fff0f7);
}
.cmso-brand-mark>span{
  position:absolute;
  width:18px;
  height:18px;
  left:12px;
  top:9px;
  border-radius:50%;
  background:linear-gradient(145deg,#ee8abb,#d66aa4);
}
.cmso-brand-mark>i{
  position:absolute;
  width:54px;
  height:26px;
  left:-6px;
  bottom:-9px;
  border-radius:50%;
  border:1.5px solid rgba(131,36,228,.42);
  box-shadow:0 -7px 0 rgba(131,36,228,.08);
}
.cmso-brand-copy{display:flex;flex-direction:column;line-height:.94}
.cmso-brand-copy strong{
  font-size:.69rem;
  font-weight:700;
  letter-spacing:.15em;
  text-transform:uppercase;
  color:#76657e;
}
.cmso-brand-copy em{
  font-size:1.18rem;
  font-weight:850;
  font-style:normal;
  letter-spacing:-.035em;
  color:var(--cmso-purple-dark);
}
.cmso-desktop-nav{justify-self:center}
.cmso-nav-list{
  display:flex;
  align-items:center;
  gap:4px;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
.cmso-nav-list>li{
  position:relative;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
.cmso-nav-parent::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:100%;
  height:16px;
}
.cmso-nav-list>li>a,
.cmso-nav-parent-button{
  display:inline-flex;
  align-items:center;
  gap:5px;
  min-height:42px;
  padding:9px 12px;
  border:0;
  border-radius:12px;
  background:transparent;
  color:#43374a!important;
  text-decoration:none!important;
  font:inherit;
  font-size:.9rem;
  font-weight:680;
  cursor:pointer;
  transition:background .18s ease,color .18s ease;
}
.cmso-nav-list>li>a:hover,
.cmso-nav-parent-button:hover,
.cmso-nav-parent.is-open>.cmso-nav-parent-button{
  background:#f7f1fb;
  color:var(--cmso-purple)!important;
}
.cmso-nav-parent-button svg{
  width:13px;
  height:13px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .18s ease;
}
.cmso-nav-parent.is-open>.cmso-nav-parent-button svg{transform:rotate(180deg)}
.cmso-dropdown{
  position:absolute;
  top:calc(100% + 8px);
  left:50%;
  width:360px;
  padding:10px;
  transform:translate(-50%,8px);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  border:1px solid var(--cmso-line);
  border-radius:20px;
  background:rgba(255,255,255,.98);
  box-shadow:0 22px 60px rgba(48,30,57,.14);
  transition:opacity .17s ease,transform .17s ease,visibility .17s ease;
}
.cmso-nav-parent.is-open>.cmso-dropdown,
.cmso-nav-parent:hover>.cmso-dropdown{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translate(-50%,0);
}
.cmso-dropdown-intro{
  padding:12px 13px 10px;
  border-bottom:1px solid rgba(67,41,81,.08);
}
.cmso-dropdown-intro span{
  display:block;
  margin-bottom:3px;
  color:var(--cmso-purple);
  font-size:.66rem;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.cmso-dropdown-intro strong{
  display:block;
  color:var(--cmso-ink);
  font-size:.93rem;
}
.cmso-dropdown-links{
  display:grid;
  gap:3px;
  padding-top:7px;
}
.cmso-dropdown-links a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:10px 11px;
  border-radius:11px;
  color:#4d4053!important;
  font-size:.84rem;
  font-weight:610;
  line-height:1.3;
  text-decoration:none!important;
}
.cmso-dropdown-links a:hover{
  background:#f7f2fb;
  color:var(--cmso-purple)!important;
}
.cmso-dropdown-links a span{color:var(--cmso-purple)}
.cmso-header-actions{
  display:flex;
  align-items:center;
  gap:8px;
}
.cmso-icon-link{
  position:relative;
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:13px;
  color:#4a3d50!important;
  text-decoration:none!important;
}
.cmso-icon-link:hover{background:#f7f1fb;color:var(--cmso-purple)!important}
.cmso-icon-link svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.cmso-cart-count{
  position:absolute;
  top:2px;
  right:1px;
  display:grid;
  place-items:center;
  min-width:17px;
  height:17px;
  padding:0 4px;
  border-radius:999px;
  background:var(--cmso-purple);
  color:#fff;
  font-size:.61rem;
  font-weight:800;
}
.cmso-menu-toggle{
  display:none;
  width:42px;
  height:42px;
  padding:9px;
  border:0;
  border-radius:12px;
  background:#f7f1fb;
  cursor:pointer;
}
.cmso-menu-toggle>span:not(.screen-reader-text){
  display:block;
  width:20px;
  height:2px;
  margin:4px auto;
  border-radius:999px;
  background:var(--cmso-purple-dark);
  transition:transform .18s ease,opacity .18s ease;
}
.cmso-menu-toggle[aria-expanded="true"]>span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.cmso-menu-toggle[aria-expanded="true"]>span:nth-child(2){opacity:0}
.cmso-menu-toggle[aria-expanded="true"]>span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.cmso-mobile-menu{
  border-top:1px solid rgba(67,41,81,.08);
  background:#fff;
}
.cmso-mobile-menu[hidden]{display:none!important}
.cmso-mobile-menu-inner{
  width:min(100% - 28px,700px);
  margin:auto;
  padding:12px 0 20px;
}
.cmso-mobile-menu-inner>a,
.cmso-mobile-menu summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  padding:13px 4px;
  border:0;
  border-bottom:1px solid rgba(67,41,81,.07);
  color:#403448!important;
  background:transparent;
  text-decoration:none!important;
  font-size:.98rem;
  font-weight:720;
  cursor:pointer;
  list-style:none;
}
.cmso-mobile-menu summary::-webkit-details-marker{display:none}
.cmso-mobile-menu details{
  overflow:hidden;
  will-change:height;
}
.cmso-mobile-menu summary span{
  display:inline-block;
  transition:transform .22s ease;
}
.cmso-mobile-menu details[open]>summary span{
  transform:rotate(45deg);
}
.cmso-mobile-menu details>div{
  display:grid;
  gap:2px;
  padding:5px 0 9px 12px;
}
.cmso-mobile-menu details>div a{
  padding:9px 6px;
  color:#695b70!important;
  text-decoration:none!important;
  font-size:.88rem;
}

/* FOOTER */
.cmso-footer{
  position:relative;
  overflow:hidden;
  padding:64px 0 0;
  background:#25192e;
  color:rgba(255,255,255,.78);
}
.cmso-footer-glow{
  position:absolute;
  width:520px;
  height:520px;
  right:-260px;
  top:-240px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(131,36,228,.24),rgba(131,36,228,0) 68%);
  pointer-events:none;
}
.cmso-footer-inner{
  position:relative;
  z-index:1;
  width:min(1180px,calc(100% - 40px));
  margin:auto;
  display:grid;
  grid-template-columns:minmax(260px,1.35fr) repeat(3,minmax(150px,.72fr));
  gap:42px;
}
.cmso-brand--footer{color:#fff!important}
.cmso-brand--footer .cmso-brand-copy strong{color:rgba(255,255,255,.52)}
.cmso-brand--footer .cmso-brand-copy em{color:#fff}
.cmso-footer-brand>p{
  max-width:330px;
  margin:20px 0 0;
  color:rgba(255,255,255,.6);
  font-size:.92rem;
  line-height:1.65;
}
.cmso-socials{
  display:flex;
  gap:8px;
  margin-top:20px;
}
.cmso-socials a{
  display:grid;
  place-items:center;
  width:39px;
  height:39px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:12px;
  color:rgba(255,255,255,.72)!important;
}
.cmso-socials a:hover{
  border-color:rgba(255,255,255,.24);
  background:rgba(255,255,255,.06);
  color:#fff!important;
}
.cmso-socials svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.65;
}
.cmso-socials a:first-child svg{fill:currentColor;stroke:none}
.cmso-footer-col{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:9px;
}
.cmso-footer-col h2{
  margin:0 0 7px;
  color:#fff;
  font-size:.82rem;
  font-weight:830;
  letter-spacing:.075em;
  text-transform:uppercase;
}
.cmso-footer-col a{
  color:rgba(255,255,255,.65)!important;
  text-decoration:none!important;
  font-size:.86rem;
  line-height:1.42;
}
.cmso-footer-col a:hover{color:#fff!important}
.cmso-footer-bottom{
  position:relative;
  z-index:1;
  width:min(1180px,calc(100% - 40px));
  margin:46px auto 0;
  padding:20px 0 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border-top:1px solid rgba(255,255,255,.1);
  color:rgba(255,255,255,.42);
  font-size:.75rem;
}
.cmso-footer-legal{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:15px;
}
.cmso-footer-legal a{
  color:rgba(255,255,255,.5)!important;
  text-decoration:none!important;
}
.cmso-footer-legal a:hover{color:#fff!important}

@media(max-width:980px){
  .cmso-desktop-nav{display:none}
  .cmso-menu-toggle{display:block}
  .cmso-header-inner{grid-template-columns:1fr auto;gap:16px}
  .cmso-footer-inner{grid-template-columns:1.2fr 1fr 1fr}
  .cmso-footer-brand{grid-column:1/-1}
}
@media(max-width:700px){
  .cmso-header-inner{width:min(100% - 26px,1180px);min-height:68px}
  .cmso-logo-image{max-width:105px;max-height:48px}
  .cmso-footer{padding-top:50px}
  .cmso-footer-inner{width:min(100% - 28px,1180px);grid-template-columns:1fr 1fr;gap:34px 24px}
  .cmso-footer-brand{grid-column:1/-1}
  .cmso-footer-bottom{
    width:min(100% - 28px,1180px);
    align-items:flex-start;
    flex-direction:column;
    margin-top:34px;
  }
  .cmso-footer-legal{justify-content:flex-start}
}
@media(max-width:460px){
  .cmso-brand-copy{
    display:flex;
    min-width:0;
  }
  .cmso-header .cmso-brand-copy strong{
    font-size:.58rem;
    line-height:1;
    letter-spacing:.13em;
  }
  .cmso-header .cmso-brand-copy em{
    margin-top:2px;
    font-size:.95rem;
    line-height:1;
    font-weight:850;
  }
  .cmso-header .cmso-brand{
    gap:8px;
    min-width:0;
  }
  .cmso-header .cmso-logo-image{
    max-width:82px;
    max-height:44px;
  }
  .cmso-footer-inner{grid-template-columns:1fr}
  .cmso-footer-brand{grid-column:auto}
}
@media(prefers-reduced-motion:reduce){
  .cmso-nav-parent-button svg,
  .cmso-dropdown,
  .cmso-icon-link,
  .cmso-service-button,
  .cmso-menu-toggle>span:not(.screen-reader-text){
    transition:none!important;
  }
}


/* CART DRAWER */
body.cmso-cart-open{overflow:hidden}
.cmso-cart-count.is-empty{display:none!important}
.cmso-cart-layer{
  position:fixed;
  inset:0;
  z-index:2400;
  visibility:hidden;
  pointer-events:none;
}
.cmso-cart-layer.is-open{visibility:visible;pointer-events:auto}
.cmso-cart-backdrop{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  opacity:1;
  background:transparent!important;
  background-image:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  cursor:default;
  transition:none!important;
}
.cmso-cart-backdrop:hover,
.cmso-cart-backdrop:focus,
.cmso-cart-backdrop:active{
  background:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
}
.cmso-cart-layer.is-open .cmso-cart-backdrop{opacity:1}
.cmso-cart-drawer{
  position:absolute;
  top:0;
  right:0;
  width:min(440px,100%);
  height:100%;
  display:flex;
  flex-direction:column;
  background:#fff;
  color:#2b2131;
  box-shadow:-24px 0 70px rgba(38,19,49,.18);
  outline:none;
  transform:translate3d(102%,0,0);
  will-change:transform;
  transition:transform .12s cubic-bezier(.2,.8,.2,1);
}
.cmso-cart-layer.is-open .cmso-cart-drawer{transform:translate3d(0,0,0)}
.cmso-cart-drawer-head{
  min-height:88px;
  padding:20px 22px 18px 26px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  border-bottom:1px solid rgba(67,41,81,.09);
}
.cmso-cart-drawer-head span{
  display:block;
  margin-bottom:2px;
  color:#8c7b95;
  font-size:.7rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.cmso-cart-drawer-head h2{
  margin:0!important;
  color:#2b2131!important;
  font-size:1.45rem!important;
  line-height:1.12;
}
.cmso-cart-close{
  width:40px;
  height:40px;
  flex:0 0 40px;
  border:0;
  border-radius:12px;
  background:#f6f0fa;
  color:#5b4268;
  font-size:1.55rem;
  line-height:1;
  cursor:pointer;
}
.cmso-cart-close:hover{background:#eee2f6}
.cmso-cart-drawer-content{
  min-height:0;
  flex:1;
  display:flex;
  flex-direction:column;
  overflow:auto;
}
.cmso-cart-items{padding:6px 24px 0}
.cmso-cart-item{
  display:grid;
  grid-template-columns:72px minmax(0,1fr);
  gap:15px;
  padding:18px 0;
  border-bottom:1px solid rgba(67,41,81,.085);
}
.cmso-cart-item-media a{display:block}
.cmso-cart-item-image{
  display:block;
  width:72px!important;
  height:72px!important;
  margin:0!important;
  object-fit:cover;
  border-radius:14px;
  background:#f5eef9;
}
.cmso-cart-item-copy{min-width:0}
.cmso-cart-item-top{display:flex;align-items:flex-start;gap:10px}
.cmso-cart-item-title{
  min-width:0;
  flex:1;
  color:#33263a!important;
  text-decoration:none!important;
  font-size:.9rem;
  font-weight:760;
  line-height:1.35;
}
.cmso-cart-item-title:hover{color:#8324e4!important}
.cmso-cart-remove{
  width:26px;
  height:26px;
  flex:0 0 26px;
  margin-top:-2px;
  padding:0;
  border:0;
  border-radius:9px;
  background:transparent;
  color:#a394aa;
  font-size:1.25rem;
  line-height:1;
  cursor:pointer;
}
.cmso-cart-remove:hover{background:#f8f2fa;color:#8324e4}
.cmso-cart-item-meta{
  margin-top:5px;
  color:#7c6d83;
  font-size:.75rem;
  line-height:1.4;
}
.cmso-cart-item-meta dl{margin:0}
.cmso-cart-item-meta dt,.cmso-cart-item-meta dd{display:inline;margin:0}
.cmso-cart-item-meta dd:after{content:" ";display:block}
.cmso-cart-item-bottom{
  margin-top:12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.cmso-cart-qty{
  height:32px;
  display:inline-grid;
  grid-template-columns:30px 30px 30px;
  align-items:center;
  overflow:hidden;
  border:1px solid rgba(67,41,81,.13);
  border-radius:10px;
  background:#fff;
}
.cmso-cart-qty button{
  width:30px;
  height:30px;
  padding:0;
  border:0;
  background:transparent;
  color:#5d4b66;
  font-size:1rem;
  cursor:pointer;
}
.cmso-cart-qty button:hover:not(:disabled){background:#f7f1fa;color:#8324e4}
.cmso-cart-qty button:disabled{opacity:.3;cursor:not-allowed}
.cmso-cart-qty span{
  text-align:center;
  color:#392c40;
  font-size:.8rem;
  font-weight:750;
}
.cmso-cart-item-price{color:#5b2e76;font-size:.86rem;white-space:nowrap}
.cmso-cart-summary{
  margin-top:auto;
  padding:22px 24px 26px;
  border-top:1px solid rgba(67,41,81,.09);
  background:linear-gradient(180deg,#fff 0%,#fbf8fd 100%);
}
.cmso-cart-total{display:flex;align-items:baseline;justify-content:space-between;gap:18px}
.cmso-cart-total span{color:#5f5266;font-size:.9rem;font-weight:700}
.cmso-cart-total strong{color:#2e2135;font-size:1.22rem}
.cmso-cart-summary>p{
  margin:8px 0 17px;
  color:#817485;
  font-size:.76rem;
  line-height:1.45;
}
.cmso-cart-checkout{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  width:100%;
  min-height:52px;
  padding:14px 17px;
  border-radius:14px;
  background:#8324e4;
  color:#fff!important;
  text-decoration:none!important;
  font-size:.92rem;
  font-weight:800;
  box-shadow:0 12px 28px rgba(131,36,228,.18);
}
.cmso-cart-checkout:hover{background:#7120c4;color:#fff!important}
.cmso-cart-continue{
  display:block;
  width:100%;
  margin:8px 0 0;
  padding:10px;
  border:0;
  background:transparent;
  color:#75667d;
  font-size:.8rem;
  font-weight:650;
  cursor:pointer;
}
.cmso-cart-continue:hover{color:#8324e4}
.cmso-cart-empty{margin:auto;padding:42px 30px;text-align:center}
.cmso-cart-empty-icon{
  display:grid;
  place-items:center;
  width:68px;
  height:68px;
  margin:0 auto 18px;
  border-radius:22px;
  background:#f4eafb;
  color:#8324e4;
}
.cmso-cart-empty-icon svg{
  width:31px;
  height:31px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.cmso-cart-empty strong{display:block;color:#33263a;font-size:1.02rem}
.cmso-cart-empty p{
  max-width:280px;
  margin:7px auto 17px;
  color:#817485;
  font-size:.82rem;
  line-height:1.5;
}
.cmso-cart-empty-link{
  display:inline-flex;
  padding:10px 14px;
  border-radius:11px;
  background:#f4eafb;
  color:#6d25a5!important;
  text-decoration:none!important;
  font-size:.8rem;
  font-weight:750;
}
.cmso-cart-layer.is-loading .cmso-cart-drawer-content{opacity:.48;pointer-events:none}
.cmso-cart-layer.is-loading .cmso-cart-drawer:after{
  content:"";
  position:absolute;
  top:48%;
  left:50%;
  width:24px;
  height:24px;
  margin:-12px 0 0 -12px;
  border:3px solid rgba(131,36,228,.16);
  border-top-color:#8324e4;
  border-radius:50%;
  animation:cmso-cart-spin .7s linear infinite;
}
@keyframes cmso-cart-spin{to{transform:rotate(360deg)}}
@media(max-width:520px){
  .cmso-cart-drawer{width:100%}
  .cmso-cart-drawer-head{min-height:76px;padding:16px 17px 14px 20px}
  .cmso-cart-items{padding-inline:18px}
  .cmso-cart-summary{padding:19px 18px 22px}
  .cmso-cart-item{grid-template-columns:62px minmax(0,1fr);gap:12px}
  .cmso-cart-item-image{width:62px!important;height:62px!important;border-radius:12px}
}
@media(prefers-reduced-motion:reduce){
  .cmso-cart-backdrop,.cmso-cart-drawer{transition:none!important}
  .cmso-cart-layer.is-loading .cmso-cart-drawer:after{animation:none!important}
}
