@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600;700&family=Tajawal:wght@400;500;600;700&display=swap');

:root{--velora-primary:#5a2435;--velora-primary-dark:#3c111e;--velora-secondary:#b16e7e;--velora-accent:#b99357;--velora-blush:#f5e8e8;--velora-cream:#fbf7f1;--velora-ivory:#fffdf9;--velora-ink:#2d2225;--velora-muted:#796a6d;--velora-border:rgba(90,36,53,.14);--velora-shadow:0 18px 50px rgba(67,30,39,.10);--velora-radius:14px;--velora-container:min(1240px,calc(100% - 40px));--velora-transition:180ms ease}
*,*::before,*::after{box-sizing:border-box}
[hidden]{display:none!important}
html{scroll-behavior:smooth;overflow-x:clip}
body{margin:0;background:var(--velora-cream);color:var(--velora-ink);font-family:"Tajawal",Arial,sans-serif;font-size:16px;line-height:1.65;overflow-x:clip;-webkit-font-smoothing:antialiased}
body.menu-open,body.modal-open{overflow:hidden}
html[dir=rtl] body{direction:rtl;text-align:right}
html[dir=rtl] input,html[dir=rtl] select,html[dir=rtl] textarea{text-align:right}
html[dir=rtl] input[type=email],html[dir=rtl] input[type=url],html[dir=rtl] input[type=tel]{direction:ltr;text-align:left}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{color:inherit}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{line-height:1.22}
.velora-container{width:var(--velora-container);margin-inline:auto}
.velora-icon{display:inline-block;flex:0 0 auto;vertical-align:middle}
[dir=rtl] .velora-icon--arrow{transform:scaleX(-1)}
.screen-reader-text,.skip-link{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link:focus{position:fixed;z-index:99999;inset:12px auto auto 12px;width:auto;height:auto;clip:auto;background:#fff;color:var(--velora-primary);padding:10px 18px;border-radius:6px;box-shadow:var(--velora-shadow)}
:focus-visible{outline:3px solid var(--velora-accent);outline-offset:3px}

/* Header */
.site-header{position:sticky;z-index:100;top:0;background:rgba(255,253,249,.96);border-bottom:1px solid var(--velora-border);box-shadow:0 1px 0 rgba(90,36,53,.02);backdrop-filter:blur(16px);transition:box-shadow var(--velora-transition)}
.site-header.is-scrolled{box-shadow:0 12px 34px rgba(60,17,30,.10)}
.velora-announcement{max-height:42px;overflow:hidden;background:var(--velora-primary-dark);color:#fff5eb;font-size:12px;transition:max-height 220ms ease}
.site-header.is-scrolled .velora-announcement{max-height:0}
.velora-announcement__inner{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.velora-announcement__inner span{display:flex;align-items:center;gap:8px}
.velora-announcement__inner strong{color:#e7c492;font-weight:500}
.velora-announcement__inner a{text-decoration:underline;text-underline-offset:3px}
.velora-header-main{min-height:90px;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:28px;transition:min-height 220ms ease}
.site-header.is-scrolled .velora-header-main{min-height:76px}
.velora-header-brand{justify-self:center}
.velora-wordmark{display:flex;flex-direction:column;align-items:center;color:var(--velora-primary);line-height:1}
.velora-wordmark span{font-family:"Cormorant Garamond",Georgia,serif;font-size:38px;letter-spacing:.09em;font-weight:700}
.velora-wordmark small{font-size:8px;letter-spacing:.45em;margin-inline-start:.45em;margin-top:4px}
.custom-logo{max-height:62px;width:auto}
.velora-header-tools{display:flex;align-items:center;min-width:0}
.velora-header-tools--start{justify-self:start;gap:12px}
.velora-header-tools--end{justify-self:end}
.velora-action-links{display:flex;align-items:center;gap:3px;flex:0 0 auto}
.velora-icon-button{position:relative;display:inline-grid;place-items:center;width:42px;height:42px;border:1px solid transparent;background:transparent;border-radius:50%;cursor:pointer;transition:background var(--velora-transition),border-color var(--velora-transition),color var(--velora-transition),transform var(--velora-transition)}
.velora-icon-button:hover{border-color:var(--velora-border);background:#fff;color:var(--velora-primary);transform:translateY(-1px)}
.velora-cart-count{position:absolute;inset-block-start:-2px;inset-inline-end:-2px;min-width:18px;height:18px;padding-inline:4px;border:2px solid var(--velora-ivory);border-radius:10px;background:#a9263c;color:#fff;font:700 9px/14px Arial,sans-serif;text-align:center}
.velora-selector{min-height:40px;display:flex;align-items:center;gap:7px;padding:8px 12px;border:1px solid var(--velora-border);background:rgba(255,255,255,.68);cursor:pointer;font-size:13px;border-radius:999px;white-space:nowrap;transition:background var(--velora-transition),border-color var(--velora-transition),color var(--velora-transition)}
.velora-selector+.velora-selector{margin-inline-start:8px}
.velora-selector:hover{border-color:rgba(90,36,53,.28);background:var(--velora-blush);color:var(--velora-primary)}
.velora-selector__chev{font-size:16px;color:var(--velora-muted)}
.velora-search{position:relative;width:clamp(210px,21vw,300px);height:44px;display:flex;flex:0 1 auto;background:#fff;border:1px solid var(--velora-border);border-radius:10px;overflow:hidden;box-shadow:0 4px 16px rgba(60,17,30,.025);transition:border-color var(--velora-transition),box-shadow var(--velora-transition)}
.velora-search:focus-within{border-color:rgba(90,36,53,.42);box-shadow:0 0 0 3px rgba(90,36,53,.07)}
.velora-search input{min-width:0;flex:1;border:0;background:transparent;padding:0 14px;color:var(--velora-ink);outline:0}
.velora-search input::placeholder{color:#9a8d90}
.velora-search button{width:45px;flex:0 0 45px;border:0;border-inline-start:1px solid var(--velora-border);background:#fffaf7;color:var(--velora-primary);cursor:pointer;transition:background var(--velora-transition),color var(--velora-transition)}
.velora-search button:hover{background:var(--velora-primary);color:#fff}
.velora-primary-nav{border-top:1px solid rgba(90,36,53,.07);background:rgba(251,247,241,.6)}
.velora-menu{height:56px;margin:0;padding:0;display:flex;align-items:center;justify-content:center;gap:clamp(24px,3vw,48px);list-style:none;font-size:14px;font-weight:600}
.velora-menu a{position:relative;padding-block:18px}
.velora-menu a::after{content:"";position:absolute;inset-inline:50%;inset-block-end:9px;height:2px;border-radius:2px;background:var(--velora-primary);transition:inset var(--velora-transition)}
.velora-menu a:hover::after,.velora-menu .current-menu-item>a::after{inset-inline:0}
.velora-mobile-only{display:none}

/* Global RTL composition */
html[dir=rtl] .velora-announcement__inner,html[dir=rtl] .velora-header-main,html[dir=rtl] .velora-footer-grid,html[dir=rtl] .velora-footer-bottom{direction:ltr}
html[dir=rtl] .velora-announcement__inner>*,html[dir=rtl] .velora-header-main>*,html[dir=rtl] .velora-footer-grid>*,html[dir=rtl] .velora-footer-bottom>*{direction:rtl}
html[dir=rtl] .velora-header-tools--start{direction:ltr}
html[dir=rtl] .velora-header-tools--start .velora-search,html[dir=rtl] .velora-header-tools--end,html[dir=rtl] .velora-primary-nav,html[dir=rtl] .velora-drawer,html[dir=rtl] .velora-modal{direction:rtl}
html[dir=rtl] .velora-action-links{direction:ltr}
html[dir=rtl] .velora-menu{direction:rtl}
html[dir=rtl] .entry-content ul,html[dir=rtl] .entry-content ol,html[dir=rtl] .woocommerce ul,html[dir=rtl] .woocommerce ol{padding-inline-start:0;padding-inline-end:1.35em}
html[dir=rtl] .velora-recipient-card span,html[dir=rtl] .velora-builder-copy,html[dir=rtl] .velora-quiz-card>div:first-child{align-items:flex-start;text-align:right}

/* Buttons and headings */
.velora-button{min-height:47px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:11px 26px;border:1px solid transparent;border-radius:7px;font-weight:600;transition:transform var(--velora-transition),box-shadow var(--velora-transition),background var(--velora-transition)}
.velora-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(60,17,30,.16)}
.velora-button--primary{background:var(--velora-primary);color:#fff}
.velora-button--primary:hover{background:var(--velora-primary-dark)}
.velora-button--outline{border-color:var(--velora-primary);background:rgba(255,255,255,.42);color:var(--velora-primary)}
.velora-button--light{background:#fff;color:var(--velora-primary)}
.velora-text-link{display:inline-flex;align-items:center;gap:7px;color:var(--velora-primary);font-weight:600;border-bottom:1px solid currentColor;padding-bottom:2px}
.velora-kicker{display:block;color:var(--velora-accent);font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;margin-bottom:10px}
.velora-section{padding:70px 0}
.velora-section-heading{text-align:center;margin:0 auto 34px;max-width:650px}
.velora-section-heading h2{margin-bottom:7px;color:var(--velora-primary);font-size:clamp(27px,3vw,39px);font-weight:700}
.velora-section-heading p{color:var(--velora-muted);margin:0}
.velora-center{text-align:center;margin-top:28px}

/* ==========================================================================
   Hero Section - Open Luxury Editorial Maison Layout
   ========================================================================== */
.velora-hero{position:relative;min-height:640px;display:flex;align-items:center;overflow:hidden;background:#fbf7f2;padding:68px 0 60px}
.velora-hero__backdrop{position:absolute;inset:0;pointer-events:none;overflow:hidden}
.velora-hero__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:left center;transition:transform 1.2s cubic-bezier(.16,1,.3,1)}
[dir=rtl] .velora-hero__image{transform:scaleX(-1);object-position:left center}
.velora-hero__backdrop::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fbf7f2 0%,#fbf7f2 38%,rgba(251,247,242,.88) 54%,rgba(251,247,242,.22) 76%,transparent 100%)}
[dir=rtl] .velora-hero__backdrop::after{background:linear-gradient(270deg,#fbf7f2 0%,#fbf7f2 40%,rgba(251,247,242,.88) 55%,rgba(251,247,242,.22) 76%,transparent 100%)}
.velora-hero__ambient{position:absolute;border-radius:50%;pointer-events:none;filter:blur(70px)}
.velora-hero__ambient--top{top:-15%;inset-inline-start:8%;width:420px;height:420px;background:radial-gradient(circle,rgba(235,204,157,.3) 0%,transparent 70%)}
.velora-hero__ambient--glow{bottom:-8%;inset-inline-end:12%;width:480px;height:480px;background:radial-gradient(circle,rgba(177,110,126,.18) 0%,transparent 70%)}

.velora-hero__content{position:relative;z-index:3;width:var(--velora-container);margin-inline:auto;display:flex;align-items:center}
.velora-hero__editorial{position:relative;width:min(600px,100%);text-align:right;animation:veloraHeroFadeUp .8s cubic-bezier(.16,1,.3,1) both}
[dir=ltr] .velora-hero__editorial{text-align:left}

@keyframes veloraHeroFadeUp{0%{opacity:0;transform:translateY(20px)}100%{opacity:1;transform:translateY(0)}}

.velora-hero__kicker-wrap{display:flex;justify-content:flex-start;margin-bottom:20px}
[dir=ltr] .velora-hero__kicker-wrap{justify-content:flex-start}
.velora-kicker-pill{display:inline-flex;align-items:center;gap:8px;padding:6px 18px;background:rgba(255,255,255,.88);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(185,147,87,.45);border-radius:999px;color:var(--velora-primary);font-size:13px;font-weight:700;letter-spacing:.02em;box-shadow:0 4px 14px rgba(90,36,53,.05)}
.velora-kicker-pill__dot{color:var(--velora-accent);font-size:12px;animation:veloraSparkle 2.5s ease-in-out infinite}

@keyframes veloraSparkle{0%,100%{transform:scale(1) rotate(0deg);opacity:.8}50%{transform:scale(1.3) rotate(45deg);opacity:1;filter:drop-shadow(0 0 4px #e5b96f)}}

.velora-hero__title{display:flex;flex-direction:column;gap:6px;margin:0 0 18px;font-size:clamp(36px,4.4vw,56px);font-weight:800;line-height:1.22;letter-spacing:-.02em;color:#33111c}
.velora-hero__title-top{display:block;font-weight:700;color:#33111c}
.velora-hero__title-accent{display:block;background:linear-gradient(135deg,#742540 0%,#a83b58 45%,#b98b4b 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:800;position:relative}

.velora-hero__editorial .velora-ornament{display:flex;align-items:center;justify-content:flex-start;gap:0;width:140px;margin:0 0 20px;color:var(--velora-accent)}
.velora-hero__editorial .velora-ornament::before,.velora-hero__editorial .velora-ornament::after{content:"";height:1.5px;flex:1;background:linear-gradient(90deg,transparent,currentColor,transparent)}
.velora-hero__editorial .velora-ornament i{width:7px;height:7px;background:currentColor;transform:rotate(45deg);margin:0 8px;box-shadow:0 0 6px rgba(185,147,87,.4)}

.velora-hero__desc{font-size:17px;line-height:1.85;max-width:520px;margin:0 0 28px;color:#55444a;font-weight:500}

.velora-hero__actions{display:flex;justify-content:flex-start;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:22px}
.velora-button--hero-primary{min-height:54px;padding:13px 30px;border-radius:999px;background:linear-gradient(135deg,#6c2339 0%,#461424 100%);color:#fff!important;font-size:15px;font-weight:800;border:1px solid rgba(235,204,157,.4);box-shadow:0 10px 26px rgba(60,17,30,.28),inset 0 1px 1px rgba(255,255,255,.25);transition:all 260ms cubic-bezier(.16,1,.3,1);display:inline-flex;align-items:center;gap:10px}
.velora-button--hero-primary:hover{transform:translateY(-3px);background:linear-gradient(135deg,#7e2b44 0%,#54192d 100%);box-shadow:0 16px 36px rgba(60,17,30,.38),0 0 18px rgba(235,204,157,.45);color:#fff!important}
.velora-button__arrow{display:inline-block;transition:transform 220ms ease;font-size:16px;margin-inline-start:2px}
.velora-button--hero-primary:hover .velora-button__arrow{transform:translateX(-4px)}
[dir=ltr] .velora-button--hero-primary:hover .velora-button__arrow{transform:translateX(4px)}

.velora-button--hero-outline{min-height:54px;padding:13px 28px;border-radius:999px;background:rgba(255,255,255,.9);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#5a2435!important;font-size:15px;font-weight:800;border:1.5px solid #d9bdc5;box-shadow:0 6px 18px rgba(60,17,30,.05);transition:all 260ms cubic-bezier(.16,1,.3,1);display:inline-flex;align-items:center;gap:10px}
.velora-button--hero-outline:hover{transform:translateY(-3px);background:#fff;border-color:#6c2339;box-shadow:0 12px 28px rgba(60,17,30,.12);color:#3e1623!important}
.velora-button__icon{display:inline-flex;align-items:center;justify-content:center;transition:transform 200ms ease}
.velora-button:hover .velora-button__icon{transform:scale(1.1)}

.velora-hero__help-row{display:flex;justify-content:flex-start;margin-bottom:24px}
.velora-hero-quiz-pill{display:inline-flex;align-items:center;gap:10px;padding:9px 18px;background:rgba(255,255,255,.78);backdrop-filter:blur(8px);border:1.5px dashed #cfb2bc;border-radius:999px;color:#642139;font-size:13.5px;transition:all 240ms ease}
.velora-hero-quiz-pill:hover{background:#fff;border-color:#642139;border-style:solid;transform:translateY(-2px);box-shadow:0 8px 20px rgba(90,36,53,.09)}
.velora-hero-quiz-pill__icon{display:inline-grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#f7ebef;color:#742540}
.velora-hero-quiz-pill__text strong{color:#3e1623;font-weight:800}
.velora-hero-quiz-pill__arrow{display:inline-flex;align-items:center;transition:transform 200ms ease}
.velora-hero-quiz-pill:hover .velora-hero-quiz-pill__arrow{transform:translateX(-4px)}
[dir=ltr] .velora-hero-quiz-pill:hover .velora-hero-quiz-pill__arrow{transform:translateX(4px)}

.velora-hero__mini-trust{display:flex;align-items:center;justify-content:flex-start;gap:12px;font-size:13px;color:#6c5a60;font-weight:700;border-top:1px solid rgba(90,36,53,.1);padding-top:20px}
.velora-hero__mini-trust span{display:inline-flex;align-items:center;gap:5px}
.velora-hero__mini-trust i{color:var(--velora-accent);font-style:normal;font-size:11px}
.velora-hero__mini-trust-sep{color:rgba(90,36,53,.25);font-size:14px}

.velora-hero__badge{position:absolute;z-index:4;inset-inline-start:7%;inset-block-end:46px;width:124px;height:124px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 16px 36px rgba(40,15,22,.25),0 0 0 1px rgba(218,175,110,.4);animation:veloraBadgeFloat 4s ease-in-out infinite}
@keyframes veloraBadgeFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
.velora-hero__badge-ring{position:absolute;inset:-6px;border-radius:50%;border:1px dashed rgba(218,175,110,.7);animation:veloraBadgeSpin 25s linear infinite}
@keyframes veloraBadgeSpin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.velora-hero__badge-inner{position:relative;width:100%;height:100%;border-radius:50%;background:radial-gradient(circle at 35% 30%,#3d1421 0%,#1d0910 100%);border:2px solid rgba(218,175,110,.85);box-shadow:inset 0 0 14px rgba(0,0,0,.5);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:10px}
.velora-hero__badge-sub{font-size:11px;color:#e5cfb3;letter-spacing:.08em;font-weight:500}
.velora-hero__badge-main{font-size:17px;font-weight:800;color:#fff;letter-spacing:-.01em;line-height:1.15;margin-top:1px;background:linear-gradient(180deg,#ffffff 0%,#fae8d4 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.velora-hero__visual-extras{display:flex;align-items:flex-end;justify-content:flex-start;flex:1;pointer-events:none}
.velora-hero__rating-pill{display:inline-flex;align-items:center;gap:7px;padding:8px 18px;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(218,175,110,.55);border-radius:999px;color:#3b1622;box-shadow:0 10px 28px rgba(50,15,25,.12);margin-inline-start:30px;margin-bottom:10px;animation:veloraHeroFadeUp 1s cubic-bezier(.16,1,.3,1) both .2s}
.velora-hero__rating-star{color:#e2a53b;font-size:14px;filter:drop-shadow(0 0 3px rgba(226,165,59,.5))}
.velora-hero__rating-pill strong{font-size:14px;font-weight:800;color:#3b1622}
.velora-hero__rating-pill small{font-size:12px;color:#7c656c;font-weight:600}
@media(max-width:960px){.velora-hero__visual-extras{display:none}}

/* Trust */
.velora-trust-bar{background:#fff;border-block:1px solid var(--velora-border)}
.velora-trust-bar .velora-container{min-height:82px;display:grid;grid-template-columns:repeat(6,1fr);align-items:center}
.velora-trust-bar .velora-container>div{display:flex;align-items:center;justify-content:center;gap:10px;color:var(--velora-primary);font-size:13px;padding:5px 12px;border-inline-end:1px solid var(--velora-border)}
.velora-trust-bar .velora-container>div:last-child{border-inline-end:0}

/* Recipients */
.velora-recipients{background:var(--velora-ivory)}
.velora-recipient-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:330px;gap:15px}
.velora-recipient-card{position:relative;border-radius:var(--velora-radius);overflow:hidden;background-image:linear-gradient(0deg,rgba(31,14,18,.72),transparent 58%),url('../images/recipient-grid.png');background-size:200% 200%;transition:transform 240ms ease,box-shadow 240ms ease}
.velora-recipient-card:hover{transform:translateY(-5px);box-shadow:var(--velora-shadow)}
.velora-recipient-card--him{background-position:0 0}.velora-recipient-card--her{background-position:100% 0}.velora-recipient-card--kids{background-position:0 100%}.velora-recipient-card--couples{background-position:100% 100%}
.velora-recipient-card span{position:absolute;inset-inline:20px;inset-block-end:20px;color:#fff;display:flex;flex-direction:column;align-items:flex-start}
.velora-recipient-card strong{font-size:23px}.velora-recipient-card small{margin-top:5px;padding:3px 9px;border:1px solid rgba(255,255,255,.58);border-radius:5px}

/* Builder */
.velora-builder-feature{background:#fff;padding-top:24px}
.velora-builder-card{min-height:420px;display:grid;grid-template-columns:42% 58%;align-items:stretch;border-radius:var(--velora-radius);overflow:hidden;background:linear-gradient(110deg,#f7e9e8,#fff8f2);box-shadow:inset 0 0 0 1px rgba(90,36,53,.05)}
.velora-builder-copy{padding:58px 54px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.velora-builder-copy h2{font-size:clamp(30px,3vw,44px);color:var(--velora-primary);margin-bottom:16px}
.velora-builder-copy p{color:var(--velora-muted);line-height:1.85;margin-bottom:27px}
.velora-builder-steps{display:flex;gap:20px;margin-top:30px;font-size:12px;color:var(--velora-primary)}
.velora-builder-steps span{display:flex;align-items:center;gap:6px;white-space:nowrap}
.velora-builder-visual{position:relative;min-height:410px;display:flex;align-items:center;justify-content:flex-end;overflow:hidden}
.velora-builder-product{width:70%;height:100%;background-image:url('../images/product-grid.png');background-size:300% 200%;background-position:100% 100%;background-repeat:no-repeat;filter:saturate(.88);transition:filter 250ms ease}
.velora-builder-options{position:absolute;z-index:2;inset-inline-start:20px;top:34px;width:190px;padding:18px;background:rgba(255,255,255,.92);border:1px solid rgba(90,36,53,.08);border-radius:12px;box-shadow:0 16px 38px rgba(65,30,37,.13);backdrop-filter:blur(8px)}
.velora-builder-options>strong{display:block;color:var(--velora-primary);margin-bottom:12px}
.velora-builder-options label{display:grid;gap:5px;font-size:11px;color:var(--velora-muted)}
.velora-builder-options select{height:35px;border:1px solid var(--velora-border);border-radius:6px;background:#fff;padding-inline:8px;color:var(--velora-ink)}
.velora-builder-options fieldset{border:0;padding:0;margin:14px 0}.velora-builder-options legend{font-size:11px;color:var(--velora-muted);margin-bottom:7px}
.velora-builder-options fieldset button{width:25px;height:25px;border-radius:50%;border:2px solid #fff;background:var(--swatch);box-shadow:0 0 0 1px var(--velora-border);margin-inline-end:5px;cursor:pointer}
.velora-builder-options fieldset button.is-active{box-shadow:0 0 0 2px var(--velora-primary)}
.velora-builder-total{padding-top:12px;border-top:1px solid var(--velora-border);font-size:11px;color:var(--velora-muted)}
.velora-builder-total strong{display:block;color:var(--velora-primary);font-size:17px;margin-top:2px}

/* Products */
.velora-products-section{position:relative;padding-block:88px;background:radial-gradient(circle at 88% 14%,rgba(188,144,79,.12),transparent 23%),linear-gradient(180deg,#fffaf5,#f8f1eb)}
.velora-products-section::before{content:"";position:absolute;top:72px;inset-inline-start:-130px;width:300px;height:300px;border:62px solid rgba(90,36,53,.035);border-radius:50%;pointer-events:none}
.velora-products-heading-row{position:relative;display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:34px}
.velora-products-heading-row .velora-section-heading{margin:0;text-align:start}.velora-products-heading-row .velora-section-heading h2{font-size:46px}.velora-products-heading-row .velora-section-heading p{font-size:14px}
.velora-products-tools{display:flex;align-items:center;gap:8px;padding-bottom:5px}.velora-products-tools button{width:43px;height:43px;display:grid;place-items:center;border:1px solid #dbc9ce;border-radius:50%;background:#fff;color:#5a2435;font:700 18px/1 Arial,sans-serif;cursor:pointer;box-shadow:0 7px 18px rgba(64,23,37,.07);transition:.2s}.velora-products-tools button:hover{border-color:#5a2435;background:#5a2435;color:#fff;transform:translateY(-2px)}.velora-products-tools a{min-height:43px;display:inline-flex;align-items:center;gap:8px;margin-inline-start:5px;padding:10px 16px;border-radius:999px;background:#5a2435;color:#fff;font-size:11px;font-weight:800;box-shadow:0 9px 20px rgba(77,23,42,.16)}
.velora-products-section .velora-product-grid{display:grid;grid-auto-flow:column;grid-auto-columns:clamp(245px,23vw,292px);grid-template-columns:none;gap:20px;margin-inline:-2px;padding:2px 2px 22px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}.velora-products-section .velora-product-grid::-webkit-scrollbar{display:none}
.velora-product-card{position:relative;min-width:0;display:flex;flex-direction:column;padding:8px;border:1px solid rgba(90,36,53,.1);border-radius:20px;background:#fff;box-shadow:0 13px 34px rgba(63,25,37,.075);scroll-snap-align:start;overflow:hidden;transition:transform .28s,box-shadow .28s,border-color .28s}.velora-product-card:hover{transform:translateY(-7px);border-color:rgba(90,36,53,.24);box-shadow:0 22px 43px rgba(63,25,37,.13)}
.velora-product-card__image{display:block;position:relative;aspect-ratio:1.13/1;border-radius:14px;overflow:hidden;background:#eee3d8}
.velora-product-card__image::after{content:"";position:absolute;inset:55% 0 0;background:linear-gradient(180deg,transparent,rgba(47,12,25,.48));opacity:0;transition:opacity .3s}.velora-product-card__image>span{position:absolute;z-index:2;inset-inline-start:50%;bottom:15px;min-width:105px;padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.94);color:#5a2435;font-size:9px;font-weight:800;text-align:center;transform:translate(50%,12px);opacity:0;transition:.3s}.velora-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.velora-product-card:hover .velora-product-card__image img{transform:scale(1.055)}.velora-product-card:hover .velora-product-card__image::after,.velora-product-card:hover .velora-product-card__image>span{opacity:1}.velora-product-card:hover .velora-product-card__image>span{transform:translate(50%,0)}
.velora-product-card__sprite{background-image:url('../images/product-grid.png');background-size:300% 200%;background-position:var(--product-position);background-repeat:no-repeat}
.velora-wishlist{position:absolute;z-index:3;inset-block-start:18px;inset-inline-end:18px;width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(90,36,53,.1);border-radius:50%;background:rgba(255,255,255,.93);color:var(--velora-primary);cursor:pointer;box-shadow:0 6px 15px rgba(50,25,30,.12);backdrop-filter:blur(6px);transition:.2s}.velora-wishlist:hover{transform:scale(1.08);background:#fff}
.velora-wishlist.is-active{background:var(--velora-primary);color:#fff}.velora-wishlist.is-active .velora-icon{fill:currentColor}
.velora-product-tag{position:absolute;z-index:3;inset-block-start:18px;inset-inline-start:18px;padding:7px 11px;border-radius:999px;background:linear-gradient(135deg,#6b2039,#421122);color:#fff;font-size:8px;font-weight:800;box-shadow:0 6px 14px rgba(72,18,37,.18)}
.velora-product-card__body{flex:1;display:flex;flex-direction:column;padding:15px 10px 10px}.velora-product-card__note{display:block;margin-bottom:5px;color:#b18444;font-size:8px;font-weight:700}.velora-product-card__body h3{font-family:"Tajawal",sans-serif;font-size:17px;line-height:1.55;margin:0 0 7px;color:var(--velora-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.velora-product-card__body h3 a{color:inherit}
.velora-product-card__body p{font-size:11px;color:var(--velora-muted);margin:0 0 5px}.velora-rating{color:#cc8a26;font-size:11px;letter-spacing:.05em}.velora-rating span{color:#94888a;letter-spacing:0}.velora-product-card__curated{color:#8d727a;font-size:9px}.velora-price{color:var(--velora-primary);font-size:18px;font-weight:800;margin:10px 0 13px}.velora-price del{color:#aa989d;font-size:12px;font-weight:500}.velora-price ins{text-decoration:none}
.velora-product-card__actions{display:grid;gap:8px;margin-top:auto}.velora-product-card__cart{min-height:43px;display:flex;align-items:center;justify-content:center;gap:8px;padding:9px 10px;border-radius:10px;background:linear-gradient(135deg,#6b2039,#441225);color:#fff;font-size:11px;font-weight:800;box-shadow:0 9px 18px rgba(75,20,39,.16);transition:.2s}.velora-product-card__cart:hover{color:#fff;transform:translateY(-2px);box-shadow:0 13px 22px rgba(75,20,39,.23)}.velora-product-card__box-link{min-height:38px;display:flex;align-items:center;justify-content:center;gap:8px;padding:8px;border:1px solid #e3d2d6;border-radius:9px;background:#fffafb;color:#67263c;font-size:9px;font-weight:800;text-align:center}.velora-product-card__box-link span{font:700 14px/1 Arial,sans-serif}.velora-product-card__box-link:hover{border-color:#b78a97;background:#f7ebee;color:#4a1728}
@media(max-width:780px){.velora-products-section{padding-block:64px}.velora-products-heading-row{align-items:center;margin-bottom:25px}.velora-products-heading-row .velora-section-heading h2{font-size:38px}.velora-products-tools>a{display:none}.velora-products-section .velora-product-grid{grid-auto-columns:min(76vw,286px);gap:14px;margin-inline:-13px;padding-inline:13px}.velora-product-card:hover{transform:none}}
@media(max-width:520px){.velora-products-section{padding-block:54px}.velora-products-heading-row{align-items:flex-end;gap:12px}.velora-products-heading-row .velora-section-heading h2{font-size:33px}.velora-products-heading-row .velora-section-heading p{max-width:210px;font-size:11px}.velora-products-tools{gap:5px}.velora-products-tools button{width:38px;height:38px}.velora-products-section .velora-product-grid{grid-auto-columns:82vw}.velora-product-card__body{padding:13px 8px 8px}.velora-product-card__image>span{display:none}}

/* Quiz and occasions */
.velora-discovery{background:#fff;padding-top:30px}
.velora-discovery-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:18px}
.velora-quiz-card,.velora-occasion-card{min-height:365px;border-radius:var(--velora-radius);overflow:hidden}
.velora-quiz-card{display:grid;grid-template-columns:1fr .9fr;background:linear-gradient(135deg,#4a1726,var(--velora-primary));color:#fff}
.velora-quiz-card>div:first-child{padding:45px 36px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.velora-quiz-card h2{font-size:34px;margin-bottom:12px}.velora-quiz-card p{color:#efdfe1;line-height:1.8;margin-bottom:23px}
.velora-quiz-preview{margin:25px 25px 25px 0;padding:24px 20px;border-radius:12px;background:rgba(255,255,255,.95);color:var(--velora-ink);align-self:stretch;display:flex;flex-direction:column;justify-content:center;text-align:center}
[dir=rtl] .velora-quiz-preview{margin:25px 0 25px 25px}
.velora-quiz-preview>span{font-size:12px;color:var(--velora-primary);font-weight:700;margin-bottom:10px}.velora-quiz-preview>div{display:grid;grid-template-columns:repeat(2,1fr);gap:7px;margin-bottom:18px}
.velora-quiz-preview b{padding:12px 4px;background:var(--velora-blush);border-radius:7px;font-size:12px}.velora-quiz-preview ul{padding:0;margin:0;list-style:none;display:grid;gap:6px}.velora-quiz-preview li{padding:6px;border:1px solid var(--velora-border);border-radius:5px;font-size:11px}
.velora-occasion-card{background:#fbf4ef;padding:34px}.velora-occasion-card .velora-section-heading{margin-bottom:20px}.velora-occasion-card .velora-section-heading h2{font-size:30px}
.velora-occasion-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:19px}.velora-occasion-grid a{min-height:76px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:rgba(255,255,255,.85);border:1px solid transparent;border-radius:8px;font-size:11px;transition:border var(--velora-transition),transform var(--velora-transition)}
.velora-occasion-grid a:hover{border-color:var(--velora-secondary);transform:translateY(-2px)}.velora-occasion-grid i{font-style:normal;color:var(--velora-primary);font-size:20px}

/* Process, corporate, social proof */
.velora-how{position:relative;padding:48px 0 64px;background:linear-gradient(180deg,#fffdfa,#fbf5ef)}
.velora-how::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 9% 18%,rgba(190,142,73,.08),transparent 23%),radial-gradient(circle at 92% 88%,rgba(101,34,55,.055),transparent 24%)}
.velora-how>.velora-container{position:relative}
.velora-how .velora-section-heading{margin-bottom:31px}
.velora-how .velora-section-heading h2{font-size:clamp(34px,3.1vw,44px)}
.velora-how-grid{padding:0;margin:0;list-style:none;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;counter-reset:steps}
.velora-how-grid li{position:relative;min-width:0;min-height:172px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:24px 12px 20px;border:1px solid rgba(106,43,61,.11);border-radius:18px;background:rgba(255,255,255,.88);box-shadow:0 13px 32px rgba(72,26,40,.055);color:var(--velora-muted);text-align:center;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.velora-how-grid li:hover{z-index:2;transform:translateY(-5px);border-color:rgba(171,122,61,.32);box-shadow:0 20px 38px rgba(72,26,40,.1)}
.velora-how-grid li:not(:last-child)::after{content:"";position:absolute;z-index:3;top:50%;inset-inline-end:-18px;width:21px;height:1px;background:linear-gradient(90deg,#d8bb8c,#a97940)}
.velora-how-grid li:not(:last-child)::before{content:"";position:absolute;z-index:4;top:calc(50% - 3px);inset-inline-end:-18px;width:7px;height:7px;border-top:1px solid #a97940;border-right:1px solid #a97940;transform:rotate(45deg)}
.velora-how-grid b{position:absolute;top:12px;inset-inline-start:13px;display:grid;place-items:center;min-width:28px;height:23px;padding-inline:6px;border:1px solid #eadcdf;border-radius:999px;background:#fff9f5;color:#9b6d34;font:700 12px/1 "Cormorant Garamond",serif}
.velora-how-grid i{width:54px;height:54px;display:grid;place-items:center;margin-bottom:13px;border:1px solid #ead7dc;border-radius:17px;background:linear-gradient(145deg,#fff,#f9ecee);box-shadow:0 9px 20px rgba(86,29,47,.07);color:#7b2944;font-style:normal}
.velora-how-grid strong{display:block;margin-bottom:6px;color:#542136;font-size:12px;line-height:1.45}
.velora-how-grid span{display:block;max-width:150px;color:#8c777e;font-size:9px;line-height:1.75}
@media(max-width:1100px){
  .velora-how{padding:42px 0 55px}
  .velora-how-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
  .velora-how-grid li{min-height:155px;padding:20px 14px 18px}
  .velora-how-grid li:nth-child(3n)::after,.velora-how-grid li:nth-child(3n)::before{display:none}
}
@media(max-width:620px){
  .velora-how{padding:34px 0 42px}
  .velora-how .velora-section-heading{margin-bottom:22px}
  .velora-how-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .velora-how-grid li{min-height:148px;padding:19px 8px 15px;border-radius:15px}
  .velora-how-grid li::after,.velora-how-grid li::before{display:none!important}
  .velora-how-grid i{width:46px;height:46px;margin-bottom:10px;border-radius:14px}
  .velora-how-grid i svg{width:21px;height:21px}
  .velora-how-grid strong{font-size:10px}
  .velora-how-grid span{font-size:8px}
}
.velora-corporate{background:var(--velora-ivory)}
.velora-corporate-card{min-height:330px;display:grid;grid-template-columns:1fr .72fr;border-radius:var(--velora-radius);overflow:hidden;background:linear-gradient(115deg,#321017,#632437);color:#fff;box-shadow:var(--velora-shadow)}
.velora-corporate-copy{padding:55px}.velora-corporate-copy h2{font-size:clamp(30px,4vw,47px);margin-bottom:15px;max-width:600px}.velora-corporate-copy p{color:#eadcde;max-width:650px;line-height:1.9;margin-bottom:25px}
.velora-corporate-stats{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;padding:34px;background:linear-gradient(rgba(255,255,255,.06),rgba(255,255,255,.02)),url('../images/product-grid.png');background-size:300% 200%;background-position:50% 100%;position:relative}
.velora-corporate-stats::before{content:"";position:absolute;inset:0;background:rgba(42,11,19,.73);backdrop-filter:blur(2px)}.velora-corporate-stats div{position:relative;z-index:1;text-align:center;border-inline-end:1px solid rgba(255,255,255,.2)}.velora-corporate-stats div:last-child{border:0}.velora-corporate-stats strong{display:block;color:#e6c18a;font:700 35px/1 "Cormorant Garamond",serif}.velora-corporate-stats span{font-size:11px}
.velora-testimonials{background:#fff}.velora-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.velora-testimonial-grid blockquote{margin:0;padding:28px;border:1px solid var(--velora-border);border-radius:12px;background:var(--velora-ivory)}.velora-testimonial-grid p{margin:10px 0 16px;line-height:1.8}.velora-testimonial-grid footer{color:var(--velora-primary);font-size:13px;font-weight:600}
/* Reminder Section */
.velora-reminder{background:#fff;padding-top:0}
.velora-reminder-card{position:relative;display:grid;grid-template-columns:1fr 1.15fr;align-items:center;gap:44px;padding:46px 50px;border-radius:22px;background:linear-gradient(135deg,#fdf8f6 0%,#f7ece8 50%,#fbf4ef 100%);border:1px solid rgba(90,36,53,.09);box-shadow:0 20px 50px rgba(90,36,53,.05);overflow:hidden}
.velora-reminder-card::before{content:"";position:absolute;top:-70px;inset-inline-start:-70px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(185,147,87,.14) 0%,transparent 70%);pointer-events:none}
.velora-reminder-content{display:flex;flex-direction:column;gap:10px}
.velora-reminder-content .velora-kicker{display:inline-flex;align-items:center;gap:6px;color:var(--velora-accent);font-weight:700;font-size:13px;letter-spacing:.04em}
.velora-reminder-content .velora-kicker i{font-style:normal;color:var(--velora-accent)}
.velora-reminder-card h2{font-size:clamp(26px,3.2vw,36px);color:var(--velora-primary);font-weight:700;line-height:1.25;margin:0}
.velora-reminder-card p{color:var(--velora-muted);font-size:14.5px;line-height:1.75;margin:0}
.velora-reminder-badges{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:6px}
.velora-reminder-badges span{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--velora-primary);background:rgba(255,255,255,.75);padding:5px 12px;border-radius:999px;border:1px solid rgba(90,36,53,.08)}
.velora-reminder-badges span i{font-style:normal;color:#16a34a;font-size:11px}
.velora-reminder-form-wrap{background:#fff;padding:26px 28px;border-radius:18px;border:1px solid rgba(90,36,53,.08);box-shadow:0 10px 30px rgba(90,36,53,.04)}
.velora-reminder-form{display:grid;grid-template-columns:1fr 1fr;gap:14px 16px;align-items:end}
.velora-form-field{display:flex;flex-direction:column;gap:6px}
.velora-form-field label{color:var(--velora-primary);font-size:12px;font-weight:700}
.velora-form-field input{width:100%;height:46px;border:1.5px solid var(--velora-border);border-radius:9px;background:#fff;padding:0 14px;font-family:inherit;font-size:13.5px;color:var(--velora-ink);transition:border-color var(--velora-transition),box-shadow var(--velora-transition)}
.velora-form-field input::placeholder{color:#9a8d90;font-size:13px}
.velora-form-field input:focus{border-color:var(--velora-accent);box-shadow:0 0 0 3px rgba(185,147,87,.16);outline:0}
.velora-form-field input[type=date]{direction:rtl;text-align:right;cursor:pointer}
.velora-form-field input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.65;transition:opacity .2s;padding:4px;filter:invert(18%) sepia(30%) saturate(1800%) hue-rotate(305deg) brightness(75%) contrast(90%)}
.velora-form-field input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1}
.velora-form-field--submit{display:flex;flex-direction:column;justify-content:flex-end}
.velora-reminder-submit{width:100%;height:46px;border-radius:9px;font-size:14px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;cursor:pointer;box-shadow:0 6px 18px rgba(90,36,53,.2);transition:background-color var(--velora-transition),transform var(--velora-transition),box-shadow var(--velora-transition)}
.velora-reminder-submit:hover{background-color:var(--velora-primary-dark);transform:translateY(-1px);box-shadow:0 8px 22px rgba(90,36,53,.3)}
.velora-reminder-submit:active{transform:translateY(0)}
.velora-form-status{grid-column:1/-1;font-size:13px;font-weight:600;text-align:center;padding:10px 14px;border-radius:8px;transition:all var(--velora-transition)}
.velora-form-status:empty{display:none;padding:0;margin:0;border:0}
.velora-form-status.is-loading,.velora-form-status:not(.is-success):not(.is-error){background:#fdf8eb;color:#854d0e;border:1px solid #fef08a}
.velora-form-status.is-success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}
.velora-form-status.is-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}
.velora-honeypot,body.velora-storefront .velora-honeypot{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important;opacity:0!important;pointer-events:none!important}


/* Footer */
.velora-footer-trust{background:#2f281e;color:#f8efe5;border-bottom:1px solid rgba(255,255,255,.12)}
.velora-footer-trust .velora-container{display:grid;grid-template-columns:repeat(4,1fr);min-height:90px;align-items:center}
.velora-footer-trust .velora-container>div{display:flex;align-items:center;justify-content:center;gap:12px;border-inline-end:1px solid rgba(255,255,255,.13)}.velora-footer-trust .velora-container>div:last-child{border:0}.velora-footer-trust strong,.velora-footer-trust small{display:block}.velora-footer-trust strong{font-size:13px}.velora-footer-trust small{font-size:10px;color:#c9bcaa}
.site-footer{background:linear-gradient(135deg,#2b0b15,#431624);color:#f7e9e6;padding:52px 0 18px}
.velora-footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,.7fr) 1fr;gap:44px}.velora-footer-grid h3{font-size:15px;margin-bottom:17px}.velora-footer-grid p{color:#cdbbbd;font-size:12px}.velora-footer-grid>div:not(:first-child){display:flex;flex-direction:column;align-items:flex-start}.velora-footer-grid a{color:#d7c6c8;font-size:12px;margin-bottom:9px}.velora-footer-grid a:hover{color:#fff}
.velora-newsletter-form{position:relative;display:flex;max-width:295px}.velora-newsletter-form input{height:44px;min-width:0;flex:1;border:0;border-radius:7px;background:#fff;padding:0 12px}.velora-newsletter-form button{width:45px;margin-inline-start:-8px;border:0;border-radius:7px;background:#fff;color:var(--velora-primary);cursor:pointer}.velora-newsletter-form .velora-form-status{position:absolute;top:48px;color:#f1d7c1}
.velora-footer-brand{text-align:center!important;align-items:center!important}.velora-footer-logo{font:700 25px/1 "Cormorant Garamond",serif;letter-spacing:.08em}.velora-footer-logo small{display:block;font:500 7px/1.8 "Tajawal",sans-serif;letter-spacing:.4em}.velora-payments{display:flex;gap:5px;flex-wrap:wrap;justify-content:center;margin-top:8px}.velora-payments span{padding:4px 6px;border-radius:3px;background:#fff;color:#34222a;font:700 9px/1 Arial,sans-serif}.velora-footer-bottom{margin-top:38px;padding-top:17px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;color:#aa969a;font-size:10px}

/* Drawers and modal */
.velora-drawer{position:fixed;z-index:1000;inset:0}.velora-drawer__backdrop{position:absolute;inset:0;background:rgba(28,12,17,.55);opacity:0;transition:opacity 220ms}.velora-drawer__panel{position:absolute;inset-block:0;inset-inline-start:0;width:min(380px,90vw);padding:22px;background:var(--velora-cream);transform:translateX(-103%);transition:transform 260ms ease;overflow:auto}.velora-rtl .velora-drawer__panel{transform:translateX(103%);transition:none}.velora-drawer.is-open .velora-drawer__backdrop{opacity:1}.velora-drawer.is-open .velora-drawer__panel{transform:translateX(0)!important}.velora-drawer__header{display:flex;justify-content:space-between;align-items:center;padding-bottom:15px;border-bottom:1px solid var(--velora-border);color:var(--velora-primary);font-family:"Cormorant Garamond",serif;font-size:27px}.velora-drawer-search{height:46px;display:flex;margin-top:18px;border:1px solid var(--velora-border);border-radius:10px;background:#fff;overflow:hidden}.velora-drawer-search input{min-width:0;flex:1;padding-inline:13px;border:0;background:transparent;outline:0}.velora-drawer-search button{width:46px;border:0;border-inline-start:1px solid var(--velora-border);background:#fffaf7;color:var(--velora-primary)}.velora-drawer__selectors{display:flex;gap:8px;padding:14px 0;border-bottom:1px solid var(--velora-border)}.velora-drawer__selectors .velora-selector{flex:1;justify-content:center;margin:0}.velora-mobile-menu,.velora-drawer__links{display:flex;flex-direction:column;padding:15px 0;margin:0;list-style:none}.velora-mobile-menu a,.velora-drawer__links a{display:block;padding:11px;border-bottom:1px solid var(--velora-border)}
.velora-modal{position:fixed;z-index:1100;inset:0;display:grid;place-items:center;padding:16px;overflow-y:auto;overscroll-behavior:contain}.velora-modal__backdrop{position:fixed;inset:0;background:rgba(32,14,19,.65);backdrop-filter:blur(3px)}.velora-modal__dialog{position:relative;z-index:1;width:min(600px,100%);max-height:calc(100dvh - 32px);padding:clamp(26px,5vw,42px);border-radius:16px;background:var(--velora-cream);box-shadow:0 30px 90px rgba(30,10,16,.3);text-align:center;overflow-y:auto;scrollbar-width:thin}.velora-modal__dialog h2{font-size:clamp(27px,4vw,35px);color:var(--velora-primary);margin-bottom:8px;padding-inline:30px}.velora-modal__dialog>p{color:var(--velora-muted);margin-bottom:0}.velora-modal__close{position:absolute;z-index:5;top:10px;inset-inline-end:10px;width:42px;height:42px;display:grid;place-items:center;padding:0;border:1px solid transparent;border-radius:50%;background:var(--velora-blush);color:var(--velora-primary);font-size:27px;line-height:1;cursor:pointer;touch-action:manipulation;transition:background var(--velora-transition),color var(--velora-transition),transform var(--velora-transition)}.velora-modal__close:hover{background:var(--velora-primary);color:#fff;transform:rotate(4deg)}.velora-country-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:20px}.velora-country-option{position:relative;min-height:52px;display:flex;align-items:center;justify-content:center;gap:7px;padding:10px 34px 10px 12px;border:1px solid var(--velora-border);border-radius:9px;background:#fff;color:var(--velora-ink);cursor:pointer;touch-action:manipulation;text-decoration:none;transition:border var(--velora-transition),background var(--velora-transition),box-shadow var(--velora-transition)}[dir=rtl] .velora-country-option{padding:10px 12px 10px 34px}.velora-country-option i{position:absolute;inset-inline-end:12px;display:none;width:20px;height:20px;border-radius:50%;background:var(--velora-primary);color:#fff;font:700 12px/20px Arial,sans-serif}.velora-country-option:hover{border-color:var(--velora-primary);background:var(--velora-blush)}.velora-country-option.is-selected{border-color:var(--velora-primary);background:#f9eff1;box-shadow:0 0 0 2px rgba(90,36,53,.1)}.velora-country-option.is-selected i{display:block}.velora-country-option.is-loading{opacity:.65}.velora-country-status{min-height:18px;margin:10px 0 0!important;color:#a1263c!important;font-size:12px}

/* Content and WooCommerce */
.velora-content-layout,.velora-shop-main .velora-container{padding-block:60px}.velora-article{max-width:850px;margin-inline:auto}.velora-article h1,.woocommerce-products-header__title{color:var(--velora-primary);font-size:clamp(34px,5vw,55px)}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;width:100%;margin:35px 0!important;padding:0!important;float:none!important;clear:both}.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important}.woocommerce ul.products li.product{width:auto!important;margin:0!important;padding:0 0 15px!important;background:#fff;border-radius:12px;overflow:hidden}.woocommerce ul.products li.product img{margin:0!important;aspect-ratio:1/1;object-fit:cover}.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product .price,.woocommerce ul.products li.product .button{margin-inline:14px}.woocommerce ul.products li.product .button{border-radius:6px;background:var(--velora-primary);color:#fff}.woocommerce div.product{margin-top:20px}.woocommerce div.product .product_title{color:var(--velora-primary)}.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--velora-primary)}.woocommerce button.button.alt,.woocommerce a.button.alt,.woocommerce #respond input#submit.alt{background:var(--velora-primary);border-radius:6px}.woocommerce button.button.alt:hover,.woocommerce a.button.alt:hover{background:var(--velora-primary-dark)}.woocommerce-message,.woocommerce-info{border-top-color:var(--velora-primary)}.woocommerce-message::before,.woocommerce-info::before{color:var(--velora-primary)}
html[dir=rtl] .woocommerce,html[dir=rtl] .woocommerce-page{direction:rtl;text-align:right}html[dir=rtl] .woocommerce .woocommerce-result-count{float:right}html[dir=rtl] .woocommerce .woocommerce-ordering{float:left}html[dir=rtl] .woocommerce div.product div.images,html[dir=rtl] .woocommerce-page div.product div.images{float:right}html[dir=rtl] .woocommerce div.product div.summary,html[dir=rtl] .woocommerce-page div.product div.summary{float:left}html[dir=rtl] .woocommerce-account .woocommerce-MyAccount-navigation{float:right}html[dir=rtl] .woocommerce-account .woocommerce-MyAccount-content{float:left}html[dir=rtl] .woocommerce form .form-row-first,html[dir=rtl] .woocommerce-page form .form-row-first{float:right}html[dir=rtl] .woocommerce form .form-row-last,html[dir=rtl] .woocommerce-page form .form-row-last{float:left}html[dir=rtl] .woocommerce table.shop_table{text-align:right}html[dir=rtl] .woocommerce-error::before,html[dir=rtl] .woocommerce-info::before,html[dir=rtl] .woocommerce-message::before{left:auto;right:1.5em}html[dir=rtl] .woocommerce-error,html[dir=rtl] .woocommerce-info,html[dir=rtl] .woocommerce-message{padding:1em 3.5em 1em 2em}

@media (max-width:1100px){
  :root{--velora-container:min(100% - 32px,960px)}
  .velora-header-main{gap:18px}.velora-search{width:210px}.velora-action-links{gap:0}.velora-icon-button{width:39px;height:39px}.velora-header-tools--end .velora-selector{padding-inline:9px}.velora-menu{gap:24px;font-size:13px}.velora-product-grid{grid-template-columns:repeat(3,1fr);row-gap:28px}.velora-builder-card{grid-template-columns:46% 54%}.velora-builder-copy{padding:42px 35px}.velora-builder-options{inset-inline-start:8px}.velora-discovery-grid{grid-template-columns:1fr}.velora-how-grid{grid-template-columns:repeat(3,1fr);gap:25px}.velora-how-grid li:nth-child(3)::after{display:none}.velora-reminder-card{grid-template-columns:1fr}.velora-footer-grid{grid-template-columns:1.4fr repeat(3,1fr)}.velora-footer-brand{grid-column:1/-1}.woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media (max-width:820px){
  :root{--velora-container:min(100% - 28px,720px)}
  .velora-announcement{max-height:36px}.velora-announcement__inner span,.velora-announcement__inner a{display:none}.velora-announcement__inner{justify-content:center;min-height:36px}.velora-header-main,.site-header.is-scrolled .velora-header-main{position:relative;min-height:72px;grid-template-columns:1fr auto 1fr}.velora-header-tools--end,.velora-primary-nav,.velora-header-tools--start>.velora-search{display:none}.velora-mobile-only{display:inline-grid}.velora-header-tools--start{width:100%;justify-content:flex-start;gap:0}.velora-action-links{position:absolute;inset-inline-end:0;top:50%;transform:translateY(-50%)}.velora-action-links .velora-icon-button:not(.velora-cart-link){display:none}.velora-wordmark span{font-size:29px}
  .velora-hero{min-height:auto;padding:30px 0 45px;align-items:flex-end}
  .velora-hero__backdrop{position:absolute;inset:0}
  .velora-hero__image{height:46%;top:0;object-position:72% center}
  [dir=rtl] .velora-hero__image{transform:none}
  .velora-hero__backdrop::after,[dir=rtl] .velora-hero__backdrop::after{background:linear-gradient(0deg,#fbf7f2 0%,rgba(251,247,242,.98) 48%,rgba(251,247,242,.05) 75%)}
  .velora-hero__content{align-items:flex-end;justify-content:center}
  .velora-hero__editorial{width:100%;max-width:580px;margin-top:220px;text-align:center}
  [dir=ltr] .velora-hero__editorial{text-align:center}
  .velora-hero__kicker-wrap,.velora-hero__editorial .velora-ornament,.velora-hero__actions,.velora-hero__help-row,.velora-hero__mini-trust{justify-content:center}
  .velora-hero__title{font-size:36px}
  .velora-hero__badge{width:96px;height:96px;inset-block-start:160px;inset-block-end:auto;inset-inline-start:auto;inset-inline-end:24px}
  .velora-hero__badge-main{font-size:14px}
  .velora-trust-bar{overflow-x:auto}.velora-trust-bar .velora-container{width:max-content;grid-template-columns:repeat(6,160px);min-height:68px}.velora-recipient-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:300px}.velora-builder-card{grid-template-columns:1fr}.velora-builder-copy{padding:38px 32px}.velora-builder-visual{min-height:390px}.velora-builder-product{width:77%}.velora-product-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:12px;margin-inline:-14px;padding-inline:14px}.velora-product-card{flex:0 0 42%;scroll-snap-align:start}.velora-corporate-card{grid-template-columns:1fr}.velora-corporate-stats{min-height:190px}.velora-reminder-form{grid-template-columns:repeat(2,1fr)}.velora-footer-trust .velora-container{grid-template-columns:repeat(2,1fr);padding:15px 0}.velora-footer-trust .velora-container>div{min-height:58px}.velora-footer-trust .velora-container>div:nth-child(2){border:0}.velora-footer-grid{grid-template-columns:repeat(2,1fr)}.velora-footer-newsletter{grid-column:1/-1}.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:560px){
  :root{--velora-container:calc(100% - 24px);--velora-radius:11px}.velora-section{padding:50px 0}.velora-section-heading{margin-bottom:25px}.velora-section-heading h2{font-size:30px}
  .velora-header-main{gap:8px}.velora-header-tools{gap:0}.velora-icon-button{width:38px;height:38px}.velora-header-brand{grid-column:2}
  .velora-hero{min-height:auto;padding:15px 0 35px}
  .velora-hero__image{height:42%;object-position:67% center}
  .velora-hero__editorial{margin-top:175px}
  .velora-hero__title{font-size:30px}
  .velora-hero__desc{font-size:14.5px;line-height:1.75;margin-bottom:20px}
  .velora-hero__actions{gap:10px;margin-bottom:16px}
  .velora-hero__actions .velora-button{width:100%;min-height:50px;justify-content:center}
  .velora-hero-quiz-pill{width:100%;justify-content:center;font-size:12.5px;padding:8px 12px}
  .velora-hero__mini-trust{font-size:11.5px;gap:6px;flex-wrap:wrap}
  .velora-hero__badge{display:none}
  .velora-recipient-grid{gap:9px;grid-auto-rows:235px}.velora-recipient-card strong{font-size:19px}.velora-recipient-card span{inset:13px}.velora-builder-copy{padding:31px 23px}.velora-builder-copy h2{font-size:31px}.velora-builder-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;width:100%}.velora-builder-steps span{white-space:normal;flex-direction:column;text-align:center}.velora-builder-visual{min-height:320px}.velora-builder-options{width:152px;padding:13px;top:20px}.velora-builder-product{width:72%}.velora-product-card{flex-basis:70%}
  .velora-quiz-card{grid-template-columns:1fr}.velora-quiz-card>div:first-child{padding:34px 25px}.velora-quiz-card h2{font-size:29px}.velora-quiz-preview{margin:0 20px 20px!important}.velora-occasion-card{padding:28px 18px}.velora-occasion-grid{grid-template-columns:repeat(2,1fr)}.velora-how-grid{grid-template-columns:repeat(2,1fr)}.velora-how-grid li::after{display:none!important}.velora-corporate-copy{padding:38px 25px}.velora-corporate-stats{padding:20px 8px}.velora-corporate-stats strong{font-size:27px}.velora-testimonial-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.velora-testimonial-grid blockquote{flex:0 0 88%;scroll-snap-align:start}.velora-reminder-card{padding:31px 20px;gap:25px}.velora-reminder-card h2{font-size:30px}.velora-reminder-form{grid-template-columns:1fr}.velora-footer-grid{gap:28px 18px}.velora-footer-bottom{gap:15px;flex-direction:column;text-align:center}.velora-country-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.velora-modal{padding:10px}.velora-modal__dialog{max-height:calc(100dvh - 20px);padding:28px 18px 20px}.velora-modal__dialog h2{font-size:27px;padding-inline:25px}.velora-modal__dialog>p{font-size:13px}.velora-modal__close{top:7px;inset-inline-end:7px;width:40px;height:40px}.velora-country-grid button{min-height:48px;padding-block:8px;padding-inline:8px 28px}.woocommerce ul.products{gap:10px}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:13px!important}
}

@media (max-height:600px){.velora-modal{padding:8px}.velora-modal__dialog{max-height:calc(100dvh - 16px);padding:22px 26px 16px}.velora-modal__dialog .velora-kicker{margin-bottom:3px;font-size:9px}.velora-modal__dialog h2{font-size:clamp(24px,5vw,30px);margin-bottom:3px}.velora-modal__dialog>p{font-size:12px;line-height:1.45}.velora-country-grid{gap:6px;margin-top:12px}.velora-country-grid button{min-height:46px;padding-block:7px}.velora-country-status{margin-top:5px!important}.velora-modal__close{top:6px;inset-inline-end:6px;width:40px;height:40px}}
@media (max-width:560px){.velora-country-option{min-height:48px;padding-block:8px;padding-inline:8px 28px}}
@media (max-height:600px){.velora-country-option{min-height:46px;padding-block:7px}}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
@media print{.site-header,.site-footer,.velora-footer-trust{display:none}.velora-section{padding:20px 0}}

/* The box studio owns its page hierarchy and uses the full storefront canvas. */
.velora-builder-page .site-main{background:#fbf7f1}
.velora-builder-page .velora-content-layout{width:100%;max-width:none;padding-block:0}
.velora-builder-page .velora-article{max-width:none;margin:0}
.velora-builder-page .velora-article>.entry-content{margin:0}

/* Arabic identity and box-builder entry points */
.velora-wordmark span{font-family:"Tajawal",sans-serif;font-weight:800;letter-spacing:.02em}.velora-wordmark small{font-family:"Tajawal",sans-serif;letter-spacing:.12em}
.velora-footer-logo{font-family:"Tajawal",sans-serif;letter-spacing:.02em}.velora-footer-logo small{font-family:"Tajawal",sans-serif;letter-spacing:.12em}
.velora-product-card__box-link{display:block;margin-top:11px;padding-top:10px;border-top:1px solid var(--velora-border);color:var(--velora-primary);font-size:10px;font-weight:700}
.woocommerce ul.products li.product .velora-loop-builder-link{display:block;margin:9px 14px 0;padding:9px 8px;border:1px solid rgba(90,36,53,.2);border-radius:7px;background:#fff8f8;color:var(--velora-primary);font-size:10px;font-weight:700;text-align:center;transition:background var(--velora-transition),color var(--velora-transition)}
.woocommerce ul.products li.product .velora-loop-builder-link:hover{background:var(--velora-primary);color:#fff}
.woocommerce div.product form.cart{width:100%}.woocommerce div.product .summary .single_add_to_cart_button{min-height:48px;padding-inline:28px}
@media(max-width:560px){.velora-product-card__box-link{font-size:9px}.woocommerce ul.products li.product .velora-loop-builder-link{margin-inline:9px}}

/* Premium single-product experience */
.velora-category-page .velora-content-layout{width:100%;max-width:none;padding-block:0}.velora-category-page .velora-article{max-width:none;margin:0}.velora-category-page .velora-article>.entry-content{margin:0}
body.single-product .velora-shop-main{position:relative;background:radial-gradient(circle at 10% 8%,rgba(205,164,99,.13),transparent 24%),linear-gradient(180deg,#fffaf5 0,#fbf7f1 44%,#fff 100%);overflow:hidden}
body.single-product .velora-shop-main::before{content:"";position:absolute;z-index:0;top:90px;inset-inline-end:-210px;width:520px;height:520px;border:95px solid rgba(90,36,53,.035);border-radius:50%;pointer-events:none}
body.single-product .velora-shop-main>.velora-container{position:relative;z-index:1;width:min(1240px,calc(100% - 42px));padding-block:34px 100px}
.velora-single-path{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:25px;margin-bottom:24px;padding:9px 15px 9px 18px;border:1px solid rgba(90,36,53,.1);border-radius:13px;background:rgba(255,255,255,.78);box-shadow:0 9px 25px rgba(57,22,34,.045);backdrop-filter:blur(8px)}
.velora-single-path>a{display:flex;align-items:center;gap:7px;color:#5a2435;font-size:11px;font-weight:800;text-decoration:none}.velora-single-path>a i{font-style:normal;transition:transform .2s}.velora-single-path>a:hover i{transform:translateX(4px)}.velora-single-path>div{display:flex;align-items:center;gap:18px;color:#7c696f;font-size:9px}.velora-single-path>div span{display:flex;align-items:center;gap:5px}.velora-single-path>div i{color:#bd9456;font-style:normal}
body.single-product.woocommerce div.product{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(430px,.94fr);gap:32px 60px;margin-top:0!important;align-items:start}
body.single-product.woocommerce div.product::before,body.single-product.woocommerce div.product::after{display:none}
body.single-product.woocommerce div.product div.images{position:sticky;top:130px;float:none!important;width:auto!important;margin:0!important;padding:20px;border:1px solid rgba(90,36,53,.11);border-radius:26px;background:linear-gradient(145deg,#fff,#f8eee8);box-shadow:0 25px 60px rgba(57,22,34,.11);overflow:hidden}
body.single-product .woocommerce-product-gallery::before{content:"صورة المنتج";position:absolute;z-index:5;top:35px;inset-inline-start:35px;padding:8px 12px;border:1px solid rgba(90,36,53,.08);border-radius:999px;background:rgba(255,255,255,.91);box-shadow:0 5px 14px rgba(50,21,30,.08);color:#5a2435;font:800 9px/1 "Tajawal",sans-serif;backdrop-filter:blur(6px)}
body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{border-radius:18px;overflow:hidden;background:#f4e9e1}
body.single-product.woocommerce div.product div.images img{width:100%;aspect-ratio:1/1;display:block;object-fit:cover;border-radius:18px;transition:transform .45s}body.single-product.woocommerce div.product div.images:hover img{transform:scale(1.018)}
body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__trigger{top:34px!important;right:auto!important;inset-inline-end:34px!important;width:42px!important;height:42px!important;border:1px solid rgba(90,36,53,.1)!important;background:#fff!important;box-shadow:0 6px 15px rgba(50,21,30,.1)}
body.single-product.woocommerce div.product div.summary{float:none!important;width:auto!important;margin:0!important;padding:40px 38px 34px;border:1px solid rgba(90,36,53,.12);border-radius:26px;background:rgba(255,255,255,.92);box-shadow:0 25px 60px rgba(57,22,34,.105)}
.velora-single-eyebrow{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-bottom:12px}.velora-single-eyebrow>span,.velora-single-eyebrow>em{padding:6px 9px;border-radius:999px;background:#f7ebee;color:#5a2435;font-size:8px;font-style:normal;font-weight:800}.velora-single-eyebrow>b{display:flex;align-items:center;gap:5px;color:#33734c;font-size:9px}.velora-single-eyebrow>b i{width:7px;height:7px;border-radius:50%;background:#45a467;box-shadow:0 0 0 4px rgba(69,164,103,.11)}.velora-single-eyebrow>em{border:1px solid #e6d4d8;background:#fff;color:#927348}
body.single-product.woocommerce div.product .product_title{margin:0;color:#4e1930;font-size:clamp(38px,4.4vw,57px);line-height:1.15;letter-spacing:-.035em}
body.single-product.woocommerce div.product p.price{display:flex;align-items:center;gap:8px;margin:16px 0 18px;color:#5a2435;font-size:29px;font-weight:800;line-height:1}body.single-product.woocommerce div.product p.price::before{content:"السعر";padding:6px 9px;border-radius:6px;background:#f6ecee;color:#8b7279;font-size:8px;font-weight:700}
body.single-product .woocommerce-product-details__short-description{margin:0 0 13px;padding-bottom:18px;border-bottom:1px solid #eee2e4;color:#78666c;font-size:13px;line-height:1.9}body.single-product .woocommerce-product-details__short-description p{margin:0}
body.single-product.woocommerce div.product p.stock{display:inline-flex;margin:0 0 17px;padding:7px 10px;border-radius:7px;background:#eff7f1;color:#34744c;font-size:9px;font-weight:700}
.velora-single-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:0 0 19px}.velora-single-highlights>div{min-width:0;display:flex;align-items:center;gap:8px;padding:11px 9px;border:1px solid #eee2e4;border-radius:10px;background:#fffaf9}.velora-single-highlights>div>i{width:28px;height:28px;display:grid;place-items:center;flex:0 0 28px;border-radius:8px;background:#f4e5e9;color:#5a2435;font-style:normal;font-size:15px}.velora-single-highlights b,.velora-single-highlights small{display:block}.velora-single-highlights b{color:#4f323c;font-size:9px}.velora-single-highlights small{margin-top:3px;color:#98868b;font-size:7px;white-space:nowrap}
body.single-product.woocommerce div.product form.cart{display:flex;align-items:stretch;gap:10px;flex-wrap:wrap;margin:0!important;padding-top:4px}
body.single-product.woocommerce div.product form.cart>.velora-gift-choice,body.single-product.woocommerce div.product form.cart>.velora-personalization-panel{flex:0 0 100%}
body.single-product .velora-gift-choice{margin:0 0 10px;padding:18px;border-radius:14px;background:linear-gradient(145deg,#fff,#fbf3f5);box-shadow:none}.velora-gift-choice__heading{display:flex;align-items:end;justify-content:space-between;gap:12px}.velora-gift-choice__heading h3{margin:3px 0 12px!important;font-size:18px}.velora-gift-choice__options{grid-template-columns:1fr 1fr}.velora-gift-choice__options>div,.velora-gift-choice__options>a{min-height:74px;padding:11px!important}.velora-gift-choice__options b{font-size:11px}.velora-gift-choice__options small{font-size:8px}.velora-gift-choice__options em{display:none}
body.single-product .velora-personalization-panel{position:relative;margin:2px 0 10px;border:1px solid #dfcbd1;border-radius:15px;background:#fff;box-shadow:0 8px 22px rgba(77,27,44,.055);overflow:hidden;transition:border-color .2s,box-shadow .2s}body.single-product .velora-personalization-panel:hover,body.single-product .velora-personalization-panel[open]{border-color:#c79ba8;box-shadow:0 12px 27px rgba(77,27,44,.09)}body.single-product .velora-personalization-panel>summary{position:relative;min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 15px 13px 18px;background:linear-gradient(135deg,#fff 0,#fff9f7 58%,#f8ecef 100%);cursor:pointer;list-style:none}body.single-product .velora-personalization-panel>summary::after{content:"اختياري";position:absolute;top:10px;inset-inline-end:58px;padding:4px 8px;border-radius:999px;background:#fff;color:#a07682;font-size:7px;font-weight:800;box-shadow:0 3px 9px rgba(70,22,39,.07)}body.single-product .velora-personalization-panel>summary::-webkit-details-marker{display:none}.velora-personalization-panel>summary>span{display:flex;align-items:center;gap:12px}.velora-personalization-panel>summary i{width:40px;height:40px;display:grid;flex:0 0 40px;place-items:center;border-radius:12px;background:linear-gradient(145deg,#70243e,#4d172a);box-shadow:0 8px 16px rgba(77,23,42,.18);color:#fff;font-size:14px;font-style:normal}.velora-personalization-panel>summary b,.velora-personalization-panel>summary small{display:block}.velora-personalization-panel>summary b{color:#4e2634;font-size:12px}.velora-personalization-panel>summary small{margin-top:4px;color:#98868b;font-size:8px}.velora-personalization-panel>summary em{width:34px;height:34px;display:grid;flex:0 0 34px;place-items:center;border:1px solid #d9bbc4;border-radius:50%;background:#fff;color:#5a2435;font-size:17px;font-style:normal;box-shadow:0 5px 13px rgba(50,18,29,.08);transition:transform .2s,background .2s,color .2s}.velora-personalization-panel[open]>summary em{transform:rotate(45deg);background:#5a2435;color:#fff}.velora-personalization-panel[open]>summary::after{display:none}
body.single-product .velora-personalization{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:0;padding:16px;border:0;border-top:1px solid #eee3e5;border-radius:0;background:#fffaf9}.velora-personalization>label{margin:0;color:#59444b;font-size:9px;font-weight:700}.velora-personalization>label:nth-of-type(2),.velora-personalization>.velora-file-field,.velora-personalization>.velora-checkbox{grid-column:1/-1}.velora-personalization input[type=text],.velora-personalization textarea{margin-top:5px!important;padding:10px 11px!important;border:1px solid #dfd1d5!important;border-radius:8px!important;background:#fff!important;font-family:"Tajawal",sans-serif}.velora-personalization textarea{min-height:75px;resize:vertical}.velora-personalization label>small{display:block;color:#a08e93;font-size:7px;font-weight:400}.velora-file-control{position:relative;min-height:45px;display:flex;align-items:center;gap:10px;margin-top:6px;padding:6px;border:1px dashed #cfb4bc;border-radius:9px;background:#fff;overflow:hidden}.velora-file-control>b{padding:8px 11px;border-radius:6px;background:#f2e3e7;color:#5a2435;font-size:8px}.velora-file-control>em{color:#9a898d;font-size:8px;font-style:normal}.velora-file-control input{position:absolute!important;inset:0;width:100%!important;height:100%;margin:0!important;opacity:0;cursor:pointer}.velora-personalization>.velora-checkbox{display:flex;align-items:center;gap:8px;padding-top:2px}.velora-personalization>.velora-checkbox input{width:16px;height:16px;accent-color:#5a2435}
body.single-product.woocommerce div.product form.cart div.quantity{direction:ltr;float:none!important;width:126px;height:58px;display:grid;grid-template-columns:38px 50px 38px;align-items:stretch;margin:0!important;border:1px solid #d9c8cd;border-radius:12px;background:#fff;box-shadow:0 7px 17px rgba(62,24,36,.06);overflow:hidden}.woocommerce div.product form.cart .quantity .qty{order:2;width:50px!important;height:56px;border:0!important;border-inline:1px solid #eee1e4!important;border-radius:0!important;background:#fff;color:#4c2b36;font-size:14px;font-weight:800;text-align:center;box-shadow:none!important;-moz-appearance:textfield}.woocommerce div.product form.cart .quantity .qty::-webkit-outer-spin-button,.woocommerce div.product form.cart .quantity .qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.velora-quantity-button{width:38px;height:56px;display:grid;place-items:center;padding:0;border:0;background:#fff;color:#5a2435;font:700 19px/1 Arial,sans-serif;cursor:pointer;transition:background .2s,color .2s}.velora-quantity-button--minus{order:1}.velora-quantity-button--plus{order:3}.velora-quantity-button:hover,.velora-quantity-button:focus-visible{background:#f5e7eb;color:#3c1020;outline:0}body.single-product.woocommerce div.product .summary .single_add_to_cart_button{position:relative;min-height:58px;display:flex;flex:1;align-items:center;justify-content:center;gap:10px;margin:0!important;padding-inline:28px!important;border-radius:12px!important;background:linear-gradient(135deg,#70243e,#451226)!important;box-shadow:0 13px 26px rgba(78,20,40,.22);font:800 14px/1 "Tajawal",sans-serif;letter-spacing:0;transition:transform .2s,box-shadow .2s,filter .2s}body.single-product.woocommerce div.product .summary .single_add_to_cart_button::after{content:"←";font:700 18px/1 Arial,sans-serif;transition:transform .2s}body.single-product.woocommerce div.product .summary .single_add_to_cart_button:hover{transform:translateY(-2px);filter:saturate(1.08);box-shadow:0 17px 30px rgba(78,20,40,.28)}body.single-product.woocommerce div.product .summary .single_add_to_cart_button:hover::after{transform:translateX(-3px)}
.velora-single-assurance{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:17px;padding-top:17px;border-top:1px solid #eee2e4}.velora-single-assurance>div{display:flex;align-items:center;gap:7px}.velora-single-assurance svg{flex:0 0 auto;color:#a47f46}.velora-single-assurance b,.velora-single-assurance small{display:block}.velora-single-assurance b{color:#50343d;font-size:8px}.velora-single-assurance small{margin-top:2px;color:#99868c;font-size:6.5px;white-space:nowrap}.velora-single-help{margin:16px 0 0!important;color:#8b787e;font-size:9px;text-align:center}.velora-single-help a{color:#5a2435;font-weight:800;text-decoration:underline;text-underline-offset:3px}
body.single-product.woocommerce div.product .product_meta{margin-top:18px;padding-top:14px;border-top:1px solid #eee3e5;color:#a08e93;font-size:8px}.product_meta a{color:#5a2435;font-weight:700}
body.single-product.woocommerce div.product .woocommerce-tabs,body.single-product.woocommerce div.product section.related,body.single-product.woocommerce div.product section.upsells{grid-column:1/-1;float:none!important;width:auto!important;margin:15px 0 0!important}
body.single-product.woocommerce div.product .woocommerce-tabs{padding:32px 38px;border:1px solid #e8dadd;border-radius:22px;background:#fff;box-shadow:0 16px 40px rgba(57,22,34,.06)}body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs{display:flex;gap:7px;margin:0 0 24px!important;padding:0!important;border:0!important}body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs::before{display:none!important}body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li{margin:0!important;padding:0!important;border:0!important;border-radius:9px!important;background:#f7eff1!important}body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::before,body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::after{display:none!important}body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:11px 20px!important;color:#765f67!important;font-size:11px}body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#5a2435!important}body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:#fff!important}.woocommerce-Tabs-panel h2{color:#5a2435;font-size:25px}.woocommerce-Tabs-panel p{color:#79676d;font-size:12px;line-height:1.9}
body.single-product.woocommerce div.product section.related{display:block;padding:42px 34px 36px;border:1px solid rgba(90,36,53,.09);border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(250,242,238,.88));box-shadow:0 18px 44px rgba(57,22,34,.055)}body.single-product.woocommerce div.product section.related>h2{margin:0 0 26px;color:#5a2435;font-size:32px;line-height:1.25;text-align:center}body.single-product.woocommerce div.product section.related>h2::before{content:"اختيارات تكمل هديتك";display:block;margin-bottom:7px;color:#bd9456;font-size:9px;letter-spacing:.12em}body.single-product .related ul.products{grid-template-columns:repeat(4,minmax(0,1fr));margin:0!important}body.single-product .related ul.products li.product{position:relative;border:1px solid #eadde0;border-radius:18px;background:#fff;box-shadow:0 9px 24px rgba(57,22,34,.06);transition:transform .25s,box-shadow .25s,border-color .25s}body.single-product .related ul.products li.product:hover{transform:translateY(-6px);border-color:#d9bec5;box-shadow:0 18px 34px rgba(57,22,34,.12)}body.single-product .related ul.products li.product img{border-radius:17px 17px 0 0}body.single-product .related ul.products li.product .woocommerce-loop-product__title{min-height:52px;margin-top:14px;padding:0!important;color:#4e2634;font-size:15px!important;line-height:1.65}body.single-product .related ul.products li.product .price{display:block;min-height:25px;color:#7a263f;font-size:14px;font-weight:800}body.single-product .related ul.products li.product .button{display:flex;min-height:43px;align-items:center;justify-content:center;margin-top:11px;padding:10px 8px!important;border-radius:9px;background:linear-gradient(135deg,#651e39,#431124);font-size:11px;box-shadow:0 8px 17px rgba(78,20,40,.14)}body.single-product .related ul.products li.product .velora-loop-builder-link{min-height:39px;display:flex;align-items:center;justify-content:center;margin-top:8px;border-radius:9px;font-size:9px}
@media(max-width:980px){body.single-product.woocommerce div.product{grid-template-columns:minmax(0,.9fr) minmax(390px,1.1fr);gap:28px}.velora-single-highlights{grid-template-columns:1fr}.velora-single-highlights>div{padding:9px}.velora-single-highlights small{white-space:normal}.velora-gift-choice__options{grid-template-columns:1fr}.velora-single-assurance{grid-template-columns:1fr}body.single-product .related ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:780px){body.single-product .velora-shop-main>.velora-container{width:min(100% - 26px,1240px);padding-top:20px}body.single-product.woocommerce div.product{grid-template-columns:1fr;gap:18px}body.single-product.woocommerce div.product div.images{position:relative;top:auto;padding:12px;border-radius:18px}body.single-product.woocommerce div.product div.summary{padding:26px 22px;border-radius:18px}.velora-single-path>div{display:none}.velora-single-highlights{grid-template-columns:repeat(3,1fr)}.velora-single-assurance{grid-template-columns:repeat(3,1fr)}body.single-product.woocommerce div.product .woocommerce-tabs{padding:24px 21px;border-radius:17px}body.single-product.woocommerce div.product section.related{padding:30px 20px 26px}body.single-product .related ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){body.single-product .velora-shop-main>.velora-container{width:calc(100% - 18px);padding-bottom:70px}.velora-single-path{min-height:46px;margin-bottom:13px}.velora-single-path>a{font-size:9px}body.single-product.woocommerce div.product div.images{padding:8px}.woocommerce-product-gallery::before{top:20px!important;inset-inline-start:20px!important}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{top:18px!important;inset-inline-end:18px!important}body.single-product.woocommerce div.product div.summary{padding:23px 16px}body.single-product.woocommerce div.product .product_title{font-size:36px}body.single-product.woocommerce div.product p.price{font-size:24px}.velora-single-highlights{grid-template-columns:1fr 1fr}.velora-single-highlights>div:last-child{grid-column:1/-1}.velora-gift-choice__options>div,.velora-gift-choice__options>a{min-height:68px}.velora-personalization{grid-template-columns:1fr!important}.velora-personalization>label{grid-column:1!important}.velora-single-assurance{gap:5px}.velora-single-assurance>div{align-items:flex-start;flex-direction:column}.velora-single-assurance small{white-space:normal}.woocommerce div.product .woocommerce-tabs{padding:19px 14px!important}.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:9px 12px!important;font-size:9px!important}body.single-product.woocommerce div.product section.related>h2{font-size:27px}.related .products{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:520px){body.single-product .velora-personalization-panel>summary{min-height:68px;padding-inline:11px}.velora-personalization-panel>summary i{width:36px;height:36px;flex-basis:36px}.velora-personalization-panel>summary b{font-size:11px}.velora-personalization-panel>summary small{max-width:155px;white-space:normal}.velora-personalization-panel>summary::after{display:none}body.single-product.woocommerce div.product form.cart div.quantity{width:112px;grid-template-columns:34px 44px 34px}.woocommerce div.product form.cart .quantity .qty{width:44px!important}.velora-quantity-button{width:34px}body.single-product.woocommerce div.product .summary .single_add_to_cart_button{padding-inline:14px!important;font-size:12px}}

/* Refined commerce header */
.site-header::before{content:"";position:absolute;inset:0 0 auto;height:2px;background:linear-gradient(90deg,#3d1020,#b98f54,#5a2435);opacity:.9}.velora-header-main{min-height:94px}.velora-wordmark span{font-size:42px;letter-spacing:.075em}.velora-wordmark small{position:relative;margin-top:6px;color:#9c7540}.velora-wordmark small::before,.velora-wordmark small::after{content:"";position:absolute;top:50%;width:16px;height:1px;background:#d2b17c}.velora-wordmark small::before{right:calc(100% + 7px)}.velora-wordmark small::after{left:calc(100% + 7px)}.velora-search{width:clamp(250px,23vw,340px);height:48px;border-radius:14px;background:#fff;box-shadow:0 8px 22px rgba(60,17,30,.045)}.velora-action-links{gap:7px}.velora-action-links .velora-icon-button{width:auto;min-width:47px;height:44px;display:inline-flex;gap:7px;padding-inline:11px;border-color:rgba(90,36,53,.1);border-radius:12px;background:#fff}.velora-action-label{font-size:9px;font-weight:700;color:#6e5960}.velora-action-links .velora-icon-button:hover .velora-action-label{color:#5a2435}.velora-cart-count{inset-block-start:-5px;inset-inline-end:-4px}.velora-header-tools--end{gap:8px}.velora-header-tools--end .velora-selector{min-height:44px;padding-inline:15px;background:#fff;box-shadow:0 5px 16px rgba(60,17,30,.035)}.velora-menu a[href*="build-your-box"]{margin-block:8px;padding:9px 16px;border-radius:999px;background:#f4e5e9;color:#5a2435}.velora-menu a[href*="build-your-box"]::after{display:none}.velora-menu a[href*="build-your-box"]:hover{background:#5a2435;color:#fff}
@media(max-width:1120px){.velora-action-label{display:none}.velora-action-links .velora-icon-button{width:42px;min-width:42px;padding:0;border-color:transparent;background:transparent}.velora-search{width:230px}}

/* Custom box studio modal */
body.cart-open,body.builder-modal-open{overflow:hidden}.velora-builder-modal{position:fixed;z-index:1200;inset:0;display:grid;place-items:center;padding:24px;opacity:0;visibility:hidden;transition:opacity .25s,visibility .25s}.velora-builder-modal.is-open{opacity:1;visibility:visible}.velora-builder-modal__backdrop{position:absolute;inset:0;background:rgba(31,12,19,.68);backdrop-filter:blur(7px)}.velora-builder-modal__dialog{position:relative;width:min(1180px,96vw);height:min(850px,92vh);display:grid;grid-template-rows:auto 1fr;border:1px solid rgba(255,255,255,.28);border-radius:24px;background:#fbf7f1;box-shadow:0 35px 100px rgba(28,7,15,.36);overflow:hidden;transform:translateY(20px) scale(.985);transition:transform .25s}.velora-builder-modal.is-open .velora-builder-modal__dialog{transform:none}.velora-builder-modal__dialog>header{position:relative;z-index:3;min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:15px 22px;border-bottom:1px solid #e8dadd;background:#fff}.velora-builder-modal__dialog>header span{display:block;color:#b18444;font-size:8px;font-weight:800}.velora-builder-modal__dialog>header h2{margin:3px 0 0;color:#512034;font-size:22px}.velora-builder-modal__dialog>header button{width:42px;height:42px;display:grid;place-items:center;border:1px solid #e3d2d6;border-radius:50%;background:#fff7f8;color:#5a2435;font:400 25px/1 Arial,sans-serif;cursor:pointer}.velora-builder-modal iframe{position:relative;z-index:2;width:100%;height:100%;border:0;background:#fbf7f1}.velora-builder-modal__loading{position:absolute;z-index:1;inset:78px 0 0;display:grid;place-content:center;justify-items:center;gap:13px;color:#6d5560;font-size:12px}.velora-builder-modal__loading i{width:36px;height:36px;border:3px solid #eadbdd;border-top-color:#5a2435;border-radius:50%;animation:veloraSpin .7s linear infinite}@keyframes veloraSpin{to{transform:rotate(360deg)}}
body.velora-builder-modal-frame{background:#fbf7f1}body.velora-builder-modal-frame .site-header,body.velora-builder-modal-frame .velora-footer-trust,body.velora-builder-modal-frame .site-footer,body.velora-builder-modal-frame #wpadminbar{display:none!important}body.velora-builder-modal-frame .velora-content-layout{padding:0!important}body.velora-builder-modal-frame .velora-builder-experience{padding:18px 20px 35px}body.velora-builder-modal-frame .velora-builder-hero,body.velora-builder-modal-frame .velora-builder-steps{display:none}body.velora-builder-modal-frame .velora-builder-experience .velora-builder-summary{top:18px}
body.velora-builder-modal-frame .velora-builder-summary{max-height:calc(100dvh - 36px);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#c8a8b2 transparent}body.velora-builder-modal-frame .velora-builder-summary::-webkit-scrollbar{width:5px}body.velora-builder-modal-frame .velora-builder-summary::-webkit-scrollbar-thumb{border-radius:8px;background:#c8a8b2}body.velora-builder-modal-frame .velora-live-box{height:320px;max-width:540px;margin-top:28px}body.velora-builder-modal-frame .velora-live-box__caption{margin-top:8px}
@media(max-width:540px){body.velora-builder-modal-frame .velora-builder-experience{padding-inline:9px}body.velora-builder-modal-frame .velora-live-box{height:270px;margin-top:18px}}

/* Premium slide-out cart */
.velora-cart-drawer{position:fixed;z-index:1300;inset:0;opacity:0;visibility:hidden;transition:opacity .25s,visibility .25s}.velora-cart-drawer.is-open{opacity:1;visibility:visible}.velora-cart-drawer__backdrop{position:absolute;inset:0;background:rgba(36,12,21,.54);backdrop-filter:blur(5px)}.velora-cart-drawer__panel{position:absolute;inset:0 auto 0 0;width:min(440px,94vw);display:grid;grid-template-rows:auto 1fr;background:#fffaf7;box-shadow:25px 0 70px rgba(31,8,16,.25);transform:translateX(-102%);transition:transform .28s ease;overflow:hidden}.velora-cart-drawer.is-open .velora-cart-drawer__panel{transform:none}.velora-cart-drawer__panel>header{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:18px 22px;border-bottom:1px solid #eadcdf;background:linear-gradient(135deg,#fff,#f8ecef)}.velora-cart-drawer__panel>header span:first-child{display:block;color:#b18444;font-size:8px;font-weight:800}.velora-cart-drawer__panel>header h2{display:flex;align-items:center;gap:9px;margin:3px 0 0;color:#4f1b30;font-size:25px}.velora-cart-drawer__count{min-width:26px;height:26px;display:grid!important;place-items:center;border-radius:50%;background:#5a2435;color:#fff!important;font:700 10px/1 Arial,sans-serif}.velora-cart-drawer__panel>header button{width:42px;height:42px;display:grid;place-items:center;border:1px solid #decbd0;border-radius:50%;background:#fff;color:#5a2435;font:400 25px/1 Arial,sans-serif;cursor:pointer}.velora-cart-drawer__content{min-height:0;display:flex;flex-direction:column}.velora-cart-drawer__items{flex:1;display:grid;align-content:start;gap:10px;padding:18px;overflow-y:auto}.velora-cart-item{position:relative;display:grid;grid-template-columns:76px 1fr 28px;gap:12px;align-items:center;padding:9px;border:1px solid #eadde0;border-radius:14px;background:#fff;box-shadow:0 6px 18px rgba(65,24,38,.045)}.velora-cart-item.is-bundle-content{margin-inline-start:18px;border-inline-start:3px solid #c29a60}.velora-cart-item.is-box{border-color:#caaab3;background:linear-gradient(135deg,#fff,#f7e9ed)}.velora-cart-item__media{width:76px;height:76px;border-radius:10px;background:#f3e7df;overflow:hidden}.velora-cart-item__media img{width:100%;height:100%;object-fit:cover}.velora-cart-item__media>span{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(145deg,#70233d,#451224);color:#e7c796}.velora-cart-item__copy{min-width:0}.velora-cart-item__copy small{display:block;margin-bottom:3px;color:#ae8347;font-size:7px;font-weight:800}.velora-cart-item__copy>a{display:block;color:#4e2d38;font-size:12px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.velora-cart-item__copy>span{display:block;margin-top:7px;color:#6a263e;font-size:10px;font-weight:700}.velora-cart-item__remove{width:27px;height:27px;display:grid;place-items:center;border-radius:50%;background:#f7edef;color:#8d5d6b;font:400 16px/1 Arial,sans-serif}.velora-cart-drawer__summary{padding:19px 22px 22px;border-top:1px solid #e7d8dc;background:#fff}.velora-cart-drawer__summary>div{display:flex;align-items:center;justify-content:space-between}.velora-cart-drawer__summary>div span{color:#6d5a61;font-size:12px}.velora-cart-drawer__summary>div strong{color:#4e1930;font-size:20px}.velora-cart-drawer__summary>p{margin:7px 0 14px;color:#9a898e;font-size:8px}.velora-cart-drawer__checkout{min-height:52px;display:flex;align-items:center;justify-content:center;gap:12px;border-radius:11px;background:linear-gradient(135deg,#6b2039,#411021);color:#fff;font-size:12px;font-weight:800;box-shadow:0 11px 22px rgba(72,18,37,.2)}.velora-cart-drawer__view{display:block;margin-top:11px;color:#5a2435;font-size:10px;font-weight:700;text-align:center;text-decoration:underline;text-underline-offset:3px}.velora-cart-drawer__empty{margin:auto;padding:45px 35px;text-align:center}.velora-cart-drawer__empty>i{width:70px;height:70px;display:grid;place-items:center;margin:0 auto 17px;border-radius:50%;background:#f3e3e7;color:#5a2435;font-style:normal}.velora-cart-drawer__empty h3{margin-bottom:8px;color:#4f1b30;font-size:24px}.velora-cart-drawer__empty p{margin-bottom:20px;color:#806c72;font-size:11px}.velora-cart-drawer__empty a{display:inline-flex;padding:11px 19px;border-radius:9px;background:#5a2435;color:#fff;font-size:11px;font-weight:800}
@media(max-width:780px){.velora-builder-modal{padding:0}.velora-builder-modal__dialog{width:100%;height:100dvh;border:0;border-radius:0}.velora-builder-modal__dialog>header{min-height:70px;padding:12px 15px}.velora-builder-modal__dialog>header h2{font-size:17px}.velora-builder-modal__loading{inset-block-start:70px}body.velora-builder-modal-frame .velora-builder-experience{padding:10px 9px 28px}.velora-cart-drawer__panel{width:min(410px,100vw)}.velora-header-main{min-height:78px}.velora-wordmark span{font-size:34px}}

/* Signature custom-box feature */
.velora-builder-feature{position:relative;padding:42px 0 58px;background:linear-gradient(180deg,#fff 0,#fbf6f1 100%)}.velora-builder-feature::before{content:"";position:absolute;inset:8% 0 auto;height:72%;pointer-events:none;background:radial-gradient(circle at 78% 35%,rgba(154,95,112,.09),transparent 35%),radial-gradient(circle at 18% 80%,rgba(184,143,79,.08),transparent 30%)}.velora-builder-card{position:relative;min-height:610px;grid-template-columns:46% 54%;border:1px solid rgba(92,34,53,.12);border-radius:30px;background:#f9f1ec;box-shadow:0 28px 75px rgba(64,25,38,.12);isolation:isolate}.velora-builder-card::after{content:"";position:absolute;z-index:3;inset:18px;border:1px solid rgba(255,255,255,.38);border-radius:19px;pointer-events:none}.velora-builder-card .velora-builder-copy{position:relative;z-index:2;padding:68px 68px 58px;align-items:flex-start;background:linear-gradient(145deg,#fffaf6 0,#fbefec 66%,#f6e6e5 100%);overflow:hidden}.velora-builder-card .velora-builder-copy::before{content:"";position:absolute;z-index:-1;width:330px;height:330px;inset:auto -145px -155px;border:54px solid rgba(103,34,55,.035);border-radius:50%}.velora-builder-card .velora-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;padding:8px 13px;border:1px solid rgba(179,133,70,.22);border-radius:999px;background:rgba(255,255,255,.68);box-shadow:0 6px 18px rgba(83,36,49,.045);color:#aa7c3c;letter-spacing:.06em}.velora-builder-card .velora-kicker::before{content:"";width:6px;height:6px;border-radius:50%;background:#b78a4d;box-shadow:0 0 0 4px rgba(183,138,77,.12)}.velora-builder-card .velora-builder-copy h2{max-width:520px;margin:0 0 18px;color:#4f1b30;font-size:clamp(42px,4.1vw,61px);line-height:1.12;letter-spacing:-.035em}.velora-builder-card .velora-builder-copy h2 span{position:relative;color:#7a2943}.velora-builder-card .velora-builder-copy h2 span::after{content:"";position:absolute;inset:auto 4px -7px;width:72%;height:5px;border-radius:999px;background:linear-gradient(90deg,#c69a59,rgba(198,154,89,0))}.velora-builder-card .velora-builder-copy>p{max-width:590px;margin:0 0 24px;color:#756168;font-size:14px;line-height:2}.velora-builder-promises{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;width:100%;margin-bottom:27px}.velora-builder-promises span{min-height:42px;display:flex;align-items:center;gap:9px;padding:9px 12px;border:1px solid rgba(91,38,54,.08);border-radius:11px;background:rgba(255,255,255,.72);color:#5b3c47;font-size:10px;font-weight:700;box-shadow:0 5px 15px rgba(77,29,43,.035)}.velora-builder-promises svg{color:#a97d43}.velora-builder-actions{display:flex;align-items:center;gap:19px;flex-wrap:wrap}.velora-builder-card .velora-builder-actions .velora-button{min-height:54px;display:inline-flex;align-items:center;gap:12px;padding-inline:25px;border-radius:12px;box-shadow:0 14px 28px rgba(78,21,40,.2)}.velora-builder-card .velora-builder-actions .velora-button svg{transition:transform .2s}.velora-builder-card .velora-builder-actions .velora-button:hover svg{transform:translateX(-4px)}.velora-builder-help{color:#6a4f58;font-size:10px;font-weight:700;text-decoration:underline;text-decoration-color:#c9adb5;text-underline-offset:5px}.velora-builder-card .velora-builder-steps{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;width:100%;margin-top:34px;padding-top:24px;border-top:1px solid rgba(90,36,53,.1)}.velora-builder-card .velora-builder-steps>span{position:relative;min-width:0;display:grid;grid-template-columns:33px 1fr;grid-template-rows:auto auto;gap:2px 8px;padding:9px 8px 9px 34px;border-radius:12px;color:#51313c;white-space:normal;text-align:right}.velora-builder-card .velora-builder-steps>span>b{position:absolute;top:2px;inset-inline-start:5px;color:rgba(91,31,50,.16);font:700 27px/1 "Cormorant Garamond",serif}.velora-builder-card .velora-builder-steps>span>em{grid-row:1/3;width:33px;height:33px;display:grid;place-items:center;border-radius:9px;background:#fff;color:#8a4a5e;box-shadow:0 6px 15px rgba(68,23,37,.07);font-style:normal}.velora-builder-card .velora-builder-steps i{min-width:0;font-style:normal}.velora-builder-card .velora-builder-steps strong,.velora-builder-card .velora-builder-steps small{display:block}.velora-builder-card .velora-builder-steps strong{font-size:10px}.velora-builder-card .velora-builder-steps small{margin-top:3px;color:#98848a;font-size:7px}.velora-builder-card .velora-builder-visual{position:relative;min-height:610px;align-items:stretch;justify-content:stretch;background:#d6c1aa}.velora-builder-card .velora-builder-visual::after{content:"";position:absolute;z-index:1;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(37,17,22,.04) 20%,rgba(42,17,26,.22) 100%)}.velora-builder-card .velora-builder-product{position:absolute;inset:0;width:100%;height:100%;background-size:300% 200%;background-position:100% 100%;filter:saturate(.88) contrast(1.02);transition:filter .28s,transform .6s}.velora-builder-card:hover .velora-builder-product{transform:scale(1.018)}.velora-builder-live-badge{position:absolute;z-index:4;top:28px;inset-inline-end:28px;display:flex;align-items:center;gap:9px;padding:10px 13px;border:1px solid rgba(255,255,255,.45);border-radius:12px;background:rgba(255,250,245,.86);box-shadow:0 10px 28px rgba(50,20,27,.13);backdrop-filter:blur(12px)}.velora-builder-live-badge>i{width:9px;height:9px;border:2px solid #fff;border-radius:50%;background:#2d9761;box-shadow:0 0 0 4px rgba(45,151,97,.17);animation:veloraLivePulse 1.8s infinite}.velora-builder-live-badge b,.velora-builder-live-badge small{display:block}.velora-builder-live-badge b{color:#4f2935;font-size:9px}.velora-builder-live-badge small{margin-top:2px;color:#8d777e;font-size:7px}@keyframes veloraLivePulse{50%{box-shadow:0 0 0 7px rgba(45,151,97,0)}}.velora-builder-card .velora-builder-options{position:absolute;z-index:5;inset:auto 28px 28px;width:auto;display:grid;grid-template-columns:minmax(120px,.85fr) minmax(230px,1.6fr) minmax(105px,.65fr);gap:18px;align-items:center;padding:17px 18px;border:1px solid rgba(255,255,255,.55);border-radius:18px;background:rgba(255,252,249,.93);box-shadow:0 20px 45px rgba(45,18,26,.2);backdrop-filter:blur(16px)}.velora-builder-options__heading>span,.velora-builder-options__heading>strong{display:block}.velora-builder-options__heading>span{margin-bottom:3px;color:#ad8147;font-size:7px;font-weight:800}.velora-builder-options__heading>strong{margin:0;color:#552035;font-size:15px}.velora-builder-options__controls{display:grid;grid-template-columns:1.15fr .85fr;gap:12px;padding-inline:17px;border-inline:1px solid #eadcdf}.velora-builder-card .velora-builder-options label,.velora-builder-card .velora-builder-options legend{display:grid;gap:6px;color:#88747a;font-size:8px;font-weight:700}.velora-builder-card .velora-builder-options select{width:100%;height:34px;padding-inline:9px;border:1px solid #e0d1d5;border-radius:8px;background:#fff;color:#4d3039;font-size:9px}.velora-builder-card .velora-builder-options fieldset{display:grid;gap:6px;margin:0;padding:0;border:0}.velora-builder-card .velora-builder-options fieldset>div{display:flex;align-items:center;gap:7px}.velora-builder-card .velora-builder-options fieldset button{width:26px;height:26px;flex:0 0 26px;margin:0;border:3px solid #fff;box-shadow:0 0 0 1px #dac8cd}.velora-builder-card .velora-builder-options fieldset button.is-active{box-shadow:0 0 0 2px #6b243d}.velora-builder-card .velora-builder-total{display:flex;align-items:flex-end;justify-content:center;flex-direction:column;padding:0;border:0}.velora-builder-card .velora-builder-total span{color:#917b82;font-size:7px}.velora-builder-card .velora-builder-total strong{margin-top:4px;color:#5c2035;font-size:19px;direction:ltr}.velora-builder-visual-caption{position:absolute;z-index:4;inset:auto 31px 141px auto;padding:12px 15px;border-radius:12px;background:rgba(55,20,30,.67);color:#fff;backdrop-filter:blur(8px)}.velora-builder-visual-caption span,.velora-builder-visual-caption strong{display:block}.velora-builder-visual-caption span{margin-bottom:3px;color:#e9c688;font-size:7px}.velora-builder-visual-caption strong{font-size:10px}
@media(max-width:1180px){.velora-builder-card{grid-template-columns:44% 56%;min-height:570px}.velora-builder-card .velora-builder-copy{padding:55px 42px}.velora-builder-card .velora-builder-copy h2{font-size:47px}.velora-builder-card .velora-builder-visual{min-height:570px}.velora-builder-card .velora-builder-options{grid-template-columns:1fr 1.5fr;gap:13px}.velora-builder-card .velora-builder-total{grid-column:1/-1;align-items:center;flex-direction:row;justify-content:space-between;padding-top:10px;border-top:1px solid #eadcdf}.velora-builder-visual-caption{inset-block-end:170px}}
@media(max-width:900px){.velora-builder-card{grid-template-columns:1fr}.velora-builder-card .velora-builder-copy{order:2;padding:48px 38px}.velora-builder-card .velora-builder-visual{order:1;min-height:500px}.velora-builder-card .velora-builder-product{width:100%}.velora-builder-card .velora-builder-copy h2{font-size:48px}.velora-builder-card .velora-builder-options{grid-template-columns:minmax(110px,.8fr) minmax(230px,1.6fr) minmax(95px,.6fr)}.velora-builder-card .velora-builder-total{grid-column:auto;align-items:flex-end;flex-direction:column;justify-content:center;padding:0;border:0}}
@media(max-width:620px){.velora-builder-feature{padding:24px 0 36px}.velora-builder-card{width:calc(100% - 18px);border-radius:22px}.velora-builder-card::after{inset:8px;border-radius:15px}.velora-builder-card .velora-builder-visual{min-height:430px}.velora-builder-card .velora-builder-copy{padding:36px 22px 30px}.velora-builder-card .velora-kicker{margin-bottom:14px;padding:7px 10px;font-size:8px}.velora-builder-card .velora-builder-copy h2{font-size:39px}.velora-builder-card .velora-builder-copy>p{font-size:12px;line-height:1.85}.velora-builder-promises{gap:7px}.velora-builder-promises span{padding:8px;font-size:8px}.velora-builder-actions{align-items:stretch;flex-direction:column;gap:13px;width:100%}.velora-builder-card .velora-builder-actions .velora-button{width:100%;justify-content:center}.velora-builder-help{text-align:center}.velora-builder-card .velora-builder-steps{gap:5px;margin-top:25px;padding-top:17px}.velora-builder-card .velora-builder-steps>span{display:flex;align-items:center;flex-direction:column;padding:8px 3px;text-align:center}.velora-builder-card .velora-builder-steps>span>b{display:none}.velora-builder-card .velora-builder-steps i{margin-top:5px}.velora-builder-card .velora-builder-steps small{display:none}.velora-builder-live-badge{top:18px;inset-inline-end:18px}.velora-builder-card .velora-builder-options{inset:auto 15px 15px;grid-template-columns:1fr;gap:10px;padding:13px}.velora-builder-options__heading{display:flex;align-items:center;justify-content:space-between}.velora-builder-options__heading>span{margin:0}.velora-builder-options__controls{padding:0 0 10px;border:0;border-bottom:1px solid #eadcdf}.velora-builder-card .velora-builder-total{align-items:center;flex-direction:row;justify-content:space-between}.velora-builder-visual-caption{display:none}}
.velora-builder-card .velora-builder-steps>span{padding:9px 8px}.velora-builder-card .velora-builder-steps>span>b{display:none}

/* Premium catalog product cards */
.woocommerce ul.products{gap:24px;margin-top:30px!important}.woocommerce ul.products li.product{position:relative;padding:0 0 15px!important;border:1px solid rgba(90,36,53,.1);border-radius:20px;background:linear-gradient(180deg,#fff 0,#fffcfa 100%);box-shadow:0 10px 28px rgba(61,23,36,.055);overflow:hidden;transition:transform .28s ease,border-color .28s,box-shadow .28s}.woocommerce ul.products li.product::before{content:"";position:absolute;z-index:3;inset:0 18px auto;height:2px;border-radius:0 0 8px 8px;background:linear-gradient(90deg,transparent,#c49a5a,transparent);opacity:0;transition:opacity .28s}.woocommerce ul.products li.product:hover{transform:translateY(-7px);border-color:#d9c0c7;box-shadow:0 20px 42px rgba(61,23,36,.12)}.woocommerce ul.products li.product:hover::before{opacity:1}.woocommerce ul.products li.product>a.woocommerce-LoopProduct-link{display:block;color:inherit}.woocommerce ul.products li.product img{width:100%;border-radius:19px 19px 0 0;transition:transform .55s ease,filter .35s}.woocommerce ul.products li.product:hover img{transform:scale(1.035);filter:saturate(1.04)}.woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:52px;margin:16px 16px 0!important;padding:0!important;color:#4d2835;font-size:15px!important;font-weight:800;line-height:1.65}.woocommerce ul.products li.product .price{min-height:27px;display:flex;align-items:center;margin:4px 16px 8px!important;color:#a47737!important;font-size:13px!important;font-weight:700}.woocommerce ul.products li.product .price .amount{color:inherit}.woocommerce ul.products li.product .button.velora-view-product{width:calc(100% - 28px);min-height:47px;display:flex;align-items:center;justify-content:center;gap:12px;margin:11px 14px 0!important;padding:11px 16px!important;border:1px solid #5a2435;border-radius:11px;background:linear-gradient(135deg,#6c263e,#451326);box-shadow:0 9px 19px rgba(75,20,38,.16);color:#fff;font:800 11px/1.2 "Tajawal",sans-serif;transition:transform .2s,box-shadow .2s,filter .2s}.woocommerce ul.products li.product .button.velora-view-product i{font:700 17px/1 Arial,sans-serif;transition:transform .2s}.woocommerce ul.products li.product .button.velora-view-product:hover{transform:translateY(-2px);filter:saturate(1.1);box-shadow:0 13px 24px rgba(75,20,38,.22)}.woocommerce ul.products li.product .button.velora-view-product:hover i{transform:translateX(-4px)}.woocommerce ul.products li.product .velora-loop-builder-link{min-height:42px;display:flex;align-items:center;justify-content:center;margin:9px 14px 0;padding:9px 10px;border:1px solid #dec7cd;border-radius:11px;background:#fff9f8;color:#6b2b40;font-size:9px;font-weight:800;transition:background .2s,border-color .2s,color .2s}.woocommerce ul.products li.product .velora-loop-builder-link::before{content:"＋";margin-inline-end:7px;font:700 14px/1 Arial,sans-serif}.woocommerce ul.products li.product .velora-loop-builder-link:hover{border-color:#6b2b40;background:#f3e4e8;color:#4e172a}
@media(max-width:760px){.woocommerce ul.products{gap:12px}.woocommerce ul.products li.product{border-radius:15px}.woocommerce ul.products li.product img{border-radius:14px 14px 0 0}.woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:48px;margin:12px 10px 0!important;font-size:12px!important}.woocommerce ul.products li.product .price{margin-inline:10px!important;font-size:10px!important}.woocommerce ul.products li.product .button.velora-view-product{width:calc(100% - 18px);min-height:42px;margin-inline:9px!important;padding-inline:8px!important;font-size:9px}.woocommerce ul.products li.product .velora-loop-builder-link{min-height:39px;margin-inline:9px;font-size:8px}}

/* AJAX cart drawer removal */
.velora-cart-item{transition:opacity .2s,transform .2s,filter .2s}.velora-cart-item.is-removing{pointer-events:none;opacity:.48;transform:scale(.985);filter:grayscale(.25)}.velora-cart-item__remove i{display:none;width:12px;height:12px;border:2px solid #d9bbc4;border-top-color:#6d2840;border-radius:50%;animation:veloraSpin .65s linear infinite}.velora-cart-item.is-removing .velora-cart-item__remove span{display:none}.velora-cart-item.is-removing .velora-cart-item__remove i{display:block}.velora-cart-drawer__notice{position:absolute;z-index:8;top:104px;left:50%;max-width:calc(100% - 34px);padding:9px 14px;border:1px solid #d9c0c7;border-radius:999px;background:#fff;color:#5a2435;box-shadow:0 10px 25px rgba(53,18,30,.16);font-size:9px;font-weight:800;white-space:nowrap;opacity:0;visibility:hidden;transform:translate(-50%,-8px);transition:opacity .2s,visibility .2s,transform .2s}.velora-cart-drawer__notice.is-visible{opacity:1;visibility:visible;transform:translate(-50%,0)}

/* Gift package cart experience */
body.woocommerce-cart .velora-shop-main{padding-block:48px 88px;background:radial-gradient(circle at 12% 10%,rgba(194,146,79,.1),transparent 27%),linear-gradient(180deg,#fffaf5,#fbf7f2 58%,#fff)}
body.woocommerce-cart .velora-content-layout{width:min(1220px,calc(100% - 36px));padding:0}
body.woocommerce-cart .velora-article{width:100%;max-width:none;margin:0}
body.woocommerce-cart .velora-article>h1{margin:0 0 25px;color:#4e1930;font-size:clamp(38px,4vw,58px);font-weight:800;letter-spacing:-.04em;text-align:center}
.velora-cart-steps{width:min(610px,100%);min-height:58px;display:flex;align-items:center;justify-content:center;gap:13px;margin:0 auto 36px;padding:11px 24px;border:1px solid #eadde0;border-radius:999px;background:rgba(255,255,255,.9);box-shadow:0 12px 32px rgba(62,22,35,.055);backdrop-filter:blur(12px)}
.velora-cart-step{display:flex;align-items:center;gap:8px;color:#96858b;font-size:10px;font-weight:700;white-space:nowrap}.velora-cart-step.is-active{color:#542035}.velora-cart-step__icon{width:27px;height:27px;display:grid;place-items:center;border-radius:50%;background:#f3e7ea;color:#876d76;font:800 10px/1 Arial,sans-serif}.velora-cart-step.is-active .velora-cart-step__icon{background:linear-gradient(135deg,#70243e,#451226);color:#fff;box-shadow:0 6px 13px rgba(80,21,41,.2)}.velora-cart-step__divider{width:34px;height:1px;background:#e2d1d6}
.velora-cart-shell{display:grid;grid-template-columns:minmax(0,1fr) 355px;gap:28px;align-items:start;direction:rtl}
.velora-cart-form,.velora-cart-summary{min-width:0;float:none!important;width:auto!important;margin:0!important}
.velora-cart-list{border:1px solid #e8dadd;border-radius:24px;background:#fff;box-shadow:0 20px 55px rgba(55,20,31,.07);overflow:hidden}
.velora-cart-list__header{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:21px 26px;border-bottom:1px solid #eee2e4;background:linear-gradient(135deg,#fff,#fdf6f4)}.velora-cart-list__header span{display:block;margin-bottom:4px;color:#b18444;font-size:8px;font-weight:800;letter-spacing:.06em}.velora-cart-list__header h2{margin:0;color:#4e1930;font-size:25px}.velora-cart-list__header>b{padding:8px 12px;border:1px solid #e7d7db;border-radius:999px;background:#fff;color:#765b65;font-size:9px}
.velora-cart-list__body{display:grid;gap:15px;padding:18px;background:#fcf8f5}
.velora-cart-package{position:relative;border:1px solid #d9c4ca;border-radius:20px;background:#fff;box-shadow:0 12px 30px rgba(66,23,38,.07);overflow:hidden}.velora-cart-package::before{content:"";position:absolute;z-index:2;inset:0 0 auto;height:3px;background:linear-gradient(90deg,#512033,#a06976,#c69a59)}
.velora-cart-package__header{display:grid;grid-template-columns:52px minmax(0,1fr) auto auto;gap:14px;align-items:center;padding:20px 21px 17px;background:linear-gradient(130deg,#fff 15%,#fbf1f2)}
.velora-cart-package__mark{width:52px;height:52px;display:grid;place-items:center;border:1px solid #e0cbd1;border-radius:15px;background:linear-gradient(145deg,#712943,#461326);box-shadow:0 9px 18px rgba(72,19,38,.18);color:#e8ca91}.velora-cart-package__title span{display:flex;align-items:center;gap:6px;margin-bottom:4px;color:#a3783f;font-size:7px;font-weight:800}.velora-cart-package__title span i{width:6px;height:6px;border-radius:50%;background:#3c9b68;box-shadow:0 0 0 3px rgba(60,155,104,.12)}.velora-cart-package__title h3{margin:0;color:#4b2030;font-size:17px;line-height:1.45}.velora-cart-package__title small{display:block;margin-top:4px;color:#938086;font-size:8px}
.velora-cart-package__price{min-width:105px;padding-inline:15px;border-inline-start:1px solid #eadde0;text-align:center}.velora-cart-package__price span,.velora-cart-package__price strong{display:block}.velora-cart-package__price span{margin-bottom:3px;color:#9a858c;font-size:7px}.velora-cart-package__price strong{color:#5b2036;font-size:15px;white-space:nowrap}.velora-cart-package__remove{align-self:start;padding:5px 0;color:#9b6473;font-size:8px;font-weight:700;text-decoration:underline;text-underline-offset:4px}.velora-cart-package__remove:hover{color:#8c183b}
.velora-cart-package__components{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;padding:14px 18px 18px;border-block:1px solid #eee3e5;background:#fff}
.velora-package-component{position:relative;min-width:0;display:grid;grid-template-columns:58px minmax(0,1fr) 20px;gap:9px;align-items:center;min-height:82px;padding:9px;border:1px solid #ece1e3;border-radius:14px;background:#fff;transition:border-color .2s,transform .2s,box-shadow .2s}.velora-package-component:hover{transform:translateY(-2px);border-color:#d8bec5;box-shadow:0 8px 18px rgba(63,23,35,.07)}.velora-package-component.is-gift{border-color:#d4b6bf;background:linear-gradient(135deg,#fff,#fff9f8)}.velora-package-component.is-box{background:#f9f0f2}.velora-package-component__media{width:58px;height:58px;border-radius:10px;background:#f3e8e2;overflow:hidden}.velora-package-component__media img{width:100%;height:100%;object-fit:cover}.velora-package-component__media>span{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(145deg,#6c263e,#421122);color:#e8ca91}.velora-package-component__copy{min-width:0}.velora-package-component__copy small{display:block;margin-bottom:4px;color:#ad8147;font-size:6.5px;font-weight:800}.velora-package-component__copy a,.velora-package-component__copy b{display:block;color:#4f2b38;font-size:10px;font-weight:800;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.velora-package-component__copy span{display:block;margin-top:5px;color:#752841;font-size:8px;font-weight:700}.velora-package-component__status{width:19px;height:19px;display:grid;place-items:center;border-radius:50%;background:#e8f5ed;color:#328057;font:700 9px/1 Arial,sans-serif}
.velora-cart-package__footer{display:grid;grid-template-columns:auto auto minmax(210px,1fr);gap:13px;align-items:center;padding:13px 18px;background:#fffaf8}.velora-cart-package__footer>div:first-child span,.velora-cart-package__footer>div:first-child small{display:block}.velora-cart-package__footer>div:first-child span{color:#55303d;font-size:9px;font-weight:800}.velora-cart-package__footer>div:first-child small{margin-top:2px;color:#9a898e;font-size:7px}.velora-package-quantity{height:38px;display:grid;grid-template-columns:34px 43px 34px;border:1px solid #dac8cd;border-radius:9px;background:#fff;overflow:hidden}.velora-package-quantity button{display:grid;place-items:center;padding:0;border:0;background:#fff;color:#67243b;font:700 15px/1 Arial,sans-serif;cursor:pointer}.velora-package-quantity button:hover{background:#f5e7eb}.velora-package-quantity input{width:43px;padding:0;border:0;border-inline:1px solid #eadde0;background:#fff;color:#4c2935;font-size:11px;font-weight:800;text-align:center;-moz-appearance:textfield}.velora-package-quantity input::-webkit-inner-spin-button,.velora-package-quantity input::-webkit-outer-spin-button{-webkit-appearance:none}.velora-cart-package__promise{display:flex;align-items:center;justify-content:flex-end;gap:9px}.velora-cart-package__promise>i{width:31px;height:31px;display:grid;place-items:center;border-radius:9px;background:#f3e4e8;color:#6d2940;font-style:normal}.velora-cart-package__promise span b,.velora-cart-package__promise span small{display:block}.velora-cart-package__promise span b{color:#57313d;font-size:8px}.velora-cart-package__promise span small{margin-top:2px;color:#9b898f;font-size:6.5px}
.velora-cart-product{position:relative;display:grid;grid-template-columns:86px minmax(0,1fr) 130px 115px 30px;gap:15px;align-items:center;padding:14px 16px;border:1px solid #e8dadd;border-radius:17px;background:#fff;box-shadow:0 7px 18px rgba(58,21,33,.035)}.velora-cart-product__media{width:86px;height:86px;border-radius:13px;background:#f4ebe5;overflow:hidden}.velora-cart-product__media img{width:100%;height:100%;object-fit:cover}.velora-cart-product__copy{min-width:0}.velora-cart-product__copy>small{display:block;margin-bottom:4px;color:#ad8147;font-size:7px;font-weight:800}.velora-cart-product__copy>a,.velora-cart-product__copy>b{display:block;color:#4d2634;font-size:14px;font-weight:800}.velora-cart-product__copy>span{display:block;margin-top:7px;color:#8e777f;font-size:8px}.velora-cart-product__copy dl{margin:6px 0 0;color:#907c83;font-size:8px}.velora-cart-product__quantity>span,.velora-cart-product__subtotal>span{display:block;margin-bottom:6px;color:#9b878d;font-size:7px}.velora-cart-product__quantity .quantity{width:105px!important;height:38px!important;display:grid!important;grid-template-columns:32px 39px 32px!important;float:none!important;margin:0!important;border:1px solid #decdd1;border-radius:9px;overflow:hidden}.velora-cart-product__quantity .qty{order:2;width:39px!important;height:36px!important;padding:0!important;border:0!important;border-inline:1px solid #eee1e4!important;background:#fff!important;font-size:10px!important}.velora-cart-product__quantity .velora-quantity-button{width:32px;height:36px;font-size:14px}.velora-cart-product__subtotal strong{color:#5a2035;font-size:14px;white-space:nowrap}.velora-cart-product__remove{width:29px;height:29px;display:grid;place-items:center;border-radius:50%;background:#f8ecef;color:#9c4f64;font:500 17px/1 Arial,sans-serif}.velora-cart-product__remove:hover{background:#7a2943;color:#fff}
.velora-cart-actions{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding:17px 20px;border-top:1px solid #eadde0;background:#fff}.velora-cart-actions .coupon{display:grid;gap:6px}.velora-cart-actions .coupon>label{color:#725b63;font-size:8px;font-weight:700}.velora-cart-actions .coupon>div{height:42px;display:flex;border:1px solid #ddcdd1;border-radius:10px;background:#fff;overflow:hidden}.velora-cart-actions .coupon input{width:190px;padding-inline:12px;border:0!important;background:#fff!important;color:#4e2c38;font-size:9px}.velora-cart-actions .coupon button{min-width:72px;padding:0 13px;border:0;border-inline-start:1px solid #eadde0;background:#f8edef;color:#67243b;font-size:9px;font-weight:800;cursor:pointer}.velora-update-cart{min-height:42px!important;margin:0!important;padding:10px 18px!important;border:1px solid #d8c0c6!important;border-radius:10px!important;background:#fff!important;color:#5a2435!important;font:800 9px/1 "Tajawal",sans-serif!important}.velora-update-cart:hover{background:#f5e8eb!important}
.velora-cart-summary{position:sticky;top:108px;padding:20px;border:1px solid #e4d5d8;border-radius:22px;background:linear-gradient(155deg,#fff,#fff9f6);box-shadow:0 20px 55px rgba(55,20,31,.09)}.velora-cart-summary__eyebrow{margin-bottom:3px;color:#ad8147;font-size:8px;font-weight:800}.velora-cart-summary .cross-sells{display:none}.woocommerce .velora-cart-summary .cart_totals{float:none!important;width:100%!important}.velora-cart-summary .cart_totals h2{margin:0 0 18px;padding-bottom:14px;border-bottom:1px solid #e9dcdf;color:#4f1d31;font-size:23px}.woocommerce .velora-cart-summary table.shop_table{margin:0 0 15px;border:0;border-collapse:collapse;background:transparent}.woocommerce .velora-cart-summary table.shop_table th,.woocommerce .velora-cart-summary table.shop_table td{padding:12px 0;border:0;border-bottom:1px solid #eee3e5;color:#765f67;font-size:9px}.woocommerce .velora-cart-summary table.shop_table td{text-align:left}.velora-cart-summary .order-total th{color:#4c2634!important;font-size:11px!important}.velora-cart-summary .order-total td strong{color:#5a2035;font-size:20px}.velora-cart-summary .wc-proceed-to-checkout{padding:7px 0 0}.woocommerce .velora-cart-summary .checkout-button{min-height:55px;display:flex!important;align-items:center;justify-content:center;gap:10px;margin:0!important;padding:12px 18px!important;border-radius:12px!important;background:linear-gradient(135deg,#70243e,#451226)!important;box-shadow:0 12px 24px rgba(74,19,38,.22);font:800 12px/1.2 "Tajawal",sans-serif!important}.woocommerce .velora-cart-summary .checkout-button:hover{transform:translateY(-2px);filter:saturate(1.1)}
.velora-cart-trust{display:grid;grid-template-columns:1fr;gap:8px;margin-top:15px;padding-top:15px;border-top:1px solid #e9dcdf}.velora-cart-trust__item{display:flex;align-items:center;gap:9px;color:#715d64;font-size:8px;font-weight:700}.velora-cart-trust__item svg{color:#8b5364}
body.woocommerce-cart .woocommerce-message,body.woocommerce-cart .woocommerce-error,body.woocommerce-cart .woocommerce-info{margin-bottom:18px;border:1px solid #dfcbd1;border-top:3px solid #6c263e;border-radius:13px;background:#fff;box-shadow:0 8px 22px rgba(58,21,33,.05);color:#55313d;font-size:10px}
@media(max-width:1020px){.velora-cart-shell{grid-template-columns:1fr}.velora-cart-summary{position:static}.velora-cart-package__components{grid-template-columns:repeat(2,minmax(0,1fr))}.velora-cart-product{grid-template-columns:76px minmax(0,1fr) 115px 105px 28px}.velora-cart-product__media{width:76px;height:76px}}
@media(max-width:700px){body.woocommerce-cart .velora-shop-main{padding-block:25px 55px}body.woocommerce-cart .velora-content-layout{width:calc(100% - 18px)}body.woocommerce-cart .velora-article>h1{margin-bottom:17px;font-size:39px}.velora-cart-steps{gap:6px;margin-bottom:22px;padding:9px 10px}.velora-cart-step{gap:5px;font-size:8px}.velora-cart-step__icon{width:23px;height:23px}.velora-cart-step__divider{width:16px}.velora-cart-list{border-radius:18px}.velora-cart-list__header{min-height:77px;padding:16px}.velora-cart-list__header h2{font-size:20px}.velora-cart-list__body{gap:11px;padding:10px}.velora-cart-package{border-radius:15px}.velora-cart-package__header{grid-template-columns:43px minmax(0,1fr) auto;padding:16px 13px 13px}.velora-cart-package__mark{width:43px;height:43px;border-radius:12px}.velora-cart-package__price{padding-inline:8px}.velora-cart-package__price span{display:none}.velora-cart-package__price strong{font-size:12px}.velora-cart-package__remove{grid-column:2/-1;justify-self:end;padding:0}.velora-cart-package__title h3{font-size:14px}.velora-cart-package__components{grid-template-columns:1fr;padding:10px}.velora-package-component{min-height:70px;grid-template-columns:52px minmax(0,1fr) 20px}.velora-package-component__media{width:52px;height:52px}.velora-cart-package__footer{grid-template-columns:1fr auto;padding:11px 12px}.velora-cart-package__promise{grid-column:1/-1;justify-content:flex-start;padding-top:8px;border-top:1px solid #eee1e4}.velora-cart-product{grid-template-columns:67px minmax(0,1fr) 28px;gap:10px;padding:11px}.velora-cart-product__media{width:67px;height:67px}.velora-cart-product__quantity,.velora-cart-product__subtotal{grid-column:2}.velora-cart-product__quantity{display:flex;align-items:center;gap:9px}.velora-cart-product__quantity>span,.velora-cart-product__subtotal>span{margin:0}.velora-cart-product__remove{grid-column:3;grid-row:1;align-self:start}.velora-cart-product__copy>a,.velora-cart-product__copy>b{font-size:12px}.velora-cart-actions{align-items:stretch;flex-direction:column;padding:14px}.velora-cart-actions .coupon,.velora-cart-actions .coupon>div,.velora-cart-actions .coupon input,.velora-update-cart{width:100%}.velora-cart-summary{padding:17px;border-radius:17px}}
@media(max-width:430px){.velora-cart-step__label{display:none}.velora-cart-step__divider{width:36px}.velora-cart-package__title small{font-size:7px}.velora-cart-package__price{grid-column:2;grid-row:2;border:0;padding:0;text-align:right}.velora-cart-package__remove{grid-column:3;grid-row:2}.velora-cart-package__header{grid-template-columns:43px minmax(0,1fr) auto}.velora-cart-list__header>b{font-size:7px}}

/* Grouped packages inside the slide-out cart */
.velora-drawer-package>header>button{position:relative}

/* Refined bespoke-box studio */
.velora-builder-feature{padding:64px 0 76px;background:radial-gradient(circle at 84% 15%,rgba(151,81,101,.1),transparent 28%),radial-gradient(circle at 10% 92%,rgba(193,151,83,.11),transparent 25%),#fdfaf6}
.velora-builder-feature::before{inset:0;height:100%;opacity:.72;background-image:linear-gradient(rgba(105,44,62,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(105,44,62,.025) 1px,transparent 1px);background-size:38px 38px;mask-image:linear-gradient(to bottom,transparent,#000 20%,#000 80%,transparent)}
.velora-builder-card{min-height:650px;grid-template-columns:46% 54%;gap:14px;padding:14px;border-color:rgba(90,36,53,.14);border-radius:34px;background:rgba(255,252,248,.88);box-shadow:0 34px 85px rgba(62,22,36,.14),0 2px 0 rgba(255,255,255,.9) inset;overflow:visible}
.velora-builder-card::after{inset:7px;border-color:rgba(255,255,255,.7);border-radius:28px}
.velora-builder-card .velora-builder-copy,.velora-builder-card .velora-builder-visual{min-height:622px;border-radius:23px;overflow:hidden}
.velora-builder-card .velora-builder-copy{padding:40px 52px 38px;background:radial-gradient(circle at 106% 100%,rgba(116,38,61,.09),transparent 32%),linear-gradient(145deg,#fffdfb,#fbefec)}
.velora-builder-card .velora-builder-copy::before{inset:auto -125px -145px;border-width:46px;border-color:rgba(103,34,55,.045)}
.velora-builder-signature{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:23px;padding-bottom:14px;border-bottom:1px solid rgba(91,38,54,.1);color:#a6793e;font-size:8px;font-weight:800;letter-spacing:.04em}
.velora-builder-signature::before{content:"V";width:28px;height:28px;display:grid;place-items:center;margin-inline-end:auto;border:1px solid rgba(163,116,58,.25);border-radius:50%;color:#6b243d;font:700 14px/1 "Cormorant Garamond",serif}.velora-builder-signature em{color:#947f85;font-size:7px;font-style:normal;font-weight:700;letter-spacing:0}
.velora-builder-card .velora-kicker{margin-bottom:15px;padding:7px 11px;background:rgba(255,255,255,.85)}.velora-builder-card .velora-builder-copy h2{margin-bottom:16px;font-size:clamp(43px,4.2vw,62px);line-height:1.06}.velora-builder-card .velora-builder-copy>p{margin-bottom:21px;line-height:1.9}
.velora-builder-promises{gap:8px;margin-bottom:22px}.velora-builder-promises span{min-height:44px;padding:10px 13px;border-color:rgba(91,38,54,.1);border-radius:12px;background:rgba(255,255,255,.82);font-size:9px;box-shadow:0 8px 20px rgba(77,29,43,.04)}
.velora-builder-card .velora-builder-actions .velora-button{min-height:56px;padding-inline:28px;border-radius:14px;background:linear-gradient(135deg,#742943,#4a1429);box-shadow:0 15px 30px rgba(78,21,40,.23)}
.velora-builder-card .velora-builder-steps{gap:8px;margin-top:25px;padding-top:15px}.velora-builder-card .velora-builder-steps>span{min-height:59px;grid-template-columns:31px 1fr;padding:10px;border:1px solid rgba(91,38,54,.07);background:rgba(255,255,255,.52)}.velora-builder-card .velora-builder-steps>span>em{width:31px;height:31px}.velora-builder-card .velora-builder-steps strong{font-size:9px}.velora-builder-card .velora-builder-steps small{font-size:7px}
.velora-builder-card .velora-builder-visual{background:#cbb094;box-shadow:0 16px 35px rgba(50,22,29,.12)}.velora-builder-card .velora-builder-visual::after{background:linear-gradient(180deg,rgba(35,14,20,.08),transparent 45%,rgba(35,14,20,.28))}.velora-builder-card .velora-builder-product{filter:saturate(.82) contrast(1.03) brightness(.98)}
.velora-builder-live-badge{top:22px;inset-inline-end:22px;padding:11px 14px;border-radius:14px;background:rgba(255,252,248,.9)}
.velora-builder-composition{position:absolute;z-index:4;top:22px;inset-inline-start:22px;display:grid;gap:5px;width:158px;padding:9px;border:1px solid rgba(255,255,255,.42);border-radius:14px;background:rgba(62,24,34,.58);box-shadow:0 12px 30px rgba(35,14,20,.16);backdrop-filter:blur(13px)}
.velora-builder-composition span{display:flex;align-items:center;gap:8px;padding:6px 7px;border-radius:8px;color:#fff7f1;font-size:7px;font-weight:700}.velora-builder-composition span+span{border-top:1px solid rgba(255,255,255,.12)}.velora-builder-composition b{width:22px;height:22px;display:grid;place-items:center;border-radius:7px;background:rgba(255,255,255,.12);color:#e9c88d;font:700 7px/1 Arial,sans-serif}
.velora-builder-card .velora-builder-options{inset:auto 22px 22px;grid-template-columns:minmax(116px,.75fr) minmax(224px,1.55fr) minmax(98px,.6fr);gap:15px;padding:15px 17px;border-radius:16px;background:rgba(255,253,250,.95);box-shadow:0 22px 52px rgba(44,17,25,.24)}
.velora-builder-visual-caption{inset:auto 25px 126px auto;padding:11px 14px;border:1px solid rgba(255,255,255,.16);background:rgba(67,25,37,.74)}
@media(max-width:1180px){.velora-builder-card{min-height:610px}.velora-builder-card .velora-builder-copy{padding:34px}.velora-builder-card .velora-builder-copy,.velora-builder-card .velora-builder-visual{min-height:582px}.velora-builder-signature{margin-bottom:16px}.velora-builder-card .velora-builder-copy h2{font-size:46px}.velora-builder-composition{width:145px}.velora-builder-card .velora-builder-options{grid-template-columns:1fr 1.45fr}.velora-builder-card .velora-builder-total{grid-column:1/-1;align-items:center;flex-direction:row}.velora-builder-visual-caption{inset-block-end:160px}}
@media(max-width:900px){.velora-builder-card{grid-template-columns:1fr;gap:10px;padding:10px}.velora-builder-card .velora-builder-copy,.velora-builder-card .velora-builder-visual{min-height:auto}.velora-builder-card .velora-builder-visual{min-height:540px}.velora-builder-card .velora-builder-options{grid-template-columns:minmax(110px,.8fr) minmax(230px,1.6fr) minmax(95px,.6fr)}.velora-builder-card .velora-builder-total{grid-column:auto;align-items:flex-end;flex-direction:column}.velora-builder-signature{margin-bottom:20px}}
@media(max-width:620px){.velora-builder-feature{padding:30px 0 44px}.velora-builder-card{width:calc(100% - 16px);padding:7px;border-radius:25px}.velora-builder-card::after{display:none}.velora-builder-card .velora-builder-copy,.velora-builder-card .velora-builder-visual{border-radius:18px}.velora-builder-card .velora-builder-visual{min-height:455px}.velora-builder-card .velora-builder-copy{padding:28px 18px 24px}.velora-builder-signature{margin-bottom:16px;padding:0 2px 12px}.velora-builder-signature::before{width:25px;height:25px}.velora-builder-signature em{display:none}.velora-builder-card .velora-builder-copy h2{font-size:38px}.velora-builder-card .velora-builder-steps>span{min-height:68px;background:rgba(255,255,255,.7)}.velora-builder-composition{top:68px;inset-inline-start:15px;width:138px;padding:6px}.velora-builder-composition span{padding:4px;font-size:6.5px}.velora-builder-composition b{width:19px;height:19px}.velora-builder-live-badge{top:15px;inset-inline-end:15px}.velora-builder-card .velora-builder-options{inset:auto 12px 12px;grid-template-columns:1fr;padding:12px}.velora-builder-visual-caption{display:none}}
@media(max-width:390px){.velora-builder-composition{display:none}.velora-builder-card .velora-builder-visual{min-height:425px}.velora-builder-promises span{font-size:8px}.velora-builder-card .velora-builder-copy h2{font-size:35px}}

/* Balanced premium header */
.site-header{background:rgba(255,253,249,.96);box-shadow:0 1px 0 rgba(86,35,52,.08)}
.velora-header-main{min-height:100px;gap:34px}.site-header.is-scrolled .velora-header-main{min-height:82px}
.velora-header-brand{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;padding-inline:14px}
.velora-header-tools--start{gap:15px}.velora-header-tools--end{gap:9px}
.velora-search{width:clamp(260px,23vw,345px);height:50px;border-color:#eadde0;border-radius:15px;box-shadow:0 8px 24px rgba(60,17,30,.045)}
.velora-search input{padding-inline:17px;font-size:12px}.velora-search button{width:50px;flex-basis:50px;background:#fff;color:#68283e}
.velora-action-links{gap:4px;padding:4px;border:1px solid #eadde0;border-radius:17px;background:rgba(255,255,255,.78);box-shadow:0 7px 20px rgba(60,17,30,.04)}
.velora-action-links .velora-icon-button{min-width:48px;height:44px;gap:8px;padding-inline:11px;border:0;border-radius:12px;background:transparent;color:#3f2730}
.velora-action-links .velora-icon-button:hover{background:#f7e9ec;color:#64233a;transform:none}.velora-action-links svg{stroke-width:1.75}
.velora-action-label{font-size:8px}.velora-cart-count{inset-block-start:-7px;inset-inline-end:-3px;min-width:18px;height:18px;display:grid;place-items:center;padding:0 4px;border:2px solid #fff;background:#ad2444;font-size:8px}
.velora-header-tools--end .velora-selector{min-height:46px;padding-inline:15px;border-color:#eadde0;background:rgba(255,255,255,.84);box-shadow:0 7px 20px rgba(60,17,30,.04);font-size:10px}
@media(max-width:1360px) and (min-width:821px){.velora-header-main{gap:25px}.velora-action-label{display:none}.velora-action-links .velora-icon-button{width:44px;min-width:44px;padding:0}.velora-search{width:clamp(245px,22vw,300px)}.velora-header-brand{padding-inline:10px}}
@media(max-width:1100px) and (min-width:821px){.velora-header-main{gap:16px}.velora-header-tools--start{gap:9px}.velora-search{width:215px}.velora-action-links{gap:2px;padding:3px}.velora-action-links .velora-icon-button{width:40px;min-width:40px;height:40px}.velora-header-tools--end{gap:5px}.velora-header-tools--end .velora-selector{padding-inline:10px}.velora-wordmark span{font-size:36px}}
@media(max-width:820px){.velora-header-main,.site-header.is-scrolled .velora-header-main{min-height:76px}.velora-header-brand{padding:0}.velora-header-tools--start{gap:0}.velora-action-links{padding:0;border:0;background:transparent;box-shadow:none}.velora-action-links .velora-cart-link{width:42px;min-width:42px;height:42px;padding:0;border:1px solid #eadde0;background:#fff}.velora-mobile-only{width:42px;height:42px;border:1px solid #eadde0;background:#fff}.velora-wordmark span{font-size:31px}}

/* Header collision guard and custom-box polish */
@media(min-width:821px){.velora-action-label{display:none!important}.velora-action-links .velora-icon-button{width:44px;min-width:44px;padding:0}.velora-search{width:clamp(245px,22vw,330px)}.velora-header-main{column-gap:32px}}
.velora-builder-card .velora-builder-copy{justify-content:flex-start;padding:36px 48px 34px}
.velora-builder-signature{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;min-height:38px;margin-bottom:18px;padding:0 0 13px;direction:rtl}
.velora-builder-signature::before{margin:0;width:30px;height:30px;border-color:rgba(163,116,58,.32);background:#fffaf5;box-shadow:0 6px 15px rgba(80,30,44,.05)}
.velora-builder-signature span{align-self:center;color:#8f672f;font-size:8.5px}.velora-builder-signature em{align-self:center;padding:5px 9px;border:1px solid #eadde0;border-radius:999px;background:rgba(255,255,255,.7);color:#765f67;font-size:7.5px}
.velora-builder-card .velora-kicker{margin-bottom:17px;font-size:9px}
.velora-builder-card .velora-builder-copy h2{max-width:100%;margin-bottom:15px;font-size:clamp(45px,3.8vw,58px);line-height:1.08}.velora-builder-card .velora-builder-copy h2 span{display:inline-block;margin-inline-start:7px}.velora-builder-card .velora-builder-copy h2 span::after{inset:auto 0 -8px;width:100%;height:3px}
.velora-builder-card .velora-builder-copy>p{margin-bottom:20px;color:#715d64;font-size:13.5px;line-height:1.95}
.velora-builder-promises{gap:10px;margin-bottom:22px}.velora-builder-promises span{min-height:54px;gap:10px;padding:9px 12px;border-color:#e9dadd;border-radius:14px;background:rgba(255,255,255,.88);font-size:10px;box-shadow:0 8px 20px rgba(70,24,38,.045)}.velora-builder-promises span svg{width:34px;height:34px;flex:0 0 34px;padding:8px;border-radius:10px;background:#f7e9ec;color:#7a2943;stroke-width:1.8}
.velora-builder-actions{width:100%;gap:16px}.velora-builder-card .velora-builder-actions .velora-button{min-width:215px;justify-content:center;font-size:12px}.velora-builder-help{font-size:9px;line-height:1.6}
.velora-builder-card .velora-builder-steps{margin-top:auto;padding:12px;gap:0;border:1px solid #e8dadd;border-radius:17px;background:rgba(255,255,255,.9);box-shadow:0 12px 28px rgba(67,22,37,.06)}
.velora-builder-card .velora-builder-steps>span{min-height:62px;display:grid;grid-template-columns:38px minmax(0,1fr);grid-template-rows:auto auto;gap:2px 9px;padding:7px 12px;border:0;border-radius:0;background:transparent}.velora-builder-card .velora-builder-steps>span+span{border-inline-start:1px solid #eadde0}.velora-builder-card .velora-builder-steps>span>em{grid-row:1/3;width:38px;height:38px;border:1px solid #ecdde1;border-radius:11px;background:#fbf0f2;box-shadow:none}.velora-builder-card .velora-builder-steps>span>em svg{width:19px;height:19px}.velora-builder-card .velora-builder-steps strong{font-size:9.5px}.velora-builder-card .velora-builder-steps small{margin-top:2px;font-size:7.5px}
.velora-builder-card .velora-builder-options label,.velora-builder-card .velora-builder-options legend{font-size:8.5px}.velora-builder-options__heading>span{font-size:7.5px}.velora-builder-options__heading>strong{font-size:16px}
@media(max-width:1180px) and (min-width:901px){.velora-builder-card .velora-builder-copy{padding:30px 30px 28px}.velora-builder-signature{margin-bottom:13px}.velora-builder-card .velora-kicker{margin-bottom:12px}.velora-builder-card .velora-builder-copy h2{font-size:43px}.velora-builder-card .velora-builder-copy>p{font-size:12px;line-height:1.75}.velora-builder-promises span{min-height:48px;font-size:8.5px}.velora-builder-promises span svg{width:30px;height:30px;flex-basis:30px;padding:7px}.velora-builder-card .velora-builder-actions .velora-button{min-width:190px}.velora-builder-card .velora-builder-steps{padding:8px}.velora-builder-card .velora-builder-steps>span{grid-template-columns:32px 1fr;padding:6px}.velora-builder-card .velora-builder-steps>span>em{width:32px;height:32px}.velora-builder-card .velora-builder-steps small{display:none}}
@media(max-width:620px){.velora-builder-card .velora-builder-copy{padding:26px 18px 22px}.velora-builder-signature{grid-template-columns:auto 1fr;margin-bottom:15px}.velora-builder-signature em{display:none}.velora-builder-card .velora-builder-copy h2{font-size:36px}.velora-builder-promises span{min-height:50px;font-size:8.5px}.velora-builder-promises span svg{width:30px;height:30px;flex-basis:30px;padding:7px}.velora-builder-card .velora-builder-steps{padding:8px}.velora-builder-card .velora-builder-steps>span{display:flex;min-height:64px;padding:6px 3px}.velora-builder-card .velora-builder-steps>span+span{border-inline-start:1px solid #eadde0}.velora-builder-card .velora-builder-steps>span>em{width:34px;height:34px}.velora-builder-card .velora-builder-steps strong{font-size:8px}}

/* Editorial single-row header */
@media(min-width:821px){
  .velora-announcement,.velora-primary-nav{display:none}
  .site-header{min-height:150px;background:#fffdfb;box-shadow:0 1px 0 #f1e8e3}
  .site-header::before{height:2px;background:#f2e8e1;opacity:1}
  .velora-header-main,.site-header.is-scrolled .velora-header-main{width:min(1194px,calc(100% - 64px));min-height:150px;grid-template-columns:minmax(0,1.45fr) auto minmax(250px,.65fr);column-gap:60px;padding:0}
  .velora-header-tools--start{width:100%;justify-self:stretch;gap:18px}
  .velora-search{order:2;width:378px;max-width:calc(100% - 218px);height:58px;border-color:#eee2df;border-radius:18px;box-shadow:0 9px 24px rgba(77,39,46,.06)}
  .velora-search input{padding-inline:20px;font-size:12px}.velora-search button{width:58px;flex-basis:58px;border-color:#eee2df;background:#fff;color:#7b2142}.velora-search button svg{width:25px;height:25px;stroke-width:2}
  .velora-action-links{order:1;gap:16px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
  .velora-action-links .velora-icon-button{width:56px;min-width:56px;height:58px;padding:0;border:1px solid #eee2df;border-radius:16px;background:#fff;color:#261c20;box-shadow:0 8px 20px rgba(77,39,46,.055)}
  .velora-action-links .velora-icon-button:hover{border-color:#d9c3c9;background:#fff8f7;color:#6d203a;transform:translateY(-2px)}
  .velora-action-links .velora-icon-button svg{width:23px;height:23px;stroke-width:1.7}
  .velora-cart-count{inset-block-start:-8px;inset-inline-end:-3px;min-width:19px;height:19px;background:#a62a49;font-size:8px}
  .velora-header-brand{width:205px;padding:0}
  .velora-wordmark{position:relative;min-width:195px;display:flex;align-items:center;flex-direction:column}
  .velora-wordmark span{position:relative;color:#76203e;font-size:58px;line-height:.86;letter-spacing:-.035em}
  .velora-wordmark span::after{content:"❧";position:absolute;top:-16px;right:-30px;color:#c6975a;font:400 31px/1 Georgia,serif;transform:rotate(-19deg)}
  .velora-wordmark small{margin-top:14px;color:#bf8e50;font-size:12px;font-weight:700;letter-spacing:.03em}
  .velora-wordmark small::before,.velora-wordmark small::after{width:24px;background:#cfaa72}
  .velora-header-tools--end{justify-self:end;gap:16px}
  .velora-header-tools--end .velora-selector{height:58px;min-height:58px;justify-content:center;gap:8px;margin:0;padding:8px 17px;border-color:#eee2df;border-radius:999px;background:#fff;box-shadow:0 8px 22px rgba(77,39,46,.05);color:#332329;font-size:10px;font-weight:700}
  .velora-header-tools--end .velora-selector svg{color:#4d3a41;stroke-width:1.8}
  .velora-selector--language{width:105px}.velora-selector--country{width:132px}
  .velora-selector__text{display:flex;align-items:flex-start;flex-direction:column;gap:2px;line-height:1}.velora-selector__text small{color:#7f6c72;font:700 8px/1 Arial,sans-serif;direction:ltr}
  .velora-selector--country [data-country-flag]{font-size:11px}.velora-selector__chev{color:#6e5860;font-size:13px}
}
@media(min-width:821px) and (max-width:1120px){.velora-header-main,.site-header.is-scrolled .velora-header-main{width:calc(100% - 36px);grid-template-columns:minmax(0,1fr) auto minmax(190px,.62fr);column-gap:24px}.velora-search{width:260px;max-width:calc(100% - 154px)}.velora-action-links{gap:8px}.velora-action-links .velora-icon-button{width:44px;min-width:44px;height:48px}.velora-header-brand{width:160px}.velora-wordmark{min-width:155px}.velora-wordmark span{font-size:45px}.velora-wordmark small{margin-top:10px;font-size:9px}.velora-header-tools--end{gap:8px}.velora-header-tools--end .velora-selector{height:50px;min-height:50px;padding-inline:10px}.velora-selector--language{width:88px}.velora-selector--country{width:108px}}
@media(max-width:820px){.velora-wordmark span::after{display:none}.velora-wordmark small{margin-top:5px;font-size:6px}.velora-wordmark small::before,.velora-wordmark small::after{display:none}}

/* Reference header with benefit rail and icon navigation */
@media(min-width:821px){
  .site-header{min-height:286px;padding-bottom:0;background:#fffdfb;box-shadow:none}
  .velora-announcement{display:block;max-height:none;height:44px;border:0;background:linear-gradient(90deg,#fffaf7,#fdf5f0,#fffaf7);color:#5b3542}
  .velora-announcement__inner{width:min(1194px,calc(100% - 64px));min-height:44px;display:flex;align-items:center;justify-content:space-between;direction:rtl!important;font-size:10px}
  .velora-announcement__inner>*{direction:rtl!important}.velora-announcement__inner strong{display:flex;align-items:center;gap:9px;color:#63263c;font-size:10px}.velora-announcement__inner strong svg{color:#8e3e58}
  .velora-announcement__benefits{display:flex;align-items:center;height:100%;direction:rtl}.velora-announcement__benefits span{display:flex;align-items:center;gap:9px;padding-inline:28px;color:#684b55;font-size:9px;font-weight:700}.velora-announcement__benefits span+span{border-inline-start:1px solid #eadfdc}.velora-announcement__benefits svg{color:#7b2944}
  .velora-header-main,.site-header.is-scrolled .velora-header-main{min-height:166px}
  .velora-primary-nav{display:block;height:76px;border:0;background:transparent}
  .velora-primary-nav .velora-container{width:min(1194px,calc(100% - 64px));height:72px;display:flex;align-items:center;padding:8px 18px;border:1px solid #eee3df;border-radius:17px;background:rgba(255,255,255,.96);box-shadow:0 11px 28px rgba(77,39,46,.055)}
  .velora-menu{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px}.velora-menu li{flex:0 1 auto}.velora-menu li:has(a[href*="shop-by-occasion"]){display:none}
  .velora-menu a{min-height:48px;display:flex;align-items:center;justify-content:center;gap:11px;padding:10px 18px;border-radius:999px;color:#402b32;font-weight:800;white-space:nowrap}.velora-menu a::after{display:none}.velora-menu a svg{color:#5b2b3c;stroke-width:1.7}
  .velora-menu a[href*="build-your-box"]{min-width:150px;margin:0;padding:10px 22px;background:linear-gradient(135deg,#bd435f,#76213e);box-shadow:0 10px 22px rgba(128,35,65,.2);color:#fff}.velora-menu a[href*="build-your-box"] svg{color:#fff}.velora-menu a:hover{background:#f9ecef;color:#6b233d}.velora-menu a[href*="build-your-box"]:hover{background:linear-gradient(135deg,#c34b66,#6f1d39);color:#fff}
}

/* Full custom-box studio composition */
.velora-builder-feature{padding:18px 0 70px;background:linear-gradient(180deg,#fff,#fdf8f4)}
.velora-builder-feature::before{opacity:.48}
.velora-builder-card{width:min(1400px,calc(100% - 30px));max-width:none;min-height:1068px;display:grid;grid-template-columns:56% 44%;grid-template-rows:minmax(0,920px) 120px;grid-template-areas:"visual copy" "trust copy";gap:0;padding:14px;border:1px solid #eee2dd;border-radius:30px;background:#fffaf7;box-shadow:0 30px 80px rgba(76,35,46,.1);overflow:hidden}
.velora-builder-card::after{inset:14px;border-radius:22px}
.velora-builder-card .velora-builder-copy{grid-area:copy;min-height:1040px;align-items:stretch;padding:34px 40px 28px;border-radius:0 22px 22px 0;background:radial-gradient(circle at 110% 90%,rgba(123,36,63,.07),transparent 32%),linear-gradient(145deg,#fffdfb,#fcf4f0)}
.velora-builder-card .velora-builder-copy::before{display:none}
.velora-builder-signature{grid-template-columns:auto 1fr auto;min-height:46px;margin-bottom:20px;padding:0 0 15px;border-bottom:1px solid #eadfdb}.velora-builder-signature::before{display:none}.velora-builder-signature>em{grid-column:1;grid-row:1;width:42px;height:42px;display:grid!important;place-items:center;padding:0;border:1px solid #ddb981;border-radius:50%;background:#fff;color:#7a2943;font:500 20px/1 Georgia,serif}.velora-builder-signature>span{grid-column:2;grid-row:1;justify-self:end;color:#74233f;font-size:11px}.velora-builder-signature>i{grid-column:3;grid-row:1;width:42px;height:42px;display:grid;place-items:center;border:1px solid #eadde0;border-radius:50%;background:#fff;color:#7d2743;font-style:normal}
.velora-builder-chips{display:flex;align-items:center;justify-content:center;gap:22px;margin-bottom:34px}.velora-builder-chips>span{min-height:40px;display:inline-flex;align-items:center;gap:9px;padding:9px 17px;border:1px solid #e6d6d9;border-radius:999px;background:#fff;color:#7b4556;font-size:10px;font-weight:700}.velora-builder-chips .velora-kicker{margin:0;box-shadow:none;color:#8b364f;letter-spacing:0}.velora-builder-chips .velora-kicker::before{display:none}.velora-builder-chips svg{color:#a77040}
.velora-builder-card .velora-builder-copy h2{margin:0 0 25px;color:#691d3a;font-size:clamp(50px,4.4vw,68px);line-height:1.05;text-align:center}.velora-builder-card .velora-builder-copy h2 span{margin:0}.velora-builder-card .velora-builder-copy h2 span::after{inset:auto 0 -14px;height:2px;background:linear-gradient(90deg,transparent,#c89550,transparent)}
.velora-builder-card .velora-builder-copy>p{max-width:100%;margin:0 0 38px;color:#714f5a;font-size:14px;line-height:2.25;text-align:center}
.velora-builder-promises{gap:16px;margin-bottom:28px}.velora-builder-promises span{min-height:112px;display:grid;grid-template-columns:52px 1fr;gap:14px;padding:17px 20px;border:1px solid #e8d9db;border-radius:16px;background:#fff;box-shadow:0 10px 23px rgba(70,24,38,.04)}.velora-builder-promises span>em{width:52px;height:52px;display:grid;place-items:center;border-radius:13px;background:#fbe9ee;color:#9c3150;font-style:normal}.velora-builder-promises span>em svg{width:25px;height:25px;padding:0;background:transparent;color:inherit}.velora-builder-promises span>i{align-self:center;font-style:normal}.velora-builder-promises strong,.velora-builder-promises small{display:block}.velora-builder-promises strong{margin-bottom:8px;color:#70243e;font-size:12px}.velora-builder-promises small{color:#88727a;font-size:9px}
.velora-builder-actions{display:grid;grid-template-columns:1fr;gap:17px;margin-bottom:28px}.velora-builder-card .velora-builder-actions .velora-button{width:100%;min-height:76px;justify-content:center;border-radius:12px;background:linear-gradient(135deg,#8e2949,#5d1732);font-size:17px;box-shadow:0 15px 30px rgba(102,27,53,.23)}.velora-builder-help{justify-self:center;color:#85636e;font-size:11px}
.velora-builder-card .velora-builder-steps{grid-template-columns:repeat(4,1fr);min-height:128px;margin-top:auto;padding:18px 8px;border-radius:17px}.velora-builder-card .velora-builder-steps>span{min-height:88px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;padding:8px;text-align:center}.velora-builder-card .velora-builder-steps>span+span{border-inline-start:1px solid #e9dcdf}.velora-builder-card .velora-builder-steps>span>em{width:42px;height:42px;display:grid;place-items:center;border:0;background:transparent;color:#8d2e4b}.velora-builder-card .velora-builder-steps>span>em svg{width:25px;height:25px}.velora-builder-card .velora-builder-steps strong{font-size:10px}.velora-builder-card .velora-builder-steps small{font-size:8px}
.velora-builder-card .velora-builder-visual{grid-area:visual;min-height:920px;border-radius:22px 0 0 0;box-shadow:none}.velora-builder-card .velora-builder-product{background-position:100% 100%}
.velora-builder-live-badge{top:30px;inset-inline-end:30px;padding:14px 18px;border-radius:16px}.velora-builder-live-badge b{font-size:11px}.velora-builder-live-badge small{font-size:8px}
.velora-builder-composition{top:44px;inset-inline-start:34px;width:190px;padding:10px;border-radius:14px}.velora-builder-composition span{min-height:42px;font-size:9px}.velora-builder-composition b{width:34px;height:30px;font-size:9px}
.velora-builder-card .velora-builder-options{inset:auto 16px 16px;grid-template-columns:1.15fr 1.55fr .75fr;gap:20px;padding:18px 22px;border-radius:17px}.velora-builder-preview-add{min-height:58px;display:flex;align-items:center;justify-content:center;gap:12px;border-radius:11px;background:linear-gradient(135deg,#8e2949,#681d39);color:#fff;font-size:12px;font-weight:800;box-shadow:0 10px 22px rgba(91,24,48,.2)}.velora-builder-preview-add:hover{color:#fff;filter:saturate(1.12)}.velora-builder-options__controls{padding-inline:20px}.velora-builder-card .velora-builder-options label,.velora-builder-card .velora-builder-options legend{font-size:9px}.velora-builder-card .velora-builder-total{align-items:flex-start}.velora-builder-card .velora-builder-total span{font-size:8px}.velora-builder-card .velora-builder-total strong{font-size:23px}.velora-builder-visual-caption{inset:auto 26px 124px auto;padding:12px 16px}
.velora-builder-visual-trust{grid-area:trust;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;padding:15px 18px;border-radius:0 0 0 22px;background:#fffaf7}.velora-builder-visual-trust>span{min-width:0;display:flex;align-items:center;justify-content:center;gap:11px;padding-inline:10px;color:#812945}.velora-builder-visual-trust>span+span{border-inline-start:1px solid #eadde0}.velora-builder-visual-trust i{font-style:normal}.velora-builder-visual-trust strong,.velora-builder-visual-trust small{display:block}.velora-builder-visual-trust strong{margin-bottom:5px;color:#68263b;font-size:9px}.velora-builder-visual-trust small{color:#86727a;font-size:7px}
@media(max-width:1180px) and (min-width:901px){.velora-builder-card{grid-template-columns:54% 46%;grid-template-rows:minmax(0,730px) 100px}.velora-builder-card .velora-builder-copy{min-height:830px;padding:28px}.velora-builder-chips{gap:8px;margin-bottom:24px}.velora-builder-chips>span{padding-inline:10px;font-size:8px}.velora-builder-card .velora-builder-copy h2{font-size:48px}.velora-builder-card .velora-builder-copy>p{margin-bottom:25px;font-size:12px}.velora-builder-promises{gap:9px}.velora-builder-promises span{min-height:93px;padding:12px;grid-template-columns:42px 1fr}.velora-builder-promises span>em{width:42px;height:42px}.velora-builder-card .velora-builder-actions .velora-button{min-height:62px;font-size:14px}.velora-builder-card .velora-builder-steps{min-height:105px;padding:9px}.velora-builder-card .velora-builder-visual{min-height:730px}.velora-builder-card .velora-builder-options{grid-template-columns:1fr 1.25fr .7fr;gap:10px;padding:14px}.velora-builder-preview-add{min-height:52px}.velora-builder-visual-trust{padding:10px 5px}.velora-builder-visual-trust>span{gap:6px;padding:4px}.velora-builder-visual-trust strong{font-size:7.5px}.velora-builder-visual-trust small{font-size:6px}}
@media(max-width:900px){.velora-builder-card{grid-template-columns:1fr;grid-template-rows:auto auto auto;grid-template-areas:"visual" "trust" "copy";width:calc(100% - 18px);padding:8px}.velora-builder-card .velora-builder-visual{min-height:540px;border-radius:18px 18px 0 0}.velora-builder-visual-trust{grid-template-columns:repeat(2,1fr);gap:8px;min-height:140px;border-radius:0;padding:12px}.velora-builder-visual-trust>span{justify-content:flex-start;min-height:48px;border:0!important}.velora-builder-card .velora-builder-copy{min-height:auto;padding:30px 22px;border-radius:0 0 18px 18px}.velora-builder-card .velora-builder-steps{grid-template-columns:repeat(4,1fr)}.velora-builder-card .velora-builder-options{grid-template-columns:1fr 1.3fr .7fr}}
@media(max-width:620px){.velora-builder-card .velora-builder-visual{min-height:485px}.velora-builder-composition{display:none}.velora-builder-card .velora-builder-options{grid-template-columns:1fr;inset:auto 12px 12px}.velora-builder-preview-add{min-height:46px}.velora-builder-card .velora-builder-total{align-items:center}.velora-builder-chips{flex-wrap:wrap;margin-bottom:22px}.velora-builder-chips>span{min-height:34px;padding:7px 10px;font-size:8px}.velora-builder-card .velora-builder-copy h2{font-size:39px}.velora-builder-card .velora-builder-copy>p{font-size:11px}.velora-builder-promises{gap:8px}.velora-builder-promises span{min-height:84px;grid-template-columns:38px 1fr;padding:10px}.velora-builder-promises span>em{width:38px;height:38px}.velora-builder-promises strong{font-size:9px}.velora-builder-promises small{font-size:7px}.velora-builder-card .velora-builder-actions .velora-button{min-height:58px;font-size:13px}.velora-builder-card .velora-builder-steps{min-height:102px;padding:7px}.velora-builder-card .velora-builder-steps>span{min-height:78px;padding:4px 2px}.velora-builder-card .velora-builder-steps strong{font-size:7px}.velora-builder-card .velora-builder-steps small{display:none}}

/* Refined single-product gallery: contained imagery and no overlap with lower sections */
body.single-product.woocommerce div.product div.images{position:relative!important;top:auto!important;align-self:start;padding:16px;background:linear-gradient(145deg,#fff,#fbf4ef);overflow:visible}
body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{border:1px solid #eee0dc;background:#fff;box-shadow:inset 0 0 0 10px #fffaf7;overflow:hidden}
body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image>a{min-height:560px;display:grid;place-items:center;padding:26px;background:radial-gradient(circle at 50% 42%,#fff 0,#fcf7f2 72%,#f5e9e1 100%)}
body.single-product.woocommerce div.product div.images img{width:100%;height:100%;max-height:610px;aspect-ratio:1/1;object-fit:contain!important;border-radius:14px;transform:none!important}
body.single-product.woocommerce div.product div.images .flex-control-thumbs{display:flex;gap:10px;margin:13px 0 0!important;padding:0 2px!important}
body.single-product.woocommerce div.product div.images .flex-control-thumbs li{width:72px!important;float:none!important;padding:5px;border:1px solid #eadcdf;border-radius:11px;background:#fff}
body.single-product.woocommerce div.product div.images .flex-control-thumbs img{height:60px!important;aspect-ratio:1;object-fit:contain!important;border-radius:7px}
body.single-product.woocommerce div.product div.summary{position:relative;z-index:2;padding:44px 42px 38px;background:linear-gradient(155deg,rgba(255,255,255,.98),rgba(255,249,247,.95))}
body.single-product.woocommerce div.product .woocommerce-tabs,body.single-product.woocommerce div.product section.related,body.single-product.woocommerce div.product section.upsells{position:relative;z-index:3;clear:both;background-clip:padding-box}
body.single-product.woocommerce div.product .product_title{max-width:620px}
body.single-product .woocommerce-product-details__short-description{font-size:14px;line-height:2}
@media(max-width:980px){body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image>a{min-height:430px;padding:18px}}
@media(max-width:780px){body.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image>a{min-height:0;aspect-ratio:1/1;padding:14px}body.single-product.woocommerce div.product div.summary{padding:28px 23px}}

/* Compact sticky header after scrolling */
@media(min-width:821px){
  .site-header,.site-header .velora-announcement,.site-header .velora-primary-nav,.site-header .velora-header-main,.site-header .velora-wordmark span,.site-header .velora-wordmark small,.site-header .velora-search,.site-header .velora-icon-button,.site-header .velora-selector{transition:height .25s ease,min-height .25s ease,max-height .25s ease,padding .25s ease,font-size .25s ease,opacity .2s ease,transform .25s ease,box-shadow .25s ease}
  .site-header.is-scrolled{min-height:78px;padding:0;background:rgba(255,253,250,.97);box-shadow:0 10px 30px rgba(63,24,37,.09);backdrop-filter:blur(15px)}
  .site-header.is-scrolled .velora-announcement,.site-header.is-scrolled .velora-primary-nav{height:0;min-height:0;max-height:0;display:block;overflow:hidden;opacity:0;pointer-events:none;transform:translateY(-8px)}
  .site-header.is-scrolled .velora-header-main{width:min(1194px,calc(100% - 64px));min-height:78px;height:78px;grid-template-columns:minmax(0,1.35fr) auto minmax(230px,.65fr);column-gap:44px}
  .site-header.is-scrolled .velora-search{width:300px;max-width:calc(100% - 160px);height:44px;border-radius:13px;box-shadow:0 6px 17px rgba(69,25,39,.045)}
  .site-header.is-scrolled .velora-search button{width:44px;flex-basis:44px}.site-header.is-scrolled .velora-search button svg{width:20px;height:20px}
  .site-header.is-scrolled .velora-action-links{gap:8px}.site-header.is-scrolled .velora-action-links .velora-icon-button{width:42px;min-width:42px;height:44px;border-radius:12px;box-shadow:none}.site-header.is-scrolled .velora-action-links .velora-icon-button svg{width:19px;height:19px}
  .site-header.is-scrolled .velora-cart-count{inset-block-start:-6px;min-width:17px;height:17px;font-size:7px}
  .site-header.is-scrolled .velora-header-brand{width:150px}.site-header.is-scrolled .velora-wordmark{min-width:145px}.site-header.is-scrolled .velora-wordmark span{font-size:40px;line-height:.9}.site-header.is-scrolled .velora-wordmark span::after{top:-10px;right:-20px;font-size:21px}.site-header.is-scrolled .velora-wordmark small{margin-top:7px;font-size:8px}.site-header.is-scrolled .velora-wordmark small::before,.site-header.is-scrolled .velora-wordmark small::after{width:15px}
  .site-header.is-scrolled .velora-header-tools--end{gap:7px}.site-header.is-scrolled .velora-header-tools--end .velora-selector{height:44px;min-height:44px;padding:6px 11px;font-size:8px;box-shadow:none}.site-header.is-scrolled .velora-selector--language{width:82px}.site-header.is-scrolled .velora-selector--country{width:104px}.site-header.is-scrolled .velora-selector__text small{font-size:6px}
}
@media(min-width:821px) and (max-width:1100px){.site-header.is-scrolled .velora-header-main{width:calc(100% - 32px);grid-template-columns:minmax(0,1fr) auto minmax(178px,.58fr);column-gap:20px}.site-header.is-scrolled .velora-search{width:220px}.site-header.is-scrolled .velora-action-links{gap:5px}.site-header.is-scrolled .velora-action-links .velora-icon-button{width:38px;min-width:38px}.site-header.is-scrolled .velora-header-brand{width:125px}.site-header.is-scrolled .velora-wordmark{min-width:120px}.site-header.is-scrolled .velora-wordmark span{font-size:34px}.site-header.is-scrolled .velora-header-tools--end .velora-selector{padding-inline:8px}.site-header.is-scrolled .velora-selector--language{width:74px}.site-header.is-scrolled .velora-selector--country{width:96px}}

/* Unified contained storefront, compact header, and reference-matched box studio */
:root{--velora-container:min(1320px,calc(100% - 48px))}
.velora-container,.velora-content-layout,.velora-shop-main>.velora-container{max-width:1320px}
.velora-content-layout,.velora-shop-main>.velora-container{width:var(--velora-container)!important;margin-inline:auto}
.velora-category-page .velora-recipient-catalog,.velora-builder-page .velora-core-flow{max-width:100%}
@media(min-width:821px){
  .site-header{min-height:214px}
  .site-header:not(.is-scrolled) .velora-announcement{height:36px;max-height:36px}
  .site-header:not(.is-scrolled) .velora-announcement__inner{width:var(--velora-container);min-height:36px}
  .site-header:not(.is-scrolled) .velora-announcement__benefits span{padding-inline:20px;font-size:8px}
  .site-header:not(.is-scrolled) .velora-header-main{width:var(--velora-container);min-height:116px;height:116px;grid-template-columns:minmax(0,1.35fr) auto minmax(230px,.65fr);column-gap:42px}
  .site-header:not(.is-scrolled) .velora-search{width:330px;max-width:calc(100% - 185px);height:48px;border-radius:15px}
  .site-header:not(.is-scrolled) .velora-search button{width:48px;flex-basis:48px}.site-header:not(.is-scrolled) .velora-search button svg{width:21px;height:21px}
  .site-header:not(.is-scrolled) .velora-action-links{gap:10px}.site-header:not(.is-scrolled) .velora-action-links .velora-icon-button{width:48px;min-width:48px;height:48px;border-radius:14px}.site-header:not(.is-scrolled) .velora-action-links .velora-icon-button svg{width:20px;height:20px}
  .site-header:not(.is-scrolled) .velora-header-brand{width:170px}.site-header:not(.is-scrolled) .velora-wordmark{min-width:165px}.site-header:not(.is-scrolled) .velora-wordmark span{font-size:47px}.site-header:not(.is-scrolled) .velora-wordmark span::after{top:-12px;right:-24px;font-size:24px}.site-header:not(.is-scrolled) .velora-wordmark small{margin-top:10px;font-size:9px}
  .site-header:not(.is-scrolled) .velora-header-tools--end{gap:10px}.site-header:not(.is-scrolled) .velora-header-tools--end .velora-selector{height:48px;min-height:48px;padding-inline:13px;font-size:9px}.site-header:not(.is-scrolled) .velora-selector--language{width:92px}.site-header:not(.is-scrolled) .velora-selector--country{width:116px}
  .site-header:not(.is-scrolled) .velora-primary-nav{height:62px}.site-header:not(.is-scrolled) .velora-primary-nav .velora-container{width:var(--velora-container);height:58px;padding:5px 14px;border-radius:15px}.site-header:not(.is-scrolled) .velora-menu a{min-height:44px;padding:8px 15px;font-size:11px}.site-header:not(.is-scrolled) .velora-menu a[href*="build-your-box"]{min-width:138px;padding-inline:18px}
  .site-header.is-scrolled{min-height:68px}
  .site-header.is-scrolled .velora-header-main{width:var(--velora-container);min-height:68px;height:68px;column-gap:32px}
  .site-header.is-scrolled .velora-search{height:40px}.site-header.is-scrolled .velora-action-links .velora-icon-button,.site-header.is-scrolled .velora-header-tools--end .velora-selector{height:40px;min-height:40px}
  .site-header.is-scrolled .velora-header-brand{width:132px}.site-header.is-scrolled .velora-wordmark{min-width:128px}.site-header.is-scrolled .velora-wordmark span{font-size:34px}.site-header.is-scrolled .velora-wordmark small{margin-top:5px;font-size:7px}
}
.velora-builder-feature{padding:26px 0 64px}
.velora-builder-card{width:var(--velora-container);max-width:1320px;min-height:1000px;grid-template-columns:56% 44%;grid-template-rows:minmax(0,860px) 112px;padding:12px;border-radius:28px;direction:ltr}
.velora-builder-card .velora-builder-copy,.velora-builder-card .velora-builder-visual,.velora-builder-card .velora-builder-visual-trust{direction:rtl}
.velora-builder-card::after{inset:12px;border-radius:21px}
.velora-builder-card .velora-builder-copy{min-height:972px;padding:30px 36px 25px;border-radius:0 20px 20px 0}
.velora-builder-card .velora-builder-copy h2{position:relative;font-size:clamp(48px,4.1vw,62px)}.velora-builder-card .velora-builder-copy h2::before{content:"❧";position:absolute;top:-27px;inset-inline-start:9%;color:#d2a45f;font:400 34px/1 Georgia,serif;transform:rotate(-18deg)}
.velora-builder-card .velora-builder-copy>p{margin-bottom:30px;font-size:13px;line-height:2.15}
.velora-builder-promises{gap:13px;margin-bottom:24px}.velora-builder-promises span{min-height:100px;padding:15px 17px}
.velora-builder-card .velora-builder-actions .velora-button{min-height:68px;font-size:15px}
.velora-builder-card .velora-builder-steps{min-height:116px;padding:13px 7px}.velora-builder-card .velora-builder-steps>span{min-height:82px}
.velora-builder-card .velora-builder-visual{min-height:860px;border-radius:20px 0 0 0}.velora-builder-visual-trust{min-height:112px;border-radius:0 0 0 20px}
@media(max-width:1180px) and (min-width:901px){.velora-builder-card{grid-template-rows:minmax(0,720px) 100px;min-height:844px}.velora-builder-card .velora-builder-copy{min-height:820px}.velora-builder-card .velora-builder-visual{min-height:720px}}
@media(max-width:900px){:root{--velora-container:calc(100% - 28px)}.velora-builder-card{width:var(--velora-container);min-height:0;grid-template-rows:auto auto auto}.velora-builder-card .velora-builder-copy{min-height:0}}
@media(max-width:520px){:root{--velora-container:calc(100% - 18px)}.velora-builder-card{width:var(--velora-container);padding:7px}.velora-builder-card .velora-builder-copy h2::before{display:none}}

/* Editorial homepage categories and intelligent gift concierge */
@media(min-width:821px){
  .site-header{min-height:164px}
  .site-header:not(.is-scrolled) .velora-announcement{height:32px;max-height:32px}.site-header:not(.is-scrolled) .velora-announcement__inner{min-height:32px}
  .site-header:not(.is-scrolled) .velora-header-main{min-height:84px;height:84px}.site-header:not(.is-scrolled) .velora-search{height:42px}.site-header:not(.is-scrolled) .velora-search button{width:42px;flex-basis:42px}
  .site-header:not(.is-scrolled) .velora-action-links .velora-icon-button,.site-header:not(.is-scrolled) .velora-header-tools--end .velora-selector{height:42px;min-height:42px}
  .site-header:not(.is-scrolled) .velora-header-brand{width:150px}.site-header:not(.is-scrolled) .velora-wordmark{min-width:145px}.site-header:not(.is-scrolled) .velora-wordmark span{font-size:40px}.site-header:not(.is-scrolled) .velora-wordmark small{margin-top:7px;font-size:8px}
  .site-header:not(.is-scrolled) .velora-primary-nav{height:48px}.site-header:not(.is-scrolled) .velora-primary-nav .velora-container{height:46px;padding-block:3px}.site-header:not(.is-scrolled) .velora-menu a{min-height:38px;padding-block:6px}
  .site-header.is-scrolled{min-height:62px}.site-header.is-scrolled .velora-header-main{min-height:62px;height:62px}
}
.velora-recipients{padding:34px 0 42px}.velora-recipients .velora-section-heading{margin-bottom:24px}.velora-recipients .velora-section-heading h2{font-size:34px}.velora-recipients .velora-section-heading p{font-size:12px}
.velora-recipients .velora-recipient-grid{grid-template-columns:repeat(6,minmax(0,1fr));grid-auto-rows:190px;gap:13px}
.velora-recipients .velora-recipient-card{border:1px solid #eadfd9;border-radius:16px;box-shadow:0 9px 25px rgba(66,27,38,.055)}
.velora-recipients .velora-recipient-card span{inset-inline:14px;inset-block-end:14px}.velora-recipients .velora-recipient-card strong{font-size:17px}.velora-recipients .velora-recipient-card small{font-size:8px}
.velora-recipient-card--hospitality{background-image:linear-gradient(0deg,rgba(31,14,18,.72),transparent 58%),url('../images/product-grid.png');background-size:300% 200%;background-position:50% 100%}
.velora-recipient-card--all{background-image:linear-gradient(0deg,rgba(31,14,18,.72),transparent 58%),url('../images/product-grid.png');background-size:300% 200%;background-position:0 0}
.velora-gift-concierge{padding:38px 0 54px;background:linear-gradient(180deg,#fffaf5,#fff)}
.velora-concierge-card{position:relative;min-height:400px;display:grid;grid-template-columns:minmax(420px,.9fr) minmax(0,1.1fr);direction:ltr;border:1px solid rgba(174,121,56,.42);border-radius:25px;background:radial-gradient(circle at 94% 14%,rgba(209,168,98,.16),transparent 25%),linear-gradient(135deg,#fffaf3,#f7eadf 52%,#fffdf9);box-shadow:0 24px 60px rgba(82,38,43,.1);overflow:hidden}
.velora-concierge-card::before,.velora-concierge-card::after{content:"✦";position:absolute;color:#d2a25a;font-size:34px;opacity:.75}.velora-concierge-card::before{top:34px;inset-inline-end:35px}.velora-concierge-card::after{bottom:34px;inset-inline-start:42%}
.velora-concierge-preview,.velora-concierge-copy{position:relative;z-index:2;direction:rtl}
.velora-concierge-preview{display:grid;place-items:center;padding:34px 42px;background:linear-gradient(120deg,rgba(91,31,51,.04),transparent)}
.velora-concierge-window{width:min(410px,100%);border:1px solid #dfc6bb;border-radius:20px;background:rgba(255,255,255,.94);box-shadow:0 21px 45px rgba(72,27,39,.14);overflow:hidden;transform:rotate(-1.5deg)}
.velora-concierge-window>header{min-height:58px;display:flex;align-items:center;justify-content:space-between;padding:11px 15px;border-bottom:1px solid #eee1dc;background:linear-gradient(135deg,#fff,#fbf1e9)}.velora-concierge-window>header>span{display:grid;grid-template-columns:34px auto;grid-template-rows:auto auto;gap:1px 9px;text-align:right}.velora-concierge-window>header i{grid-row:1/3;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#5a2435;color:#fff;font-style:normal}.velora-concierge-window>header b{color:#512235;font-size:10px}.velora-concierge-window>header small{color:#3d8a60;font-size:7px}.velora-concierge-window>header em{color:#a28c82;font-style:normal;letter-spacing:.2em}
.velora-concierge-chat{display:grid;justify-items:start;gap:8px;padding:18px 17px;background:linear-gradient(180deg,#fff,#fffcfa)}.velora-concierge-chat p{max-width:78%;margin:0;padding:9px 12px;border-radius:12px 12px 4px 12px;background:#f3e9e3;color:#604b52;font-size:9px;line-height:1.65}.velora-concierge-chat p.is-user{justify-self:end;border-radius:12px 12px 12px 4px;background:#5a2435;color:#fff}.velora-concierge-chat>div{display:flex;gap:6px}.velora-concierge-chat button{padding:6px 11px;border:1px solid #dec9c2;border-radius:999px;background:#fff;color:#6b3a49;font:700 8px/1 'Tajawal',sans-serif}
.velora-concierge-window>footer{min-height:47px;display:flex;align-items:center;justify-content:space-between;padding:8px 13px;border-top:1px solid #eee2dc;color:#aa9992;font-size:8px}.velora-concierge-window>footer i{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#5a2435;color:#fff;font-style:normal}
.velora-concierge-orbit{position:absolute;z-index:-1;inset:24px 8px auto auto;width:115px;height:115px;border:1px solid rgba(189,137,70,.34);border-radius:50%;color:#c8954e}.velora-concierge-orbit>span{position:absolute;inset:20px;display:grid;place-items:center}.velora-concierge-orbit>i,.velora-concierge-orbit>b{position:absolute;font-style:normal}.velora-concierge-orbit>i{top:-11px;right:20px}.velora-concierge-orbit>b{left:-8px;bottom:20px;font-size:24px}
.velora-concierge-copy{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:46px 56px;text-align:center}.velora-concierge-kicker{display:inline-flex;align-items:center;gap:7px;margin-bottom:11px;color:#9b6d30;font-size:9px;font-weight:800}.velora-concierge-kicker i{font-style:normal}.velora-concierge-copy h2{margin:0 0 12px;color:#5d1e36;font-size:clamp(39px,4vw,55px);line-height:1.1}.velora-concierge-copy>p{max-width:590px;margin:0 0 19px;color:#735e65;font-size:13px;line-height:1.9}.velora-concierge-benefits{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:22px}.velora-concierge-benefits span{padding:7px 11px;border:1px solid #e6d6cf;border-radius:999px;background:rgba(255,255,255,.75);color:#72525d;font-size:8px;font-weight:700}.velora-concierge-benefits span::before{content:"✓";margin-inline-end:5px;color:#aa7c3f}.velora-concierge-button{width:min(430px,100%);min-height:58px;display:flex;align-items:center;justify-content:center;gap:11px;border-radius:12px;background:linear-gradient(135deg,#70243e,#421122);box-shadow:0 13px 26px rgba(73,19,38,.22);color:#fff;font-size:13px;font-weight:800;transition:.2s}.velora-concierge-button:hover{color:#fff;transform:translateY(-2px);box-shadow:0 17px 31px rgba(73,19,38,.28)}.velora-concierge-copy>small{margin-top:11px;color:#938087;font-size:8px}
body.single-product.woocommerce div.product,body.single-product .velora-single-path{width:var(--velora-container)!important;max-width:1320px;margin-inline:auto!important}
body.woocommerce-shop .woocommerce-products-header,body.woocommerce-shop ul.products,body.post-type-archive-product .woocommerce-products-header,body.post-type-archive-product ul.products,body.tax-product_cat .woocommerce-products-header,body.tax-product_cat ul.products{width:var(--velora-container)!important;max-width:1320px;margin-inline:auto!important}
@media(max-width:1100px){.velora-recipients .velora-recipient-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:821px) and (max-width:1100px){
  .velora-gift-concierge{padding:30px 0 42px}
  .velora-concierge-card{min-height:455px;grid-template-columns:minmax(380px,.95fr) minmax(0,1.05fr);border-radius:22px}
  .velora-concierge-preview{padding:28px 25px}
  .velora-concierge-window{width:min(390px,100%);transform:rotate(-.7deg)}
  .velora-concierge-copy{padding:34px 30px}
  .velora-concierge-copy h2{font-size:clamp(35px,4.4vw,45px)}
  .velora-concierge-copy>p{max-width:430px;font-size:11px;line-height:1.85}
  .velora-concierge-benefits{gap:6px;margin-bottom:18px}
  .velora-concierge-benefits span{padding:7px 9px;font-size:7px}
  .velora-concierge-button{width:min(390px,100%);min-height:52px}
  .velora-concierge-orbit{width:92px;height:92px;opacity:.72}
}
@media(max-width:820px){.velora-concierge-card{grid-template-columns:1fr}.velora-concierge-preview{order:2}.velora-concierge-copy{order:1}.velora-concierge-orbit{display:none}}
@media(max-width:620px){.velora-recipients .velora-recipient-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:210px}.velora-concierge-card{border-radius:18px}.velora-concierge-copy{padding:35px 20px}.velora-concierge-copy h2{font-size:38px}.velora-concierge-preview{padding:22px 14px 28px}.velora-concierge-window{transform:none}.velora-concierge-benefits{gap:5px}.velora-concierge-benefits span{font-size:7px}}

/* Header precision pass: true center, consistent controls and sharper icon rhythm. */
@media(min-width:821px){
  .site-header:not(.is-scrolled) .velora-header-main,
  .site-header.is-scrolled .velora-header-main{
    grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;
  }
  .velora-header-tools--start{width:100%;justify-self:stretch;gap:12px}
  .velora-header-tools--end{justify-self:end}
  .site-header:not(.is-scrolled) .velora-search{
    width:min(320px,calc(100% - 170px));height:44px;border-radius:14px;
    border-color:#eadcdf;background:#fff;box-shadow:0 7px 20px rgba(73,27,42,.045);
  }
  .site-header:not(.is-scrolled) .velora-search button{width:44px;flex-basis:44px}
  .site-header:not(.is-scrolled) .velora-action-links{gap:8px}
  .site-header:not(.is-scrolled) .velora-action-links .velora-icon-button{
    width:44px;min-width:44px;height:44px;min-height:44px;padding:0;border:1px solid #eadcdf;
    border-radius:14px;background:linear-gradient(180deg,#fff,#fffdfc);color:#33232a;
    box-shadow:0 7px 18px rgba(73,27,42,.045);line-height:0;
  }
  .site-header:not(.is-scrolled) .velora-action-links .velora-icon-button:hover{
    border-color:#d7bcc4;background:#fff7f7;color:#70223d;box-shadow:0 9px 20px rgba(73,27,42,.08);
  }
  .site-header:not(.is-scrolled) .velora-action-links .velora-icon-button svg{width:21px;height:21px;stroke-width:1.85}
  .site-header:not(.is-scrolled) .velora-header-tools--end .velora-selector{
    height:44px;min-height:44px;border-color:#eadcdf;background:linear-gradient(180deg,#fff,#fffdfc);
    box-shadow:0 7px 18px rgba(73,27,42,.04);
  }
  .velora-icon-button svg,.velora-search button svg,.velora-selector svg{display:block;flex:0 0 auto;overflow:visible;stroke-linecap:round;stroke-linejoin:round}
  .velora-cart-count{top:-7px;right:-6px;left:auto;min-width:19px;height:19px;display:grid;place-items:center;padding:0 4px;border:2px solid #fff;border-radius:10px;line-height:1}
  .velora-header-brand{justify-self:center}
}
@media(min-width:821px) and (max-width:1100px){
  .site-header:not(.is-scrolled) .velora-header-main,
  .site-header.is-scrolled .velora-header-main{column-gap:18px}
  .site-header:not(.is-scrolled) .velora-header-tools--start{gap:7px}
  .site-header:not(.is-scrolled) .velora-search{width:min(205px,calc(100% - 130px));height:40px}
  .site-header:not(.is-scrolled) .velora-search button{width:40px;flex-basis:40px}
  .site-header:not(.is-scrolled) .velora-action-links{gap:5px}
  .site-header:not(.is-scrolled) .velora-action-links .velora-icon-button{width:40px;min-width:40px;height:40px;min-height:40px;border-radius:12px}
  .site-header:not(.is-scrolled) .velora-header-tools--end .velora-selector{height:40px;min-height:40px;padding-inline:8px}
  .site-header:not(.is-scrolled) .velora-selector--language{width:76px}
  .site-header:not(.is-scrolled) .velora-selector--country{width:96px}
}

/* Builder benefits: Exact reference design for 4-step cards */
.velora-builder-steps,
.velora-builder-card .velora-builder-steps {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  width: 539px !important;
  max-width: 100% !important;
  margin: 24px 0 0 0 !important;
  padding: 12px !important;
  border-radius: 22px !important;
  background: #ffffff !important;
  border: 1.5px solid #f2e3e6 !important;
  box-shadow: 0 8px 24px rgba(70, 25, 40, 0.05) !important;
  box-sizing: border-box !important;
  position: relative !important;
  min-height: 0 !important;
  gap: 6px !important;
}
.velora-builder-card .velora-builder-steps > span,
.velora-builder-steps > span {
  position: relative !important;
  min-width: 0 !important;
  min-height: 140px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  padding: 18px 0px 16px !important;
  border: 1px solid #f2e4e7 !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  text-align: center !important;
  box-shadow: 0 2px 8px rgba(90, 30, 48, 0.02) !important;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease, border-color 0.25s ease !important;
  cursor: default !important;
}
.velora-builder-card .velora-builder-steps > span:hover {
  transform: translateY(-3px) !important;
  border-color: #dfc0c8 !important;
  box-shadow: 0 8px 22px rgba(90, 30, 48, 0.08) !important;
}
.velora-builder-card .velora-builder-steps > span > b,
.velora-builder-card .velora-builder-steps > span > em > b {
  display: none !important;
}
.velora-builder-card .velora-builder-steps > span > em {
  position: relative !important;
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  min-height: 52px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 0 6px 0 !important;
  border: none !important;
  border-radius: 16px !important;
  background: #5d172e !important;
  color: #edd2a4 !important;
  box-shadow: 0 6px 16px rgba(78, 18, 38, 0.18) !important;
  font-style: normal !important;
  flex-shrink: 0 !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}
.velora-builder-card .velora-builder-steps > span:hover > em {
  transform: scale(1.06) !important;
  box-shadow: 0 8px 20px rgba(78, 18, 38, 0.28) !important;
}
.velora-builder-card .velora-builder-steps > span > em svg {
  width: 24px !important;
  height: 24px !important;
  display: block !important;
  stroke-width: 1.8 !important;
}
.velora-builder-card .velora-builder-steps i {
  min-width: 0 !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 2px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-style: normal !important;
  line-height: 1.3 !important;
}
.velora-builder-card .velora-builder-steps strong,
.velora-builder-card .velora-builder-steps small {
  width: 100% !important;
  display: block !important;
  margin: 0 !important;
  white-space: nowrap !important;
  text-align: center !important;
}
.velora-builder-card .velora-builder-steps strong {
  color: #3b1220 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}
.velora-builder-card .velora-builder-steps small {
  margin-top: 2px !important;
  color: #8c777f !important;
  font-size: 11.5px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
}
@media (max-width: 1180px) {
  .velora-builder-card .velora-builder-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    padding: 12px !important;
  }
  .velora-builder-card .velora-builder-steps > span {
    min-height: 115px !important;
    padding: 16px 8px !important;
  }
}
@media (max-width: 620px) {
  .velora-builder-card .velora-builder-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    min-height: 0 !important;
    padding: 10px !important;
    gap: 8px !important;
  }
  .velora-builder-card .velora-builder-steps > span {
    min-height: 105px !important;
    padding: 14px 6px !important;
  }
  .velora-builder-card .velora-builder-steps > span > em {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
  }
  .velora-builder-card .velora-builder-steps strong {
    font-size: 12.5px !important;
  }
  .velora-builder-card .velora-builder-steps small {
    font-size: 10.5px !important;
  }
}

/* Keep desktop account actions comfortably inside the left container edge. */
@media(min-width:1101px){
  .site-header .velora-header-tools--start{padding-left:22px;box-sizing:border-box}
}
@media(min-width:821px) and (max-width:1100px){
  .site-header .velora-header-tools--start{padding-left:9px;box-sizing:border-box}
}
@media(min-width:821px){
  .site-header .velora-action-links{overflow:visible}
  .site-header .velora-action-links .velora-icon-button{align-items:center;justify-content:center;vertical-align:middle}
  .site-header .velora-cart-count{top:-4px;right:-4px;left:auto;transform:none}
  .site-header .velora-announcement,.site-header .velora-primary-nav{
    transition:opacity .16s ease,transform .16s ease!important;will-change:opacity,transform;
  }
  .site-header .velora-header-main{transition:none!important}
}
.velora-drawer-package{border:1px solid #d8bec5;border-radius:16px;background:#fff;box-shadow:0 9px 23px rgba(61,21,35,.07);overflow:hidden;transition:opacity .2s,transform .2s}.velora-drawer-package.is-removing{pointer-events:none;opacity:.45;transform:scale(.985)}.velora-drawer-package>header{display:grid;grid-template-columns:minmax(0,1fr) auto 27px;gap:9px;align-items:center;padding:12px 13px;border-bottom:1px solid #eadde0;background:linear-gradient(135deg,#f9ecef,#fff8f5)}.velora-drawer-package>header div span,.velora-drawer-package>header div b{display:block}.velora-drawer-package>header div span{margin-bottom:3px;color:#9e743c;font-size:7px;font-weight:800}.velora-drawer-package>header div b{color:#522235;font-size:10px}.velora-drawer-package>header>strong{color:#5c2035;font-size:10px;white-space:nowrap}.velora-drawer-package>header>button{width:27px;height:27px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:#fff;color:#98586a;font:400 15px/1 Arial,sans-serif;cursor:pointer}.velora-drawer-package.is-removing>header>button{color:transparent}.velora-drawer-package.is-removing>header>button::after{content:"";position:absolute;width:11px;height:11px;border:2px solid #d8bac3;border-top-color:#6b263e;border-radius:50%;animation:veloraSpin .65s linear infinite}.velora-drawer-package__items{display:grid;gap:0;padding:5px 9px 8px}.velora-drawer-package__items .velora-cart-item{grid-template-columns:54px 1fr;min-height:68px;padding:7px 3px;border:0;border-bottom:1px solid #f0e6e8;border-radius:0;box-shadow:none}.velora-drawer-package__items .velora-cart-item:last-child{border-bottom:0}.velora-drawer-package__items .velora-cart-item.is-bundle-content{margin-inline-start:0;border-inline-start:0}.velora-drawer-package__items .velora-cart-item__media{width:54px;height:54px}.velora-drawer-package__items .velora-cart-item__copy>a{font-size:10px}.velora-drawer-package__items .velora-cart-item__copy>span{margin-top:4px;font-size:8px}

/* Premium customer account */
body.woocommerce-account .velora-content-layout{width:min(1180px,calc(100% - 36px));padding-block:46px 78px}
body.woocommerce-account .velora-article{max-width:none;margin:0}
body.woocommerce-account .velora-article>.entry-content{margin:0}
body.woocommerce-account .entry-content>.woocommerce{max-width:1120px;margin-inline:auto}

.velora-account-auth{min-height:610px;display:grid;grid-template-columns:minmax(320px,.88fr) minmax(420px,1.12fr);border:1px solid #e2d2d5;border-radius:30px;background:#fff;box-shadow:0 28px 70px rgba(68,24,38,.1);overflow:hidden}
.velora-account-auth__welcome{position:relative;display:flex;flex-direction:column;justify-content:center;padding:58px 52px;background:radial-gradient(circle at 15% 10%,rgba(210,157,91,.2),transparent 28%),linear-gradient(145deg,#70243f,#421225);color:#fff;overflow:hidden}
.velora-account-auth__welcome::after{content:"";position:absolute;width:280px;height:280px;inset:auto -110px -115px;border:1px solid rgba(231,198,144,.22);border-radius:50%;box-shadow:0 0 0 45px rgba(255,255,255,.025),0 0 0 90px rgba(255,255,255,.018)}
.velora-account-auth__eyebrow{position:relative;z-index:1;color:#dfbd83;font-size:10px;font-weight:800;letter-spacing:.08em}
.velora-account-auth__mark{position:relative;z-index:1;width:65px;height:65px;display:grid;place-items:center;margin:24px 0;border:1px solid rgba(255,255,255,.18);border-radius:20px;background:rgba(255,255,255,.1);color:#eccb92;box-shadow:0 14px 30px rgba(30,5,14,.18)}
.velora-account-auth__welcome h1{position:relative;z-index:1;margin:0;color:#fff;font-size:clamp(38px,4vw,57px);line-height:1.17;letter-spacing:-.04em}
.velora-account-auth__welcome>p{position:relative;z-index:1;max-width:370px;margin:18px 0 28px;color:#eadde1;font-size:13px;line-height:1.9}
.velora-account-auth__welcome ul{position:relative;z-index:1;display:grid;gap:10px;margin:0;padding:0;list-style:none}
.velora-account-auth__welcome li{display:grid;grid-template-columns:38px 1fr;gap:11px;align-items:center;padding:10px 12px;border:1px solid rgba(255,255,255,.12);border-radius:13px;background:rgba(255,255,255,.065)}
.velora-account-auth__welcome li>.velora-icon{width:38px;height:38px;padding:9px;border-radius:10px;background:rgba(255,255,255,.1);color:#e7c58b}
.velora-account-auth__welcome li b,.velora-account-auth__welcome li small{display:block}.velora-account-auth__welcome li b{font-size:10px}.velora-account-auth__welcome li small{margin-top:3px;color:#dacbd0;font-size:8px}
.velora-account-auth__panel{display:flex;flex-direction:column;justify-content:center;padding:64px 68px;background:linear-gradient(155deg,#fff 35%,#fff9f7)}
.velora-account-auth__panel>header>span{display:block;color:#b07d3c;font-size:9px;font-weight:800}.velora-account-auth__panel>header h2{margin:8px 0 6px;color:#572036;font-size:38px;letter-spacing:-.035em}.velora-account-auth__panel>header p{margin:0 0 30px;color:#8b777d;font-size:11px}
.woocommerce .velora-login-form{margin:0;padding:0;border:0;background:transparent;box-shadow:none}
.velora-login-form .form-row{margin:0 0 18px;padding:0}.velora-login-form .form-row label{display:block;margin-bottom:8px;color:#563441;font-size:10px;font-weight:800}.velora-login-form .required{color:#9b244a}
.velora-account-field{height:55px;display:flex;align-items:center;border:1px solid #ddcdd1;border-radius:13px;background:#fff;overflow:hidden;transition:border-color .2s,box-shadow .2s}.velora-account-field:focus-within{border-color:#7a2944;box-shadow:0 0 0 3px rgba(122,41,68,.09)}
.velora-account-field>.velora-icon{flex:0 0 auto;margin-inline:15px 4px;color:#8a5667}.woocommerce .velora-account-field input.input-text{height:53px!important;flex:1;margin:0!important;padding:0 12px!important;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;color:#3f2b32;font-size:12px}
.velora-account-field .password-input{position:relative;min-width:0;height:100%;display:flex;align-items:center;flex:1}.velora-account-field .show-password-input{inset-inline:auto 14px!important;top:50%!important;transform:translateY(-50%);color:#754054}.velora-account-field .password-input input{padding-inline-end:44px!important}
.velora-login-form__options{display:flex;align-items:center;justify-content:space-between;margin:2px 0 22px;color:#765d66;font-size:9px}.velora-login-form__options label{display:flex;align-items:center;gap:6px;cursor:pointer}.velora-login-form__options input{accent-color:#6a233d}.velora-login-form__options a{color:#64213a;font-weight:800;text-decoration:underline;text-underline-offset:4px}
.woocommerce .velora-account-submit{width:100%;min-height:55px;display:flex!important;align-items:center;justify-content:center;gap:10px;padding:12px 20px!important;border:0!important;border-radius:13px!important;background:linear-gradient(135deg,#742642,#4d152b)!important;box-shadow:0 13px 26px rgba(82,21,43,.22);color:#fff!important;font-size:12px!important;font-weight:800!important;transition:transform .2s,box-shadow .2s}.woocommerce .velora-account-submit:hover{transform:translateY(-2px);box-shadow:0 17px 31px rgba(82,21,43,.27)}
.velora-account-auth__panel>footer{margin-top:19px;text-align:center;color:#9a888e;font-size:8px}.velora-account-auth__panel>footer span{display:inline-flex;align-items:center;gap:6px}

body.logged-in.woocommerce-account .entry-content>.woocommerce{display:grid;grid-template-columns:minmax(0,1fr) 280px;grid-template-areas:"content navigation";gap:22px;align-items:start;direction:ltr}
.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{float:none!important;width:auto!important}
.velora-account-nav{grid-area:navigation;position:sticky;top:96px;direction:rtl;border:1px solid #e1d2d6;border-radius:22px;background:#fff;box-shadow:0 18px 44px rgba(67,24,38,.07);overflow:hidden}
.velora-account-nav>header{display:grid;grid-template-columns:50px minmax(0,1fr);gap:12px;align-items:center;padding:20px;background:linear-gradient(145deg,#fbefef,#fff8f5);border-bottom:1px solid #eadde0}
.velora-account-nav__avatar{width:50px;height:50px;display:grid;place-items:center;border-radius:15px;background:linear-gradient(145deg,#762842,#4a1428);box-shadow:0 8px 17px rgba(75,19,39,.19);color:#e9c98f;font:700 21px/1 Georgia,serif}
.velora-account-nav>header small,.velora-account-nav>header strong,.velora-account-nav>header em{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.velora-account-nav>header small{color:#a47640;font-size:7px}.velora-account-nav>header strong{margin-top:3px;color:#512235;font-size:12px}.velora-account-nav>header em{margin-top:3px;color:#958087;font-size:7px;font-style:normal}
.woocommerce-account .velora-account-nav ul{display:grid;gap:3px;margin:0;padding:10px;list-style:none}.woocommerce-account .velora-account-nav li{margin:0;padding:0;border:0}.woocommerce-account .velora-account-nav li::before{display:none}
.velora-account-nav li a{min-height:48px;display:flex;align-items:center;gap:11px;padding:9px 11px;border-radius:11px;color:#60454e;font-size:10px;font-weight:700;transition:.18s}.velora-account-nav li a i{width:31px;height:31px;display:grid;place-items:center;border-radius:9px;background:#f7edef;color:#7b3950;font-style:normal}.velora-account-nav li a:hover{background:#fff5f4;color:#5b2036}.velora-account-nav li.is-active a{background:linear-gradient(135deg,#70253f,#50172c);box-shadow:0 8px 18px rgba(76,21,40,.16);color:#fff}.velora-account-nav li.is-active a i{background:rgba(255,255,255,.13);color:#eccd99}.velora-account-nav li.woocommerce-MyAccount-navigation-link--customer-logout{margin-top:8px;padding-top:9px;border-top:1px solid #eee3e6}.velora-account-nav li.woocommerce-MyAccount-navigation-link--customer-logout a{color:#98566a}
.woocommerce-account .woocommerce-MyAccount-content{grid-area:content;min-width:0;min-height:520px;padding:28px;direction:rtl;border:1px solid #e1d2d6;border-radius:22px;background:#fff;box-shadow:0 18px 44px rgba(67,24,38,.07)}
.velora-account-dashboard__hero{position:relative;padding:25px 28px;border-radius:18px;background:radial-gradient(circle at 8% 12%,rgba(202,151,83,.15),transparent 28%),linear-gradient(140deg,#fff5f2,#fbebed);overflow:hidden}.velora-account-dashboard__hero::after{content:"V";position:absolute;inset:50% auto auto 25px;transform:translateY(-50%);color:rgba(106,35,61,.055);font:700 115px/1 Georgia,serif}.velora-account-dashboard__hero>span{position:relative;z-index:1;color:#ac7c3f;font-size:8px;font-weight:800}.velora-account-dashboard__hero h1{position:relative;z-index:1;margin:6px 0;color:#572036;font-size:34px;line-height:1.3}.velora-account-dashboard__hero p{position:relative;z-index:1;margin:0;color:#806d73;font-size:10px}
.velora-account-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:15px 0}.velora-account-stats article{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:11px;align-items:center;padding:15px;border:1px solid #e9dfe1;border-radius:15px;background:#fff}.velora-account-stats article>i{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#f5e6e9;color:#762b44;font-style:normal}.velora-account-stats small,.velora-account-stats strong{display:block}.velora-account-stats small{color:#9b858c;font-size:7px}.velora-account-stats strong{margin-top:4px;color:#522638;font-size:11px}.velora-account-stats a{color:#722841;font-size:8px;font-weight:800;text-decoration:underline;text-underline-offset:4px;white-space:nowrap}
.velora-latest-order,.velora-account-empty-order{display:grid;align-items:center;margin:0 0 15px;padding:18px;border:1px solid #dfccd1;border-radius:17px;background:linear-gradient(145deg,#fff,#fff9f7)}.velora-latest-order{grid-template-columns:45px minmax(0,1fr) auto auto;gap:13px}.velora-latest-order__icon,.velora-account-empty-order>i{width:45px;height:45px;display:grid;place-items:center;border-radius:13px;background:#6b233c;color:#edce99;font-style:normal}.velora-latest-order span{color:#a0763f;font-size:7px;font-weight:800}.velora-latest-order h2,.velora-account-empty-order h2{margin:3px 0;color:#522235;font-size:13px}.velora-latest-order p,.velora-account-empty-order p{margin:0;color:#907c83;font-size:8px}.velora-latest-order>strong{color:#5f2238;font-size:11px}.velora-latest-order>a,.velora-account-empty-order>a{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:7px 12px;border:1px solid #6d263e;border-radius:9px;color:#65223a;font-size:8px;font-weight:800}.velora-account-empty-order{grid-template-columns:45px minmax(0,1fr) auto;gap:13px}.velora-account-empty-order>a{background:#642039;color:#fff}
.velora-account-quick-links{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.velora-account-quick-links>a{min-width:0;display:grid;grid-template-columns:37px minmax(0,1fr) 16px;gap:9px;align-items:center;padding:13px;border:1px solid #e8dcdf;border-radius:14px;color:#583441;transition:.18s}.velora-account-quick-links>a:hover{transform:translateY(-2px);border-color:#d6bcc3;box-shadow:0 8px 20px rgba(72,25,40,.07)}.velora-account-quick-links>a>i{width:37px;height:37px;display:grid;place-items:center;border-radius:10px;background:#f7ebed;color:#762b45;font-style:normal}.velora-account-quick-links b,.velora-account-quick-links small{display:block}.velora-account-quick-links b{font-size:9px}.velora-account-quick-links small{margin-top:3px;color:#9a858c;font-size:6.5px}

.woocommerce-account .woocommerce-MyAccount-content>p:first-child{margin-top:0}.woocommerce-account .woocommerce-MyAccount-content h2,.woocommerce-account .woocommerce-MyAccount-content h3{color:#572036}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address,.woocommerce-account .woocommerce-MyAccount-content form{padding:20px;border:1px solid #e7dadd;border-radius:16px;background:#fffaf8}.woocommerce-account .woocommerce-MyAccount-content input.input-text,.woocommerce-account .woocommerce-MyAccount-content select{min-height:48px;padding:10px 12px;border:1px solid #ddcdd1;border-radius:10px;background:#fff}.woocommerce-account .woocommerce-MyAccount-content textarea{padding:12px;border:1px solid #ddcdd1;border-radius:10px;background:#fff}.woocommerce-account .woocommerce-MyAccount-content button.button{min-height:46px;padding:10px 20px;border-radius:10px;background:#65213a;color:#fff}.woocommerce-account .woocommerce-MyAccount-content table.shop_table{border-color:#e4d6da;border-radius:14px;overflow:hidden}.woocommerce-account .woocommerce-MyAccount-content table.shop_table th{background:#f9edef;color:#5b2338}.woocommerce-account .woocommerce-MyAccount-content table.shop_table td{border-color:#eee3e5}

@media(max-width:900px){.velora-account-auth{grid-template-columns:1fr}.velora-account-auth__welcome{min-height:auto;padding:38px}.velora-account-auth__welcome ul{grid-template-columns:repeat(3,1fr)}.velora-account-auth__welcome li{grid-template-columns:1fr;text-align:center}.velora-account-auth__welcome li>.velora-icon{margin-inline:auto}.velora-account-auth__panel{padding:45px}.velora-account-auth__welcome h1 br{display:none}body.logged-in.woocommerce-account .entry-content>.woocommerce{grid-template-columns:1fr;grid-template-areas:"navigation" "content";direction:rtl}.velora-account-nav{position:static}.woocommerce-account .velora-account-nav ul{grid-template-columns:repeat(5,1fr)}.velora-account-nav>header{display:none}.velora-account-nav li a{justify-content:center;padding:7px}.velora-account-nav li a span{display:none}.velora-account-nav li.woocommerce-MyAccount-navigation-link--customer-logout{margin:0;padding:0;border:0}.velora-account-stats{grid-template-columns:1fr}.velora-account-quick-links{grid-template-columns:1fr}}
@media(max-width:600px){body.woocommerce-account .velora-content-layout{width:calc(100% - 18px);padding-block:22px 45px}.velora-account-auth{min-height:0;border-radius:21px}.velora-account-auth__welcome{padding:30px 24px}.velora-account-auth__welcome h1{font-size:35px}.velora-account-auth__welcome>p{margin-bottom:0}.velora-account-auth__welcome ul{display:none}.velora-account-auth__mark{width:52px;height:52px;margin:18px 0}.velora-account-auth__panel{padding:32px 20px}.velora-account-auth__panel>header h2{font-size:31px}.woocommerce-account .woocommerce-MyAccount-content{min-height:0;padding:16px;border-radius:18px}.velora-account-nav{border-radius:16px}.velora-account-nav li a i{width:36px;height:36px}.velora-account-dashboard__hero{padding:20px}.velora-account-dashboard__hero h1{font-size:28px}.velora-latest-order{grid-template-columns:42px minmax(0,1fr) auto}.velora-latest-order>a{grid-column:2/-1}.velora-account-empty-order{grid-template-columns:42px minmax(0,1fr)}.velora-account-empty-order>a{grid-column:1/-1}.velora-login-form__options{gap:12px}.woocommerce-account .woocommerce-MyAccount-navigation ul{padding:6px}}

/* Premium account order history */
.velora-account-orders__header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 24px;border:1px solid #e5d5d9;border-radius:18px;background:radial-gradient(circle at 8% 15%,rgba(196,143,76,.13),transparent 27%),linear-gradient(135deg,#fff7f4,#faebee)}
.velora-account-orders__header span{color:#a5763b;font-size:8px;font-weight:800}.velora-account-orders__header h1{margin:5px 0 3px!important;color:#572036;font-size:30px!important;line-height:1.25}.velora-account-orders__header p{margin:0;color:#8a767c;font-size:9px}.velora-account-orders__header>i{width:52px;height:52px;display:grid;place-items:center;flex:0 0 auto;border-radius:15px;background:linear-gradient(145deg,#762842,#4b1429);box-shadow:0 9px 20px rgba(76,19,40,.2);color:#ebca92;font-style:normal}
.velora-orders-list{display:grid;gap:11px;margin-top:14px}.velora-order-card{display:grid;grid-template-columns:46px minmax(120px,1.2fr) minmax(105px,.8fr) minmax(120px,.8fr) auto;gap:13px;align-items:center;padding:16px;border:1px solid #e7dadd;border-radius:16px;background:#fff;box-shadow:0 7px 20px rgba(69,25,38,.035);transition:border-color .2s,transform .2s,box-shadow .2s}.velora-order-card:hover{transform:translateY(-2px);border-color:#d5bcc3;box-shadow:0 11px 25px rgba(69,25,38,.07)}
.velora-order-card__mark{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;background:#f5e7ea;color:#702741}.velora-order-card__identity span,.velora-order-card__identity h2,.velora-order-card__identity time,.velora-order-card__status span,.velora-order-card__status strong,.velora-order-card__total span,.velora-order-card__total strong{display:block}.velora-order-card__identity span,.velora-order-card__status span,.velora-order-card__total span{color:#9a858b;font-size:7px}.velora-order-card__identity h2{margin:3px 0!important;color:#552236;font-size:13px!important}.velora-order-card__identity time{color:#927e84;font-size:7.5px}.velora-order-card__status strong{width:max-content;margin-top:5px;padding:5px 9px;border-radius:999px;background:#f7ebee;color:#722a43;font-size:8px}.velora-order-card__status strong.is-completed{background:#e8f4ed;color:#317354}.velora-order-card__status strong.is-processing{background:#fff3d9;color:#8e641d}.velora-order-card__total strong{margin-top:4px;color:#5d2037;font-size:11px}.velora-order-card__actions{display:grid;gap:6px;justify-items:stretch}.velora-order-card__view{min-height:38px;display:flex;align-items:center;justify-content:center;gap:7px;padding:7px 12px;border-radius:9px;background:#67213a;color:#fff!important;font-size:8px;font-weight:800;white-space:nowrap}.velora-order-card__action{text-align:center;color:#712841;font-size:7.5px;font-weight:800;text-decoration:underline;text-underline-offset:3px}.velora-orders-pagination{display:flex;justify-content:center;gap:9px;margin-top:18px}.velora-orders-pagination a{padding:8px 14px;border:1px solid #d9c7cc;border-radius:9px;color:#69243d;font-size:8px;font-weight:800}
.velora-orders-empty{min-height:410px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:42px 24px;text-align:center}.velora-orders-empty__visual{position:relative;width:108px;height:90px;margin-bottom:20px}.velora-orders-empty__visual>i{position:absolute;z-index:2;inset:17px auto auto 50%;width:64px;height:64px;display:grid;place-items:center;transform:translateX(-50%);border-radius:20px;background:linear-gradient(145deg,#762842,#4b1429);box-shadow:0 14px 28px rgba(75,18,39,.22);color:#edcd97;font-style:normal}.velora-orders-empty__visual>span{position:absolute;inset:0;border:1px solid #ead7db;border-radius:50%;background:linear-gradient(145deg,#fff7f5,#f9e9ec)}.velora-orders-empty__visual>b{position:absolute;z-index:3;inset:2px 3px auto auto;color:#c18c43;font-size:18px}.velora-orders-empty>span{color:#ad7b3d;font-size:8px;font-weight:800}.velora-orders-empty h2{margin:7px 0!important;color:#572036;font-size:27px!important}.velora-orders-empty p{max-width:390px;margin:0;color:#89767c;font-size:10px;line-height:1.8}.velora-orders-empty>a{min-width:180px;min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:9px;margin-top:22px;padding:10px 21px;border-radius:11px;background:linear-gradient(135deg,#712640,#4d142a);box-shadow:0 11px 23px rgba(75,18,40,.2);color:#fff!important;font-size:10px;font-weight:800}.velora-orders-empty>a:hover{transform:translateY(-2px)}
@media(max-width:760px){.velora-order-card{grid-template-columns:42px minmax(0,1fr) auto}.velora-order-card__status{grid-column:2}.velora-order-card__total{grid-column:3;grid-row:1}.velora-order-card__actions{grid-column:2/-1;grid-template-columns:1fr auto;align-items:center}.velora-orders-empty{min-height:330px;padding:30px 15px}}
@media(max-width:430px){.velora-account-orders__header{padding:18px}.velora-account-orders__header h1{font-size:26px!important}.velora-account-orders__header>i{width:45px;height:45px}.velora-order-card{grid-template-columns:38px minmax(0,1fr);padding:13px}.velora-order-card__mark{width:38px;height:38px}.velora-order-card__total{grid-column:2;grid-row:auto}.velora-order-card__status{grid-column:2}.velora-order-card__actions{grid-column:1/-1}.velora-orders-empty h2{font-size:23px!important}}

/* Premium shop archive header and controls */
body.woocommerce-shop .velora-shop-main,body.post-type-archive-product .velora-shop-main,body.tax-product_cat .velora-shop-main{position:relative;background:radial-gradient(circle at 8% 5%,rgba(196,145,77,.11),transparent 23%),linear-gradient(180deg,#fffaf6,#fbf7f2 52%,#fff);overflow:hidden}
body.woocommerce-shop .velora-shop-main>.velora-container,body.post-type-archive-product .velora-shop-main>.velora-container,body.tax-product_cat .velora-shop-main>.velora-container{padding-block:36px 86px}
body.woocommerce-shop .woocommerce-products-header,body.post-type-archive-product .woocommerce-products-header,body.tax-product_cat .woocommerce-products-header{position:relative;padding:28px 32px;border:1px solid #e3d3d7;border-radius:22px;background:radial-gradient(circle at 5% 15%,rgba(195,144,76,.13),transparent 25%),linear-gradient(135deg,#fff7f3,#faebee);box-shadow:0 15px 38px rgba(69,24,39,.065);overflow:hidden}
body.woocommerce-shop>h1.page-title,body.post-type-archive-product>h1.page-title,body.tax-product_cat>h1.page-title{position:relative;width:var(--velora-container);max-width:1320px;margin:34px auto 0;padding:28px 32px 4px;border:1px solid #e3d3d7;border-bottom:0;border-radius:22px 22px 0 0;background:radial-gradient(circle at 5% 15%,rgba(195,144,76,.13),transparent 25%),linear-gradient(135deg,#fff7f3,#faebee);color:#552036;font-size:clamp(34px,4vw,49px);font-weight:800;line-height:1.25;letter-spacing:-.04em;overflow:hidden}
body.woocommerce-shop>h1.page-title::before,body.post-type-archive-product>h1.page-title::before,body.tax-product_cat>h1.page-title::before{content:"متجر فيلورا";display:block;margin-bottom:6px;color:#ae7c3e;font-size:8px;font-weight:800;letter-spacing:.07em}
body.woocommerce-shop>.velora-shop-intro,body.post-type-archive-product>.velora-shop-intro,body.tax-product_cat>.velora-shop-intro{width:var(--velora-container);max-width:1320px;margin:0 auto;padding:8px 32px 27px;border:1px solid #e3d3d7;border-top:0;border-radius:0 0 22px 22px;background:linear-gradient(135deg,#fff7f3,#faebee);box-shadow:0 15px 38px rgba(69,24,39,.065)}
body.woocommerce-shop .woocommerce-products-header::after,body.post-type-archive-product .woocommerce-products-header::after,body.tax-product_cat .woocommerce-products-header::after{content:"";position:absolute;width:230px;height:230px;inset:-120px auto auto -80px;border:1px solid rgba(106,35,59,.075);border-radius:50%;box-shadow:0 0 0 40px rgba(106,35,59,.025),0 0 0 80px rgba(106,35,59,.018);pointer-events:none}
body.woocommerce-shop .woocommerce-products-header__title,body.post-type-archive-product .woocommerce-products-header__title,body.tax-product_cat .woocommerce-products-header__title{position:relative;z-index:1;margin:0;color:#552036;font-size:clamp(34px,4vw,49px);font-weight:800;line-height:1.25;letter-spacing:-.04em}
body.woocommerce-shop .woocommerce-products-header__title::before{content:"متجر فيلورا";display:block;margin-bottom:6px;color:#ae7c3e;font-size:8px;font-weight:800;letter-spacing:.07em}
.velora-shop-intro{position:relative;z-index:1;display:flex;align-items:flex-end;justify-content:space-between;gap:26px;margin-top:10px}.velora-shop-intro>p{max-width:520px;margin:0;color:#837077;font-size:10px;line-height:1.8}.velora-shop-intro nav{display:grid;grid-template-columns:repeat(4,auto);gap:7px}.velora-shop-intro nav a{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 11px;border:1px solid #ddc9ce;border-radius:10px;background:rgba(255,255,255,.75);color:#61253a;font-size:8px;font-weight:800;white-space:nowrap;transition:.18s}.velora-shop-intro nav a:hover{transform:translateY(-2px);border-color:#7a2b45;background:#fff;box-shadow:0 7px 16px rgba(72,24,40,.07)}.velora-shop-intro nav a .velora-icon{color:#9d6836}
.woocommerce .velora-shop-toolbar{width:var(--velora-container);max-width:1320px;min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:18px;clear:both;margin:18px auto 0;padding:10px 13px 10px 18px;border:1px solid #e5d9dc;border-radius:16px;background:rgba(255,255,255,.9);box-shadow:0 9px 25px rgba(65,24,37,.045)}
html[dir=rtl] .woocommerce .velora-shop-toolbar .woocommerce-result-count,html[dir=rtl] .woocommerce .velora-shop-toolbar .woocommerce-ordering{float:none!important;margin:0!important}.velora-shop-toolbar .woocommerce-result-count{display:flex;align-items:center;gap:8px;color:#765f67;font-size:9px}.velora-shop-toolbar .woocommerce-result-count::before{content:"";width:7px;height:7px;border-radius:50%;background:#b7833d;box-shadow:0 0 0 4px rgba(183,131,61,.11)}
.velora-shop-toolbar .woocommerce-ordering{position:relative;min-width:210px}.velora-shop-toolbar .woocommerce-ordering::before{content:"ترتيب الهدايا";position:absolute;z-index:2;inset:50% 13px auto auto;transform:translateY(-50%);color:#9c858c;font-size:7px;pointer-events:none}.velora-shop-toolbar .woocommerce-ordering::after{content:"⌄";position:absolute;z-index:2;inset:50% auto auto 14px;transform:translateY(-55%);color:#6b263e;font:700 13px/1 Arial,sans-serif;pointer-events:none}.velora-shop-toolbar .woocommerce-ordering select{width:100%;height:44px;margin:0;padding:16px 90px 5px 35px;border:1px solid #dac9cd;border-radius:11px;outline:0;appearance:none;background:#fff;color:#4f303b;font:700 9px/1.2 "Tajawal",sans-serif;cursor:pointer;transition:border-color .2s,box-shadow .2s}.velora-shop-toolbar .woocommerce-ordering select:focus{border-color:#772a44;box-shadow:0 0 0 3px rgba(119,42,68,.09)}
body.woocommerce-shop .woocommerce ul.products li.product,body.post-type-archive-product .woocommerce ul.products li.product,body.tax-product_cat .woocommerce ul.products li.product{display:flex;min-width:0;flex-direction:column}body.woocommerce-shop .woocommerce ul.products li.product>a.woocommerce-LoopProduct-link,body.post-type-archive-product .woocommerce ul.products li.product>a.woocommerce-LoopProduct-link,body.tax-product_cat .woocommerce ul.products li.product>a.woocommerce-LoopProduct-link{flex:1}
@media(max-width:980px){.velora-shop-intro{align-items:stretch;flex-direction:column}.velora-shop-intro nav{grid-template-columns:repeat(4,1fr)}.velora-shop-intro nav a{white-space:normal;text-align:center}}
@media(max-width:640px){body.woocommerce-shop .velora-shop-main>.velora-container,body.post-type-archive-product .velora-shop-main>.velora-container,body.tax-product_cat .velora-shop-main>.velora-container{padding-block:20px 55px}body.woocommerce-shop .woocommerce-products-header,body.post-type-archive-product .woocommerce-products-header,body.tax-product_cat .woocommerce-products-header{padding:22px 17px;border-radius:17px}body.woocommerce-shop>h1.page-title,body.post-type-archive-product>h1.page-title,body.tax-product_cat>h1.page-title{margin-top:20px;padding:22px 17px 3px;border-radius:17px 17px 0 0}body.woocommerce-shop>.velora-shop-intro,body.post-type-archive-product>.velora-shop-intro,body.tax-product_cat>.velora-shop-intro{padding:8px 17px 20px;border-radius:0 0 17px 17px}.velora-shop-intro nav{grid-template-columns:repeat(2,1fr)}.woocommerce .velora-shop-toolbar{align-items:stretch;flex-direction:column;padding:12px}.velora-shop-toolbar .woocommerce-result-count{justify-content:center;order:2}.velora-shop-toolbar .woocommerce-ordering{width:100%;min-width:0;order:1}}


/* Refined premium login experience */
body.woocommerce-account:not(.logged-in){background:radial-gradient(circle at 12% 18%,rgba(197,148,81,.1),transparent 27%),linear-gradient(180deg,#fffdfb,#faf5f0)}
body.woocommerce-account:not(.logged-in) .velora-content-layout{width:min(1160px,calc(100% - 36px));padding-block:38px 72px}
body.woocommerce-account:not(.logged-in) .entry-content>.woocommerce{max-width:none}
.velora-account-auth{min-height:585px;grid-template-columns:minmax(390px,.92fr) minmax(500px,1.08fr);border-color:#dfcfd3;border-radius:28px;box-shadow:0 30px 80px rgba(66,22,37,.12)}
.velora-account-auth__welcome{justify-content:flex-start;padding:46px 42px;background:radial-gradient(circle at 12% 8%,rgba(228,181,108,.25),transparent 29%),linear-gradient(150deg,#792942 0,#57162d 60%,#37101e 100%)}
.velora-account-auth__welcome::before{content:"";position:absolute;z-index:0;inset:19px;border:1px solid rgba(255,255,255,.08);border-radius:21px;pointer-events:none}
.velora-account-auth__welcome::after{width:350px;height:350px;inset:auto -155px -170px;border-color:rgba(231,198,144,.25);box-shadow:0 0 0 58px rgba(255,255,255,.025),0 0 0 116px rgba(255,255,255,.014)}
.velora-account-auth__eyebrow{display:inline-flex;align-items:center;gap:8px;width:max-content;padding:7px 11px;border:1px solid rgba(239,207,153,.22);border-radius:999px;background:rgba(255,255,255,.06);font-size:9px;letter-spacing:.03em}
.velora-account-auth__eyebrow::before{content:"";width:7px;height:7px;border:2px solid rgba(255,255,255,.62);border-radius:50%;background:#d6a455;box-shadow:0 0 0 4px rgba(214,164,85,.12)}
.velora-account-auth__mark{width:58px;height:58px;margin:22px 0 17px;border-radius:17px;background:linear-gradient(145deg,rgba(255,255,255,.18),rgba(255,255,255,.07));box-shadow:0 13px 27px rgba(28,4,13,.22),inset 0 0 0 1px rgba(255,255,255,.08)}
.velora-account-auth__mark .velora-icon{width:30px!important;height:30px!important;display:block;color:#f0cf96;stroke-width:1.9}
.velora-account-auth__welcome h1{font-size:clamp(39px,3.7vw,51px);line-height:1.14;text-wrap:balance}
.velora-account-auth__welcome>p{max-width:410px;margin:14px 0 24px;color:#f0e3e6;font-size:12px;line-height:1.85}
.velora-account-auth__welcome ul{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:auto}
.velora-account-auth__welcome li{min-width:0;display:grid;grid-template-columns:1fr;align-content:center;justify-items:center;gap:7px;min-height:118px;padding:12px 8px;border-color:rgba(255,255,255,.14);border-radius:14px;background:linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.045));text-align:center;backdrop-filter:blur(5px)}
.velora-account-auth__welcome li>.velora-icon{width:37px!important;height:37px!important;display:block;margin:0;padding:8px;border:1px solid rgba(255,255,255,.11);border-radius:11px;background:rgba(255,255,255,.1);color:#efcc91;stroke-width:1.8}
.velora-account-auth__welcome li b{font-size:9px}.velora-account-auth__welcome li small{min-height:25px;margin-top:4px;color:#ddcfd3;font-size:7px;line-height:1.7}
.velora-account-auth__panel{position:relative;justify-content:center;padding:46px 58px;background:radial-gradient(circle at 6% 8%,rgba(198,147,78,.09),transparent 24%),linear-gradient(150deg,#fff 32%,#fff9f7);overflow:hidden}
.velora-account-auth__panel::before{content:"V";position:absolute;inset:auto auto -35px 20px;color:rgba(104,34,59,.035);font:700 210px/1 Georgia,serif;pointer-events:none}
.velora-account-auth__panel>header{position:relative;z-index:1;margin-bottom:22px}
.velora-account-auth__panel>header>span{display:inline-flex;align-items:center;gap:7px;padding:6px 10px;border-radius:999px;background:#f9ece9;color:#a67438;font-size:8px}
.velora-account-auth__panel>header>span::before{content:"✦";font-size:10px}
.velora-account-auth__panel>header h2{margin:10px 0 5px;font-size:39px;line-height:1.2}.velora-account-auth__panel>header p{margin:0;color:#88747b;font-size:10px}
.woocommerce .velora-login-form{position:relative;z-index:1;padding:24px!important;border:1px solid #e3d2d6!important;border-radius:20px!important;background:rgba(255,255,255,.94)!important;box-shadow:0 18px 42px rgba(70,24,39,.075)!important}
.velora-login-form .form-row{margin-bottom:16px}.velora-login-form .form-row label{margin-bottom:7px;color:#593542;font-size:9px}
.velora-account-field{height:58px;border-color:#dbc8cd;border-radius:14px;background:#fff;box-shadow:0 5px 14px rgba(64,24,36,.025)}
.velora-account-field>.velora-icon{width:20px!important;height:20px!important;display:block;margin-inline:16px 3px;color:#76334a;stroke-width:1.8}
.woocommerce .velora-account-field input.input-text{height:56px!important;padding-inline:11px 14px!important;font-size:11px}
.woocommerce .velora-account-field input.input-text::placeholder{color:#b4a4a9}
.velora-login-form__options{margin:1px 0 20px;font-size:8.5px}.velora-login-form__options label{gap:7px}.velora-login-form__options input{width:16px;height:16px}
.woocommerce .velora-account-submit{min-height:57px;border-radius:14px!important;background:linear-gradient(135deg,#792742,#52162c)!important;box-shadow:0 13px 27px rgba(82,21,43,.2);font-size:11px!important}
.woocommerce .velora-account-submit .velora-icon{width:18px!important;height:18px!important;display:block}
.velora-account-auth__panel>footer{position:relative;z-index:1;margin-top:15px}.velora-account-auth__panel>footer span{padding:7px 11px;border:1px solid #eadde0;border-radius:999px;background:rgba(255,255,255,.8);color:#8e7a81}
.velora-account-auth__panel>footer .velora-icon{display:block;color:#7e4054}
@media(max-width:900px){.velora-account-auth{grid-template-columns:1fr}.velora-account-auth__panel{order:1;padding:42px}.velora-account-auth__welcome{order:2;padding:38px}.velora-account-auth__welcome ul{grid-template-columns:repeat(3,1fr)}}
@media(max-width:600px){body.woocommerce-account:not(.logged-in) .velora-content-layout{width:calc(100% - 18px);padding-block:16px 42px}.velora-account-auth{border-radius:20px}.velora-account-auth__panel{padding:27px 16px}.velora-account-auth__panel>header{margin-bottom:17px}.velora-account-auth__panel>header h2{font-size:31px}.woocommerce .velora-login-form{padding:17px!important;border-radius:16px!important}.velora-account-field{height:54px}.woocommerce .velora-account-field input.input-text{height:52px!important}.velora-account-auth__welcome{padding:30px 20px}.velora-account-auth__welcome h1{font-size:34px}.velora-account-auth__welcome ul{gap:6px}.velora-account-auth__welcome li{min-height:100px;padding:9px 5px}.velora-account-auth__welcome li small{display:none}.velora-account-auth__welcome>p{margin-bottom:18px}.velora-login-form__options{align-items:flex-start;flex-direction:column}.woocommerce .velora-account-submit{min-height:53px}}

/* RTL login readability and alignment */
html[dir=rtl] .velora-account-auth{direction:rtl;text-align:right}
html[dir=rtl] .velora-account-auth__welcome,
html[dir=rtl] .velora-account-auth__panel,
html[dir=rtl] .velora-login-form{direction:rtl;text-align:right}
.velora-account-auth__eyebrow{font-size:11px;line-height:1.5}
.velora-account-auth__welcome h1{font-size:clamp(42px,3.8vw,54px);line-height:1.18;letter-spacing:-.025em}
.velora-account-auth__welcome>p{font-size:14px;line-height:1.9}
.velora-account-auth__welcome li b{font-size:12px;line-height:1.5}
.velora-account-auth__welcome li small{min-height:34px;font-size:10px;line-height:1.65}
.velora-account-auth__panel>header>span{font-size:10px;line-height:1.5}
.velora-account-auth__panel>header h2{font-size:42px;line-height:1.22}
.velora-account-auth__panel>header p{font-size:13px;line-height:1.7}
.woocommerce .velora-login-form{padding:28px!important}
.velora-login-form .form-row{margin-bottom:18px}
.velora-login-form .form-row label{margin-bottom:9px;font-size:12px;line-height:1.5}
.velora-account-field{direction:rtl;height:60px}
.velora-account-field>.velora-icon{order:0;flex:0 0 auto;margin-inline:16px 4px}
.velora-account-field .password-input{direction:rtl}
.woocommerce .velora-account-field input.input-text{height:58px!important;padding-inline:10px 14px!important;direction:rtl!important;unicode-bidi:plaintext;text-align:right;font-size:14px;line-height:1.5}
.woocommerce .velora-account-field input.input-text::placeholder{font-size:12px;opacity:.88}
.velora-login-form__options{direction:rtl;margin:3px 0 22px;font-size:11px;line-height:1.5}
.velora-login-form__options label{font-size:11px!important}.velora-login-form__options a{font-size:11px}
.woocommerce .velora-account-submit{min-height:59px;font-size:14px!important}
.velora-account-auth__panel>footer{font-size:10px;line-height:1.5}
.velora-account-auth__panel>footer span{padding:8px 13px}
@media(max-width:900px){
  .velora-account-auth__welcome>p{font-size:13px}
  .velora-account-auth__welcome li b{font-size:11px}
  .velora-account-auth__welcome li small{font-size:9px}
}
@media(max-width:600px){
  .velora-account-auth__eyebrow{font-size:10px}
  .velora-account-auth__welcome h1{font-size:36px}
  .velora-account-auth__welcome>p{font-size:13px}
  .velora-account-auth__panel>header h2{font-size:34px}
  .velora-account-auth__panel>header p{font-size:12px}
  .woocommerce .velora-login-form{padding:20px!important}
  .velora-login-form .form-row label{font-size:11px}
  .woocommerce .velora-account-field input.input-text{font-size:13px}
  .velora-login-form__options{align-items:stretch;flex-direction:row;font-size:10px}
  .velora-login-form__options label,.velora-login-form__options a{font-size:10px!important}
  .woocommerce .velora-account-submit{font-size:13px!important}
}

/* Premium Arabic product reviews */
body.single-product #reviews{display:grid;grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr);gap:24px;align-items:start;direction:rtl;text-align:right}
body.single-product #reviews>*{min-width:0}
body.single-product #reviews #comments{height:100%;min-height:330px;padding:28px;border:1px solid #e4d5d8;border-radius:20px;background:radial-gradient(circle at 12% 10%,rgba(199,154,88,.13),transparent 27%),linear-gradient(145deg,#fff8f5,#faecef);box-shadow:0 14px 34px rgba(67,23,38,.06)}
body.single-product #reviews #comments h2{margin:0!important;color:#552036;font-size:29px!important;line-height:1.35}
body.single-product #reviews #comments h2::before{content:"آراء عملاء فيلورا";display:block;margin-bottom:7px;color:#ae7b3b;font-size:9px;font-weight:800;letter-spacing:.06em}
body.single-product #reviews .woocommerce-noreviews{min-height:220px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;margin:18px 0 0;padding:24px;border:1px dashed #d9bdc5;border-radius:16px;background:rgba(255,255,255,.72);color:#79666d;font-size:12px;line-height:1.8;text-align:center}
body.single-product #reviews .woocommerce-noreviews::before{content:"★★★★★";color:#c3924b;font:700 25px/1 Arial,sans-serif;letter-spacing:4px}
body.single-product #review_form_wrapper{padding:28px 30px;border:1px solid #e4d5d8;border-radius:20px;background:#fff;box-shadow:0 14px 34px rgba(67,23,38,.06)}
.velora-review-form-heading{margin-bottom:9px}.velora-review-form-heading>span{display:block;margin-bottom:6px;color:#ad7b3d;font-size:9px;font-weight:800}.velora-review-form-heading h3{margin:0!important;color:#552036;font-size:25px!important;line-height:1.45}.velora-review-form-heading h3 small,.velora-review-form-heading h3 a{font-size:10px}
.velora-review-intro{margin:0 0 20px!important;color:#826e75!important;font-size:11px!important;line-height:1.8!important}
body.single-product #reviews .comment-form{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin:0}
body.single-product #reviews .comment-form>p,body.single-product #reviews .comment-form>div{margin:0!important}
body.single-product #reviews .comment-form-rating,body.single-product #reviews .comment-form-comment,body.single-product #reviews .comment-notes,body.single-product #reviews .comment-form-cookies-consent,body.single-product #reviews .form-submit,body.single-product #reviews .must-log-in{grid-column:1/-1}
body.single-product #reviews .comment-form label{display:block;margin:0 0 8px;color:#593542;font-size:11px;font-weight:800}
body.single-product #reviews .comment-form .required{color:#a1284e}
body.single-product #reviews .comment-form-author input,body.single-product #reviews .comment-form-email input,body.single-product #reviews textarea{width:100%;margin:0!important;border:1px solid #ddcdd1!important;border-radius:12px!important;outline:0;background:#fffaf9!important;color:#3f2b32;font:500 12px/1.7 "Tajawal",sans-serif;box-shadow:none!important;transition:border-color .2s,box-shadow .2s}
body.single-product #reviews .comment-form-author input,body.single-product #reviews .comment-form-email input{height:50px;padding:10px 13px!important}
body.single-product #reviews textarea{min-height:155px;padding:14px 15px!important;resize:vertical}
body.single-product #reviews .comment-form-author input:focus,body.single-product #reviews .comment-form-email input:focus,body.single-product #reviews textarea:focus{border-color:#7a2944!important;box-shadow:0 0 0 3px rgba(122,41,68,.08)!important}
body.single-product #reviews .comment-form-comment>small{display:block;margin-top:7px;color:#9b898e;font-size:8px}
body.single-product #reviews .comment-form-rating{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:15px 17px;border:1px solid #eadcdf;border-radius:14px;background:linear-gradient(135deg,#fffaf8,#fbf0f2)}
body.single-product #reviews .comment-form-rating>div label{margin-bottom:4px}body.single-product #reviews .comment-form-rating>div small{color:#958188;font-size:8px}
body.single-product #reviews p.stars{width:max-content;margin:0!important;direction:ltr;line-height:1;overflow:hidden}
body.single-product #reviews p.stars>span{display:inline-flex;align-items:center;gap:6px;direction:ltr;overflow:hidden}
body.single-product #reviews p.stars a{position:relative;flex:0 0 36px;width:36px;height:36px;display:block;overflow:hidden!important;border:1px solid #ead9dc;border-radius:10px;background:#fff;box-shadow:0 4px 11px rgba(77,26,42,.05);color:#b99779;font-size:0;line-height:36px;text-indent:-9999px!important;white-space:nowrap!important;transition:transform .15s,border-color .15s,background .15s,box-shadow .15s}
body.single-product #reviews p.stars a::before{content:"☆"!important;inset:0!important;width:36px;height:36px;display:grid;place-items:center;color:#b58145;font:400 28px/36px Arial,sans-serif!important;text-indent:0!important}
body.single-product #reviews p.stars:hover a::before{content:"★"!important;color:#c28d3e}
body.single-product #reviews p.stars a:hover~a::before{content:"☆"!important;color:#b58145}
body.single-product #reviews p.stars.selected a.active::before,body.single-product #reviews p.stars.selected a:not(.active)::before{content:"★"!important;color:#c28d3e}
body.single-product #reviews p.stars.selected a.active~a::before{content:"☆"!important;color:#b58145}
body.single-product #reviews p.stars a:hover,body.single-product #reviews p.stars a:focus-visible{border-color:#c89551;background:#fffaf1;box-shadow:0 7px 15px rgba(110,69,23,.11);outline:0}
body.single-product #reviews p.stars a:hover{color:#c59243;transform:translateY(-2px)}
body.single-product #reviews .comment-form-cookies-consent{display:flex;align-items:center;gap:9px;padding:10px 12px;border-radius:10px;background:#faf4f2;color:#765f67}
body.single-product #reviews .comment-form-cookies-consent input{width:17px;height:17px;margin:0;accent-color:#6a233d}body.single-product #reviews .comment-form-cookies-consent label{margin:0;font-size:9px;font-weight:600;cursor:pointer}
body.single-product #reviews .form-submit{text-align:start}body.single-product #reviews #submit{min-width:180px;min-height:50px;margin:0!important;padding:11px 24px!important;border:0!important;border-radius:11px!important;background:linear-gradient(135deg,#72243f,#4b1429)!important;box-shadow:0 10px 22px rgba(79,21,41,.2);color:#fff!important;font:800 12px/1.4 "Tajawal",sans-serif!important;transition:transform .2s,box-shadow .2s}body.single-product #reviews #submit:hover{transform:translateY(-2px);box-shadow:0 14px 27px rgba(79,21,41,.27)}
body.single-product #reviews .clear{display:none}
@media(max-width:820px){body.single-product #reviews{grid-template-columns:1fr}body.single-product #reviews #comments{min-height:0}body.single-product #reviews .woocommerce-noreviews{min-height:150px}}
@media(max-width:560px){body.single-product #reviews #comments,body.single-product #review_form_wrapper{padding:20px 16px;border-radius:16px}body.single-product #reviews .comment-form{grid-template-columns:1fr}body.single-product #reviews .comment-form-author,body.single-product #reviews .comment-form-email{grid-column:1/-1}body.single-product #reviews .comment-form-rating{align-items:flex-start;flex-direction:column}body.single-product #reviews p.stars>span{gap:4px}body.single-product #reviews p.stars a{flex-basis:34px;width:34px;height:34px;line-height:34px}body.single-product #reviews p.stars a::before{width:34px;height:34px;font-size:26px!important;line-height:34px!important}body.single-product #reviews #submit{width:100%}}

/* Premium streamlined checkout */
body.woocommerce-checkout:not(.woocommerce-order-received){background:radial-gradient(circle at 100% 4%,rgba(196,148,80,.1),transparent 24%),#fbf7f2}
body.woocommerce-checkout:not(.woocommerce-order-received) .velora-content-layout{padding-block:38px 90px}
body.woocommerce-checkout:not(.woocommerce-order-received) .velora-article{width:min(1180px,calc(100% - 32px));max-width:none;margin-inline:auto}
body.woocommerce-checkout:not(.woocommerce-order-received) .velora-article>h1{display:none}
.velora-checkout-intro{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(430px,.85fr);align-items:center;gap:42px;margin-bottom:22px;padding:34px 38px;border:1px solid #e7d7d8;border-radius:24px;background:radial-gradient(circle at 7% 15%,rgba(190,139,69,.16),transparent 28%),linear-gradient(135deg,#fff,#fff8f5 56%,#f8ebed);box-shadow:0 20px 50px rgba(70,25,39,.065);overflow:hidden;direction:rtl}
.velora-checkout-intro::after{content:"";position:absolute;inset-inline-end:-65px;inset-block-end:-95px;width:230px;height:230px;border:1px solid rgba(116,39,61,.09);border-radius:50%;box-shadow:0 0 0 34px rgba(116,39,61,.025),0 0 0 68px rgba(116,39,61,.018);pointer-events:none}
.velora-checkout-intro__copy{position:relative;z-index:1;text-align:right}.velora-checkout-intro__copy>span{display:inline-flex;align-items:center;gap:7px;margin-bottom:9px;padding:7px 11px;border:1px solid #eadbd9;border-radius:999px;background:rgba(255,255,255,.75);color:#9a6e32;font-size:9px;font-weight:800}.velora-checkout-intro__copy h1{margin:0;color:#581b32;font-size:clamp(31px,3.5vw,47px);line-height:1.25}.velora-checkout-intro__copy p{max-width:570px;margin:10px 0 0;color:#806b72;font-size:12px;line-height:1.9}
.velora-checkout-steps{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:0;padding:0;list-style:none;direction:rtl}.velora-checkout-steps::before{content:"";position:absolute;z-index:-1;top:20px;inset-inline:15%;height:1px;background:#e3cfd3}.velora-checkout-steps li,.velora-checkout-steps a{min-width:0;display:flex;align-items:center;gap:8px;color:#826e75;text-decoration:none}.velora-checkout-steps li>i,.velora-checkout-steps a>i{width:41px;height:41px;display:grid;flex:0 0 41px;place-items:center;border:1px solid #ddcbd0;border-radius:50%;background:#fff;color:#8b6d77;font:700 11px/1 Arial,sans-serif;box-shadow:0 5px 12px rgba(66,23,38,.05)}.velora-checkout-steps span{display:block;color:#6d5960;font-size:9px;font-weight:800;line-height:1.5}.velora-checkout-steps small{display:block;color:#aa989e;font-size:7px;font-weight:500}.velora-checkout-steps .is-complete i{border-color:#c69a5c;background:#c69a5c;color:#fff}.velora-checkout-steps .is-active i{border-color:#6a203a;background:#6a203a;color:#fff;box-shadow:0 6px 16px rgba(106,32,58,.22)}.velora-checkout-steps .is-active span{color:#591d33}
body.woocommerce-checkout .woocommerce-form-login-toggle,body.woocommerce-checkout .woocommerce-form-coupon-toggle{margin:0 0 14px}body.woocommerce-checkout .woocommerce-info{min-height:54px;display:flex;align-items:center;gap:8px;margin:0!important;padding:13px 17px!important;border:1px solid #e5d6d8!important;border-top:1px solid #e5d6d8!important;border-radius:13px;background:#fff!important;color:#6f5961;font-size:11px;box-shadow:0 7px 18px rgba(58,20,34,.035)}body.woocommerce-checkout .woocommerce-info::before{position:static;flex:0 0 auto;color:#a9783c}body.woocommerce-checkout .woocommerce-info a{margin-inline-start:4px;color:#641f37;font-weight:800;text-decoration:underline;text-underline-offset:3px}
body.woocommerce-checkout form.checkout_coupon{margin:0 0 18px!important;padding:18px!important;border:1px solid #e5d6d8!important;border-radius:14px!important;background:#fff!important;box-shadow:0 8px 20px rgba(58,20,34,.04)}body.woocommerce-checkout form.checkout_coupon>p:first-child{margin-bottom:12px;color:#7e6870;font-size:11px}body.woocommerce-checkout form.checkout_coupon .form-row{display:flex;gap:8px;margin:0!important}body.woocommerce-checkout form.checkout_coupon input{height:46px!important;margin:0!important;border:1px solid #ddcdd1!important;border-radius:9px!important;background:#fffaf9!important}body.woocommerce-checkout form.checkout_coupon button{height:46px!important;border:0!important;border-radius:9px!important;background:#672039!important;color:#fff!important;font:800 11px/1 "Tajawal",sans-serif!important}
body.woocommerce-checkout form.checkout{display:grid!important;grid-template-columns:minmax(350px,420px) minmax(0,1fr);grid-template-areas:"heading details" "review details";grid-template-rows:auto 1fr;align-items:start;gap:0 26px;margin-top:20px;direction:ltr}
body.woocommerce-checkout form.checkout>*{min-width:0;direction:rtl;text-align:right}
body.woocommerce-checkout #customer_details{grid-area:details;display:block;width:100%;margin:0}
body.woocommerce-checkout #customer_details::before{content:"بيانات التوصيل";display:block;margin:0 0 12px;color:#572037;font-size:22px;font-weight:800;line-height:1.4}
body.woocommerce-checkout #customer_details::after{content:"الحقول المعلّمة بنجمة مطلوبة لإتمام توصيل هديتك.";display:block;margin-top:9px;color:#99868d;font-size:8px}
body.woocommerce-checkout #customer_details>.col-1,body.woocommerce-checkout #customer_details>.col-2{float:none!important;width:100%!important;margin:0!important}
body.woocommerce-checkout .woocommerce-billing-fields,body.woocommerce-checkout .woocommerce-shipping-fields,body.woocommerce-checkout .woocommerce-additional-fields{padding:26px;border:1px solid #e4d5d8;border-radius:19px;background:#fff;box-shadow:0 13px 32px rgba(67,23,38,.05)}
body.woocommerce-checkout .woocommerce-shipping-fields:empty{display:none}body.woocommerce-checkout .woocommerce-additional-fields{margin-top:14px;padding-block:21px}
body.woocommerce-checkout .woocommerce-billing-fields>h3,body.woocommerce-checkout .woocommerce-shipping-fields>h3,body.woocommerce-checkout .woocommerce-additional-fields>h3{display:flex;align-items:center;gap:10px;margin:0 0 20px!important;color:#5a2037;font-size:17px!important;line-height:1.5}body.woocommerce-checkout .woocommerce-billing-fields>h3::before,body.woocommerce-checkout .woocommerce-shipping-fields>h3::before,body.woocommerce-checkout .woocommerce-additional-fields>h3::before{width:29px;height:29px;display:grid;place-items:center;border-radius:9px;background:#f4e5e9;color:#6a213a;font:800 10px/1 Arial,sans-serif}body.woocommerce-checkout .woocommerce-billing-fields>h3::before{content:"1"}body.woocommerce-checkout .woocommerce-shipping-fields>h3::before{content:"2"}body.woocommerce-checkout .woocommerce-additional-fields>h3::before{content:"+"}
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px 12px}
body.woocommerce-checkout .form-row{float:none!important;width:auto!important;margin:0!important;padding:0!important}body.woocommerce-checkout .form-row-wide,body.woocommerce-checkout #billing_country_field,body.woocommerce-checkout #shipping_country_field,body.woocommerce-checkout #billing_address_1_field,body.woocommerce-checkout #shipping_address_1_field,body.woocommerce-checkout #billing_address_2_field,body.woocommerce-checkout #shipping_address_2_field{grid-column:1/-1}
body.woocommerce-checkout .form-row label{display:block;margin:0 0 7px;color:#60424c;font-size:9px;font-weight:800;line-height:1.5}body.woocommerce-checkout .form-row label .optional{color:#a39298;font-size:7px;font-weight:500}body.woocommerce-checkout .form-row .required{color:#ad294e;text-decoration:none}
body.woocommerce-checkout input.input-text,body.woocommerce-checkout textarea,body.woocommerce-checkout .select2-container .select2-selection--single{width:100%;margin:0!important;border:1px solid #ded0d4!important;border-radius:10px!important;background:#fffaf9!important;color:#443139!important;font:500 11px/1.7 "Tajawal",sans-serif!important;box-shadow:none!important;outline:0;transition:border-color .2s,box-shadow .2s,background .2s}
body.woocommerce-checkout input.input-text{height:49px;padding:10px 13px!important}body.woocommerce-checkout textarea{min-height:90px;padding:12px 13px!important;resize:vertical}body.woocommerce-checkout input.input-text::placeholder,body.woocommerce-checkout textarea::placeholder{color:#ad9da2;opacity:1}
body.woocommerce-checkout .select2-container{width:100%!important}body.woocommerce-checkout .select2-container .select2-selection--single{height:49px!important;padding:8px 11px!important}body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{padding:0!important;color:#443139!important;line-height:31px!important}body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{top:11px;inset-inline-end:auto;inset-inline-start:9px}
body.woocommerce-checkout input.input-text:focus,body.woocommerce-checkout textarea:focus,body.woocommerce-checkout .select2-container--focus .select2-selection--single{border-color:#7a2944!important;background:#fff!important;box-shadow:0 0 0 3px rgba(122,41,68,.08)!important}
body.woocommerce-checkout #ship-to-different-address{margin-bottom:16px!important}body.woocommerce-checkout #ship-to-different-address label{min-height:50px;display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid #e6d8db;border-radius:11px;background:#fffaf9;color:#5d3544;font-size:11px;cursor:pointer}body.woocommerce-checkout #ship-to-different-address-checkbox{width:18px;height:18px;margin:0;accent-color:#692039}
body.woocommerce-checkout #order_review_heading{grid-area:heading;margin:0!important;padding:19px 21px;border:1px solid #e3d4d7;border-bottom:0;border-radius:19px 19px 0 0;background:linear-gradient(135deg,#fff,#fff7f6);color:#572037;font-size:19px!important;line-height:1.4}body.woocommerce-checkout #order_review_heading::after{content:"راجع المحتويات قبل التأكيد";display:block;margin-top:4px;color:#9c898f;font-size:8px;font-weight:500}
body.woocommerce-checkout #order_review{grid-area:review;position:sticky;top:100px;margin:0;padding:0 20px 20px;border:1px solid #e3d4d7;border-top:0;border-radius:0 0 19px 19px;background:#fff;box-shadow:0 15px 35px rgba(67,23,38,.065);overflow:hidden}
body.woocommerce-checkout table.woocommerce-checkout-review-order-table{width:100%;margin:0!important;border:0!important;border-collapse:separate;border-spacing:0;background:transparent!important;table-layout:fixed}
body.woocommerce-checkout table.woocommerce-checkout-review-order-table thead{display:none}body.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody{display:block;max-height:320px;margin-bottom:9px;overflow:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#cdb8be #f8f0f1}body.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody tr{width:100%;display:grid;grid-template-columns:minmax(0,1fr) 86px;align-items:center;border-bottom:1px solid #f0e6e8}body.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody td{display:block;padding:11px 0!important;border:0!important;background:transparent!important;color:#563541;font-size:9px;line-height:1.65}body.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody td.product-total{text-align:left;font-size:10px;font-weight:800;white-space:nowrap}
.velora-checkout-product{display:flex;align-items:center;gap:10px;min-width:0}.velora-checkout-product>img{width:49px;height:49px;flex:0 0 49px;margin:0!important;border:1px solid #eadde0;border-radius:10px;object-fit:cover;background:#fbf4f1}.velora-checkout-product__copy{min-width:0;display:block}.velora-checkout-product__copy small{display:block;margin-bottom:2px;color:#b07c3b;font-size:7px;font-weight:800}.velora-checkout-product__copy b{display:block;color:#52343f;font-size:9px;line-height:1.55}.woocommerce-checkout-review-order-table .product-name .product-quantity{display:inline-flex;margin-inline-start:59px;margin-top:-13px;color:#9c8990;font-size:8px}.woocommerce-checkout-review-order-table .product-name dl.variation{margin:4px 0 0 59px!important;color:#927e85;font-size:7px}.woocommerce-checkout-review-order-table .product-name dl.variation dt,.woocommerce-checkout-review-order-table .product-name dl.variation dd{display:inline;float:none!important;margin:0 0 0 3px!important;padding:0!important}.woocommerce-checkout-review-order-table .product-name dl.variation p{display:inline;margin:0}
body.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot{display:table;width:100%;table-layout:fixed}body.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr{background:transparent}body.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot th,body.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot td{padding:10px 0!important;border-top:1px solid #eee3e5!important;color:#6c525b;font-size:9px;background:transparent!important}body.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot td{text-align:left;font-weight:800}body.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot .order-total th,body.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot .order-total td{padding-top:15px!important;color:#571b32;font-size:13px}body.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot .order-total .amount{font-size:17px}
body.woocommerce-checkout #payment{margin-top:14px;border:1px solid #e7dade!important;border-radius:14px!important;background:#fcf7f6!important;overflow:hidden}body.woocommerce-checkout #payment ul.payment_methods{padding:15px!important;border-bottom:1px solid #ebdfe1!important}body.woocommerce-checkout #payment ul.payment_methods li{margin:0;padding:12px;border:1px solid #e8dcdf;border-radius:10px;background:#fff;color:#5b3d48;font-size:10px}body.woocommerce-checkout #payment ul.payment_methods li+li{margin-top:8px}body.woocommerce-checkout #payment ul.payment_methods input{accent-color:#6d213b}body.woocommerce-checkout #payment div.payment_box{margin:10px 0 0!important;padding:11px!important;border-radius:8px;background:#faf0f1!important;color:#79636b;font-size:9px}body.woocommerce-checkout #payment div.payment_box::before{border-bottom-color:#faf0f1!important}
body.woocommerce-checkout #payment .form-row.place-order{padding:15px!important}body.woocommerce-checkout .woocommerce-privacy-policy-text{color:#8e7980;font-size:8px;line-height:1.8}body.woocommerce-checkout .woocommerce-privacy-policy-text a{color:#692039;text-decoration:underline;text-underline-offset:2px}
.velora-checkout-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin:13px 0 12px}.velora-checkout-trust span{min-width:0;display:flex;align-items:center;justify-content:center;gap:5px;padding:8px 5px;border-radius:8px;background:#fff;color:#6d555e;font-size:7px;font-weight:700;text-align:center}.velora-checkout-trust svg{color:#9b6d36}
body.woocommerce-checkout #place_order{float:none!important;width:100%!important;min-height:54px;margin:0!important;padding:12px 20px!important;border:0!important;border-radius:10px!important;background:linear-gradient(135deg,#762441,#4f142b)!important;box-shadow:0 11px 23px rgba(83,20,43,.22);color:#fff!important;font:800 13px/1.4 "Tajawal",sans-serif!important;transition:transform .2s,box-shadow .2s}body.woocommerce-checkout #place_order::after{content:"←";display:inline-block;margin-inline-start:9px;font:400 17px/1 Arial,sans-serif}body.woocommerce-checkout #place_order:hover{transform:translateY(-2px);box-shadow:0 15px 28px rgba(83,20,43,.29)}
body.woocommerce-checkout .woocommerce-error,body.woocommerce-checkout .woocommerce-message{margin:0 0 15px!important;padding:15px 42px 15px 16px!important;border:1px solid #e4d4d7!important;border-top:1px solid #e4d4d7!important;border-radius:12px;background:#fff!important;color:#6b4c57;font-size:10px;box-shadow:0 7px 18px rgba(67,23,38,.04)}body.woocommerce-checkout .woocommerce-error::before,body.woocommerce-checkout .woocommerce-message::before{top:14px;inset-inline-start:15px}
@media(max-width:980px){.velora-checkout-intro{grid-template-columns:1fr;gap:24px}.velora-checkout-steps{max-width:570px}body.woocommerce-checkout form.checkout{grid-template-columns:1fr;grid-template-areas:"details" "heading" "review";gap:18px}body.woocommerce-checkout #order_review{position:static}.velora-checkout-intro__copy p{max-width:none}}
@media(max-width:620px){body.woocommerce-checkout:not(.woocommerce-order-received) .velora-content-layout{padding-block:20px 60px}body.woocommerce-checkout:not(.woocommerce-order-received) .velora-article{width:min(100% - 20px,1180px)}.velora-checkout-intro{gap:20px;margin-bottom:14px;padding:24px 18px;border-radius:18px}.velora-checkout-intro__copy h1{font-size:31px}.velora-checkout-intro__copy p{font-size:10px}.velora-checkout-steps{gap:3px}.velora-checkout-steps::before{inset-inline:12%}.velora-checkout-steps li,.velora-checkout-steps a{gap:5px;flex-direction:column;text-align:center}.velora-checkout-steps li>i,.velora-checkout-steps a>i{width:34px;height:34px;flex-basis:34px}.velora-checkout-steps span{font-size:8px}.velora-checkout-steps small{font-size:6px}body.woocommerce-checkout .woocommerce-billing-fields,body.woocommerce-checkout .woocommerce-shipping-fields,body.woocommerce-checkout .woocommerce-additional-fields{padding:19px 15px;border-radius:15px}body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{grid-template-columns:1fr;gap:13px}body.woocommerce-checkout .form-row-half{grid-column:1/-1}body.woocommerce-checkout #order_review_heading{padding:17px;border-radius:15px 15px 0 0}body.woocommerce-checkout #order_review{padding:0 14px 14px;border-radius:0 0 15px 15px}.velora-checkout-trust{grid-template-columns:1fr}.velora-checkout-trust span{justify-content:flex-start;padding-inline:10px}body.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody{max-height:275px}}


/* ==========================================================
   VELORA GIFT BUILDER MASTER RESPONSIVE LAYOUT OVERRIDES
   ========================================================== */
.velora-builder-experience {
  width: 100% !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
}

/* Steps Bar */
.velora-builder-experience .velora-builder-steps {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  width: min(1180px, calc(100% - 32px)) !important;
  margin: -28px auto 36px !important;
  padding: 14px 28px !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  border: 1px solid #ebdcdb !important;
  box-shadow: 0 12px 36px rgba(70, 25, 40, 0.08) !important;
  box-sizing: border-box !important;
  position: relative !important;
  z-index: 10 !important;
}

.velora-builder-experience .velora-builder-steps > button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  padding: 4px 10px !important;
  border: 0 !important;
  background: transparent !important;
  cursor: pointer !important;
  min-width: 0 !important;
}

.velora-builder-experience .velora-builder-steps > button:not(:last-child)::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  inset-inline-start: calc(-50% + 28px) !important;
  width: calc(100% - 56px) !important;
  height: 1.5px !important;
  background: #ecdfe1 !important;
  z-index: 0 !important;
}

.velora-builder-experience .velora-builder-steps > button i {
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  display: grid !important;
  place-items: center !important;
  flex-shrink: 0 !important;
  background: #f7eded !important;
  color: #642139 !important;
  font: 800 13.5px/1 "Tajawal", sans-serif !important;
  transition: all 0.25s ease !important;
  position: relative !important;
  z-index: 2 !important;
}

.velora-builder-experience .velora-builder-steps > button.is-active i {
  background: #642139 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(100, 33, 57, 0.35) !important;
  transform: scale(1.08) !important;
}

.velora-builder-experience .velora-builder-steps > button.is-complete i {
  background: #27ae60 !important;
  color: #ffffff !important;
}

.velora-builder-experience .velora-builder-steps > button span {
  display: flex !important;
  flex-direction: column !important;
  text-align: right !important;
  white-space: nowrap !important;
  position: relative !important;
  z-index: 2 !important;
}

.velora-builder-experience .velora-builder-steps > button b {
  font: 800 13.5px/1.3 "Tajawal", sans-serif !important;
  color: #3b1d28 !important;
}

.velora-builder-experience .velora-builder-steps > button small {
  font: 500 11px/1.2 "Tajawal", sans-serif !important;
  color: #8e7a81 !important;
  margin-top: 2px !important;
}

/* Master Layout */
.velora-builder-experience .velora-builder-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 360px !important;
  gap: 32px !important;
  width: min(1280px, calc(100% - 32px)) !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  align-items: start !important;
  box-sizing: border-box !important;
}

.velora-builder-experience .velora-builder-main {
  width: 100% !important;
  min-width: 0 !important;
}

/* Step 1: Full-width container */
.velora-builder-experience[data-builder-current-step="1"] .velora-builder-layout {
  display: block !important;
  max-width: 1240px !important;
  margin: 0 auto !important;
  width: 100% !important;
}

.velora-builder-experience[data-builder-current-step="1"] .velora-builder-summary {
  display: none !important;
}

/* Step 2 & 3: 2-column wide layout with sticky summary */
.velora-builder-experience[data-builder-current-step="2"] .velora-builder-layout,
.velora-builder-experience[data-builder-current-step="3"] .velora-builder-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 360px !important;
  gap: 32px !important;
  max-width: 1280px !important;
}

.velora-builder-experience[data-builder-current-step="2"] .velora-builder-summary,
.velora-builder-experience[data-builder-current-step="3"] .velora-builder-summary {
  display: block !important;
  position: sticky !important;
  top: 90px !important;
  width: 360px !important;
  box-sizing: border-box !important;
  background: #ffffff !important;
  border: 1.5px solid #ecdfe1 !important;
  border-radius: 22px !important;
  padding: 24px !important;
  box-shadow: 0 10px 30px rgba(70, 25, 40, 0.05) !important;
}

.velora-builder-experience .velora-builder-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* Responsive Overrides */
@media (max-width: 1050px) {
  .velora-builder-experience[data-builder-current-step="2"] .velora-builder-layout,
  .velora-builder-experience[data-builder-current-step="3"] .velora-builder-layout {
    grid-template-columns: 1fr !important;
  }
  .velora-builder-experience[data-builder-current-step="2"] .velora-builder-summary,
  .velora-builder-experience[data-builder-current-step="3"] .velora-builder-summary {
    position: static !important;
    width: 100% !important;
    order: -1 !important;
  }
  .velora-builder-experience .velora-builder-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .velora-builder-experience .velora-builder-steps {
    border-radius: 20px !important;
    padding: 12px 16px !important;
  }
  .velora-builder-experience .velora-builder-steps > button small {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .velora-builder-experience .velora-builder-grid {
    grid-template-columns: 1fr !important;
  }
  .velora-builder-experience .velora-builder-steps {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }
  .velora-builder-experience .velora-builder-steps > button:not(:last-child)::after {
    display: none !important;
  }
}

.velora-builder-empty-grid {
  grid-column: 1 / -1 !important;
  padding: 48px 24px !important;
  text-align: center !important;
  background: #ffffff !important;
  border: 1.5px dashed #e8d7da !important;
  border-radius: 18px !important;
  color: #795e67 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  margin: 10px 0 !important;
}

/* ==========================================================
   STICKY FLOATING ATELIER DOCK NAVIGATION
   ========================================================== */
.velora-builder-navigation {
  position: fixed !important;
  bottom: 24px !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
  z-index: 1000 !important;
  width: min(860px, calc(100% - 32px)) !important;
  max-width: 860px !important;
  padding: 12px 24px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border: 1.5px solid rgba(100, 33, 57, 0.16) !important;
  box-shadow: 0 16px 48px rgba(70, 25, 40, 0.18) !important;
  display: grid !important;
  grid-template-columns: auto 1fr auto !important;
  align-items: center !important;
  gap: 16px !important;
  transition: opacity 0.32s cubic-bezier(0.16, 1, 0.3, 1), transform 0.32s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.32s !important;
  transform: translateY(0) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.velora-builder-navigation.is-nav-hidden {
  opacity: 0 !important;
  transform: translateY(35px) scale(0.98) !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

.velora-builder-navigation > span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  color: #6a4f58 !important;
  font: 700 13px/1 "Tajawal", sans-serif !important;
}

.velora-builder-navigation > span b {
  color: #642139 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}

.velora-nav-items-tag {
  display: inline-block !important;
  padding: 3px 10px !important;
  background: #f7eded !important;
  color: #642139 !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

.velora-builder-prev {
  min-height: 44px !important;
  padding: 8px 24px !important;
  border: 1.5px solid #dccbd0 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #642139 !important;
  font: 800 13px/1 "Tajawal", sans-serif !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}

.velora-builder-prev:hover:not(:disabled) {
  background: #fdf6f7 !important;
  border-color: #642139 !important;
}

.velora-builder-prev:disabled {
  opacity: 0.3 !important;
  cursor: default !important;
}

.velora-builder-next {
  min-height: 44px !important;
  padding: 10px 28px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #742540 0%, #4e1428 100%) !important;
  color: #ffffff !important;
  font: 800 13.5px/1 "Tajawal", sans-serif !important;
  cursor: pointer !important;
  box-shadow: 0 6px 20px rgba(100, 33, 57, 0.28) !important;
  transition: all 0.22s ease !important;
}

.velora-builder-next:hover:not(:disabled) {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 26px rgba(100, 33, 57, 0.38) !important;
}

.velora-builder-next:disabled {
  opacity: 0.45 !important;
  cursor: not-allowed !important;
  box-shadow: none !important;
  transform: none !important;
}

@media (max-width: 640px) {
  .velora-builder-navigation {
    bottom: 12px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    width: calc(100% - 24px) !important;
    padding: 9px 14px !important;
    gap: 8px !important;
  }
  .velora-builder-prev {
    padding: 6px 14px !important;
    min-height: 38px !important;
    font-size: 11.5px !important;
  }
  .velora-builder-next {
    padding: 8px 16px !important;
    min-height: 38px !important;
    font-size: 11.5px !important;
  }
  .velora-nav-items-tag {
    display: none !important;
  }
}



/* ==========================================================================
   VELORA CHAT ADVISOR — COMPLETE LUXURY REDESIGN v1.15.6
   ========================================================================== */

/* ── Wrapper ─────────────────────────────────────────────────────────────── */
.velora-chatbot-wrapper,
.velora-preference-assistant,
.velora-advisor-chat {
  max-width: 820px;
  margin: 0 auto 40px;
  background: #fff;
  border: 1.5px solid #ecdfe1;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(60, 20, 36, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  font-family: "Tajawal", "Cairo", sans-serif;
}

/* ── Header ──────────────────────────────────────────────────────────────── */
.velora-chatbot-header {
  background: #fff;
  border-bottom: 1.5px solid #f0e4e7;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: nowrap;
}

.velora-chatbot-header__info {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

/* Avatar */
.velora-preference-avatar,
.velora-chat-avatar {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: linear-gradient(135deg, #742540 0%, #4e1428 100%);
  color: #ecd09e;
  font-size: 19px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 4px 14px rgba(100, 33, 57, 0.22);
  flex-shrink: 0;
}

.velora-preference-avatar::after,
.velora-chat-avatar::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: -2px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #22c55e;
  border: 2px solid #fff;
  box-shadow: 0 0 6px rgba(34, 197, 94, 0.55);
}

.velora-chatbot-header__info strong {
  font-size: 15px;
  font-weight: 800;
  color: #3e1623;
  display: block;
  white-space: nowrap;
}

.velora-chatbot-header__info small {
  font-size: 12px;
  color: #9a7d86;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 1px;
  white-space: nowrap;
}

.velora-chatbot-header__info small i {
  display: none;
}

/* Header actions */
.velora-chatbot-header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.velora-chatbot-header__actions em {
  font-style: normal;
  font-size: 11.5px;
  color: #9a7d86;
  background: #fdf5f7;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid #ebd9dd;
  white-space: nowrap;
}

.velora-chat-reset-btn {
  background: #fff;
  border: 1.5px solid #e0cdd2;
  border-radius: 999px;
  padding: 6px 15px;
  color: #642139;
  font-size: 12.5px;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.2s ease;
  text-decoration: none;
  white-space: nowrap;
  font-family: inherit;
}

.velora-chat-reset-btn:hover {
  background: #642139;
  color: #fff;
  border-color: #642139;
}

/* ── Messages Area ───────────────────────────────────────────────────────── */
.velora-chatbot-messages,
.velora-preference-chat {
  height: 460px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: #f9f4f5;
  scroll-behavior: smooth;
}

.velora-chatbot-messages::-webkit-scrollbar {
  width: 4px;
}

.velora-chatbot-messages::-webkit-scrollbar-thumb {
  background: #dec9ce;
  border-radius: 999px;
}

/* ── Chat Bubbles ────────────────────────────────────────────────────────── */
.velora-chat-bubble {
  display: flex;
  flex-direction: column;
  max-width: 82%;
  animation: veloraFadeInUp 0.28s ease forwards;
}

@keyframes veloraFadeInUp {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Assistant bubble */
.velora-chat-bubble.is-assistant {
  align-self: flex-start;
  max-width: 88%;
}

.velora-chat-bubble.is-assistant .velora-chat-bubble__content {
  background: #fff;
  border: 1.5px solid #eadde0;
  border-radius: 18px 18px 18px 5px;
  padding: 14px 18px;
  color: #2c1219;
  font-size: 14px;
  line-height: 1.8;
  box-shadow: 0 3px 12px rgba(60, 20, 36, 0.04);
}

.velora-chat-bubble.is-assistant .velora-chat-bubble__content p {
  margin: 0 0 8px;
}

.velora-chat-bubble.is-assistant .velora-chat-bubble__content p:last-child {
  margin-bottom: 0;
}

/* User bubble */
.velora-chat-bubble.is-user {
  align-self: flex-end;
  margin-inline-start: auto;
  max-width: 70%;
}

.velora-chat-bubble.is-user .velora-chat-bubble__content {
  background: linear-gradient(135deg, #742540 0%, #4e1428 100%);
  color: #fff;
  border-radius: 18px 18px 5px 18px;
  padding: 11px 17px;
  font-size: 14px;
  line-height: 1.65;
  box-shadow: 0 5px 18px rgba(100, 33, 57, 0.2);
  word-break: break-word;
  border: none;
}

.velora-chat-bubble.is-user .velora-chat-bubble__content p {
  color: #fff;
  margin: 0;
  font-weight: 500;
  background: transparent;
}

/* Timestamp */
.velora-chat-bubble__time {
  font-size: 10.5px;
  color: #b09aa0;
  margin-top: 4px;
  padding: 0 4px;
}

.velora-chat-bubble.is-user .velora-chat-bubble__time {
  text-align: left;
}

.velora-chat-bubble.is-assistant .velora-chat-bubble__time {
  text-align: right;
}

/* ── Typing Indicator ────────────────────────────────────────────────────── */
.velora-chat-typing {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  background: #fff;
  border: 1.5px solid #eadde0;
  border-radius: 999px;
  box-shadow: 0 3px 10px rgba(60, 20, 36, 0.04);
}

.velora-typing-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #742540;
  animation: veloraTypingBounce 1.4s infinite ease-in-out both;
}

@keyframes veloraTypingBounce {
  0%, 80%, 100% { transform: scale(0.65); opacity: 0.5; }
  40%           { transform: scale(1);    opacity: 1; }
}

.velora-typing-dot:nth-child(1) { animation-delay: -0.32s; }
.velora-typing-dot:nth-child(2) { animation-delay: -0.16s; }

.velora-chat-typing small {
  font-size: 12px;
  color: #7a5f68;
  font-weight: 700;
  font-family: inherit;
}

/* ── Suggestion Chips ────────────────────────────────────────────────────── */
.velora-chat-chips-container {
  padding: 10px 16px;
  background: #fff;
  border-top: 1px solid #f0e4e7;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
}

.velora-chat-chips-label {
  font-size: 11.5px;
  font-weight: 700;
  color: #a08a93;
  white-space: nowrap;
  flex-shrink: 0;
}

.velora-chat-chips {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 1px;
  flex: 1;
  min-width: 0;
}

.velora-chat-chips::-webkit-scrollbar { display: none; }

.velora-chip {
  white-space: nowrap;
  border-radius: 999px;
  border: 1.5px solid #dccdd1;
  background: #fff;
  color: #501d2d;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 14px;
  cursor: pointer;
  transition: all 0.18s ease;
  flex-shrink: 0;
  font-family: inherit;
}

.velora-chip:hover,
.velora-chip:active {
  background: #642139;
  color: #fff;
  border-color: #642139;
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(100, 33, 57, 0.18);
}

/* ── Input Bar ───────────────────────────────────────────────────────────── */
.velora-chat-input-bar {
  padding: 10px 16px 16px;
  background: #fff;
}

.velora-chat-input-wrapper {
  background: #faf7f8;
  border: 1.5px solid #dccdd1;
  border-radius: 999px;
  padding: 4px 5px 4px 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.velora-chat-input-wrapper:focus-within {
  border-color: #642139;
  box-shadow: 0 0 0 3px rgba(100, 33, 57, 0.09);
  background: #fff;
}

.velora-chat-input {
  flex-grow: 1;
  border: none;
  background: transparent;
  font-size: 13.5px;
  color: #2c1219;
  outline: none;
  padding: 7px 0;
  font-family: inherit;
  min-width: 0;
}

.velora-chat-input::placeholder {
  color: #b09aa0;
}

.velora-chat-send {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #742540 0%, #4e1428 100%);
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  flex-shrink: 0;
  box-shadow: 0 3px 10px rgba(100, 33, 57, 0.28);
}

.velora-chat-send:hover {
  transform: scale(1.08);
  box-shadow: 0 5px 16px rgba(100, 33, 57, 0.38);
}

.velora-chat-send span { display: none; }

/* ── Product Cards ───────────────────────────────────────────────────────── */
.velora-chat-products-container {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}


/* ── Chat Product Cards are styled in the Luxury Redesign section below ── */


/* ── Responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 640px) {
  .velora-chatbot-wrapper,
  .velora-preference-assistant {
    border-radius: 18px;
    margin: 0 0 24px;
  }

  .velora-chatbot-header {
    padding: 11px 14px;
  }

  .velora-chatbot-header__actions em {
    display: none;
  }

  .velora-chatbot-messages,
  .velora-preference-chat {
    height: 380px;
    padding: 14px 12px;
    gap: 10px;
  }

  .velora-chat-bubble {
    max-width: 92%;
  }

  .velora-chat-bubble.is-assistant {
    max-width: 96%;
  }

  .velora-chat-bubble.is-user {
    max-width: 82%;
  }

  .velora-chat-input-wrapper {
    padding: 3px 4px 3px 13px;
  }
}


/* ==========================================================================
   VELORA CHAT HEADER OVERRIDE — Fix core.css grid conflict v1.15.7
   ========================================================================== */

/* Override core.css grid header → flexbox */
.velora-preference-assistant > header,
.velora-chatbot-wrapper > header,
.velora-chatbot-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  grid-template-columns: unset !important;
  min-height: unset !important;
  padding: 14px 20px !important;
  gap: 12px !important;
  flex-wrap: nowrap !important;
  background: #fff !important;
  border-bottom: 1.5px solid #f0e4e7 !important;
  box-sizing: border-box !important;
}

/* Header left info section */
.velora-chatbot-header__info {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
  overflow: hidden !important;
}

/* Avatar — override core.css 52px */
.velora-preference-avatar {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  border-radius: 13px !important;
  font-size: 18px !important;
  flex-shrink: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  grid-area: unset !important;
}

/* Title — override core.css 14px */
.velora-chatbot-header__info > div strong,
.velora-preference-assistant > header div strong {
  font-size: 15px !important;
  font-weight: 800 !important;
  color: #3e1623 !important;
  white-space: nowrap !important;
  display: block !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* Sub-title — override core.css 8px */
.velora-chatbot-header__info > div small,
.velora-preference-assistant > header div small {
  font-size: 12px !important;
  color: #9a7d86 !important;
  margin-top: 1px !important;
  white-space: nowrap !important;
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
}

/* Header right actions section */
.velora-chatbot-header__actions {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
}

/* "هدية أقرب لذوقهم" pill — override core.css 8px */
.velora-chatbot-header__actions em,
.velora-preference-assistant > header > em {
  font-size: 12px !important;
  color: #9a7d86 !important;
  background: #fdf5f7 !important;
  padding: 5px 13px !important;
  border: 1px solid #ebd9dd !important;
  border-radius: 999px !important;
  font-style: normal !important;
  white-space: nowrap !important;
  display: inline-block !important;
}

/* Chat messages area — override core.css 300px height */
.velora-preference-chat {
  height: 460px !important;
  padding: 20px 18px !important;
  gap: 14px !important;
  background: #f9f4f5 !important;
  align-items: stretch !important;
  display: flex !important;
  flex-direction: column !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

/* Neutralize old p-bubble direct children from core.css */
.velora-preference-chat > p {
  all: unset;
  display: none;
}

/* Wrapper — override core.css overflow:hidden which clips content */
.velora-preference-assistant:not([hidden]) {
  max-width: 820px !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1.5px solid #ecdfe1 !important;
  box-shadow: 0 24px 60px rgba(60, 20, 36, 0.08) !important;
  display: flex !important;
  flex-direction: column !important;
}


/* ==========================================================================
   VELORA CHAT — FONT SIZE INCREASE v1.15.9
   ========================================================================== */

/* Assistant bubble text */
.velora-chat-bubble.is-assistant .velora-chat-bubble__content,
.velora-preference-chat .velora-chat-bubble__content {
  font-size: 16px !important;
  line-height: 1.85 !important;
}

/* User bubble text */
.velora-chat-bubble.is-user .velora-chat-bubble__content {
  font-size: 16px !important;
  line-height: 1.7 !important;
}

/* Input placeholder & input text */
.velora-chat-input {
  font-size: 15px !important;
}

/* Chips */
.velora-chip {
  font-size: 13.5px !important;
  padding: 7px 16px !important;
}

/* Chips label */
.velora-chat-chips-label {
  font-size: 13px !important;
}

/* Product card title */
.velora-chat-product-card__header h4 {
  font-size: 15.5px !important;
}

/* Product price */
.velora-chat-product-card__price {
  font-size: 16px !important;
}

/* Product match reason */
.velora-chat-product-match {
  font-size: 12.5px !important;
}

/* Action buttons */
.velora-chat-btn {
  font-size: 13px !important;
  padding: 7px 15px !important;
}

/* Accordion toggle */
.velora-chat-more-toggle {
  font-size: 14px !important;
  padding: 12px 18px !important;
}

/* Featured badge */
.velora-chat-featured-badge {
  font-size: 12px !important;
  padding: 3px 11px !important;
}

/* Timestamp */
.velora-chat-bubble__time {
  font-size: 12px !important;
}

/* Typing indicator */
.velora-chat-typing small {
  font-size: 13px !important;
}

/* Reset button */
.velora-chat-reset-btn {
  font-size: 13.5px !important;
}

/* Header title */
.velora-chatbot-header__info > div strong,
.velora-preference-assistant > header div strong {
  font-size: 16px !important;
}

/* Header subtitle */
.velora-chatbot-header__info > div small,
.velora-preference-assistant > header div small {
  font-size: 13px !important;
}


/* User fix — chat p bubble text */
.velora-preference-chat p {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 12px 15px !important;
  border-radius: 15px 15px 5px 15px !important;
  background: #fff !important;
  border: 1px solid #ecdfdc !important;
  color: #604d54 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.8 !important;
  display: block !important;
  box-shadow: 0 3px 10px rgba(67, 26, 39, 0.04) !important;
}

.velora-chat-bubble.is-assistant .velora-chat-bubble__content p {
  max-width: 100% !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: none !important;
  color: #2c1219 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.85 !important;
  display: block !important;
  box-shadow: none !important;
}

.velora-chat-bubble.is-assistant .velora-chat-bubble__content p:last-child {
  margin-bottom: 0 !important;
}

.velora-chat-bubble.is-user .velora-chat-bubble__content p {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
}


/* ==========================================================================
   VELORA CHAT PRODUCT CARDS — LUXURY EDITORIAL REDESIGN
   ========================================================================== */

.velora-chat-products-container {
  margin-top: 16px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* Base card styling */
.velora-chat-product-card {
  position: relative !important;
  background: #ffffff !important;
  border: 1.5px solid #ebdcdb !important;
  border-radius: 20px !important;
  padding: 16px !important;
  display: grid !important;
  grid-template-columns: 108px 1fr !important;
  gap: 16px !important;
  align-items: center !important;
  box-shadow: 0 6px 20px rgba(70, 25, 40, 0.05) !important;
  transition: all 0.26s cubic-bezier(0.16, 1, 0.3, 1) !important;
  direction: rtl !important;
  text-align: right !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

.velora-chat-product-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 32px rgba(100, 33, 57, 0.12) !important;
  border-color: #d8b2be !important;
}

/* Featured match card */
.velora-chat-product-card.is-featured-match {
  background: linear-gradient(145deg, #ffffff 0%, #fff6f8 60%, #faedf0 100%) !important;
  border: 1.5px solid #d4a5b5 !important;
  box-shadow: 0 10px 28px rgba(100, 33, 57, 0.09) !important;
}

.velora-chat-product-card.is-featured-match::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  inset-inline: 0 !important;
  height: 3.5px !important;
  background: linear-gradient(90deg, #742540 0%, #d4a574 50%, #742540 100%) !important;
}

/* Thumbnail */
.velora-chat-product-card__thumb {
  width: 108px !important;
  height: 108px !important;
  border-radius: 15px !important;
  overflow: hidden !important;
  display: block !important;
  background: #fbf4f6 !important;
  border: 1px solid #f0e3e6 !important;
  flex-shrink: 0 !important;
  position: relative !important;
  box-shadow: 0 4px 12px rgba(60, 20, 36, 0.04) !important;
}

.velora-chat-product-card__thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.35s ease !important;
}

.velora-chat-product-card:hover .velora-chat-product-card__thumb img {
  transform: scale(1.08) !important;
}

/* Content block */
.velora-chat-product-card__content {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  min-width: 0 !important;
  justify-content: center !important;
}

/* Badge */
.velora-chat-featured-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  background: linear-gradient(135deg, #6c2339 0%, #3e1220 100%) !important;
  color: #faebd7 !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
  padding: 3px 11px !important;
  border-radius: 999px !important;
  margin-bottom: 2px !important;
  width: fit-content !important;
  box-shadow: 0 2px 8px rgba(108, 35, 57, 0.2) !important;
  letter-spacing: 0.01em !important;
}

/* Title */
.velora-chat-product-card__header h4 {
  margin: 0 !important;
  font-size: 16.5px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  color: #3b1622 !important;
}

.velora-chat-product-card__header h4 a {
  color: #3b1622 !important;
  text-decoration: none !important;
  transition: color 0.18s ease !important;
}

.velora-chat-product-card__header h4 a:hover {
  color: #742540 !important;
}

/* Match Reason */
.velora-chat-product-match {
  font-size: 12.5px !important;
  color: #846871 !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  margin: 1px 0 !important;
}

/* Price */
.velora-chat-product-card__price {
  font-size: 16.5px !important;
  font-weight: 800 !important;
  color: #642139 !important;
  letter-spacing: -0.01em !important;
}

/* Action Buttons Container */
.velora-chat-product-card__actions {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  flex-wrap: wrap !important;
  margin-top: 4px !important;
}

/* Base button */
.velora-chat-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  padding: 8px 18px !important;
  border-radius: 999px !important;
  font-size: 12.5px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  border: 0 !important;
  font-family: "Tajawal", sans-serif !important;
}

/* Secondary Button ("تفاصيل الهدية") */
.velora-chat-btn--view {
  background: #fdf5f7 !important;
  color: #642139 !important;
  border: 1.5px solid #ebd4db !important;
}

.velora-chat-btn--view:hover {
  background: #f7e6eb !important;
  border-color: #642139 !important;
  color: #4a1527 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(100, 33, 57, 0.08) !important;
}

/* Primary Button ("أضفها للبوكس +") */
.velora-chat-btn--builder {
  background: linear-gradient(135deg, #742540 0%, #4b1427 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(100, 33, 57, 0.25) !important;
  border: 1px solid rgba(235, 204, 157, 0.25) !important;
}

.velora-chat-btn--builder:hover {
  background: linear-gradient(135deg, #872e4c 0%, #5a1930 100%) !important;
  box-shadow: 0 8px 22px rgba(100, 33, 57, 0.38) !important;
  transform: translateY(-1px) !important;
  color: #ffffff !important;
}

/* More Suggestions Accordion Toggle */
.velora-chat-more-wrapper {
  margin-top: 8px !important;
  width: 100% !important;
}

.velora-chat-more-toggle {
  width: 100% !important;
  padding: 13px 20px !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  border: 1.5px dashed #dcb8c4 !important;
  color: #642139 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  cursor: pointer !important;
  transition: all 0.24s cubic-bezier(0.16, 1, 0.3, 1) !important;
  font-family: inherit !important;
  box-shadow: 0 2px 10px rgba(60, 20, 36, 0.03) !important;
}

.velora-chat-more-toggle:hover {
  background: #fdf5f7 !important;
  border-color: #642139 !important;
  border-style: solid !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 18px rgba(100, 33, 57, 0.08) !important;
}

.velora-chat-more-toggle svg {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  flex-shrink: 0 !important;
  color: #8c2a44 !important;
}

.velora-chat-more-toggle.is-open svg {
  transform: rotate(180deg) !important;
}

.velora-chat-more-grid {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  margin-top: 10px !important;
}

/* Responsive adjustments */
@media (max-width: 520px) {
  .velora-chat-product-card {
    grid-template-columns: 88px 1fr !important;
    gap: 12px !important;
    padding: 12px !important;
    border-radius: 16px !important;
  }
  .velora-chat-product-card__thumb {
    width: 88px !important;
    height: 88px !important;
    border-radius: 12px !important;
  }
  .velora-chat-product-card__header h4 {
    font-size: 14.5px !important;
  }
  .velora-chat-product-card__price {
    font-size: 15px !important;
  }
  .velora-chat-btn {
    padding: 6px 12px !important;
    font-size: 11.5px !important;
  }
}

/* ==========================================================================
   VELORA ASSISTANT MODE PANELS — HIDE INACTIVE PANEL
   ========================================================================== */
[data-assistant-panel][hidden],
.velora-preference-assistant[hidden],
.velora-chatbot-wrapper[hidden],
.velora-advisor-chat[hidden],
.velora-quiz-form[hidden],
.velora-quiz-results[hidden] {
  display: none !important;
}

/* ==========================================================================
   HEADER SELECTORS — REFINED LUXURY PILLS
   ========================================================================== */
.velora-header-tools--end {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}
.velora-header-tools--end .velora-selector {
  height: 44px !important;
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 0 16px !important;
  border: 1.5px solid #ebdcdb !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #3e1623 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 14px rgba(70, 25, 40, 0.04) !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  cursor: pointer !important;
  white-space: nowrap !important;
}
.velora-header-tools--end .velora-selector:hover {
  background: #fff8f9 !important;
  border-color: #d6afb9 !important;
  color: #742540 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(100, 33, 57, 0.1) !important;
}
.velora-header-tools--end .velora-selector [data-country-flag] {
  font-size: 16px !important;
  line-height: 1 !important;
  display: inline-block !important;
}
.velora-header-tools--end .velora-selector__text {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 5px !important;
  line-height: 1 !important;
}
.velora-header-tools--end .velora-selector__text [data-country-label] {
  font-size: 13px !important;
  font-weight: 800 !important;
  color: inherit !important;
}
.velora-header-tools--end .velora-selector__text small {
  font-size: 10.5px !important;
  font-weight: 700 !important;
  color: #8c727a !important;
  text-transform: uppercase !important;
}
.velora-header-tools--end .velora-selector svg {
  color: #742540 !important;
  transition: transform 0.2s ease !important;
}

/* ==========================================================================
   VELORA CORPORATE GIFTS & B2B CONCIERGE FORM
   ========================================================================== */
.page:has(.velora-corporate-form) .entry-content > h2:first-child,
.page:has(.velora-corporate-form) .entry-content > p:first-of-type,
.page-id-corporate-gifts .entry-content > h2:first-child,
.page-id-corporate-gifts .entry-content > p:first-of-type,
.page-id-corporate-gift-request .entry-content > h2:first-child,
.page-id-corporate-gift-request .entry-content > p:first-of-type,
.velora-article > h1:first-child:has(+ .entry-content .velora-corporate-form) {
  display: none !important;
}

.velora-corporate-form {
  max-width: 820px !important;
  margin: 10px auto 60px !important;
  padding: 0 15px !important;
}

/* Unified Hero Heading */
.velora-corporate-form .velora-flow-heading {
  text-align: center !important;
  margin-bottom: 34px !important;
}

.velora-corporate-form .velora-flow-heading span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 6px 16px !important;
  border-radius: 999px !important;
  background: #fdf2f5 !important;
  border: 1px solid #ebd3d9 !important;
  color: #742540 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  margin-bottom: 14px !important;
}

.velora-corporate-form .velora-flow-heading h1 {
  font-size: clamp(30px, 4vw, 44px) !important;
  font-weight: 800 !important;
  color: #3e1623 !important;
  line-height: 1.2 !important;
  margin: 0 0 12px 0 !important;
}

.velora-corporate-form .velora-flow-heading p {
  font-size: 15px !important;
  color: #765f67 !important;
  max-width: 560px !important;
  margin: 0 auto !important;
  line-height: 1.8 !important;
}

/* Luxury Form Card */
.velora-corporate-form form {
  background: #ffffff !important;
  border: 1.5px solid #f0e1e5 !important;
  border-radius: 24px !important;
  padding: 40px 42px !important;
  box-shadow: 0 16px 45px rgba(70, 24, 39, 0.06) !important;
  position: relative !important;
}

/* Form Grid (2 Columns) */
.velora-corporate-form .velora-form-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 22px 24px !important;
  margin-bottom: 28px !important;
}

.velora-corporate-form .velora-form-grid label {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  color: #4a1828 !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  text-align: right !important;
}

.velora-corporate-form .velora-form-grid label.velora-form-wide {
  grid-column: 1 / -1 !important;
}

/* Modern Inputs & Textarea */
.velora-corporate-form .velora-form-grid input,
.velora-corporate-form .velora-form-grid textarea {
  width: 100% !important;
  border: 1.5px solid #ebd8dc !important;
  border-radius: 14px !important;
  background: #fdfafb !important;
  color: #3e1623 !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 12px 16px !important;
  transition: all 0.2s ease !important;
  box-sizing: border-box !important;
  outline: none !important;
}

.velora-corporate-form .velora-form-grid input {
  height: 52px !important;
}

.velora-corporate-form .velora-form-grid textarea {
  min-height: 120px !important;
  resize: vertical !important;
  line-height: 1.6 !important;
}

.velora-corporate-form .velora-form-grid input:focus,
.velora-corporate-form .velora-form-grid textarea:focus {
  background: #ffffff !important;
  border-color: #742540 !important;
  box-shadow: 0 0 0 4px rgba(116, 37, 64, 0.08) !important;
}

/* Submit Button */
.velora-corporate-form .velora-core-button {
  width: 100% !important;
  min-height: 56px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  border: none !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #742540 0%, #4e1428 100%) !important;
  color: #ffffff !important;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  box-shadow: 0 12px 28px rgba(100, 33, 57, 0.22) !important;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease, filter 0.25s ease !important;
}

.velora-corporate-form .velora-core-button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 16px 36px rgba(100, 33, 57, 0.32) !important;
  filter: brightness(1.05) !important;
}

/* Responsive */
@media (max-width: 640px) {
  .velora-corporate-form form {
    padding: 26px 20px !important;
    border-radius: 18px !important;
  }
  .velora-corporate-form .velora-form-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .velora-corporate-form .velora-flow-heading h1 {
    font-size: 28px !important;
  }
}



/* ==========================================================================
   VELORA CHAT PRODUCT CARDS — BOUTIQUE LUXURY COMPACT DESIGN
   ========================================================================== */

.velora-chat-products-container {
  margin-top: 14px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* Card layout */
.velora-chat-product-card {
  position: relative !important;
  background: #ffffff !important;
  border: 1.5px solid #ebdcdb !important;
  border-radius: 18px !important;
  padding: 12px 14px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 14px !important;
  box-shadow: 0 4px 16px rgba(70, 25, 40, 0.04) !important;
  transition: all 0.24s cubic-bezier(0.16, 1, 0.3, 1) !important;
  direction: rtl !important;
  text-align: right !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

.velora-chat-product-card:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 24px rgba(100, 33, 57, 0.1) !important;
  border-color: #d6afbc !important;
}

/* Featured match card */
.velora-chat-product-card.is-featured-match {
  background: linear-gradient(135deg, #ffffff 0%, #fff7f8 100%) !important;
  border: 1.5px solid #d4a5b5 !important;
  box-shadow: 0 6px 20px rgba(100, 33, 57, 0.07) !important;
}

/* Thumbnail */
.velora-chat-product-card__thumb {
  position: static !important;
  width: 90px !important;
  height: 90px !important;
  min-width: 90px !important;
  max-width: 90px !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  display: block !important;
  background: #fbf5f7 !important;
  border: 1px solid #f0e2e5 !important;
  flex-shrink: 0 !important;
  box-shadow: 0 2px 8px rgba(60, 20, 36, 0.04) !important;
}

.velora-chat-product-card__thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.3s ease !important;
}

.velora-chat-product-card:hover .velora-chat-product-card__thumb img {
  transform: scale(1.06) !important;
}

/* Content column */
.velora-chat-product-card__content {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 4px !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
  padding: 0 !important;
  background: transparent !important;
}

/* Featured Badge */
.velora-chat-featured-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  background: linear-gradient(135deg, #742540 0%, #4e1428 100%) !important;
  color: #faecd8 !important;
  font-size: 10.5px !important;
  font-weight: 800 !important;
  padding: 2px 10px !important;
  border-radius: 999px !important;
  margin-bottom: 2px !important;
  width: fit-content !important;
  box-shadow: 0 2px 6px rgba(116, 37, 64, 0.2) !important;
  letter-spacing: 0.01em !important;
}

/* Header & Title */
.velora-chat-product-card__header {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
}

.velora-chat-product-card__header h4 {
  margin: 0 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  color: #3b1622 !important;
}

.velora-chat-product-card__header h4 a {
  color: #3b1622 !important;
  text-decoration: none !important;
  transition: color 0.18s ease !important;
}

.velora-chat-product-card__header h4 a:hover {
  color: #742540 !important;
}

/* Match reason — clean inline subtitle, NOT absolute overlay */
.velora-chat-product-match {
  position: static !important;
  inset: auto !important;
  width: auto !important;
  background: transparent !important;
  color: #886c75 !important;
  font-size: 11.5px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  padding: 0 !important;
  margin: 0 !important;
  backdrop-filter: none !important;
  border-radius: 0 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

/* Price */
.velora-chat-product-card__price {
  font-size: 15.5px !important;
  font-weight: 800 !important;
  color: #642139 !important;
  margin: 1px 0 2px !important;
}

/* Actions Row */
.velora-chat-product-card__actions {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  margin-top: 2px !important;
}

/* Base button */
.velora-chat-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  padding: 6px 14px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  transition: all 0.18s cubic-bezier(0.16, 1, 0.3, 1) !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  font-family: "Tajawal", sans-serif !important;
  border: 0 !important;
  line-height: 1.3 !important;
}

/* Secondary Button ("تفاصيل الهدية") */
.velora-chat-btn--view {
  background: #fcf5f7 !important;
  color: #642139 !important;
  border: 1.5px solid #e8d0d6 !important;
}

.velora-chat-btn--view:hover {
  background: #f5e4ea !important;
  border-color: #642139 !important;
  color: #3b1622 !important;
  transform: translateY(-1px) !important;
}

/* Primary Button ("أضف للبوكس +") */
.velora-chat-btn--builder {
  background: linear-gradient(135deg, #742540 0%, #4b1427 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 3px 10px rgba(100, 33, 57, 0.22) !important;
  border: 1px solid rgba(235, 204, 157, 0.25) !important;
}

.velora-chat-btn--builder:hover {
  background: linear-gradient(135deg, #872e4c 0%, #5a1930 100%) !important;
  box-shadow: 0 6px 16px rgba(100, 33, 57, 0.32) !important;
  transform: translateY(-1px) !important;
  color: #ffffff !important;
}

/* Accordion Toggle */
.velora-chat-more-wrapper {
  margin-top: 6px !important;
  width: 100% !important;
}

.velora-chat-more-toggle {
  width: 100% !important;
  padding: 11px 16px !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  border: 1.5px dashed #dcb8c4 !important;
  color: #642139 !important;
  font-size: 13.5px !important;
  font-weight: 800 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  cursor: pointer !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  font-family: inherit !important;
  box-shadow: 0 2px 8px rgba(60, 20, 36, 0.03) !important;
}

.velora-chat-more-toggle:hover {
  background: #fdf5f7 !important;
  border-color: #642139 !important;
  border-style: solid !important;
  transform: translateY(-1px) !important;
}

.velora-chat-more-toggle svg {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  flex-shrink: 0 !important;
  color: #8c2a44 !important;
}

.velora-chat-more-toggle.is-open svg {
  transform: rotate(180deg) !important;
}

.velora-chat-more-grid {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  margin-top: 8px !important;
}

/* Mobile */
@media (max-width: 520px) {
  .velora-chat-product-card {
    padding: 10px 12px !important;
    gap: 10px !important;
  }
  .velora-chat-product-card__thumb {
    width: 78px !important;
    height: 78px !important;
    min-width: 78px !important;
    max-width: 78px !important;
    border-radius: 12px !important;
  }
  .velora-chat-product-card__header h4 {
    font-size: 14px !important;
  }
  .velora-chat-product-card__price {
    font-size: 14.5px !important;
  }
  .velora-chat-btn {
    padding: 5px 10px !important;
    font-size: 11px !important;
  }
}


/* ==========================================================================
   VELORA CHATBOT — COMPLETE LUXURY MAISON OVERHAUL
   ========================================================================== */

.velora-chatbot-wrapper,
.velora-preference-assistant {
  background: #ffffff !important;
  border: 1.5px solid #ebdcdb !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  box-shadow: 0 16px 45px rgba(70, 25, 40, 0.08), 0 2px 8px rgba(185, 147, 87, 0.06) !important;
  display: flex !important;
  flex-direction: column !important;
  margin: 0 0 35px !important;
  position: relative !important;
}

/* Header */
.velora-chatbot-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 16px 24px !important;
  background: linear-gradient(180deg, #ffffff 0%, #fffbfc 100%) !important;
  border-bottom: 1.5px solid #f0e2e5 !important;
  gap: 16px !important;
  box-sizing: border-box !important;
}

.velora-chatbot-header__info {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
}

.velora-preference-avatar-wrap {
  position: relative !important;
  flex-shrink: 0 !important;
}

.velora-preference-avatar {
  width: 46px !important;
  height: 46px !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, #742540 0%, #441424 100%) !important;
  color: #faecd8 !important;
  font-family: Georgia, serif !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 12px rgba(116, 37, 64, 0.25) !important;
}

.velora-online-dot,
.velora-chatbot-header__info small i {
  position: absolute !important;
  bottom: -2px !important;
  inset-inline-start: -2px !important;
  width: 13px !important;
  height: 13px !important;
  background: #22c55e !important;
  border: 2.5px solid #ffffff !important;
  border-radius: 50% !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15) !important;
}

.velora-chatbot-header__title-wrap {
  display: flex !important;
  flex-direction: column !important;
  gap: 3px !important;
  min-width: 0 !important;
}

.velora-chatbot-header__title-wrap strong,
.velora-chatbot-header__info strong {
  font-size: 16.5px !important;
  font-weight: 800 !important;
  color: #2e121b !important;
  margin: 0 !important;
  line-height: 1.25 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.velora-chatbot-header__title-wrap small,
.velora-chatbot-header__info small {
  font-size: 13px !important;
  color: #8c7079 !important;
  font-weight: 600 !important;
  margin: 0 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* Reset / New Chat Button */
.velora-chatbot-header__actions {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-shrink: 0 !important;
}

.velora-chat-reset-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  padding: 8px 18px !important;
  border-radius: 999px !important;
  background: #fff5f7 !important;
  border: 1.5px solid #e5c9d0 !important;
  color: #642139 !important;
  font-size: 13.5px !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  font-family: inherit !important;
  white-space: nowrap !important;
  box-shadow: 0 2px 6px rgba(100, 33, 57, 0.05) !important;
}

.velora-chat-reset-btn:hover {
  background: #642139 !important;
  border-color: #642139 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 16px rgba(100, 33, 57, 0.22) !important;
}

.velora-chat-reset-btn i {
  font-style: normal !important;
  font-size: 15px !important;
  transition: transform 0.3s ease !important;
}

.velora-chat-reset-btn:hover i {
  transform: rotate(-180deg) !important;
}

.velora-chatbot-header__actions em {
  display: none !important;
}

/* Chat Messages Area */
.velora-chatbot-messages,
.velora-preference-chat {
  height: 480px !important;
  max-height: 60vh !important;
  overflow-y: auto !important;
  padding: 24px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
  scroll-behavior: smooth !important;
  background: #faf6f3 !important;
  border: none !important;
  box-sizing: border-box !important;
}

/* Chat Bubble Container */
.velora-chat-bubble {
  max-width: 88% !important;
  display: flex !important;
  flex-direction: column !important;
  animation: veloraChatFadeIn 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-sizing: border-box !important;
}

@keyframes veloraChatFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.velora-chat-bubble.is-assistant {
  align-self: flex-start !important;
  width: 100% !important;
  max-width: 88% !important;
}

.velora-chat-bubble.is-user {
  align-self: flex-end !important;
  max-width: 78% !important;
}

/* Message Text Bubble — Natural, comfortable font size & padding */
.velora-chat-bubble__content {
  padding: 14px 20px !important;
  font-size: 15.5px !important;
  line-height: 1.75 !important;
  font-weight: 500 !important;
  box-sizing: border-box !important;
}

.velora-chat-bubble.is-assistant .velora-chat-bubble__content {
  background: #ffffff !important;
  border: 1.5px solid #ebdcdb !important;
  color: #2e121b !important;
  border-radius: 20px 20px 4px 20px !important;
  box-shadow: 0 4px 14px rgba(70, 25, 40, 0.04) !important;
  display: inline-block !important;
  width: fit-content !important;
  max-width: 100% !important;
}

.velora-chat-bubble.is-user .velora-chat-bubble__content {
  background: linear-gradient(135deg, #642139 0%, #461425 100%) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  border-radius: 20px 20px 20px 4px !important;
  box-shadow: 0 6px 18px rgba(100, 33, 57, 0.22) !important;
  display: inline-block !important;
}

.velora-chat-bubble__content p {
  margin: 0 0 6px 0 !important;
}
.velora-chat-bubble__content p:last-child {
  margin-bottom: 0 !important;
}

.velora-chat-bubble__time {
  font-size: 11.5px !important;
  color: #9a8089 !important;
  margin-top: 5px !important;
  padding: 0 6px !important;
}

.velora-chat-bubble.is-user .velora-chat-bubble__time {
  text-align: left !important;
}

/* ──────────────────────────────────────────────────────────────────────────
   PRODUCT RECOMMENDATION CARDS (Redesigned & Elevated)
   ────────────────────────────────────────────────────────────────────────── */

.velora-chat-products-container {
  margin-top: 12px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  width: 100% !important;
  max-width: 580px !important;
  box-sizing: border-box !important;
}

/* Card */
.velora-chat-product-card {
  position: relative !important;
  background: #ffffff !important;
  border: 1.5px solid #ebdcdb !important;
  border-radius: 18px !important;
  padding: 14px 16px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 16px !important;
  box-shadow: 0 4px 18px rgba(70, 25, 40, 0.05) !important;
  transition: all 0.24s cubic-bezier(0.16, 1, 0.3, 1) !important;
  direction: rtl !important;
  text-align: right !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.velora-chat-product-card:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 26px rgba(100, 33, 57, 0.12) !important;
  border-color: #d6afbc !important;
}

/* Featured Top Accent Line */
.velora-chat-product-card.is-featured-match {
  background: linear-gradient(135deg, #ffffff 0%, #fffbfb 100%) !important;
  border: 1.5px solid #d4a5b5 !important;
  box-shadow: 0 6px 22px rgba(100, 33, 57, 0.08) !important;
}

.velora-chat-product-card.is-featured-match::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 3.5px !important;
  background: linear-gradient(90deg, #742540 0%, #d4a555 100%) !important;
}

/* Thumbnail */
.velora-chat-product-card__thumb {
  position: static !important;
  width: 96px !important;
  height: 96px !important;
  min-width: 96px !important;
  max-width: 96px !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  display: block !important;
  background: #fbf5f7 !important;
  border: 1px solid #f0e2e5 !important;
  flex-shrink: 0 !important;
  box-shadow: 0 2px 8px rgba(60, 20, 36, 0.04) !important;
}

.velora-chat-product-card__thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.3s ease !important;
}

.velora-chat-product-card:hover .velora-chat-product-card__thumb img {
  transform: scale(1.06) !important;
}

/* Content */
.velora-chat-product-card__content {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 4px !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
  padding: 0 !important;
  background: transparent !important;
}

/* Featured Badge */
.velora-chat-featured-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  background: linear-gradient(135deg, #742540 0%, #4a1426 100%) !important;
  color: #faecd8 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  padding: 2.5px 11px !important;
  border-radius: 999px !important;
  margin-bottom: 3px !important;
  width: fit-content !important;
  box-shadow: 0 2px 6px rgba(116, 37, 64, 0.2) !important;
}

/* Title */
.velora-chat-product-card__header {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
}

.velora-chat-product-card__header h4 {
  margin: 0 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  color: #2e121b !important;
}

.velora-chat-product-card__header h4 a {
  color: #2e121b !important;
  text-decoration: none !important;
  transition: color 0.18s ease !important;
}

.velora-chat-product-card__header h4 a:hover {
  color: #742540 !important;
}

/* Match reason */
.velora-chat-product-match {
  position: static !important;
  inset: auto !important;
  width: auto !important;
  background: transparent !important;
  color: #836771 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  padding: 0 !important;
  margin: 0 !important;
  backdrop-filter: none !important;
  border-radius: 0 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

/* Price */
.velora-chat-product-card__price {
  font-size: 16.5px !important;
  font-weight: 800 !important;
  color: #642139 !important;
  margin: 2px 0 !important;
}

/* Actions Row */
.velora-chat-product-card__actions {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
  margin-top: 3px !important;
}

.velora-chat-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  padding: 7px 16px !important;
  border-radius: 999px !important;
  font-size: 12.5px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  transition: all 0.18s cubic-bezier(0.16, 1, 0.3, 1) !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  font-family: inherit !important;
  line-height: 1.3 !important;
}

/* Secondary Button ("تفاصيل الهدية ←") */
.velora-chat-btn--view {
  background: #fdf5f7 !important;
  color: #642139 !important;
  border: 1.5px solid #e4cad1 !important;
}

.velora-chat-btn--view:hover {
  background: #f5e4ea !important;
  border-color: #642139 !important;
  color: #2e121b !important;
  transform: translateY(-1px) !important;
}

/* Primary Button ("أضفها للبوكس ＋") */
.velora-chat-btn--builder {
  background: linear-gradient(135deg, #742540 0%, #4b1427 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 3px 10px rgba(100, 33, 57, 0.22) !important;
  border: 1px solid rgba(235, 204, 157, 0.25) !important;
}

.velora-chat-btn--builder:hover {
  background: linear-gradient(135deg, #872e4c 0%, #5a1930 100%) !important;
  box-shadow: 0 6px 16px rgba(100, 33, 57, 0.32) !important;
  transform: translateY(-1px) !important;
  color: #ffffff !important;
}

/* Accordion Toggle */
.velora-chat-more-wrapper {
  margin-top: 6px !important;
  width: 100% !important;
  max-width: 580px !important;
}

.velora-chat-more-toggle {
  width: 100% !important;
  padding: 12px 18px !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  border: 1.5px dashed #dcb8c4 !important;
  color: #642139 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  cursor: pointer !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  font-family: inherit !important;
  box-shadow: 0 2px 8px rgba(60, 20, 36, 0.03) !important;
}

.velora-chat-more-toggle:hover {
  background: #fdf5f7 !important;
  border-color: #642139 !important;
  border-style: solid !important;
  transform: translateY(-1px) !important;
}

.velora-chat-more-toggle svg {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  flex-shrink: 0 !important;
  color: #8c2a44 !important;
}

.velora-chat-more-toggle.is-open svg {
  transform: rotate(180deg) !important;
}

.velora-chat-more-grid {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  margin-top: 10px !important;
}

/* Suggestion Chips */
.velora-chat-chips-container {
  padding: 12px 20px 4px !important;
  background: #ffffff !important;
  border-top: 1px solid #f0e2e5 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}

.velora-chat-chips-label {
  font-size: 12.5px !important;
  color: #886c75 !important;
  font-weight: 700 !important;
}

.velora-chat-chips {
  display: flex !important;
  gap: 8px !important;
  overflow-x: auto !important;
  padding-bottom: 8px !important;
}

.velora-chip {
  padding: 7px 16px !important;
  background: #fff8f9 !important;
  border: 1.5px solid #ebd4db !important;
  border-radius: 999px !important;
  color: #642139 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  font-family: inherit !important;
}

.velora-chip:hover {
  background: #642139 !important;
  border-color: #642139 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
}

/* Input Bar */
.velora-chat-input-bar {
  padding: 14px 20px !important;
  background: #ffffff !important;
  border-top: 1.5px solid #f0e2e5 !important;
}

.velora-chat-input-wrapper {
  display: flex !important;
  align-items: center !important;
  background: #faf6f7 !important;
  border: 1.5px solid #ebdcdb !important;
  border-radius: 999px !important;
  padding: 4px 6px 4px 18px !important;
  transition: all 0.2s ease !important;
}

.velora-chat-input-wrapper:focus-within {
  background: #ffffff !important;
  border-color: #642139 !important;
  box-shadow: 0 0 0 4px rgba(100, 33, 57, 0.08) !important;
}

.velora-chat-input {
  border: none !important;
  background: transparent !important;
  padding: 10px 14px !important;
  font-size: 14.5px !important;
  color: #2e121b !important;
  flex: 1 1 auto !important;
  font-family: inherit !important;
  outline: none !important;
}

.velora-chat-send {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #742540 0%, #441424 100%) !important;
  color: #ffffff !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  box-shadow: 0 4px 12px rgba(100, 33, 57, 0.25) !important;
  transition: all 0.2s ease !important;
}

.velora-chat-send:hover {
  transform: scale(1.06) !important;
  box-shadow: 0 6px 16px rgba(100, 33, 57, 0.35) !important;
}

/* Mobile Responsiveness */
@media (max-width: 640px) {
  .velora-chatbot-header {
    padding: 12px 16px !important;
  }
  .velora-preference-avatar {
    width: 40px !important;
    height: 40px !important;
    font-size: 19px !important;
  }
  .velora-chatbot-header__title-wrap strong {
    font-size: 15px !important;
  }
  .velora-chatbot-header__title-wrap small {
    font-size: 11.5px !important;
  }
  .velora-chat-reset-btn {
    padding: 6px 13px !important;
    font-size: 12px !important;
  }
  .velora-chatbot-messages {
    padding: 16px 12px !important;
    height: 380px !important;
  }
  .velora-chat-bubble {
    max-width: 95% !important;
  }
  .velora-chat-bubble.is-assistant,
  .velora-chat-bubble.is-user {
    max-width: 95% !important;
  }
  .velora-chat-bubble__content {
    font-size: 14.5px !important;
    padding: 12px 16px !important;
  }
  .velora-chat-product-card {
    padding: 12px !important;
    gap: 12px !important;
  }
  .velora-chat-product-card__thumb {
    width: 82px !important;
    height: 82px !important;
    min-width: 82px !important;
    max-width: 82px !important;
  }
  .velora-chat-product-card__header h4 {
    font-size: 14.5px !important;
  }
  .velora-chat-product-card__price {
    font-size: 15px !important;
  }
  .velora-chat-btn {
    padding: 6px 12px !important;
    font-size: 11.5px !important;
  }
}


/* ==========================================================================
   VELORA CHATBOT — 20PX / WEIGHT 600 CHAT TYPOGRAPHY & CLEAN BUBBLES
   ========================================================================== */

/* Outer Chat Bubble Wrapper — STRICTLY TRANSPARENT (NO DOUBLE BOX) */
.velora-chat-bubble,
.velora-chat-bubble.is-assistant,
.velora-chat-bubble.is-user {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  border-width: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 0 16px 0 !important;
  display: flex !important;
  flex-direction: column !important;
  width: auto !important;
}

.velora-chat-bubble.is-assistant {
  align-self: flex-start !important;
  max-width: 88% !important;
}

.velora-chat-bubble.is-user {
  align-self: flex-end !important;
  max-width: 78% !important;
}

/* Assistant Message Bubble (The ONLY box for assistant text) */
.velora-chat-bubble.is-assistant .velora-chat-bubble__content {
  background: #ffffff !important;
  background-color: #ffffff !important;
  border: 1.5px solid #ebdcdb !important;
  border-radius: 20px 20px 4px 20px !important;
  padding: 16px 24px !important;
  color: #2e121b !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1.7 !important;
  box-shadow: 0 4px 16px rgba(70, 25, 40, 0.04) !important;
  display: inline-block !important;
  width: fit-content !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}

.velora-chat-bubble.is-assistant .velora-chat-bubble__content p {
  margin: 0 0 8px 0 !important;
  color: #2e121b !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1.7 !important;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.velora-chat-bubble.is-assistant .velora-chat-bubble__content p:last-child {
  margin-bottom: 0 !important;
}

/* User Message Bubble (The ONLY box for user text) */
.velora-chat-bubble.is-user .velora-chat-bubble__content {
  background: linear-gradient(135deg, #642139 0%, #461425 100%) !important;
  background-color: #642139 !important;
  border: none !important;
  border-width: 0 !important;
  border-radius: 20px 20px 20px 4px !important;
  padding: 14px 24px !important;
  color: #ffffff !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1.6 !important;
  box-shadow: 0 6px 20px rgba(100, 33, 57, 0.22) !important;
  display: inline-block !important;
  width: fit-content !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}

.velora-chat-bubble.is-user .velora-chat-bubble__content p {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1.6 !important;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}

/* Timestamp */
.velora-chat-bubble__time {
  font-size: 12px !important;
  color: #9a8089 !important;
  margin-top: 5px !important;
  padding: 0 6px !important;
}

.velora-chat-bubble.is-user .velora-chat-bubble__time {
  text-align: left !important;
}

.velora-chat-bubble.is-assistant .velora-chat-bubble__time {
  text-align: right !important;
}

@media (max-width: 640px) {
  .velora-chat-bubble.is-assistant,
  .velora-chat-bubble.is-user {
    max-width: 95% !important;
  }
  .velora-chat-bubble.is-assistant .velora-chat-bubble__content,
  .velora-chat-bubble.is-user .velora-chat-bubble__content {
    font-size: 17px !important;
    padding: 12px 18px !important;
  }
  .velora-chat-bubble.is-assistant .velora-chat-bubble__content p,
  .velora-chat-bubble.is-user .velora-chat-bubble__content p {
    font-size: 17px !important;
  }
}


/* ==========================================================================
   VELORA CHATBOT — 13PX CHAT TYPOGRAPHY & 100% MAX-WIDTH PARAGRAPH
   ========================================================================== */

.velora-preference-chat p,
.velora-chatbot-messages p,
.velora-chat-bubble__content,
.velora-chat-bubble__content p,
.velora-chat-bubble.is-assistant .velora-chat-bubble__content,
.velora-chat-bubble.is-assistant .velora-chat-bubble__content p,
.velora-chat-bubble.is-user .velora-chat-bubble__content,
.velora-chat-bubble.is-user .velora-chat-bubble__content p {
  font-size: 13px !important;
  max-width: 100% !important;
  line-height: 1.7 !important;
}

@media (max-width: 640px) {
  .velora-preference-chat p,
  .velora-chatbot-messages p,
  .velora-chat-bubble__content,
  .velora-chat-bubble__content p,
  .velora-chat-bubble.is-assistant .velora-chat-bubble__content,
  .velora-chat-bubble.is-assistant .velora-chat-bubble__content p,
  .velora-chat-bubble.is-user .velora-chat-bubble__content,
  .velora-chat-bubble.is-user .velora-chat-bubble__content p {
    font-size: 13px !important;
    max-width: 100% !important;
  }
}


/* ==========================================================================
   VELORA CHATBOT — HIGH-END ALIGNED SUGGESTION CHIPS
   ========================================================================== */

.velora-chat-chips-container {
  padding: 10px 22px !important;
  background: #ffffff !important;
  border-top: 1.5px solid #f0e2e5 !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 12px !important;
  direction: rtl !important;
  box-sizing: border-box !important;
  width: 100% !important;
}

.velora-chat-chips-label {
  font-size: 13px !important;
  color: #7a636c !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
}

.velora-chat-chips {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  flex-grow: 1 !important;
  padding: 2px 0 !important;
}

.velora-chat-chips::-webkit-scrollbar {
  display: none !important;
}

.velora-chip {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 6px 16px !important;
  background: #fff8f9 !important;
  border: 1.5px solid #ebd4db !important;
  border-radius: 999px !important;
  color: #642139 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  font-family: inherit !important;
  box-shadow: 0 1px 4px rgba(100, 33, 57, 0.03) !important;
  line-height: 1.3 !important;
}

.velora-chip:hover {
  background: #642139 !important;
  border-color: #642139 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(100, 33, 57, 0.2) !important;
}

@media (max-width: 640px) {
  .velora-chat-chips-container {
    padding: 8px 14px !important;
    gap: 8px !important;
  }
  .velora-chat-chips-label {
    font-size: 11.5px !important;
  }
  .velora-chip {
    padding: 5px 12px !important;
    font-size: 12px !important;
  }
}


/* ==========================================================================
   VELORA BOX BUILDER — STEP 4 LUXURY REVIEW & PERSONALIZATION HUB
   ========================================================================== */

.velora-builder-stage-panel[data-stage-panel="4"] {
  display: flex !important;
  flex-direction: column !important;
  gap: 24px !important;
  width: 100% !important;
}

.velora-review-box-summary {
  display: flex !important;
  flex-direction: column !important;
  gap: 24px !important;
  width: 100% !important;
}

/* Review Card */
.velora-review-card {
  background: #ffffff !important;
  border: 1.5px solid #ebdcdb !important;
  border-radius: 22px !important;
  padding: 24px !important;
  box-shadow: 0 10px 30px rgba(70, 25, 40, 0.05) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
  box-sizing: border-box !important;
}

.velora-review-card__header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding-bottom: 16px !important;
  border-bottom: 1.5px solid #f2e6e8 !important;
  gap: 14px !important;
  flex-wrap: wrap !important;
}

.velora-review-card__title-group {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}

.velora-review-tag {
  font-size: 11.5px !important;
  font-weight: 800 !important;
  color: #8c2a44 !important;
  letter-spacing: 0.02em !important;
}

.velora-review-card__header h3 {
  margin: 0 !important;
  font-size: 19px !important;
  font-weight: 800 !important;
  color: #2e121b !important;
  line-height: 1.3 !important;
}

.velora-review-items-count {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 6px 14px !important;
  background: #fdf5f7 !important;
  border: 1px solid #ebd4db !important;
  border-radius: 999px !important;
  color: #642139 !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
}

.velora-review-items-count b {
  font-weight: 800 !important;
  color: #642139 !important;
}

/* Review Products List */
.velora-review-products-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

.velora-review-item {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  padding: 12px 16px !important;
  background: #faf6f6 !important;
  border: 1px solid #f0e2e5 !important;
  border-radius: 16px !important;
  transition: all 0.2s ease !important;
}

.velora-review-item:hover {
  background: #fff8f9 !important;
  border-color: #e5ccd3 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 14px rgba(100, 33, 57, 0.04) !important;
}

.velora-review-item img {
  width: 58px !important;
  height: 58px !important;
  border-radius: 12px !important;
  object-fit: cover !important;
  flex-shrink: 0 !important;
  background: #ffffff !important;
  border: 1px solid #ebdcdb !important;
}

.velora-review-item__info {
  display: flex !important;
  flex-direction: column !important;
  gap: 3px !important;
  flex-grow: 1 !important;
  min-width: 0 !important;
}

.velora-review-item__info strong {
  font-size: 15px !important;
  font-weight: 800 !important;
  color: #2e121b !important;
  line-height: 1.3 !important;
}

.velora-review-item__tag {
  font-size: 11px !important;
  font-weight: 700 !important;
  padding: 2px 8px !important;
  border-radius: 6px !important;
  width: fit-content !important;
}

.velora-review-item__tag.is-gift {
  background: #f7e8ec !important;
  color: #742540 !important;
}

.velora-review-item__tag.is-addon {
  background: #fbf0e2 !important;
  color: #926425 !important;
}

.velora-review-item__price {
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #642139 !important;
  flex-shrink: 0 !important;
}

/* Review Total Breakdown Bar */
.velora-review-total-bar {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  padding-top: 16px !important;
  border-top: 1.5px dashed #ebd4db !important;
  margin-top: 4px !important;
}

.velora-review-total-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  font-size: 14px !important;
  color: #6c545c !important;
}

.velora-review-total-row strong {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #3b1622 !important;
}

.velora-review-total-row.is-grand-total {
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #2e121b !important;
  padding-top: 8px !important;
  border-top: 1px solid #f0e2e5 !important;
}

.velora-review-total-row.is-grand-total strong {
  font-size: 20px !important;
  font-weight: 900 !important;
  color: #742540 !important;
}

/* Personalization Card inside Stage 4 */
.velora-personalization-in-stage4 {
  background: #ffffff !important;
  border: 1.5px solid #ebdcdb !important;
  border-radius: 22px !important;
  padding: 24px !important;
  box-shadow: 0 10px 30px rgba(70, 25, 40, 0.05) !important;
  margin: 0 !important;
}

.velora-personalization-in-stage4 header {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 20px !important;
  padding-bottom: 14px !important;
  border-bottom: 1.5px solid #f2e6e8 !important;
}

.velora-personalization-in-stage4 header span {
  font-size: 24px !important;
}

.velora-personalization-in-stage4 header h3 {
  margin: 0 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  color: #2e121b !important;
}

.velora-personalization-in-stage4 header small {
  font-size: 12px !important;
  color: #8c2a44 !important;
  font-weight: 700 !important;
}

/* Page Bottom Spacing so Floating Bar Never Obscures Content */
.velora-builder-experience {
  padding-bottom: 120px !important;
}

/* ==========================================================
   VELORA LUXURY THANK YOU & ORDER RECEIVED PAGE
   ========================================================== */
body.woocommerce-order-received {
  background: radial-gradient(circle at 100% 4%, rgba(196, 148, 80, 0.1), transparent 24%), #fbf7f2 !important;
}

body.woocommerce-order-received .velora-content-layout {
  padding-block: 28px 90px !important;
}

body.woocommerce-order-received .velora-article {
  width: min(1180px, calc(100% - 32px)) !important;
  max-width: none !important;
  margin-inline: auto !important;
}

body.woocommerce-order-received .velora-article > h1,
body.woocommerce-order-received .entry-header,
body.woocommerce-order-received .woocommerce-order > .woocommerce-notice,
body.woocommerce-order-received .woocommerce-order-overview,
body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details,
body.woocommerce-order-received section.woocommerce-order-details,
body.woocommerce-order-received section.woocommerce-customer-details {
  display: none !important;
}

.velora-thankyou-wrap {
  width: 100%;
  direction: rtl;
  text-align: right;
  margin-top: 10px;
}

.velora-checkout-steps--thankyou {
  max-width: 580px;
  margin: 15px auto 34px !important;
}

.velora-thankyou-hero {
  position: relative;
  text-align: center;
  padding: 42px 32px 38px;
  border: 1.5px solid #ebdcdb;
  border-radius: 26px;
  background: radial-gradient(circle at 50% 0%, rgba(198, 154, 92, 0.15), transparent 45%), linear-gradient(145deg, #ffffff, #fff7f5 60%, #faedf0);
  box-shadow: 0 20px 50px rgba(70, 25, 40, 0.06);
  margin-bottom: 28px;
  overflow: hidden;
}

.velora-thankyou-hero::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(118, 36, 65, 0.06), transparent 70%);
  pointer-events: none;
}

.velora-thankyou-hero__badge {
  display: inline-block;
  margin-bottom: 18px;
}

.velora-thankyou-hero__badge span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 18px;
  border: 1px solid #dfc7be;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #8c2a44;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(118, 36, 65, 0.05);
}

.velora-thankyou-hero__visual {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.velora-thankyou-hero__icon {
  position: relative;
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border-radius: 26px;
  background: linear-gradient(135deg, #762441, #481123);
  color: #efc886;
  box-shadow: 0 14px 30px rgba(75, 17, 38, 0.28);
}

.velora-thankyou-hero__icon svg {
  width: 42px !important;
  height: 42px !important;
  stroke: #efc886 !important;
  stroke-width: 1.8 !important;
  display: block;
}

.velora-thankyou-hero__icon i {
  position: absolute;
  bottom: -6px;
  left: -6px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: #27ae60;
  color: #ffffff;
  font: 800 13px/1 Arial, sans-serif;
  box-shadow: 0 4px 10px rgba(39, 174, 96, 0.35);
}

.velora-thankyou-hero h1 {
  margin: 0 0 14px;
  color: #3b1422;
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 900;
  line-height: 1.35;
}

.velora-thankyou-hero p {
  max-width: 680px;
  margin: 0 auto;
  color: #6d555e;
  font-size: 15px;
  line-height: 1.85;
}

.velora-thankyou-hero p strong {
  color: #762441;
  font-weight: 800;
}

.velora-thankyou-hero__email-notice {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 9px 18px;
  border-radius: 12px;
  background: rgba(118, 36, 65, 0.05);
  border: 1px dashed #d9b8c2;
  color: #63454f;
  font-size: 13px;
}

.velora-thankyou-hero__email-notice svg {
  color: #8c2a44;
  stroke: #8c2a44 !important;
  flex-shrink: 0;
}

.velora-thankyou-hero__email-notice strong {
  color: #3b1422;
  font-weight: 700;
  direction: ltr;
  display: inline-block;
}

/* 3. Key Order Metadata Grid */
.velora-thankyou-meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 30px;
}

.velora-thankyou-meta__card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 18px;
  border: 1.5px solid #ebdcdb;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(70, 25, 40, 0.04);
  transition: transform 0.2s, box-shadow 0.2s;
}

.velora-thankyou-meta__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(70, 25, 40, 0.08);
}

.velora-thankyou-meta__card.is-highlight {
  border-color: #dfbe88;
  background: linear-gradient(145deg, #ffffff, #fffaf3);
}

.velora-thankyou-meta__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  border-radius: 14px;
  background: #fdf3f0;
  color: #8c2a44;
}

.velora-thankyou-meta__icon svg {
  width: 24px !important;
  height: 24px !important;
  stroke: #8c2a44 !important;
  stroke-width: 1.8 !important;
  display: block;
}

.velora-thankyou-meta__card.is-highlight .velora-thankyou-meta__icon {
  background: #fbf0dc;
  color: #a47631;
}

.velora-thankyou-meta__card.is-highlight .velora-thankyou-meta__icon svg {
  stroke: #a47631 !important;
}

.velora-thankyou-meta__info span {
  display: block;
  font-size: 12px;
  color: #8c737c;
  font-weight: 700;
  margin-bottom: 4px;
}

.velora-thankyou-meta__info strong {
  display: block;
  font-size: 16px;
  color: #3b1422;
  font-weight: 800;
  line-height: 1.3;
}

.velora-thankyou-meta__info .velora-price-highlight {
  color: #762441;
  font-size: 18px;
}

/* 4. Split Grid for Items and Delivery Details */
.velora-thankyou-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.85fr);
  gap: 26px;
  align-items: start;
}

.velora-thankyou-card {
  padding: 26px;
  border: 1.5px solid #ebdcdb;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(70, 25, 40, 0.05);
}

.velora-thankyou-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 1.5px solid #f2e6e8;
}

.velora-thankyou-card__title span {
  display: block;
  color: #8c2a44;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 3px;
}

.velora-thankyou-card__title h2,
.velora-thankyou-card__title h3 {
  margin: 0;
  color: #3b1422;
  font-size: 20px;
  font-weight: 900;
}

.velora-thankyou-card__count {
  padding: 5px 14px;
  border-radius: 999px;
  background: #f7ebed;
  color: #762441;
  font-size: 12px;
  font-weight: 800;
}

.velora-thankyou-card__icon-badge {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #f7ebed;
  color: #762441;
}

.velora-thankyou-card__icon-badge svg {
  width: 22px !important;
  height: 22px !important;
  stroke: #762441 !important;
  stroke-width: 1.8 !important;
  display: block;
}

/* Package Card Styling */
.velora-thankyou-package {
  border: 1.5px solid #ebdcdb;
  border-radius: 18px;
  background: #fcf8f8;
  margin-bottom: 20px;
  overflow: hidden;
}

.velora-thankyou-package__header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  background: linear-gradient(135deg, #ffffff, #fff3f3);
  border-bottom: 1.5px solid #ebdcdb;
}

.velora-thankyou-package__mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, #762441, #52182b);
  color: #efc886;
  box-shadow: 0 6px 16px rgba(118, 36, 65, 0.2);
}

.velora-thankyou-package__mark svg {
  stroke: #efc886 !important;
  display: block;
}

.velora-thankyou-package__info span {
  display: block;
  color: #8c2a44;
  font-size: 11px;
  font-weight: 800;
}

.velora-thankyou-package__info h3 {
  margin: 2px 0 0;
  color: #3b1422;
  font-size: 16px;
  font-weight: 800;
}

.velora-thankyou-package__info small {
  display: block;
  color: #8c737c;
  font-size: 12px;
  font-weight: 600;
  margin-top: 2px;
}

.velora-thankyou-package__components {
  padding: 12px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.velora-thankyou-item {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #ebdcdb;
}

.velora-thankyou-item.is-box {
  background: #fffaf5;
  border-color: #eeddc9;
}

.velora-thankyou-item__media {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  overflow: hidden;
  background: #f7ebed;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.velora-thankyou-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.velora-thankyou-item__media span {
  color: #8c2a44;
}

.velora-thankyou-item__media span svg {
  stroke: #8c2a44 !important;
  display: block;
}

.velora-thankyou-item__copy small {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 6px;
  background: #f7ebed;
  color: #8c2a44;
  font-size: 10px;
  font-weight: 800;
  margin-bottom: 4px;
}

.velora-thankyou-item.is-box .velora-thankyou-item__copy small {
  background: #faebd7;
  color: #8e6224;
}

.velora-thankyou-item__copy strong {
  display: block;
  color: #3b1422;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.velora-thankyou-item__qty {
  display: block;
  color: #8c737c;
  font-size: 12px;
  margin-top: 2px;
}

.velora-thankyou-item__total {
  font-size: 15px;
  font-weight: 800;
  color: #3b1422;
  white-space: nowrap;
}

.velora-item-meta-note {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #762441;
  background: #fff4f6;
  padding: 3px 8px;
  border-radius: 6px;
}

/* Personalization Box inside Package */
.velora-thankyou-package__personalization {
  margin: 8px 18px 16px;
  padding: 14px 18px;
  border-radius: 14px;
  background: #ffffff;
  border: 1.5px dashed #d9b8c2;
}

.velora-thankyou-package__personalization-header {
  font-size: 13px;
  font-weight: 800;
  color: #8c2a44;
  margin-bottom: 8px;
}

.velora-thankyou-package__personalization-body p {
  margin: 4px 0;
  font-size: 13px;
  color: #52343f;
  line-height: 1.6;
}

.velora-thankyou-package__personalization-body p strong {
  color: #3b1422;
}

.velora-thankyou-package__personalization-body p.is-hide-price {
  color: #27ae60;
  font-weight: 700;
  margin-top: 8px;
}

.velora-thankyou-standalone-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

/* Totals Summary */
.velora-thankyou-totals {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1.5px solid #f2e6e8;
}

.velora-thankyou-totals__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  font-size: 14px;
  color: #6d555e;
}

.velora-thankyou-totals__row strong {
  color: #3b1422;
  font-weight: 800;
}

.velora-thankyou-totals__row.is-grand-total {
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1.5px solid #ebdcdb;
  font-size: 18px;
  color: #762441;
  font-weight: 900;
}

.velora-thankyou-totals__row.is-grand-total strong {
  color: #762441;
  font-size: 22px;
}

.velora-thankyou-totals__note {
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 12px;
  background: #fbf5f2;
  border: 1px solid #ebdcd5;
}

.velora-thankyou-totals__note span {
  display: block;
  font-size: 12px;
  font-weight: 800;
  color: #8c2a44;
  margin-bottom: 4px;
}

.velora-thankyou-totals__note p {
  margin: 0;
  font-size: 13px;
  color: #52343f;
  line-height: 1.6;
}

/* Sidebar Delivery Address & Details */
.velora-thankyou-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.velora-thankyou-address-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.velora-thankyou-address-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.velora-address-label {
  font-size: 12px;
  color: #8c737c;
  font-weight: 700;
}

.velora-thankyou-address-item strong {
  font-size: 15px;
  color: #3b1422;
  font-weight: 800;
}

.velora-formatted-address {
  font-style: normal;
  font-size: 14px;
  color: #52343f;
  line-height: 1.7;
}

.velora-phone-number {
  font-size: 16px !important;
  color: #3b1422 !important;
  font-family: inherit;
  letter-spacing: 0.5px;
}

.velora-email-text {
  font-size: 14px;
  color: #52343f;
  word-break: break-all;
}

/* Trust Cards */
.velora-thankyou-trust-card {
  padding: 22px;
  border: 1.5px solid #ebdcdb;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(70, 25, 40, 0.04);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.velora-thankyou-trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.velora-trust-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 44px;
  border-radius: 12px;
  background: #fdf2f4;
  color: #8c2a44;
}

.velora-trust-icon svg {
  width: 22px !important;
  height: 22px !important;
  stroke: #8c2a44 !important;
  stroke-width: 1.8 !important;
  display: block;
}

.velora-thankyou-trust-item strong {
  display: block;
  font-size: 13px;
  color: #3b1422;
  font-weight: 800;
}

.velora-thankyou-trust-item small {
  display: block;
  font-size: 11px;
  color: #8c737c;
  line-height: 1.5;
}

/* Action Buttons */
.velora-thankyou-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.velora-thankyou-action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 52px;
  padding: 12px 20px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  cursor: pointer;
}

.velora-thankyou-action-btn.is-primary {
  background: linear-gradient(135deg, #762441, #481123);
  color: #ffffff;
  border: none;
  box-shadow: 0 10px 24px rgba(118, 36, 65, 0.24);
}

.velora-thankyou-action-btn.is-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(118, 36, 65, 0.32);
}

.velora-thankyou-action-btn.is-secondary {
  background: #ffffff;
  color: #52343f;
  border: 1.5px solid #ebdcdb;
}

.velora-thankyou-action-btn.is-secondary:hover {
  background: #fff8f8;
  border-color: #762441;
  color: #762441;
}

.velora-thankyou-action-btn.is-whatsapp {
  background: #25d366;
  color: #ffffff;
  border: none;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.25);
}

.velora-thankyou-action-btn.is-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(37, 211, 102, 0.35);
}

/* Responsive Breakpoints */
@media (max-width: 980px) {
  .velora-thankyou-meta {
    grid-template-columns: repeat(2, 1fr);
  }
  .velora-thankyou-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .velora-thankyou-hero {
    padding: 30px 18px;
    border-radius: 20px;
  }
  .velora-thankyou-hero h1 {
    font-size: 22px;
  }
  .velora-thankyou-hero p {
    font-size: 13px;
  }
  .velora-thankyou-meta {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .velora-thankyou-card {
    padding: 18px 14px;
    border-radius: 18px;
  }
  .velora-thankyou-item {
    grid-template-columns: 48px 1fr;
    gap: 10px;
  }
  .velora-thankyou-item__total {
    grid-column: 2 / -1;
    text-align: left;
  }
}


/* ==========================================================
   VELORA BULLETPROOF RESPONSIVE SYSTEM (HOME & STOREFRONT)
   ========================================================== */

/* Global Overflow Protection */
html, body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

/* ----------------------------------------------------------
   1. MOBILE HEADER & NAVIGATION (< 820px)
   ---------------------------------------------------------- */
@media (max-width: 820px) {
  /* Announcement bar */
  .velora-announcement {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 36px !important;
    max-height: 36px !important;
    padding: 0 12px !important;
    background: linear-gradient(90deg, #3d1020, #611e33) !important;
    color: #f7e6ea !important;
    font-size: 11px !important;
  }
  .velora-announcement__inner {
    justify-content: center !important;
    width: 100% !important;
  }
  .velora-announcement__benefits {
    display: none !important;
  }

  /* Header Main Shell */
  .site-header,
  .site-header.is-scrolled {
    min-height: 70px !important;
    padding: 0 !important;
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    box-shadow: 0 4px 20px rgba(60, 17, 30, 0.06) !important;
  }
  
  .velora-header-main,
  .site-header.is-scrolled .velora-header-main {
    width: calc(100% - 24px) !important;
    max-width: 100% !important;
    min-height: 70px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 !important;
    margin: 0 auto !important;
    position: relative !important;
    gap: 0 !important;
  }

  /* Hide Desktop Selectors & Desktop Search in Header */
  .velora-header-tools--end,
  .velora-primary-nav,
  .velora-header-tools--start > .velora-search {
    display: none !important;
  }

  /* Hamburger Menu Button */
  .velora-header-tools--start {
    width: auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    order: 1 !important;
  }
  .velora-mobile-only {
    display: grid !important;
    place-items: center !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    border-radius: 12px !important;
    border: 1.5px solid #ebdcdb !important;
    background: #fff !important;
    color: #3b1422 !important;
    box-shadow: 0 4px 12px rgba(60, 17, 30, 0.04) !important;
    cursor: pointer !important;
  }
  .velora-mobile-only svg {
    width: 22px !important;
    height: 22px !important;
    stroke: #3b1422 !important;
  }

  /* Center Brand Logo */
  .velora-header-brand {
    order: 2 !important;
    width: auto !important;
    text-align: center !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }
  .velora-wordmark {
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .velora-wordmark span {
    font-size: 32px !important;
    line-height: 1 !important;
    letter-spacing: -0.02em !important;
    color: #641d35 !important;
  }
  .velora-wordmark span::after {
    display: none !important;
  }
  .velora-wordmark small {
    display: block !important;
    margin-top: 2px !important;
    font-size: 8px !important;
    color: #9c6e3b !important;
    font-weight: 700 !important;
  }
  .velora-wordmark small::before,
  .velora-wordmark small::after {
    display: none !important;
  }

  /* Action Links (Cart & Wishlist) */
  .velora-action-links {
    order: 3 !important;
    position: static !important;
    transform: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .velora-action-label {
    display: none !important;
  }
  .velora-action-links .velora-icon-button {
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 12px !important;
    border: 1.5px solid #ebdcdb !important;
    background: #fff !important;
    color: #3b1422 !important;
    box-shadow: 0 4px 12px rgba(60, 17, 30, 0.04) !important;
    position: relative !important;
  }
  .velora-action-links .velora-icon-button svg {
    width: 20px !important;
    height: 20px !important;
    stroke: #3b1422 !important;
  }
  .velora-cart-count {
    top: -6px !important;
    inset-inline-end: -6px !important;
    min-width: 18px !important;
    height: 18px !important;
    padding: 0 3px !important;
    border-radius: 999px !important;
    background: #762441 !important;
    color: #fff !important;
    font: 800 9px/1.8 Arial, sans-serif !important;
    border: 2px solid #fff !important;
  }
}

/* ----------------------------------------------------------
   2. HERO SECTION (< 820px & < 560px)
   ---------------------------------------------------------- */
@media (max-width: 820px) {
  .velora-hero {
    min-height: auto !important;
    padding: 20px 0 40px !important;
    align-items: center !important;
    overflow: hidden !important;
  }
  .velora-hero__backdrop {
    position: absolute !important;
    inset: 0 !important;
    height: 100% !important;
  }
  .velora-hero__image {
    width: 100% !important;
    height: 52% !important;
    top: 0 !important;
    object-fit: cover !important;
    object-position: center top !important;
  }
  .velora-hero__backdrop::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(180deg, rgba(251,247,242,0.1) 0%, rgba(251,247,242,0.85) 42%, #fbf7f2 70%) !important;
  }
  .velora-hero__content {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    padding: 0 !important;
    margin-top: 180px !important;
  }
  .velora-hero__editorial {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;
  }
  .velora-hero__title {
    font-size: clamp(26px, 6.8vw, 36px) !important;
    line-height: 1.25 !important;
    margin: 12px 0 !important;
  }
  .velora-hero__desc {
    max-width: 90% !important;
    margin: 0 auto 20px !important;
    font-size: 13.5px !important;
    line-height: 1.75 !important;
    color: #634d55 !important;
  }
  .velora-hero__actions {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 380px !important;
    margin: 0 auto 16px !important;
  }
  .velora-hero__actions .velora-button {
    width: 100% !important;
    min-height: 52px !important;
    justify-content: center !important;
    font-size: 14px !important;
    border-radius: 14px !important;
  }
  .velora-hero-quiz-pill {
    width: 100% !important;
    max-width: 380px !important;
    margin: 0 auto !important;
    justify-content: center !important;
    font-size: 12px !important;
    padding: 10px 14px !important;
    border-radius: 14px !important;
  }
  .velora-hero__mini-trust {
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 8px 12px !important;
    font-size: 12px !important;
    margin-top: 18px !important;
  }
  .velora-hero__badge {
    display: none !important;
  }
}

/* ----------------------------------------------------------
   3. TRUST BAR (< 820px)
   ---------------------------------------------------------- */
@media (max-width: 820px) {
  .velora-trust-bar {
    padding: 14px 0 !important;
    border-top: 1px solid #ebdcdb !important;
    border-bottom: 1px solid #ebdcdb !important;
    background: #fff !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .velora-trust-bar::-webkit-scrollbar {
    display: none !important;
  }
  .velora-trust-bar .velora-container {
    display: flex !important;
    width: max-content !important;
    gap: 16px !important;
    padding: 0 16px !important;
  }
  .velora-trust-bar .velora-container > div {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    white-space: nowrap !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #5c3543 !important;
    border: none !important;
    padding: 6px 12px !important;
    border-radius: 999px !important;
    background: #fdf6f7 !important;
  }
  .velora-trust-bar svg {
    width: 18px !important;
    height: 18px !important;
    stroke: #762441 !important;
  }
}

/* ----------------------------------------------------------
   4. RECIPIENTS SECTION (< 820px)
   ---------------------------------------------------------- */
@media (max-width: 820px) {
  .velora-recipients {
    padding: 40px 0 !important;
  }
  .velora-recipient-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
    grid-auto-rows: 210px !important;
  }
  .velora-recipient-card {
    border-radius: 16px !important;
  }
  .velora-recipient-card strong {
    font-size: 17px !important;
  }
  .velora-recipient-card small {
    font-size: 11px !important;
  }
}

/* ----------------------------------------------------------
   5. BOX BUILDER STUDIO SECTION (< 900px & < 620px)
   ---------------------------------------------------------- */
@media (max-width: 900px) {
  .velora-builder-feature {
    padding: 30px 0 45px !important;
  }
  .velora-builder-card {
    width: calc(100% - 24px) !important;
    max-width: 100% !important;
    min-height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 16px !important;
    border-radius: 24px !important;
    overflow: hidden !important;
  }
  .velora-builder-copy {
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px 0 !important;
  }
  .velora-builder-copy h2 {
    font-size: clamp(26px, 6.5vw, 36px) !important;
    line-height: 1.2 !important;
  }
  .velora-builder-copy p {
    font-size: 13px !important;
    line-height: 1.7 !important;
  }
  .velora-builder-promises {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
    margin-bottom: 18px !important;
  }
  .velora-builder-promises span {
    min-height: 60px !important;
    padding: 8px 10px !important;
    border-radius: 12px !important;
    font-size: 11px !important;
  }
  .velora-builder-promises span svg {
    width: 24px !important;
    height: 24px !important;
    padding: 0 !important;
    background: transparent !important;
  }
  .velora-builder-actions {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  .velora-builder-actions .velora-button {
    width: 100% !important;
    min-height: 52px !important;
    justify-content: center !important;
    border-radius: 14px !important;
    font-size: 14px !important;
  }
  
  /* Steps Card - 2 Columns */
  .velora-builder-steps,
  .velora-builder-card .velora-builder-steps {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
    padding: 10px !important;
    border-radius: 18px !important;
    margin: 15px 0 !important;
  }
  .velora-builder-card .velora-builder-steps > span,
  .velora-builder-steps > span {
    min-height: 95px !important;
    padding: 12px 6px !important;
    border-radius: 14px !important;
  }
  .velora-builder-card .velora-builder-steps > span > em {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    border-radius: 12px !important;
  }
  .velora-builder-card .velora-builder-steps > span > em svg {
    width: 20px !important;
    height: 20px !important;
  }
  .velora-builder-card .velora-builder-steps strong {
    font-size: 12px !important;
    white-space: normal !important;
  }
  .velora-builder-card .velora-builder-steps small {
    font-size: 10px !important;
    white-space: normal !important;
  }

  /* Visual Preview */
  .velora-builder-visual {
    width: 100% !important;
    min-height: 380px !important;
    border-radius: 20px !important;
    margin-top: 15px !important;
    overflow: hidden !important;
  }
  .velora-builder-composition {
    display: none !important;
  }
  .velora-builder-options {
    position: absolute !important;
    inset: auto 10px 10px !important;
    width: calc(100% - 20px) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    padding: 14px !important;
    border-radius: 16px !important;
  }
  .velora-builder-options__controls {
    padding: 0 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
  .velora-builder-preview-add {
    width: 100% !important;
    min-height: 46px !important;
    border-radius: 10px !important;
    font-size: 13px !important;
  }
  .velora-builder-visual-trust {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
    padding: 12px 0 !important;
    background: transparent !important;
  }
  .velora-builder-visual-trust > span {
    justify-content: flex-start !important;
    gap: 8px !important;
    padding: 8px !important;
    border: 1px solid #ebdcdb !important;
    border-radius: 12px !important;
    background: #fff !important;
  }
  .velora-builder-visual-trust strong {
    font-size: 11px !important;
  }
  .velora-builder-visual-trust small {
    font-size: 9px !important;
  }
}

/* ----------------------------------------------------------
   6. PRODUCTS SECTION (< 820px)
   ---------------------------------------------------------- */
@media (max-width: 820px) {
  .velora-products-section {
    padding: 40px 0 !important;
  }
  .velora-products-heading-row {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }
  .velora-products-tools {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
  .velora-product-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .velora-product-card {
    flex: none !important;
    border-radius: 16px !important;
  }
  .velora-product-card__body {
    padding: 14px 10px !important;
  }
  .velora-product-card__body h3 {
    font-size: 13px !important;
    line-height: 1.4 !important;
  }
  .velora-product-card__actions .velora-product-card__cart,
  .velora-product-card__actions .velora-product-card__box-link {
    font-size: 11px !important;
    min-height: 38px !important;
    padding: 6px 8px !important;
  }
}

/* ----------------------------------------------------------
   7. GIFT CONCIERGE / QUIZ (< 820px)
   ---------------------------------------------------------- */
@media (max-width: 820px) {
  .velora-discovery {
    padding: 35px 0 !important;
  }
  .velora-concierge-card {
    grid-template-columns: 1fr !important;
    padding: 24px 18px !important;
    gap: 24px !important;
    border-radius: 24px !important;
  }
  .velora-concierge-copy {
    text-align: center !important;
    padding: 0 !important;
  }
  .velora-concierge-copy h2 {
    font-size: 26px !important;
  }
  .velora-concierge-benefits {
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
  }
  .velora-concierge-button {
    width: 100% !important;
    min-height: 50px !important;
    justify-content: center !important;
    border-radius: 14px !important;
  }
}

/* ----------------------------------------------------------
   8. HOW IT WORKS (< 820px)
   ---------------------------------------------------------- */
@media (max-width: 820px) {
  .velora-how {
    padding: 40px 0 !important;
  }
  .velora-how-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
  .velora-how-grid li {
    padding: 16px 12px !important;
    border-radius: 16px !important;
  }
  .velora-how-grid li::after {
    display: none !important;
  }
  .velora-how-grid strong {
    font-size: 13px !important;
  }
  .velora-how-grid span {
    font-size: 10.5px !important;
  }
}

/* ----------------------------------------------------------
   9. CORPORATE & TESTIMONIALS (< 820px)
   ---------------------------------------------------------- */
@media (max-width: 820px) {
  .velora-corporate {
    padding: 35px 0 !important;
  }
  .velora-corporate-card {
    grid-template-columns: 1fr !important;
    padding: 26px 18px !important;
    border-radius: 22px !important;
    text-align: center !important;
    gap: 20px !important;
  }
  .velora-corporate-copy h2 {
    font-size: 24px !important;
  }
  .velora-corporate-copy .velora-button {
    width: 100% !important;
    min-height: 48px !important;
    justify-content: center !important;
  }
  .velora-corporate-stats {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px !important;
    padding: 14px 8px !important;
  }
  .velora-corporate-stats strong {
    font-size: 20px !important;
  }
  .velora-corporate-stats span {
    font-size: 10px !important;
  }
  
  .velora-testimonials {
    padding: 40px 0 !important;
  }
  .velora-testimonial-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
}

/* ----------------------------------------------------------
   10. REMINDER SECTION (< 820px)
   ---------------------------------------------------------- */
@media (max-width: 820px) {
  .velora-reminder {
    padding: 35px 0 !important;
  }
  .velora-reminder-card {
    grid-template-columns: 1fr !important;
    padding: 24px 18px !important;
    border-radius: 22px !important;
    gap: 20px !important;
  }
  .velora-reminder-content {
    text-align: center !important;
  }
  .velora-reminder-content h2 {
    font-size: 24px !important;
  }
  .velora-reminder-badges {
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
  }
  .velora-reminder-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
  }
  .velora-reminder-form input {
    height: 48px !important;
    border-radius: 12px !important;
    font-size: 13px !important;
  }
  .velora-reminder-submit {
    width: 100% !important;
    min-height: 50px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
  }
}

/* ----------------------------------------------------------
   11. FOOTER & FOOTER TRUST (< 820px)
   ---------------------------------------------------------- */
@media (max-width: 820px) {
  .velora-footer-trust {
    padding: 24px 0 !important;
  }
  .velora-footer-trust .velora-container {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    padding: 0 12px !important;
  }
  .velora-footer-trust .velora-container > div {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 10px !important;
    border: 1px solid #ebdcdb !important;
    border-radius: 14px !important;
    background: #fff !important;
  }
  .velora-footer-trust strong {
    font-size: 12px !important;
  }
  .velora-footer-trust small {
    font-size: 10px !important;
  }

  .site-footer {
    padding: 40px 0 20px !important;
  }
  .velora-footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 28px 16px !important;
  }
  .velora-footer-newsletter {
    grid-column: 1 / -1 !important;
  }
  .velora-footer-brand {
    grid-column: 1 / -1 !important;
    text-align: center !important;
  }
  .velora-newsletter-form {
    display: flex !important;
    gap: 8px !important;
  }
  .velora-newsletter-form input {
    height: 48px !important;
    border-radius: 12px !important;
    font-size: 13px !important;
  }
  .velora-newsletter-form button {
    width: 48px !important;
    height: 48px !important;
    border-radius: 12px !important;
  }
}
