*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--gold: #B8963E;--gold-light: #D4AF6A;--gold-pale: #F0E6C8;--cream: #FAF8F5;--cream-dark: #F2EDE5;--charcoal: #1C1917;--charcoal-soft: #3D3935;--muted: #7A7065;--easing: cubic-bezier(.25, .46, .45, .94)}html{scroll-behavior:smooth}body{font-family:Montserrat,sans-serif;background:var(--cream);color:var(--charcoal);overflow-x:hidden;margin:0}body.ar{font-family:Noto Sans Arabic,sans-serif;direction:rtl}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button{font-family:inherit}.cbs-container{max-width:80rem;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.cbs-wide{max-width:88rem;margin:0 auto}.font-cormorant{font-family:Cormorant,serif}.font-montserrat{font-family:Montserrat,sans-serif}.font-arabic{font-family:Noto Sans Arabic,sans-serif}.section-tag{font-size:10px;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);font-weight:600}.text-gold-shimmer{background:linear-gradient(105deg,#9a7a2e,#d4af6a 30%,#b8963e,#e8cc80 70%,#b8963e);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer 4s linear infinite}@keyframes shimmer{to{background-position:200% center}}.gold-line{width:60px;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent)}.gold-line-long{width:120px;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent)}.reveal{opacity:0;transform:translateY(32px);transition:opacity .7s var(--easing),transform .7s var(--easing)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transform:translate(-40px);transition:opacity .7s var(--easing),transform .7s var(--easing)}.reveal-left.visible{opacity:1;transform:translate(0)}.reveal-right{opacity:0;transform:translate(40px);transition:opacity .7s var(--easing),transform .7s var(--easing)}.reveal-right.visible{opacity:1;transform:translate(0)}.delay-100{transition-delay:.1s}.delay-200{transition-delay:.2s}.delay-300{transition-delay:.3s}.delay-400{transition-delay:.4s}.delay-500{transition-delay:.5s}.btn-gold{display:inline-block;background:linear-gradient(135deg,#b8963e,#d4af6a,#b8963e);background-size:200% auto;color:#fff;letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:600;padding:14px 36px;border:none;cursor:pointer;transition:background-position .5s,transform .3s,box-shadow .3s;text-align:center}.btn-gold:hover{background-position:right center;transform:translateY(-2px);box-shadow:0 8px 25px #b8963e59}.btn-gold:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-outline{display:inline-block;border:1.5px solid var(--gold);color:var(--gold);background:transparent;letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:600;padding:13px 36px;cursor:pointer;transition:all .3s;text-align:center}.btn-outline:hover{background:var(--gold);color:#fff;transform:translateY(-2px)}.btn-outline.on-dark{color:#fff;border-color:#fff6}.btn-outline.on-dark:hover{background:#fff;color:var(--charcoal)}#cbs-navbar{position:fixed;top:0;left:0;right:0;z-index:100;transition:all .4s var(--easing);padding:1rem 1.5rem}#cbs-navbar.scrolled{background:#faf8f5eb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(184,150,62,.15);box-shadow:0 4px 30px #1c19170f}.nav-inner{max-width:80rem;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.nav-links{display:none;gap:2rem;align-items:center}.nav-link{color:#fffc;font-size:12px;letter-spacing:.15em;text-transform:uppercase;font-weight:500;transition:color .3s}.nav-link:hover{color:var(--gold-light)}.nav-logo{font-family:Cormorant,serif;font-size:1.6rem;font-weight:600;letter-spacing:.03em;color:#fff;transition:color .3s}.nav-right{display:none;align-items:center;gap:1.5rem}@media(min-width:768px){.nav-links,.nav-right{display:flex}#cbs-burger{display:none}}#cbs-burger{color:#fff;background:none;border:none;cursor:pointer;padding:.5rem}.nav-dropdown{position:relative}.nav-dropdown>.nav-link{display:inline-flex;align-items:center}.nav-dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(8px);min-width:230px;padding:.5rem 0;margin-top:4px;background:#faf8f5fa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(184,150,62,.15);border-radius:4px;box-shadow:0 12px 40px #1c19171f;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s var(--easing),transform .3s var(--easing);z-index:110}.nav-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}.nav-dropdown-item{display:block;padding:.6rem 1.25rem;font-size:12px;color:var(--charcoal-soft);transition:background .2s,color .2s;white-space:nowrap}.nav-dropdown-item:hover{background:var(--gold-pale);color:var(--gold)}.lang-btn{font-size:11px;letter-spacing:.1em;font-weight:500;cursor:pointer;transition:color .2s;background:none;border:none;color:#fff9}.lang-btn.active{color:var(--gold)}.mobile-menu{max-height:0;overflow:hidden;transition:max-height .5s var(--easing);background:#1c1917f7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.mobile-menu.open{max-height:520px}.mobile-menu-inner{padding:1rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.mobile-link{color:#fffc;font-size:12px;letter-spacing:.15em;text-transform:uppercase}.hero-bg{background:linear-gradient(160deg,#1c1917,#2d2521 40%,#3d3328,#1c1917);position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding-top:80px}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 60% 50%,rgba(184,150,62,.12) 0%,transparent 60%),radial-gradient(ellipse at 20% 80%,rgba(212,175,106,.08) 0%,transparent 50%)}#cbs-particles{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.hero-rings{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.hero-ring{position:absolute;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-content{position:relative;z-index:10;text-align:center;padding:0 1.5rem;max-width:64rem;margin:0 auto}.hero-title{font-family:Cormorant,serif;font-size:clamp(3rem,7vw,7rem);font-weight:300;line-height:1.05;color:#fff;margin-bottom:12px}.hero-title.reveal,.hero-title.reveal.visible{opacity:1!important;transform:none!important;transition:none!important}.hero-sub{font-family:Montserrat,sans-serif;color:#ffffffbf;max-width:32rem;margin:0 auto;font-size:14px;line-height:1.8;letter-spacing:.03em}.hero-stats{display:flex;flex-wrap:wrap;justify-content:center;gap:3rem;margin-top:4rem;margin-bottom:5rem}.hero-stat-num{font-family:Cormorant,serif;font-size:1.875rem;color:var(--gold-light);font-weight:600}.hero-stat-label{color:#ffffffb3;font-size:12px;letter-spacing:.15em;text-transform:uppercase;margin-top:.25rem}.scroll-indicator{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);flex-direction:column;align-items:center;gap:.5rem;display:none}@media(min-width:1024px){.scroll-indicator{display:flex}}.scroll-line{width:1px;height:40px;background:linear-gradient(180deg,rgba(184,150,62,.6),transparent);animation:scroll-line 2s ease-in-out infinite}@keyframes scroll-line{0%,to{opacity:.4;transform:scaleY(.8)}50%{opacity:1;transform:scaleY(1)}}.marquee-band{background:var(--charcoal);padding:1rem 0;overflow:hidden}.marquee-track{display:flex;gap:80px;animation:marquee 22s linear infinite;width:max-content;align-items:center}.marquee-item{color:#b8963ed9;font-size:12px;letter-spacing:.15em;text-transform:uppercase;white-space:nowrap}.marquee-heart{color:#ffffff80}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.cbs-section{padding:7rem 1.5rem}.cbs-section-head{text-align:center;margin-bottom:4rem}.cbs-section-title{font-family:Cormorant,serif;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:400;color:var(--charcoal);line-height:1.2}.cbs-section-title em{font-style:italic;color:var(--gold)}.product-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}.product-card{position:relative;overflow:hidden;border-radius:2px;cursor:pointer;background:#fff;transition:transform .5s var(--easing),box-shadow .5s var(--easing);display:block}.product-card:hover{transform:translateY(-6px);box-shadow:0 20px 60px #1c19171f}.product-card .card-img{overflow:hidden;height:280px}.product-card .card-img img{transition:transform .7s var(--easing);width:100%;height:280px;object-fit:cover}.product-card:hover .card-img img{transform:scale(1.07)}.product-card .card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 50%,rgba(28,25,23,.7) 100%);opacity:0;transition:opacity .4s}.product-card:hover .card-overlay{opacity:1}.product-card .card-cta{position:absolute;bottom:20px;left:50%;transform:translate(-50%) translateY(10px);opacity:0;transition:all .4s var(--easing);white-space:nowrap}.product-card:hover .card-cta{opacity:1;transform:translate(-50%) translateY(0)}.product-card .card-body{padding:1.25rem}.card-title{font-family:Cormorant,serif;font-size:1.25rem;font-weight:500;margin-top:.25rem;color:var(--charcoal)}.card-desc{color:var(--muted);font-size:12px;margin-top:.5rem;line-height:1.6}.card-price{font-family:Cormorant,serif;font-size:1.125rem;color:var(--charcoal);font-weight:500}.card-price strong{color:var(--gold)}.badge{font-size:11px;color:var(--gold);background:var(--gold-pale);padding:.25rem .5rem;border-radius:2px}.swatch{width:32px;height:32px;border-radius:50%;cursor:pointer;transition:transform .2s,box-shadow .2s;border:2px solid transparent}.swatch:hover{transform:scale(1.15)}.swatch.selected{border-color:var(--charcoal);box-shadow:0 0 0 3px #fff,0 0 0 5px var(--charcoal)}.config-wrap{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}@media(min-width:1024px){.config-wrap{grid-template-columns:repeat(2,1fr)}}.config-panel{background:#fff;padding:2rem;border-radius:2px;box-shadow:0 1px 3px #0000000a}.config-step{display:none}.config-step.active{display:block}.config-option{border:1.5px solid #E5DDD0;border-radius:4px;padding:12px 16px;cursor:pointer;transition:all .25s;background:#fff}.config-option:hover,.config-option.selected{border-color:var(--gold);background:var(--gold-pale)}.config-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.config-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.progress-bar{height:2px;background:var(--gold-pale);position:relative;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,var(--gold-light),var(--gold));transition:width .5s var(--easing)}.step-dot{width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}.preview-box{background:var(--cream-dark);border:1px solid #E5DDD0;border-radius:4px;min-height:220px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.config-feature{display:flex;align-items:flex-start;gap:.75rem}.config-feature .check{margin-top:2px;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--gold-pale)}.form-input{width:100%;border:1px solid #DDD6CC;background:#fff;padding:14px 16px;font-family:Montserrat,sans-serif;font-size:13px;color:var(--charcoal);transition:border-color .3s;outline:none;border-radius:2px}.form-input:focus{border-color:var(--gold)}.form-label{font-size:11px;color:var(--muted);letter-spacing:.15em;text-transform:uppercase;margin-bottom:.5rem;display:block}.lookbook-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;border-radius:2px;overflow:hidden}.lookbook-item{overflow:hidden;position:relative;cursor:pointer}.lookbook-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--easing)}.lookbook-item:hover img{transform:scale(1.05)}.lookbook-item.tall{grid-row:span 2}.lookbook-item .lb-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1c191700;transition:background .4s;display:flex;align-items:center;justify-content:center}.lookbook-item:hover .lb-overlay{background:#1c191740}.lookbook-item .lb-icon{opacity:0;transform:scale(.8);transition:all .3s;color:#fff}.lookbook-item:hover .lb-icon{opacity:1;transform:scale(1)}@media(max-width:768px){.lookbook-grid{grid-template-columns:repeat(2,1fr)}.lookbook-item.tall{grid-row:span 1}}.process-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.process-grid{grid-template-columns:repeat(4,1fr)}}.process-num{font-family:Cormorant,serif;font-size:3.75rem;font-weight:300;color:#b8963e33;margin-bottom:1rem}.process-icon{width:3rem;height:3rem;border-radius:50%;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;border:1px solid rgba(184,150,62,.3)}.testi-track{display:flex;gap:24px;animation:scroll-testimonials 34s linear infinite;width:max-content}.testi-track:hover{animation-play-state:paused}@keyframes scroll-testimonials{0%{transform:translate(0)}to{transform:translate(-50%)}}.testi-card{min-width:340px;background:#fff;padding:28px;border:1px solid #EDE8E0;border-radius:2px}@media screen and (max-width:639px){.testi-card{min-width:75vw;padding:20px}}.testi-card.dark{background:var(--charcoal);border:none}.testi-quote{font-family:Cormorant,serif;font-size:1.125rem;font-style:italic;color:#1c1917e6;margin-bottom:1rem;line-height:1.6}.testi-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}.b2b-wrap{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width:1024px){.b2b-wrap{grid-template-columns:repeat(2,1fr)}}.b2b-feature{display:flex;align-items:flex-start;gap:1rem}.b2b-feature-icon{width:2.5rem;height:2.5rem;border-radius:2px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--gold-pale)}.b2b-stat{text-align:center;padding:1rem;background:#fff;border-radius:2px;border:1px solid rgba(240,230,200,.5);min-width:90px}.b2b-stat-num{font-family:Cormorant,serif;font-size:1.5rem;color:var(--gold);font-weight:600}.cbs-footer{background:var(--charcoal);padding:4rem 1.5rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-bottom:3rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-social{width:2.25rem;height:2.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(184,150,62,.25);color:#ffffffb3;transition:all .3s}.footer-social:hover{border-color:var(--gold);color:var(--gold-light)}.footer-head{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem}.footer-link{display:block;font-size:12px;color:#ffffffb3;margin-bottom:.75rem;transition:color .2s}.footer-link:hover{color:#ffffffe6}.cart-toast{position:fixed;top:1rem;right:1rem;z-index:300;background:#fff;border-left:3px solid var(--gold);box-shadow:0 10px 40px #1c191726;padding:1rem 1.25rem;border-radius:2px;transform:translate(120%);transition:transform .4s var(--easing);max-width:320px}.cart-toast.show{transform:translate(0)}.cbs-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:none;align-items:center;justify-content:center;padding:1.5rem;background:#1c1917b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.cbs-modal.open{display:flex}.cbs-modal-box{background:#fff;padding:2.5rem;border-radius:2px;max-width:28rem;width:100%;text-align:center;box-shadow:0 25px 80px #0000004d}.text-center{text-align:center}.mt-grid-gap{margin-top:3rem}.hidden{display:none}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media screen and (max-width:749px){#shopify-section-template--27110551421256__products .grid{grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important}#shopify-section-template--27110551421256__products .card__media,#shopify-section-template--27110551421256__products .media{aspect-ratio:3 / 4!important;overflow:hidden!important}#shopify-section-template--27110551421256__products .card__media img,#shopify-section-template--27110551421256__products .media img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:top center!important}#shopify-section-template--27110551421256__products .card__heading,#shopify-section-template--27110551421256__products .card__information h3{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;font-size:.75rem!important}#shopify-section-template--27110551421256__products .card__information{padding:.5rem!important}}@keyframes hero-progress{0%{width:0%}to{width:100%}}@media(prefers-reduced-motion:reduce){.hero-carousel-track{transition:none}.hero-progress{animation:none}}@media screen and (max-width:639px){#univers .cbs-wide{padding:0 .75rem!important}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.product-card{border-radius:4px;background:var(--cream);box-shadow:none}.product-card .card-img{height:200px;border-radius:4px;overflow:hidden}.product-card .card-img img{width:100%;height:200px;object-fit:cover}.product-card .card-body{padding:.75rem .25rem;background:transparent;display:flex;flex-direction:column;align-items:flex-start}.product-card .section-tag{font-size:.62rem;letter-spacing:.28em;color:var(--gold);margin-bottom:.3rem}.card-title{font-family:Cormorant,serif;font-weight:300;font-size:1rem;line-height:1.2;color:var(--charcoal);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.card-desc--mobile,.card-price{display:none}.card-discover-link{display:inline-block;margin-top:.5rem;font-size:.68rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);font-weight:500}.badge,.product-card .card-cta,.product-card .card-overlay{display:none}}@media screen and (max-width:767px){#cbs-main-image{max-height:380px;object-fit:cover}.cbs-product-layout>div:first-child img[loading=lazy]{height:60px!important}.cbs-product-layout h1{font-size:1.75rem!important}.cbs-product-layout~div .product-grid{grid-template-columns:repeat(2,1fr)!important}}
/*# sourceMappingURL=/cdn/shop/t/56/assets/theme.css.map */
