:root {
  --aylty-vc-navy: #0b3b60;
  --aylty-vc-teal: #12a89d;
  --aylty-vc-teal-deep: #087a70;
  --aylty-vc-gold: #e6ae44;
  --aylty-vc-ink: #1c3243;
  --aylty-vc-mist: #f4fbfa;
  --aylty-vc-slate: #5f7280;
  --aylty-vc-line: #dce8ee;
  --aylty-vc-radius-lg: 26px;
  --aylty-vc-shadow: 0 20px 54px rgba(9, 47, 74, .12);
}

.aylty-vc-shell { width: min(1320px, calc(100% - 40px)); margin-inline: auto; }
.aylty-vc-announcement { background: var(--aylty-vc-navy); color: #fff; font: 700 13px/1.3 "Noto Sans Arabic", Tahoma, Arial, sans-serif; }
.aylty-vc-announcement .aylty-vc-shell { display: flex; justify-content: center; gap: 26px; min-height: 38px; align-items: center; }
.aylty-vc-announcement span::before { content: "✓"; margin-left: 7px; color: #7ff2e4; }
.aylty-vc-slider { position: relative; isolation: isolate; overflow: hidden; background: #eefbf8; font-family: "Noto Sans Arabic", Tahoma, Arial, sans-serif; }
.aylty-vc-slider__viewport { overflow: hidden; touch-action: pan-y; }
.aylty-vc-slider__track { display: flex; direction: ltr; transform: translate3d(0, 0, 0); transition: transform .55s cubic-bezier(.22,.61,.36,1); }
.aylty-vc-slide { position: relative; display: block; min-width: 100%; min-height: 520px; isolation: isolate; overflow: hidden; direction: rtl; }
.aylty-vc-slide[hidden] { display: none; }
.aylty-vc-slide__media,
.aylty-vc-slide__category-media,
.aylty-vc-slide__sale-media { position: absolute; inset: 0; z-index: -2; background-position: center; background-repeat: no-repeat; background-size: cover; }
.aylty-vc-slide__media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(251,255,254,.96) 0%, rgba(251,255,254,.82) 43%, rgba(251,255,254,.08) 70%); }
.aylty-vc-slide__media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.aylty-vc-slide--category::before,
.aylty-vc-slide--sale::before { position: absolute; inset: 0; z-index: -1; content: ""; background: linear-gradient(270deg, rgba(6,35,56,.92) 0%, rgba(6,35,56,.65) 43%, rgba(6,35,56,.08) 78%); }
.aylty-vc-slide__content { display: flex; min-height: 520px; max-width: 1320px; flex-direction: column; justify-content: center; align-items: flex-start; text-align: right; }
.aylty-vc-slide h1,
.aylty-vc-slide h2 { max-width: 610px; margin: 0 0 14px; color: var(--aylty-vc-navy); font-size: clamp(34px, 4vw, 64px); line-height: 1.12; letter-spacing: -.025em; }
.aylty-vc-slide__content > p:not(.aylty-vc-kicker) { max-width: 510px; margin: 0; color: #385363; font-size: 17px; line-height: 1.85; }
.aylty-vc-slide--category h2,
.aylty-vc-slide--sale h2,
.aylty-vc-slide--category .aylty-vc-kicker,
.aylty-vc-slide--sale .aylty-vc-kicker,
.aylty-vc-slide--category .aylty-vc-slide__content > p,
.aylty-vc-slide--sale .aylty-vc-slide__content > p { color: #fff; }
.aylty-vc-slide--category .aylty-vc-kicker,
.aylty-vc-slide--sale .aylty-vc-kicker { color: #aaf4e9; }
.aylty-vc-slider__controls { position: absolute; right: 0; bottom: 18px; left: 0; z-index: 3; display: flex; align-items: center; gap: 10px; direction: ltr; }
.aylty-vc-slider__button { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.66); border-radius: 50%; background: rgba(11,59,96,.72); color: #fff; cursor: pointer; font-size: 29px; line-height: 1; transition: background .2s ease, transform .2s ease; }
.aylty-vc-slider__button:hover { background: var(--aylty-vc-teal); transform: scale(1.06); }
.aylty-vc-slider__dots { display: flex; gap: 7px; align-items: center; }
.aylty-vc-slider__dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(11,59,96,.36); cursor: pointer; transition: width .2s ease, background .2s ease; }
.aylty-vc-slider__dots button[aria-current="true"] { width: 28px; border-radius: 8px; background: var(--aylty-vc-teal); }
.aylty-vc-slider.is-single .aylty-vc-slider__controls { display: none; }
.aylty-vc-hero { position: relative; min-height: 460px; isolation: isolate; overflow: hidden; background: #eefbf8; font-family: "Noto Sans Arabic", Tahoma, Arial, sans-serif; }
.aylty-vc-hero__media { position: absolute; inset: 0; z-index: -2; }
.aylty-vc-hero__media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(251,255,254,.96) 0%, rgba(251,255,254,.82) 43%, rgba(251,255,254,.08) 70%); }
.aylty-vc-hero__media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.aylty-vc-hero__content { display: flex; min-height: 460px; max-width: 1180px; flex-direction: column; justify-content: center; align-items: flex-start; text-align: right; }
.aylty-vc-kicker { margin: 0 0 12px; color: var(--aylty-vc-teal-deep); font-size: 14px; font-weight: 800; }
.aylty-vc-hero h1 { max-width: 570px; margin: 0 0 14px; color: var(--aylty-vc-navy); font-size: clamp(32px, 4vw, 58px); line-height: 1.16; letter-spacing: -.02em; }
.aylty-vc-hero__content > p:not(.aylty-vc-kicker) { max-width: 510px; margin: 0; color: #385363; font-size: 17px; line-height: 1.85; }
.aylty-vc-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.aylty-vc-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 12px 24px; border: 1px solid transparent; border-radius: 14px; font-weight: 800; text-decoration: none !important; transition: transform .2s ease, box-shadow .2s ease; }
.aylty-vc-button:hover { transform: translateY(-2px); }
.aylty-vc-button--primary { background: var(--aylty-vc-teal); box-shadow: 0 10px 22px rgba(18,168,157,.24); color: #fff !important; }
.aylty-vc-button--secondary { border-color: rgba(11,59,96,.24); background: rgba(255,255,255,.82); color: var(--aylty-vc-navy) !important; }
.aylty-vc-hero__signature { display: inline-flex; flex-direction: column; gap: 2px; margin-top: 34px; padding-right: 14px; border-right: 3px solid var(--aylty-vc-gold); color: #31515d; font-size: 12px; font-weight: 800; letter-spacing: .02em; }
.aylty-vc-hero__logos { display: inline-flex; height: 24px; align-items: center; gap: 8px; margin-bottom: 4px; }
.aylty-vc-hero__logos img { display: block; width: auto; max-height: 22px; max-width: 78px; object-fit: contain; }
.aylty-vc-hero__signature span:last-child { color: var(--aylty-vc-teal-deep); }
.aylty-vc-promises { position: relative; z-index: 2; margin-top: -32px; padding: 0 0 12px; font-family: "Noto Sans Arabic", Tahoma, Arial, sans-serif; }
.aylty-vc-promises__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid #d8ebe7; border-radius: 18px; background: #d8ebe7; box-shadow: 0 15px 32px rgba(11,59,96,.10); }
.aylty-vc-promises article { display: flex; min-height: 112px; gap: 13px; align-items: center; padding: 19px; background: rgba(255,255,255,.96); }
.aylty-vc-promise-icon { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 12px; background: #e9faf6; color: var(--aylty-vc-teal-deep); font-size: 22px; font-weight: 800; }
.aylty-vc-promises strong { display: block; margin-bottom: 4px; color: var(--aylty-vc-navy); font-size: 15px; }
.aylty-vc-promises p { margin: 0; color: #60727e; font-size: 12px; line-height: 1.7; }
.aylty-vc-deals { padding: 68px 0 30px; background: linear-gradient(180deg, #f4fbfa 0%, #fff 100%); font-family: "Noto Sans Arabic", Tahoma, Arial, sans-serif; }
.aylty-vc-products { padding: 42px 0 58px; background: #fff; font-family: "Noto Sans Arabic", Tahoma, Arial, sans-serif; }
.aylty-vc-deals__banner { position: relative; display: flex; min-height: 164px; align-items: center; justify-content: space-between; gap: 28px; overflow: hidden; padding: 30px 36px; border-radius: 24px; background: linear-gradient(128deg, #093954 0%, #0c6475 53%, #12a89d 100%); color: #fff; box-shadow: 0 18px 42px rgba(11,59,96,.15); }
.aylty-vc-deals__banner::after { position: absolute; top: -80px; left: -40px; width: 280px; height: 280px; border: 34px solid rgba(255,255,255,.10); border-radius: 50%; content: ""; }
.aylty-vc-deals__banner > * { position: relative; z-index: 1; }
.aylty-vc-deals__banner p { margin: 0 0 4px; color: #b5fff5; font-size: 13px; font-weight: 800; }
.aylty-vc-deals__banner h2 { margin: 0 0 5px; color: #fff; font-size: clamp(28px, 3.2vw, 42px); line-height: 1.25; }
.aylty-vc-deals__banner span { display: block; color: rgba(255,255,255,.84); font-size: 14px; line-height: 1.7; }
.aylty-vc-button--light { border-color: rgba(255,255,255,.52); background: #fff; color: var(--aylty-vc-navy) !important; white-space: nowrap; }
.aylty-vc-rail-frame { position: relative; margin-top: 20px; }
.aylty-vc-deals__rail,
.aylty-vc-vendor-rail,
.aylty-vc-products__rail { display: flex !important; gap: 15px; overflow-x: auto; overscroll-behavior-inline: contain; padding: 4px 4px 16px; scroll-behavior: smooth; scroll-snap-type: inline mandatory; scrollbar-width: none; }
.aylty-vc-deals__rail::-webkit-scrollbar,
.aylty-vc-vendor-rail::-webkit-scrollbar,
.aylty-vc-products__rail::-webkit-scrollbar { display: none; }
.aylty-vc-deal-card { min-width: min(238px, 72vw); flex: 0 0 min(238px, 72vw); overflow: hidden; border: 1px solid #e1eeeb; border-radius: 18px; background: #fff; box-shadow: 0 10px 24px rgba(11,59,96,.08); scroll-snap-align: start; transition: transform .2s ease, box-shadow .2s ease; }
.aylty-vc-deal-card:hover { transform: translateY(-4px); box-shadow: 0 17px 32px rgba(11,59,96,.14); }
.aylty-vc-deal-card a { display: block; position: relative; color: var(--aylty-vc-ink) !important; text-decoration: none !important; }
.aylty-vc-deal-card img { display: block; width: 100%; height: 170px; object-fit: cover; background: #edf7f5; }
.aylty-vc-deal-card__badge { position: absolute; z-index: 1; top: 12px; right: 12px; padding: 5px 10px; border-radius: 99px; background: var(--aylty-vc-gold); color: #163e50; font-size: 11px; font-weight: 900; }
.aylty-vc-deal-card h3 { display: -webkit-box; min-height: 48px; margin: 13px 14px 8px; overflow: hidden; color: var(--aylty-vc-navy); font-size: 14px; line-height: 1.7; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.aylty-vc-deal-card__prices { display: flex; flex-wrap: wrap; gap: 7px; align-items: baseline; padding: 0 14px 15px; }
.aylty-vc-deal-card__prices strong { color: var(--aylty-vc-teal-deep); font-size: 15px; }
.aylty-vc-deal-card__prices del { color: #8a9ba4; font-size: 12px; }
.aylty-vc-product-card { min-width: min(238px, 72vw); flex: 0 0 min(238px, 72vw); overflow: hidden; border: 1px solid #e1eeeb; border-radius: 18px; background: #fff; box-shadow: 0 10px 24px rgba(11,59,96,.08); scroll-snap-align: start; transition: transform .2s ease, box-shadow .2s ease; }
.aylty-vc-product-card:hover { transform: translateY(-4px); box-shadow: 0 17px 32px rgba(11,59,96,.14); }
.aylty-vc-product-card a { display: block; color: var(--aylty-vc-ink) !important; text-decoration: none !important; }
.aylty-vc-product-card img { display: block; width: 100%; height: 170px; object-fit: cover; background: #edf7f5; }
.aylty-vc-product-card h3 { display: -webkit-box; min-height: 48px; margin: 13px 14px 8px; overflow: hidden; color: var(--aylty-vc-navy); font-size: 14px; line-height: 1.7; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.aylty-vc-product-card strong { display: block; padding: 0 14px 15px; color: var(--aylty-vc-teal-deep); font-size: 15px; }
.aylty-vc-rail__button { position: absolute; z-index: 2; top: 50%; display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid #dcebe8; border-radius: 50%; background: rgba(255,255,255,.96); box-shadow: 0 7px 20px rgba(11,59,96,.14); color: var(--aylty-vc-navy); cursor: pointer; font-size: 27px; line-height: 1; transform: translateY(-50%); }
.aylty-vc-rail__button--next { right: -16px; }
.aylty-vc-rail__button--prev { left: -16px; }
.aylty-vc-offers { padding: 70px 0; background: #fff; font-family: "Noto Sans Arabic", Tahoma, Arial, sans-serif; }
.aylty-vc-section-heading { max-width: 630px; margin-bottom: 28px; text-align: right; }
.aylty-vc-section-heading p { margin: 0 0 7px; color: var(--aylty-vc-teal-deep); font-size: 14px; font-weight: 800; }
.aylty-vc-section-heading h2 { margin: 0 0 7px; color: var(--aylty-vc-navy); font-size: clamp(27px,3vw,40px); }
.aylty-vc-section-heading span { color: #60727e; line-height: 1.75; }
.aylty-vc-offers__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.aylty-vc-offer { position: relative; display: flex; min-height: 230px; flex-direction: column; justify-content: flex-end; isolation: isolate; overflow: hidden; padding: 26px; border-radius: 20px; color: #fff !important; text-decoration: none !important; box-shadow: 0 12px 28px rgba(11,59,96,.11); transition: transform .22s ease, box-shadow .22s ease; }
.aylty-vc-offer:hover { box-shadow: 0 18px 36px rgba(11,59,96,.17); transform: translateY(-4px); }
.aylty-vc-offer::before { position: absolute; inset: 0; z-index: -1; content: ""; opacity: .98; }
.aylty-vc-offer::after { position: absolute; z-index: -1; top: -56px; left: -45px; width: 210px; height: 210px; border: 28px solid rgba(255,255,255,.13); border-radius: 50%; content: ""; }
.aylty-vc-offer--fashion::before { background: linear-gradient(135deg,#0d667b,#14ab9e); }
.aylty-vc-offer--home::before { background: linear-gradient(135deg,#102e58,#2176a6); }
.aylty-vc-offer--care::before { background: linear-gradient(135deg,#116563,#3eb78f); }
.aylty-vc-offer--loading { background: linear-gradient(135deg,#0d667b,#14ab9e); }
.aylty-vc-offer--live::before { background: linear-gradient(180deg, rgba(8,33,51,.02) 10%, rgba(8,33,51,.88) 100%); }
.aylty-vc-offer--live::after { display: none; }
.aylty-vc-offer__image { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.aylty-vc-offer--live:hover .aylty-vc-offer__image { transform: scale(1.05); }
.aylty-vc-offer span { margin-bottom: 9px; color: #e6fffb; font-size: 13px; font-weight: 800; }
.aylty-vc-offer strong { font-size: 25px; line-height: 1.3; }
.aylty-vc-offer em { margin-top: 18px; color: #fff8d9; font-size: 13px; font-style: normal; font-weight: 800; }
.aylty-vc-offer em b { display: inline-block; margin-right: 4px; transition: transform .2s ease; }
.aylty-vc-offer:hover em b { transform: translateX(-4px); }

html.aylty-vc-active body { background: #fff; }
html.aylty-vc-active .title.page-title { display: none; }
html.aylty-vc-active input[type="search"] { direction: rtl; font-family: Tahoma, Arial, sans-serif; }
html.aylty-vc-active .whb-header,
html.aylty-vc-active .wd-header { border-bottom: 1px solid rgba(11,59,96,.08); box-shadow: 0 8px 26px rgba(11,59,96,.06); }
html.aylty-vc-active .wd-search-form .searchform,
html.aylty-vc-active .wd-search-form .searchform input,
html.aylty-vc-active form.searchform { border-radius: 16px; }
html.aylty-vc-active .wd-search-form input[type="text"],
html.aylty-vc-active .wd-search-form input[type="search"] { min-height: 48px; border: 1px solid #cfe3ea; background: #f9fcfd; box-shadow: inset 0 1px 0 rgba(255,255,255,.8); color: var(--aylty-vc-ink); font-size: 15px; }
html.aylty-vc-active .wd-search-form input[type="text"]:focus,
html.aylty-vc-active .wd-search-form input[type="search"]:focus { border-color: var(--aylty-vc-teal); box-shadow: 0 0 0 4px rgba(18,168,157,.12); }
html.aylty-vc-active .wd-search-form .searchsubmit { min-width: 48px; border-radius: 14px; background: var(--aylty-vc-teal) !important; }
html.aylty-vc-active .aylty-vendor-home__store { position: relative; margin-bottom: 30px; padding: 20px; border: 1px solid #e1eeeb; border-radius: 22px; background: #fff; box-shadow: 0 12px 28px rgba(11,59,96,.07); }
html.aylty-vc-active .aylty-vendor-home__store-head { display: flex; min-height: 38px; align-items: center; justify-content: space-between; gap: 12px; }
html.aylty-vc-active .aylty-vendor-home__store-head h3 { margin: 0; color: var(--aylty-vc-navy); }
.aylty-vc-store-rail-controls { display: inline-flex; gap: 7px; align-items: center; }
.aylty-vc-store-rail-controls__button { display: grid; width: 33px; height: 33px; place-items: center; border: 1px solid #d8ebe7; border-radius: 50%; background: #f7fcfb; color: var(--aylty-vc-navy); cursor: pointer; font-size: 22px; line-height: 1; }
html.aylty-vc-active .aylty-vc-vendor-rail { margin-top: 16px; padding-bottom: 4px; }
html.aylty-vc-active .aylty-vc-vendor-rail__card { min-width: min(235px, 72vw); flex: 0 0 min(235px, 72vw); scroll-snap-align: start; }
html.aylty-vc-active .e-grid.aylty-vc-legacy-categories-hidden { display: none !important; }
html.aylty-vc-active .aylty-vendor-home__store.aylty-vc-vendor-store-hidden { display: none !important; }
html.aylty-vc-active .wd-image.aylty-vc-category-card { position: relative; isolation: isolate; overflow: hidden; min-height: 220px; border: 1px solid rgba(12,80,99,.12); border-radius: var(--aylty-vc-radius-lg); background: #e9f5f4; box-shadow: 0 14px 32px rgba(9,47,74,.10); }
html.aylty-vc-active .wd-image.aylty-vc-category-card::after { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(5,29,46,.02) 26%, rgba(5,29,46,.78) 100%); content: ""; pointer-events: none; }
html.aylty-vc-active .aylty-vc-category-card__link { display: block; height: 100%; min-height: inherit; text-decoration: none !important; }
html.aylty-vc-active .aylty-vc-category-card__link img { display: block; width: 100%; height: 100%; min-height: inherit; object-fit: cover; object-position: center; transition: transform .5s cubic-bezier(.22,.61,.36,1); }
html.aylty-vc-active .aylty-vc-category-card__link:hover img { transform: scale(1.055); }
html.aylty-vc-active .aylty-vc-category-card__label { position: absolute; z-index: 2; right: 16px; bottom: 16px; max-width: calc(100% - 32px); padding: 9px 13px; border: 1px solid rgba(255,255,255,.28); border-radius: 12px; background: rgba(7,44,66,.84); box-shadow: 0 8px 18px rgba(0,0,0,.14); color: #fff; font-size: 16px; font-weight: 800; line-height: 1.35; }
html.aylty-vc-active .product-wrapper,
html.aylty-vc-active .wd-product { transition: transform .2s ease, box-shadow .2s ease; }
html.aylty-vc-active .product-wrapper:hover,
html.aylty-vc-active .wd-product:hover { transform: translateY(-3px); }
html.aylty-vc-category-active .aylty-vc-category-legacy-hidden { display: none !important; }
.aylty-vc-checkout-head { background: linear-gradient(122deg, #f5fbfa 0%, #fff 54%, #edf9f7 100%); border-bottom: 1px solid #dbece9; font-family: "Noto Sans Arabic", Tahoma, Arial, sans-serif; }
.aylty-vc-checkout-head__inner { display: flex; min-height: 106px; align-items: center; justify-content: space-between; gap: 24px; }
.aylty-vc-checkout-brand { display: inline-flex; align-items: center; gap: 13px; color: var(--aylty-vc-navy) !important; text-decoration: none !important; }
.aylty-vc-checkout-brand img { width: 66px; height: 66px; object-fit: contain; }
.aylty-vc-checkout-brand strong { display: block; font-size: 20px; }
.aylty-vc-checkout-brand small { display: block; margin-top: 3px; color: var(--aylty-vc-slate); font-size: 12px; }
.aylty-vc-checkout-steps { display: flex; gap: 17px; align-items: center; margin: 0; padding: 0; list-style: none; }
.aylty-vc-checkout-steps li { display: inline-flex; gap: 7px; align-items: center; color: #7b8d98; font-size: 13px; font-weight: 800; }
.aylty-vc-checkout-steps b { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; background: #e6f3f1; color: var(--aylty-vc-teal-deep); }
.aylty-vc-checkout-steps .is-active { color: var(--aylty-vc-navy); }
.aylty-vc-checkout-steps .is-active b { background: var(--aylty-vc-teal); color: #fff; box-shadow: 0 8px 18px rgba(18,168,157,.25); }
.aylty-vc-checkout-trust { padding: 11px 0; background: var(--aylty-vc-navy); color: #dffdfa; font: 700 12px/1.5 "Noto Sans Arabic", Tahoma, Arial, sans-serif; }
.aylty-vc-checkout-trust .aylty-vc-shell { display: flex; align-items: center; justify-content: center; gap: 28px; }
.aylty-vc-checkout-trust span::before { content: "✓"; margin-left: 7px; color: #7ff2e4; }
.aylty-vc-payment-options { padding: 18px 0; background: #f6fbfa; font-family: "Noto Sans Arabic", Tahoma, Arial, sans-serif; }
.aylty-vc-payment-options .aylty-vc-shell { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.aylty-vc-payment-options__title strong { display: block; color: var(--aylty-vc-navy); font-size: 16px; }
.aylty-vc-payment-options__title span { display: block; margin-top: 3px; color: #63808b; font-size: 12px; }
.aylty-vc-payment-options__grid { display: flex; align-items: stretch; gap: 9px; }
.aylty-vc-payment-option { display: flex; min-width: 192px; align-items: center; gap: 9px; padding: 10px 12px; border: 1px solid #dce9e6; border-radius: 14px; background: #fff; }
.aylty-vc-payment-option.is-active { border-color: #91d6cf; box-shadow: 0 7px 17px rgba(11,59,96,.06); }
.aylty-vc-payment-option.is-pending { opacity: .74; }
.aylty-vc-payment-option__mark { display: grid; width: 38px; height: 27px; place-items: center; border-radius: 7px; background: #0b3b60; color: #fff; font-family: Arial, sans-serif; font-size: 11px; font-weight: 900; }
.aylty-vc-payment-option__mark--insta { background: linear-gradient(135deg, #8e36b0, #e24e76); }
.aylty-vc-payment-option strong { display: block; color: #1e3c4c; font-size: 12px; }
.aylty-vc-payment-option small { display: block; margin-top: 2px; color: #6d8590; font-size: 10px; line-height: 1.45; }
html.aylty-vc-checkout-active .woocommerce-checkout,
html.aylty-vc-checkout-active form.checkout { direction: rtl; font-family: "Noto Sans Arabic", Tahoma, Arial, sans-serif; }
html.aylty-vc-checkout-active .whb-header,
html.aylty-vc-checkout-active .wd-header,
html.aylty-vc-checkout-active .wd-toolbar,
html.aylty-vc-checkout-active .woodmart-toolbar,
html.aylty-vc-checkout-active .chaty-widget,
html.aylty-vc-checkout-active #chaty-widget { display: none !important; }
html.aylty-vc-checkout-active .main-page-wrapper,
html.aylty-vc-checkout-active #main { padding-bottom: 0 !important; }
html.aylty-vc-checkout-active .woocommerce-checkout h3,
html.aylty-vc-checkout-active form.checkout h3 { margin: 0 0 17px; color: var(--aylty-vc-navy); font-size: 23px; }
html.aylty-vc-checkout-active .woocommerce-billing-fields,
html.aylty-vc-checkout-active .woocommerce-shipping-fields,
html.aylty-vc-checkout-active #order_review,
html.aylty-vc-checkout-active .woocommerce-checkout-payment { border: 1px solid #dcebe8; border-radius: 22px; background: #fff; box-shadow: 0 12px 28px rgba(11,59,96,.07); }
html.aylty-vc-checkout-active .woocommerce-billing-fields,
html.aylty-vc-checkout-active .woocommerce-shipping-fields { padding: 24px; }
html.aylty-vc-checkout-active .form-row { margin-bottom: 15px; }
html.aylty-vc-checkout-active .form-row label { margin-bottom: 7px; color: #36515f; font-size: 13px; font-weight: 800; }
html.aylty-vc-checkout-active .form-row input,
html.aylty-vc-checkout-active .form-row select,
html.aylty-vc-checkout-active .form-row textarea { min-height: 50px; border: 1px solid #d5e4e7; border-radius: 14px; background: #fbfefd; color: var(--aylty-vc-ink); box-shadow: none; }
html.aylty-vc-checkout-active .form-row textarea { min-height: 100px; padding-top: 13px; }
html.aylty-vc-checkout-active .form-row input:focus,
html.aylty-vc-checkout-active .form-row select:focus,
html.aylty-vc-checkout-active .form-row textarea:focus { border-color: var(--aylty-vc-teal); box-shadow: 0 0 0 4px rgba(18,168,157,.12); }
html.aylty-vc-checkout-active #order_review { overflow: hidden; }
html.aylty-vc-checkout-active #order_review table { margin: 0; }
html.aylty-vc-checkout-active #payment { margin-top: 18px; border-top: 1px solid #e1eeeb; background: #fbfefd; }
html.aylty-vc-checkout-active #payment .payment_box { border-radius: 16px; background: #edf8f6; color: #355363; line-height: 1.9; }
html.aylty-vc-checkout-active #place_order { width: 100%; min-height: 58px; border-radius: 16px; background: var(--aylty-vc-teal) !important; box-shadow: 0 12px 22px rgba(18,168,157,.24); font-size: 18px; font-weight: 900; }
.aylty-vc-checkout-recommendations { padding: 48px 0 68px; background: linear-gradient(180deg, #f6fbfa 0%, #fff 100%); font-family: "Noto Sans Arabic", Tahoma, Arial, sans-serif; }
.aylty-vc-category-hero { position: relative; isolation: isolate; overflow: hidden; min-height: 360px; background: var(--aylty-vc-navy); font-family: "Noto Sans Arabic", Tahoma, Arial, sans-serif; }
.aylty-vc-category-hero::after { position: absolute; inset: 0; z-index: -1; content: ""; background: linear-gradient(270deg, rgba(6,35,56,.94) 0%, rgba(6,35,56,.72) 46%, rgba(6,35,56,.12) 78%); }
.aylty-vc-category-hero img { position: absolute; inset: 0; z-index: -2; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.aylty-vc-category-hero__content { display: flex; min-height: 360px; flex-direction: column; align-items: flex-start; justify-content: center; text-align: right; }
.aylty-vc-category-hero__content p { margin: 0 0 8px; color: #aaf4e9; font-size: 14px; font-weight: 800; }
.aylty-vc-category-hero__content h1 { max-width: 660px; margin: 0 0 11px; color: #fff; font-size: clamp(34px, 4vw, 60px); line-height: 1.15; }
.aylty-vc-category-hero__content span { display: block; max-width: 560px; color: rgba(255,255,255,.86); font-size: 16px; line-height: 1.8; }
.aylty-vc-category-hero__content .aylty-vc-button { margin-top: 24px; }

@media (max-width: 680px) {
  .aylty-vc-shell { width: min(100% - 28px, 560px); }
  .aylty-vc-announcement { font-size: 11px; }
  .aylty-vc-announcement .aylty-vc-shell { justify-content: flex-start; gap: 14px; overflow: auto; white-space: nowrap; }
  .aylty-vc-slide { min-height: 540px; }
  .aylty-vc-slide__media::after { background: linear-gradient(180deg, rgba(251,255,254,.98) 0%, rgba(251,255,254,.84) 53%, rgba(251,255,254,.12) 83%); }
  .aylty-vc-slide--category::before,
  .aylty-vc-slide--sale::before { background: linear-gradient(180deg, rgba(6,35,56,.9) 0%, rgba(6,35,56,.7) 55%, rgba(6,35,56,.18) 100%); }
  .aylty-vc-slide__content { min-height: 540px; justify-content: flex-start; padding-top: 44px; }
  .aylty-vc-slide h1,
  .aylty-vc-slide h2 { max-width: 340px; font-size: 34px; }
  .aylty-vc-slide__content > p:not(.aylty-vc-kicker) { max-width: 320px; font-size: 15px; line-height: 1.75; }
  .aylty-vc-slider__controls { bottom: 16px; }
  .aylty-vc-hero__media::after { background: linear-gradient(180deg, rgba(251,255,254,.98) 0%, rgba(251,255,254,.84) 53%, rgba(251,255,254,.12) 83%); }
  .aylty-vc-hero__content { min-height: 540px; justify-content: flex-start; padding-top: 44px; }
  .aylty-vc-hero h1 { max-width: 340px; font-size: 34px; }
  .aylty-vc-hero__content > p:not(.aylty-vc-kicker) { max-width: 320px; font-size: 15px; line-height: 1.75; }
  .aylty-vc-hero__actions { width: 100%; flex-direction: column; }
  .aylty-vc-button { width: 100%; }
  .aylty-vc-hero__signature { margin-top: 22px; }
  .aylty-vc-hero__logos { height: 21px; }
  .aylty-vc-hero__logos img { max-height: 19px; max-width: 70px; }
  .aylty-vc-promises { margin-top: 0; padding: 16px 0 8px; background: #f5fbfa; }
  .aylty-vc-promises__grid { grid-template-columns: 1fr; gap: 1px; border-radius: 15px; }
  .aylty-vc-promises article { min-height: 82px; padding: 14px; }
  .aylty-vc-promise-icon { width: 34px; height: 34px; flex-basis: 34px; font-size: 18px; }
  .aylty-vc-deals { padding: 44px 0 20px; }
  .aylty-vc-deals__banner { min-height: 210px; align-items: flex-start; flex-direction: column; padding: 25px 22px; border-radius: 19px; }
  .aylty-vc-deals__banner h2 { font-size: 31px; }
  .aylty-vc-deals__banner span { font-size: 13px; }
  .aylty-vc-deals__banner .aylty-vc-button { width: 100%; }
  .aylty-vc-deal-card { min-width: 72vw; flex-basis: 72vw; }
  .aylty-vc-product-card { min-width: 72vw; flex-basis: 72vw; }
  .aylty-vc-rail__button { display: none; }
  html.aylty-vc-active .aylty-vendor-home__store { margin-inline: -2px; padding: 15px; border-radius: 18px; }
  html.aylty-vc-active .aylty-vc-vendor-rail__card { min-width: 72vw; flex-basis: 72vw; }
  html.aylty-vc-active .wd-image.aylty-vc-category-card { min-height: 178px; border-radius: 19px; }
  html.aylty-vc-active .aylty-vc-category-card__label { right: 12px; bottom: 12px; padding: 8px 11px; border-radius: 10px; font-size: 14px; }
  .aylty-vc-offers { padding: 44px 0; }
  .aylty-vc-offers__grid { grid-template-columns: 1fr; gap: 13px; }
  .aylty-vc-offer { min-height: 170px; padding: 21px; border-radius: 16px; }
  .aylty-vc-offer strong { font-size: 22px; }
  .aylty-vc-category-hero { min-height: 390px; }
  .aylty-vc-category-hero::after { background: linear-gradient(180deg, rgba(6,35,56,.93) 0%, rgba(6,35,56,.72) 55%, rgba(6,35,56,.24) 100%); }
  .aylty-vc-category-hero__content { min-height: 390px; justify-content: flex-start; padding-top: 42px; }
  .aylty-vc-category-hero__content h1 { max-width: 330px; font-size: 34px; }
  .aylty-vc-category-hero__content span { max-width: 330px; font-size: 14px; }
  .aylty-vc-category-hero__content .aylty-vc-button { width: 100%; }
  .aylty-vc-checkout-head__inner { min-height: 82px; }
  .aylty-vc-checkout-brand img { width: 52px; height: 52px; }
  .aylty-vc-checkout-brand strong { font-size: 16px; }
  .aylty-vc-checkout-brand small { display: none; }
  .aylty-vc-checkout-steps { gap: 8px; }
  .aylty-vc-checkout-steps li span { display: none; }
  .aylty-vc-checkout-trust .aylty-vc-shell { justify-content: flex-start; gap: 15px; overflow-x: auto; white-space: nowrap; }
  .aylty-vc-payment-options .aylty-vc-shell { display: block; }
  .aylty-vc-payment-options__title { margin-bottom: 11px; }
  .aylty-vc-payment-options__grid { overflow-x: auto; padding-bottom: 3px; }
  .aylty-vc-payment-option { min-width: 215px; }
  html.aylty-vc-checkout-active .woocommerce-billing-fields,
  html.aylty-vc-checkout-active .woocommerce-shipping-fields { padding: 18px; border-radius: 17px; }
  .aylty-vc-checkout-recommendations { padding: 37px 0 48px; }
  html.aylty-vc-active .wd-toolbar { padding-bottom: env(safe-area-inset-bottom); }
}

@media (prefers-reduced-motion: reduce) {
  .aylty-vc-slider__track,
  .aylty-vc-slider__button,
  .aylty-vc-button,
  .aylty-vc-offer,
  .aylty-vc-offer em b { transition: none; }
  .aylty-vc-deal-card { transition: none; }
}
