/*
 * nesr-alorouba main.css — generated bundle, DO NOT EDIT.
 * Source: assets/css/{tokens.css,base.css,icons.css,buttons.css,header.css,footer.css,view-transitions.css,floating.css,inner.css,shop.css,faq.css}
 * Rebuild: php tools/build-main-css.php
 */
/* tokens.css */
:root {
--nesr-orange: #F36B21;
--nesr-orange-hover: #DF5C15;
--nesr-orange-soft: #FFF2E9;
--nesr-ink: #211F1F;
--nesr-ink-2: #3A3634;
--nesr-muted: #6B6560;
--nesr-warm-white: #F8F6F3;
--nesr-stone: #F0ECE8;
--nesr-stone-2: #E5DED7;
--nesr-white: #FFFFFF;
--nesr-border: #DED7D0;
--nesr-border-dark: rgba(255, 255, 255, .18);
--nesr-success: #18794E;
--nesr-error: #B63131;
--nesr-dark-1: #1A1818;
--nesr-dark-2: #171616;
--nesr-hairline: #EEE8E2;
--nesr-radius-control: 10px;
--nesr-radius-card: 16px;
--nesr-radius-panel: 24px;
--nesr-shadow-card: 0 16px 40px rgba(33, 31, 31, .09);
--nesr-container: 1280px;
--nesr-header-h: 84px;
--nesr-topbar-h: 32px;
--nesr-space-1: 4px;
--nesr-space-2: 8px;
--nesr-space-3: 12px;
--nesr-space-4: 16px;
--nesr-space-5: 20px;
--nesr-space-6: 24px;
--nesr-space-8: 32px;
--nesr-space-10: 40px;
--nesr-space-12: 48px;
--nesr-space-16: 64px;
--nesr-space-24: 96px;
--nesr-font: "IBM Plex Sans Arabic", Tahoma, Arial, sans-serif;
--nesr-fs-hero: clamp(2.5rem, 3.8vw, 3.9rem);
}
@font-face {
font-family: "IBM Plex Sans Arabic";
src: url("../fonts/ibm-plex-sans-arabic-arabic-400-normal.woff2") format("woff2");
font-weight: 400;
font-style: normal;
font-display: swap;
unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}
@font-face {
font-family: "IBM Plex Sans Arabic";
src: url("../fonts/ibm-plex-sans-arabic-arabic-600-normal.woff2") format("woff2");
font-weight: 600;
font-style: normal;
font-display: swap;
unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}
@font-face {
font-family: "IBM Plex Sans Arabic";
src: url("../fonts/ibm-plex-sans-arabic-latin-400-normal.woff2") format("woff2");
font-weight: 400;
font-style: normal;
font-display: swap;
unicode-range: U+0000-00FF;
}
@font-face {
font-family: "IBM Plex Sans Arabic";
src: url("../fonts/ibm-plex-sans-arabic-latin-600-normal.woff2") format("woff2");
font-weight: 600;
font-style: normal;
font-display: swap;
unicode-range: U+0000-00FF;
}
/* base.css */
*,
*::before,
*::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html {
scroll-behavior: smooth;
scroll-padding-top: calc(var(--nesr-sticky-offset, 78px) + 16px);
-webkit-text-size-adjust: 100%;
font-family: var(--nesr-font);
}
body {
margin: 0;
background: var(--nesr-warm-white);
color: var(--nesr-ink);
font-family: var(--nesr-font);
font-size: 16px;
line-height: 1.75;
text-align: start;
-webkit-font-smoothing: antialiased;
}
button, input, textarea, select {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a { color: inherit; text-decoration: none; }
a:hover { color: inherit; }
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
h1, h2, h3, h4, h5, h6, p, figure, blockquote { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button { color: inherit; background: none; border: 0; font: inherit; }
summary { list-style: none; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
::selection { background: var(--nesr-orange); color: var(--nesr-ink); }
:focus-visible {
outline: 3px solid var(--nesr-orange);
outline-offset: 3px;
}
.nesr-container {
width: min(calc(100% - 80px), var(--nesr-container));
margin-inline: auto;
}
.nesr-section { padding-block: var(--nesr-space-24); }
.nesr-section--stone { background: var(--nesr-stone); }
.nesr-section--warm { background: var(--nesr-warm-white); }
.nesr-section--dark { background: var(--nesr-dark-1); color: var(--nesr-white); }
.nesr-kicker {
display: inline-flex;
align-items: center;
gap: 10px;
color: var(--nesr-ink-2);
font-size: 14px;
font-weight: 600;
}
.nesr-kicker::before {
width: 30px;
height: 3px;
display: block;
background: var(--nesr-orange);
content: "";
}
.nesr-kicker--light { color: rgba(255, 255, 255, .75); }
.nesr-text-link {
min-height: 48px;
display: inline-flex;
align-items: center;
gap: 9px;
border-bottom: 2px solid var(--nesr-orange);
font-weight: 600;
white-space: nowrap;
}
.nesr-button-group { display: flex; flex-wrap: wrap; gap: 12px; }
.nesr-display-title {
max-inline-size: 18ch;
text-wrap: balance;
word-break: keep-all;
overflow-wrap: normal;
hyphens: none;
}
.nesr-display-lead {
max-inline-size: 62ch;
text-wrap: balance;
word-break: keep-all;
overflow-wrap: normal;
}
.nesr-section-heading {
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: var(--nesr-space-12);
margin-block-end: 44px;
}
.nesr-section-heading__copy { max-width: 720px; }
.nesr-section-heading h2 {
margin-block: 12px 14px;
font-size: clamp(2.25rem, 3.3vw, 3rem);
line-height: 1.28;
font-weight: 600;
}
.nesr-section-heading p {
max-width: 680px;
color: var(--nesr-muted);
font-size: 17px;
}
input:where(:not([type="checkbox"], [type="radio"], [type="file"], [type="submit"])),
select,
textarea {
width: 100%;
border: 1px solid var(--nesr-border);
border-radius: var(--nesr-radius-control);
background: var(--nesr-warm-white);
color: var(--nesr-ink);
font-size: 16px;
outline: none;
transition: border-color 160ms ease, box-shadow 160ms ease;
}
input:where(:not([type="checkbox"], [type="radio"], [type="file"], [type="submit"])),
select { height: 52px; padding-inline: 15px; }
select {
appearance: none;
-webkit-appearance: none;
padding-inline-end: 42px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B6560' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 9 5 5 5-5'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: left 15px center;
cursor: pointer;
}
[dir="ltr"] select { background-position: right 15px center; }
select:required:invalid { color: #928A83; }
select:required:invalid option { color: var(--nesr-ink); }
select:required:invalid option[value=""] { color: #928A83; }
select:-moz-focusring { color: transparent; text-shadow: 0 0 0 var(--nesr-ink); }
input[type="checkbox"],
input[type="radio"] {
width: 18px;
height: 18px;
flex: 0 0 auto;
accent-color: var(--nesr-orange);
cursor: pointer;
}
textarea { resize: vertical; padding: 12px 15px; }
input::placeholder, textarea::placeholder { color: #928A83; }
input:hover, select:hover, textarea:hover { border-color: #BCB3AB; }
input:focus, select:focus, textarea:focus {
border-color: var(--nesr-orange);
box-shadow: 0 0 0 3px rgba(243, 107, 33, .12);
}
input[aria-invalid="true"], select[aria-invalid="true"], textarea[aria-invalid="true"] {
border-color: var(--nesr-error);
}
.nesr-skip-link {
position: absolute;
inset-inline: 0;
margin-inline: auto;
top: 0;
z-index: 999;
width: max-content;
padding: 12px 20px;
border-radius: 0 0 var(--nesr-radius-control) var(--nesr-radius-control);
background: var(--nesr-orange);
color: var(--nesr-ink);
font-weight: 600;
transform: translateY(-110%);
transition: transform 180ms ease;
}
.nesr-skip-link:focus { transform: translateY(0); }
.screen-reader-text,
.nesr-sr-only {
position: absolute !important;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
@keyframes nesr-hero-rise {
from { opacity: 0; transform: translateY(18px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes nesr-project-reveal {
from { opacity: .45; transform: scale(1.018); }
to { opacity: 1; transform: scale(1); }
}
@keyframes nesr-cart-count-pop {
0% { transform: scale(.55); }
65% { transform: scale(1.18); }
100% { transform: scale(1); }
}
@keyframes nesr-feedback-in {
from { opacity: 0; transform: translateY(18px); }
to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 1120px) {
.nesr-container { width: min(calc(100% - 48px), var(--nesr-container)); }
}
@media (max-width: 900px) {
.nesr-section { padding-block: 80px; }
.nesr-section-heading {
flex-direction: column;
align-items: flex-start;
gap: var(--nesr-space-4);
margin-block-end: 36px;
}
.nesr-section-heading__copy { max-width: none; }
.nesr-section-heading p { max-width: 62ch; }
}
@media (max-width: 640px) {
.nesr-container { width: calc(100% - 32px); }
.nesr-section { padding-block: 56px; }
.nesr-section-heading { gap: var(--nesr-space-2); margin-block-end: 26px; }
.nesr-section-heading h2 { margin-block: 10px 12px; font-size: 2rem; }
.nesr-section-heading p { font-size: 15px; }
.nesr-button-group { display: grid; grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
*, *::before, *::after {
scroll-behavior: auto !important;
transition-duration: .01ms !important;
animation-duration: .01ms !important;
animation-iteration-count: 1 !important;
}
}
/* icons.css */
.nesr-icon {
width: 24px;
height: 24px;
flex: 0 0 auto;
fill: none;
stroke: currentColor;
stroke-width: 1.75;
stroke-linecap: round;
stroke-linejoin: round;
}
.nesr-icon--sm { width: 18px; height: 18px; }
.nesr-icon--lg { width: 24px; height: 24px; }
.nesr-icon-box {
width: 46px;
height: 46px;
display: inline-grid;
place-items: center;
border: 1px solid rgba(243, 107, 33, .3);
border-radius: 12px;
background: var(--nesr-orange-soft);
color: var(--nesr-orange);
}
.nesr-icon-button {
width: 46px;
height: 46px;
display: inline-grid;
place-items: center;
border: 1px solid var(--nesr-border);
border-radius: 50%;
background: var(--nesr-white);
}
.nesr-icon-button:focus-visible { outline: 3px solid var(--nesr-orange); outline-offset: 3px; }
html:lang(en) .nesr-icon-arrow-left {
rotate: 180deg;
}
/* buttons.css */
.nesr-button {
min-height: 52px;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
padding-inline: 24px;
border: 1px solid transparent;
border-radius: var(--nesr-radius-control);
font-family: "IBM Plex Sans Arabic", Tahoma, Arial, sans-serif;
font-size: 16px;
font-weight: 600;
line-height: 1;
text-decoration: none;
cursor: pointer;
transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}
.nesr-button:hover { transform: translateY(-2px); }
.nesr-button:active { transform: translateY(0); }
.nesr-button:focus-visible { outline: 3px solid var(--nesr-orange); outline-offset: 3px; }
.nesr-button--primary { background: var(--nesr-orange); color: #171717; }
.nesr-button--primary:hover { background: var(--nesr-orange-hover); }
.nesr-button--dark { background: var(--nesr-ink); color: var(--nesr-white); }
.nesr-button--dark:hover { background: var(--nesr-ink-2); }
.nesr-button--outline { border-color: #BDB5AE; background: transparent; color: var(--nesr-ink); }
.nesr-button--outline:hover { border-color: var(--nesr-orange); background: var(--nesr-orange-soft); }
.nesr-button--glass { border-color: rgba(255,255,255,.48); background: rgba(255,255,255,.07); color: var(--nesr-white); backdrop-filter: blur(12px); }
.nesr-button--glass:hover { border-color: var(--nesr-white); background: rgba(255,255,255,.14); }
.nesr-button[disabled], .nesr-button[aria-disabled="true"] { opacity: .48; cursor: not-allowed; transform: none; }
@media (max-width: 640px) {
.nesr-button--mobile-full { width: 100%; }
}
/* header.css */
.nesr-topbar {
height: var(--nesr-topbar-h);
background: var(--nesr-dark-2);
color: rgba(255, 255, 255, .74);
font-size: 12px;
}
.nesr-topbar__inner {
height: var(--nesr-topbar-h);
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
}
.nesr-topbar a {
display: inline-flex;
align-items: center;
gap: 7px;
color: var(--nesr-orange);
font-weight: 600;
}
.nesr-topbar a:hover { color: var(--nesr-orange); text-decoration: underline; }
.nesr-header__inner {
min-height: var(--nesr-header-h);
display: flex;
align-items: center;
gap: 28px;
transition: min-height 220ms ease;
}
.nesr-header__brand {
flex: 0 0 auto;
width: 212px;
}
.nesr-header__brand img {
width: 100%;
height: 41px;
object-fit: contain;
}
.nesr-header--overlay {
position: fixed;
z-index: 50;
inset-inline: 0;
top: var(--nesr-topbar-h);
border-bottom: 1px solid rgba(255, 255, 255, .14);
color: var(--nesr-white);
transition: top 220ms ease, background-color 220ms ease, color 220ms ease,
border-color 220ms ease, box-shadow 220ms ease;
}
.nesr-header--overlay .nesr-header__brand {
padding: 9px 12px;
border-radius: 9px;
background: rgba(255, 255, 255, .95);
}
.nesr-header--overlay.is-scrolled {
top: 0;
border-color: rgba(33, 31, 31, .08);
background: rgba(248, 246, 243, .94);
color: var(--nesr-ink);
box-shadow: 0 8px 30px rgba(33, 31, 31, .07);
backdrop-filter: blur(18px);
}
.nesr-header--overlay.is-scrolled .nesr-header__inner { min-height: 72px; }
.nesr-header--solid {
position: sticky;
z-index: 60;
top: 0;
border-bottom: 1px solid var(--nesr-border);
background: rgba(248, 246, 243, .95);
color: var(--nesr-ink);
backdrop-filter: blur(18px);
}
.nesr-header--solid .nesr-header__inner { min-height: 78px; }
.nesr-header--solid .nesr-header__brand { width: 205px; }
.nesr-header--solid .nesr-header__brand img { height: 44px; }
.nesr-nav {
display: flex;
align-items: center;
margin-inline-start: auto;
}
.nesr-nav__list {
display: flex;
align-items: center;
gap: 26px;
font-size: 15px;
font-weight: 500;
}
.nesr-header--solid .nesr-nav__list { gap: 25px; font-size: 14px; }
.nesr-nav__list > li { position: relative; }
.nesr-nav__list a {
position: relative;
min-height: 44px;
display: inline-flex;
align-items: center;
gap: 6px;
}
.nesr-nav__list > li > a::after {
position: absolute;
inset-inline: 0;
bottom: 1px;
height: 2px;
background: var(--nesr-orange);
content: "";
transform: scaleX(0);
transition: transform 160ms ease;
}
.nesr-nav__list > li > a:hover::after,
.nesr-nav__list > li.current-menu-item > a::after,
.nesr-nav__list > li.current-menu-ancestor > a::after,
.nesr-nav__list > li.current-menu-parent > a::after { transform: scaleX(1); }
.nesr-nav__chevron {
flex: 0 0 auto;
width: 17px;
height: 17px;
color: var(--nesr-orange);
transition: transform 180ms ease;
}
.nesr-nav__list > li:hover > a > .nesr-nav__chevron,
.nesr-nav__list > li:focus-within > a > .nesr-nav__chevron,
.nesr-nav__list > li.is-open > a > .nesr-nav__chevron { transform: rotate(180deg); }
.nesr-soon {
flex: 0 0 auto;
padding: 2px 7px;
margin-inline-start: 6px;
border-radius: 99px;
background: var(--nesr-orange);
color: var(--nesr-white);
font-size: 10.5px;
font-weight: 700;
line-height: 1.5;
letter-spacing: .2px;
white-space: nowrap;
text-decoration: none;
}
.nesr-nav__list a .nesr-soon { margin-inline-start: 0; }
.nesr-nav__list .sub-menu {
position: absolute;
z-index: 20;
width: 270px;
inset-inline-start: -24px;
top: calc(100% + 8px);
display: grid;
padding: 10px;
border: 1px solid var(--nesr-border);
border-radius: 14px;
background: rgba(255, 255, 255, .98);
box-shadow: var(--nesr-shadow-card);
color: var(--nesr-ink);
opacity: 0;
visibility: hidden;
transform: translateY(8px);
transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
}
.nesr-nav__list > li:hover > .sub-menu,
.nesr-nav__list > li:focus-within > .sub-menu,
.nesr-nav__list > li.is-open > .sub-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.nesr-nav__list .sub-menu a {
width: 100%;
min-height: 44px;
display: flex;
align-items: center;
justify-content: space-between;
padding-inline: 12px;
border-radius: 8px;
color: var(--nesr-ink-2);
}
.nesr-nav__list .sub-menu a::after { display: none; }
.nesr-nav__list .sub-menu a:hover,
.nesr-nav__list .sub-menu a:focus-visible {
background: var(--nesr-orange-soft);
color: var(--nesr-ink);
}
.nesr-header__cart {
position: relative;
width: 46px;
height: 46px;
flex: 0 0 auto;
display: grid;
place-items: center;
border: 1px solid rgba(255, 255, 255, .3);
border-radius: 50%;
}
.nesr-header--overlay.is-scrolled .nesr-header__cart,
.nesr-header--solid .nesr-header__cart {
border-color: var(--nesr-border);
background: var(--nesr-white);
}
.nesr-header--solid .nesr-header__cart { width: 45px; height: 45px; }
.nesr-header__cart-count {
position: absolute;
min-width: 20px;
height: 20px;
inset-inline-start: -5px;
top: -5px;
display: grid;
place-items: center;
border-radius: 10px;
background: var(--nesr-orange);
color: var(--nesr-ink);
font-size: 11px;
font-weight: 700;
}
.nesr-header__cart-count.is-updated { animation: nesr-cart-count-pop 280ms ease-out; }
.nesr-header__cta { min-height: 48px; padding-inline: 20px; }
.nesr-header--solid .nesr-header__cta { min-height: 46px; padding-inline: 18px; }
.nesr-lang-switch {
flex: 0 0 auto;
display: flex;
align-items: stretch;
height: 46px;
border: 1px solid rgba(255, 255, 255, .3);
border-radius: 999px;
overflow: hidden;
}
.nesr-header--overlay.is-scrolled .nesr-lang-switch,
.nesr-header--solid .nesr-lang-switch {
border-color: var(--nesr-border);
background: var(--nesr-white);
}
.nesr-header--solid .nesr-lang-switch { height: 45px; }
.nesr-lang-switch a {
display: flex;
align-items: center;
gap: 8px;
padding-inline: 14px;
font-size: 14px;
font-weight: 600;
line-height: 1;
color: rgba(255, 255, 255, .7);
text-decoration: none;
}
.nesr-lang-switch a:hover { color: #fff; }
.nesr-header--overlay.is-scrolled .nesr-lang-switch a,
.nesr-header--solid .nesr-lang-switch a { color: var(--nesr-ink-2); }
.nesr-header--overlay.is-scrolled .nesr-lang-switch a:hover,
.nesr-header--solid .nesr-lang-switch a:hover { color: var(--nesr-ink); }
.nesr-lang-switch__flag {
width: 22px;
height: 17px;
object-fit: cover;
border-radius: 3px;
box-shadow: 0 0 0 1px rgba(0, 0, 0, .08);
}
.nesr-lang-switch--drawer {
height: auto;
border-radius: var(--nesr-radius, 12px);
}
.nesr-lang-switch--drawer a {
height: 48px;
color: var(--nesr-ink-2);
}
.nesr-lang-switch--drawer a:hover { color: var(--nesr-ink); }
@media (max-width: 1024px) {
.nesr-header__inner > .nesr-lang-switch { display: none; }
}
.nesr-mobile-menu { display: none; }
@media (max-width: 1120px) {
.nesr-nav__list { gap: 17px; font-size: 14px; }
.nesr-header__brand { width: 185px; }
.nesr-header__cta { display: none; }
}
@media (max-width: 900px) {
.nesr-topbar { display: none; }
.nesr-header--overlay { top: 0; }
.nesr-header__inner { min-height: 76px; }
.nesr-nav { display: none; }
.nesr-header__brand { width: 190px; }
.nesr-header__cart { margin-inline-start: auto; }
.nesr-header--overlay .nesr-header__cart { background: rgba(255, 255, 255, .08); }
.nesr-mobile-menu { display: block; flex: 0 0 auto; }
.nesr-mobile-menu > summary {
width: 46px;
height: 46px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 5px;
border: 1px solid rgba(255, 255, 255, .38);
border-radius: 50%;
}
.nesr-mobile-menu > summary span {
width: 20px;
height: 2px;
background: currentColor;
}
.nesr-header--overlay.is-scrolled .nesr-mobile-menu > summary,
.nesr-header--solid .nesr-mobile-menu > summary {
border-color: var(--nesr-border);
background: var(--nesr-white);
}
.nesr-mobile-drawer {
position: absolute;
inset-inline: 24px;
top: 82px;
padding: 20px;
border: 1px solid var(--nesr-border);
border-radius: 16px;
background: var(--nesr-white);
color: var(--nesr-ink);
box-shadow: var(--nesr-shadow-card);
}
.nesr-mobile-drawer nav { display: flex; flex-direction: column; padding-block: 10px; }
.nesr-mobile-drawer nav a {
min-height: 44px;
display: flex;
align-items: center;
border-bottom: 1px solid var(--nesr-hairline);
}
.nesr-mobile-drawer .nesr-button { width: 100%; margin-block-start: 12px; }
.nesr-mobile-solutions { border-bottom: 1px solid var(--nesr-hairline); }
.nesr-mobile-solutions > summary {
min-height: 44px;
display: flex;
align-items: center;
justify-content: space-between;
font-weight: 500;
}
.nesr-mobile-solutions > summary .nesr-icon {
color: var(--nesr-orange);
transition: transform 180ms ease;
}
.nesr-mobile-solutions[open] > summary .nesr-icon { transform: rotate(180deg); }
.nesr-mobile-solutions > div { padding: 4px 14px 8px; background: var(--nesr-warm-white); }
.nesr-mobile-drawer .nesr-mobile-solutions > div a {
min-height: 38px;
border-bottom: 0;
color: var(--nesr-muted);
font-size: 13px;
}
}
@media (max-width: 640px) {
.nesr-header__inner { min-height: 68px; gap: 10px; }
.nesr-header__brand { width: 164px; }
.nesr-header--overlay .nesr-header__brand { padding: 7px 9px; }
.nesr-header__brand img { height: 34px; }
.nesr-header__cart { width: 42px; height: 42px; }
.nesr-mobile-menu > summary { width: 42px; height: 42px; }
.nesr-mobile-drawer { inset-inline: 16px; top: 72px; }
}
/* footer.css */
.nesr-footer {
padding-block-start: 72px;
background: var(--nesr-dark-1);
color: var(--nesr-white);
}
.nesr-footer__grid {
display: grid;
grid-template-columns: 2.2fr 1fr 1.2fr 1.5fr;
gap: 56px;
padding-block-end: 56px;
}
.nesr-footer__logo {
width: 220px;
display: block;
padding: 10px 12px;
border-radius: 9px;
background: var(--nesr-white);
}
.nesr-footer__logo img { width: 100%; height: auto; }
.nesr-footer__about {
max-width: 460px;
margin-block-start: 22px;
color: rgba(255, 255, 255, .58);
font-size: 14px;
line-height: 1.9;
}
.nesr-footer__grid h2 {
margin-block: 4px 18px;
color: var(--nesr-white);
font-size: 16px;
font-weight: 600;
}
.nesr-footer__grid nav,
.nesr-footer__grid ul {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 9px;
color: rgba(255, 255, 255, .58);
font-size: 14px;
}
.nesr-footer__grid a:hover { color: var(--nesr-orange); }
.nesr-footer__contact nav { margin-block-end: 18px; }
.nesr-social { display: flex; flex-wrap: wrap; gap: 9px; }
.nesr-social__link {
width: 42px;
height: 42px;
display: grid;
place-items: center;
border: 1px solid rgba(255, 255, 255, .18);
border-radius: 50%;
color: var(--nesr-white);
transition: color 180ms ease, border-color 180ms ease,
background-color 180ms ease, transform 180ms ease;
}
.nesr-social__link:hover {
transform: translateY(-2px);
background: rgba(255, 255, 255, .06);
}
.nesr-social__link--instagram:hover { color: #E4405F; border-color: #E4405F; }
.nesr-social__link--snapchat:hover { color: #FFFC00; border-color: #FFFC00; }
.nesr-social__link--tiktok:hover { color: #25F4EE; border-color: #FE2C55; box-shadow: inset 0 -2px 0 #FE2C55; }
.nesr-social__link--youtube:hover { color: #FF0033; border-color: #FF0033; }
.nesr-social__link--pending { cursor: default; }
.nesr-social__link--pending:hover {
transform: none;
background: transparent;
color: var(--nesr-white);
border-color: rgba(255, 255, 255, .18);
box-shadow: none;
}
.nesr-footer__payments {
min-height: 72px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 22px;
border-top: 1px solid rgba(255, 255, 255, .1);
color: rgba(255, 255, 255, .55);
font-size: 12px;
}
.nesr-footer__payments > div { display: flex; align-items: center; gap: 10px; }
.nesr-payment-mark {
display: block;
width: auto;
height: 30px;
max-width: 96px;
padding: 0;
object-fit: contain;
object-position: center;
}
.nesr-payment-mark--mada { height: 31px; }
.nesr-payment-mark--apple { height: 30px; }
.nesr-payment-mark--stc { height: 32px; }
.nesr-footer__bottom {
min-height: 70px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
border-top: 1px solid rgba(255, 255, 255, .1);
color: rgba(255, 255, 255, .45);
font-size: 12px;
}
.nesr-footer__bottom nav { display: flex; gap: 22px; }
@media (max-width: 1120px) {
.nesr-footer__grid { grid-template-columns: 2fr 1fr 1.2fr; }
.nesr-footer__grid > div:last-child { grid-column: 2 / -1; }
}
@media (max-width: 900px) {
.nesr-footer__grid { grid-template-columns: repeat(2, 1fr); }
.nesr-footer__brand { grid-column: 1 / -1; }
.nesr-footer__grid > div:last-child { grid-column: auto; }
}
@media (max-width: 640px) {
.nesr-footer__grid { grid-template-columns: 1fr; gap: 34px; }
.nesr-footer__brand,
.nesr-footer__grid > div:last-child { grid-column: 1; }
.nesr-footer__bottom {
align-items: flex-start;
flex-direction: column;
justify-content: center;
padding-block: 18px;
}
.nesr-footer__bottom nav { flex-wrap: wrap; }
.nesr-footer__payments {
align-items: flex-start;
flex-direction: column;
padding-block: 18px;
}
.nesr-footer__payments > div { width: 100%; flex-wrap: wrap; }
.nesr-payment-mark { width: auto; }
}
/* view-transitions.css */
@view-transition {
navigation: auto;
}
.nesr-header { view-transition-name: nesr-header; }
::view-transition-old(root),
::view-transition-new(root) {
animation-duration: 130ms;
animation-timing-function: ease;
}
::view-transition-group(nesr-header) { animation: none; }
@media (prefers-reduced-motion: reduce) {
@view-transition {
navigation: none;
}
}
.nesr-nav-progress {
position: fixed;
z-index: 9999;
inset-inline: 0;
top: 0;
height: 2px;
display: block;
overflow: hidden;
opacity: 0;
transition: opacity 120ms ease;
pointer-events: none;
}
.nesr-nav-progress::before {
content: "";
position: absolute;
inset-block: 0;
inline-size: 34%;
background: var(--nesr-orange);
animation: nesr-nav-progress 900ms ease-in-out infinite;
}
.nesr-nav-progress.is-visible { opacity: 1; }
@keyframes nesr-nav-progress {
from { inset-inline-start: -34%; }
to { inset-inline-start: 100%; }
}
@media (prefers-reduced-motion: reduce) {
.nesr-nav-progress::before { animation-duration: 2s; }
}
.nesr-nav-progress { view-transition-name: nesr-nav-progress; }
::view-transition-group(nesr-nav-progress) { animation: none; }
/* floating.css */
.nesr-floating {
position: fixed;
z-index: 60;
inset-inline-start: 24px;
bottom: 24px;
pointer-events: none;
}
.nesr-floating > * { pointer-events: auto; }
.nesr-floating.is-managed {
visibility: hidden;
opacity: 0;
transform: translateY(14px);
transition: opacity 220ms ease, transform 220ms ease, visibility 0s linear 220ms;
}
.nesr-floating.is-managed.is-visible {
visibility: visible;
opacity: 1;
transform: none;
transition-delay: 0s;
}
.nesr-floating__wa {
height: 56px;
display: inline-flex;
align-items: center;
gap: 0;
padding-inline: 16px;
border-radius: 99px;
background: #25D366;
box-shadow: 0 8px 26px rgba(37, 211, 102, .34);
color: #FFF;
font-size: 14px;
font-weight: 600;
transition: gap 220ms ease, padding 220ms ease, box-shadow 200ms ease;
}
.nesr-floating__wa .nesr-icon { width: 24px; height: 24px; flex: 0 0 auto; }
.nesr-floating__wa span {
max-inline-size: 0;
overflow: hidden;
white-space: nowrap;
opacity: 0;
transition: max-inline-size 240ms ease, opacity 180ms ease;
}
.nesr-floating__wa:hover,
.nesr-floating__wa:focus-visible {
gap: 10px;
padding-inline-end: 22px;
box-shadow: 0 10px 30px rgba(37, 211, 102, .46);
color: #FFF;
}
.nesr-floating__wa:hover span,
.nesr-floating__wa:focus-visible span {
max-inline-size: 12rem;
opacity: 1;
}
.nesr-floating__bar { display: none; }
@media (max-width: 900px) {
.nesr-floating {
inset-inline: 0;
bottom: 0;
}
.nesr-floating__wa { display: none; }
.nesr-floating__bar {
display: grid;
grid-auto-columns: 1fr;
grid-auto-flow: column;
border-top: 1px solid var(--nesr-border);
background: rgba(255, 255, 255, .97);
backdrop-filter: blur(16px);
padding-block-end: env(safe-area-inset-bottom, 0);
}
.nesr-floating__bar a {
min-height: 58px;
display: flex;
align-items: center;
justify-content: center;
gap: 7px;
border-inline-end: 1px solid var(--nesr-hairline);
color: var(--nesr-ink-2);
font-size: 13px;
font-weight: 600;
}
.nesr-floating__bar a:last-child { border-inline-end: 0; }
.nesr-floating__bar a:active { background: var(--nesr-stone); }
.nesr-floating__quote { background: var(--nesr-orange); color: var(--nesr-ink); }
body:has(.nesr-floating) { padding-block-end: 58px; }
}
.nesr-toasts {
position: fixed;
z-index: 70;
inset-inline-end: 24px;
bottom: 24px;
display: flex;
flex-direction: column;
gap: 10px;
pointer-events: none;
}
.nesr-toast {
max-width: min(92vw, 400px);
display: flex;
align-items: center;
gap: 12px;
padding: 13px 15px;
border: 1px solid var(--nesr-border);
border-radius: var(--nesr-radius-card);
background: var(--nesr-white);
box-shadow: 0 14px 40px rgba(15, 14, 13, .16);
pointer-events: auto;
animation: nesr-toast-in 260ms cubic-bezier(.2, .8, .3, 1) both;
}
.nesr-toast.is-leaving { animation: nesr-toast-out 200ms ease both; }
.nesr-toast__mark {
width: 32px;
height: 32px;
flex: 0 0 auto;
display: grid;
place-items: center;
border-radius: 50%;
background: rgba(46, 160, 67, .12);
color: var(--nesr-success);
}
.nesr-toast__body { min-width: 0; flex: 1; line-height: 1.4; }
.nesr-toast__body strong { display: block; font-size: 14px; font-weight: 600; }
.nesr-toast__name {
display: block;
overflow: hidden;
color: var(--nesr-muted);
font-size: 12.5px;
text-overflow: ellipsis;
white-space: nowrap;
}
.nesr-toast__name:empty { display: none; }
.nesr-toast__body--plain .nesr-toast__name {
color: var(--nesr-ink);
font-size: 14px;
white-space: normal;
}
.nesr-toast__cta {
flex: 0 0 auto;
padding: 8px 13px;
border-radius: var(--nesr-radius-control);
background: var(--nesr-ink);
color: var(--nesr-white);
font-size: 13px;
font-weight: 600;
white-space: nowrap;
}
.nesr-toast__cta:hover { background: var(--nesr-orange); color: var(--nesr-ink); }
.nesr-toast__close {
width: 26px;
height: 26px;
flex: 0 0 auto;
display: grid;
place-items: center;
border-radius: 50%;
color: var(--nesr-muted);
font-size: 19px;
line-height: 1;
cursor: pointer;
}
.nesr-toast__close:hover { background: var(--nesr-stone); color: var(--nesr-ink); }
@keyframes nesr-toast-in {
from { opacity: 0; transform: translateY(16px) scale(.97); }
to { opacity: 1; transform: none; }
}
@keyframes nesr-toast-out {
to { opacity: 0; transform: translateY(8px); }
}
@media (max-width: 900px) {
.nesr-toasts {
inset-inline: 12px;
bottom: calc(58px + env(safe-area-inset-bottom, 0px) + 12px);
}
.nesr-toast { max-width: none; }
}
@media (prefers-reduced-motion: reduce) {
.nesr-floating.is-managed,
.nesr-floating__wa,
.nesr-floating__wa span { transition-duration: 1ms; }
.nesr-toast,
.nesr-toast.is-leaving { animation-duration: 1ms; }
}
/* inner.css */
.nesr-breadcrumbs {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 7px;
color: var(--nesr-muted);
font-size: 13px;
}
.nesr-breadcrumbs a:hover { color: var(--nesr-orange); }
.nesr-breadcrumbs__sep { color: #AAA19A; font-style: normal; }
.nesr-breadcrumbs--light { color: rgba(255, 255, 255, .53); }
.nesr-breadcrumbs--light a:hover { color: var(--nesr-orange); }
.nesr-feature-icon {
width: 46px;
height: 46px;
flex: 0 0 auto;
display: grid;
place-items: center;
border: 1px solid rgba(243, 107, 33, .3);
border-radius: 12px;
background: var(--nesr-orange-soft);
color: var(--nesr-orange);
font-style: normal;
}
.nesr-inner-section { padding-block: 88px; }
.nesr-indexed-head {
display: grid;
grid-template-columns: 120px 1fr;
align-items: end;
margin-block-end: 40px;
}
.nesr-indexed-head__index {
color: var(--nesr-orange);
font-size: 60px;
line-height: 1;
}
.nesr-indexed-head h2 {
margin-block-start: 12px;
font-size: clamp(2.3rem, 3.6vw, 3.2rem);
line-height: 1.25;
font-weight: 600;
}
.nesr-final-cta { padding-block: 80px; background: var(--nesr-stone); }
.nesr-final-cta .nesr-container {
display: flex;
align-items: center;
justify-content: space-between;
gap: var(--nesr-space-12);
}
.nesr-final-cta h2 {
margin-block-start: 12px;
font-size: clamp(2.2rem, 3.3vw, 3rem);
font-weight: 600;
}
.nesr-final-cta p { margin-block-start: 8px; color: var(--nesr-muted); }
.nesr-final-cta__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.nesr-final-cta--dark {
background: var(--nesr-dark-1);
color: var(--nesr-white);
}
.nesr-final-cta--dark p { color: rgba(255, 255, 255, .6); }
.nesr-faq details { border-bottom: 1px solid var(--nesr-border); }
.nesr-faq details:first-child { border-top: 1px solid var(--nesr-border); }
.nesr-faq summary {
min-height: 74px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
font-weight: 600;
}
.nesr-faq summary::after {
content: "+";
width: 30px;
height: 30px;
flex: 0 0 auto;
display: grid;
place-items: center;
border-radius: 50%;
background: var(--nesr-stone);
font-size: 20px;
font-weight: 400;
transition: transform 180ms ease, background-color 180ms ease;
}
.nesr-faq details[open] summary::after {
background: var(--nesr-orange);
transform: rotate(45deg);
}
.nesr-faq details > p {
padding: 0 0 22px 42px;
color: var(--nesr-muted);
}
.nesr-empty-state {
padding-block: 80px;
text-align: center;
color: var(--nesr-muted);
}
.nesr-empty-state strong {
display: block;
margin-block-end: 8px;
color: var(--nesr-ink);
font-size: 20px;
}
@media (max-width: 900px) {
.nesr-final-cta .nesr-container {
align-items: flex-start;
flex-direction: column;
}
}
@media (max-width: 640px) {
.nesr-inner-section { padding-block: 70px; }
.nesr-indexed-head { grid-template-columns: 62px 1fr; }
.nesr-indexed-head__index { font-size: 42px; }
.nesr-indexed-head h2 { font-size: 2rem; }
.nesr-final-cta { padding-block: 58px; }
.nesr-final-cta h2 { font-size: 2rem; }
.nesr-final-cta__actions { width: 100%; display: grid; }
.nesr-final-cta .nesr-button { width: 100%; }
.nesr-faq details > p { padding-inline-end: 0; }
}
.nesr-notfound { padding-block: 70px 110px; }
.nesr-notfound__head { max-width: 640px; margin-block-end: 30px; }
.nesr-notfound__head h1 { margin-block: 14px 12px; font-size: var(--nesr-fs-hero); line-height: 1.14; font-weight: 600; }
.nesr-notfound__head p { color: var(--nesr-muted); font-size: 17px; }
.nesr-notfound__search {
position: relative;
max-width: 560px;
display: flex;
gap: 10px;
margin-block-end: 40px;
}
.nesr-notfound__search .nesr-icon {
position: absolute;
inset-inline-start: 15px;
top: 17px;
color: var(--nesr-muted);
pointer-events: none;
}
.nesr-notfound__search input { padding-inline-start: 44px; background: var(--nesr-white); }
.nesr-notfound__links {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 14px;
margin-block-end: 34px;
}
.nesr-notfound__links a {
display: grid;
grid-template-columns: 1fr auto;
align-items: center;
gap: 4px 12px;
padding: 20px;
border: 1px solid var(--nesr-border);
border-radius: var(--nesr-radius-card);
background: var(--nesr-white);
transition: border-color 160ms ease, transform 160ms ease;
}
.nesr-notfound__links a:hover { border-color: var(--nesr-ink); transform: translateY(-3px); }
.nesr-notfound__links strong { font-size: 17px; font-weight: 600; }
.nesr-notfound__links span { grid-column: 1; color: var(--nesr-muted); font-size: 13.5px; }
.nesr-notfound__links .nesr-icon { grid-row: 1 / span 2; color: var(--nesr-orange); }
.nesr-notfound__solutions {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 9px;
padding-block-start: 26px;
border-block-start: 1px solid var(--nesr-hairline);
}
.nesr-notfound__solutions > span { color: var(--nesr-muted); font-size: 13px; }
.nesr-notfound__solutions a {
min-height: 38px;
display: inline-flex;
align-items: center;
padding-inline: 15px;
border: 1px solid var(--nesr-border);
border-radius: 99px;
font-size: 13.5px;
transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}
.nesr-notfound__solutions a:hover {
border-color: var(--nesr-ink);
background: var(--nesr-ink);
color: var(--nesr-white);
}
@media (max-width: 640px) {
.nesr-notfound { padding-block: 40px 70px; }
.nesr-notfound__search { flex-direction: column; }
}
.nesr-store-soon { padding-block: 70px 110px; }
.nesr-store-soon__head { max-width: 660px; }
.nesr-store-soon__badge {
min-height: 34px;
display: inline-flex;
align-items: center;
gap: 8px;
padding-inline: 14px;
border: 1px solid rgba(243, 107, 33, .3);
border-radius: 99px;
background: var(--nesr-orange-soft);
color: var(--nesr-orange);
font-size: 13px;
font-weight: 600;
}
.nesr-store-soon__head h1 { margin-block: 18px 12px; font-size: var(--nesr-fs-hero); line-height: 1.14; font-weight: 600; }
.nesr-store-soon__head p { color: var(--nesr-muted); font-size: 17px; }
.nesr-store-soon__actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-block-start: 30px;
}
.nesr-store-soon__promises {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 14px;
margin-block: 52px 34px;
}
.nesr-store-soon__promises > div {
display: grid;
grid-template-columns: auto 1fr;
align-items: center;
gap: 4px 14px;
padding: 22px 20px;
border: 1px solid var(--nesr-border);
border-radius: var(--nesr-radius-card);
background: var(--nesr-white);
}
.nesr-store-soon__promises .nesr-feature-icon { grid-row: 1 / span 2; }
.nesr-store-soon__promises strong { align-self: end; font-size: 16.5px; font-weight: 600; }
.nesr-store-soon__promises > div > span:last-child { align-self: start; color: var(--nesr-muted); font-size: 13.5px; }
.nesr-store-soon__solutions {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 9px;
padding-block-start: 26px;
border-block-start: 1px solid var(--nesr-hairline);
}
.nesr-store-soon__solutions > span { color: var(--nesr-muted); font-size: 13px; }
.nesr-store-soon__solutions a {
min-height: 38px;
display: inline-flex;
align-items: center;
padding-inline: 15px;
border: 1px solid var(--nesr-border);
border-radius: 99px;
font-size: 13.5px;
transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}
.nesr-store-soon__solutions a:hover {
border-color: var(--nesr-ink);
background: var(--nesr-ink);
color: var(--nesr-white);
}
@media (max-width: 640px) {
.nesr-store-soon { padding-block: 40px 70px; }
.nesr-store-soon__actions .nesr-button { width: 100%; justify-content: center; }
.nesr-store-soon__promises { margin-block-start: 40px; }
}
.nesr-prose {
max-width: 78ch;
padding-block-end: 96px;
color: var(--nesr-ink-2);
font-size: 16.5px;
line-height: 2;
}
.nesr-prose > * + * { margin-block-start: 1.1em; }
.nesr-prose h2 {
margin-block-start: 2.2em;
color: var(--nesr-ink);
font-size: clamp(1.4rem, 2.2vw, 1.7rem);
line-height: 1.35;
font-weight: 600;
}
.nesr-prose h2:first-child { margin-block-start: 0; }
.nesr-prose h3 {
margin-block-start: 1.8em;
color: var(--nesr-ink);
font-size: 1.12rem;
font-weight: 600;
}
.nesr-prose ul,
.nesr-prose ol { padding-inline-start: 1.4em; }
.nesr-prose ul { list-style: disc; }
.nesr-prose ol { list-style: decimal; }
.nesr-prose li { margin-block-start: .5em; }
.nesr-prose li::marker { color: var(--nesr-orange); }
.nesr-prose a {
color: var(--nesr-orange-hover);
font-weight: 600;
text-decoration: underline;
text-underline-offset: 3px;
}
.nesr-prose a:hover { color: var(--nesr-ink); }
.nesr-prose strong { color: var(--nesr-ink); font-weight: 600; }
.nesr-prose__lead {
color: var(--nesr-ink);
font-size: 18px;
line-height: 1.9;
}
.nesr-prose__updated {
display: inline-flex;
align-items: center;
gap: 8px;
margin-block-end: 2em;
padding: 7px 14px;
border-radius: 99px;
background: var(--nesr-stone);
color: var(--nesr-muted);
font-size: 13px;
}
.nesr-prose__contact {
margin-block-start: 2.4em;
padding: 22px 24px;
border-inline-start: 3px solid var(--nesr-orange);
border-radius: var(--nesr-radius-control);
background: var(--nesr-stone);
}
.nesr-prose__contact p { margin-block-start: .4em; }
@media (max-width: 640px) {
.nesr-prose { font-size: 16px; line-height: 1.9; padding-block-end: 64px; }
.nesr-prose__contact { padding: 18px; }
}
.nesr-legal-hero {
padding-block: 34px 76px;
background: var(--nesr-dark-1);
color: var(--nesr-white);
}
.nesr-legal-hero h1 {
margin-block: 40px 16px;
font-size: var(--nesr-fs-hero);
line-height: 1.14;
font-weight: 600;
}
.nesr-legal-hero__lead {
max-width: 60ch;
color: rgba(255, 255, 255, .62);
font-size: 17px;
line-height: 1.9;
}
.nesr-legal-hero__meta {
display: inline-flex;
margin-block-start: 22px;
padding: 6px 14px;
border: 1px solid rgba(255, 255, 255, .18);
border-radius: 99px;
color: rgba(255, 255, 255, .5);
font-size: 12.5px;
}
.nesr-legal { padding-block: 70px 110px; }
.nesr-legal__grid {
display: grid;
grid-template-columns: 300px 1fr;
align-items: start;
gap: 70px;
}
.nesr-legal__toc { position: sticky; top: calc(var(--nesr-sticky-offset, 78px) + 24px); }
.nesr-legal__toc-title {
display: block;
margin-block-end: 14px;
color: var(--nesr-muted);
font-size: 12.5px;
font-weight: 600;
}
.nesr-legal__toc ol { list-style: none; }
.nesr-legal__toc li + li { border-block-start: 1px solid var(--nesr-hairline); }
.nesr-legal__toc a {
display: grid;
grid-template-columns: auto 1fr;
align-items: baseline;
gap: 10px;
padding-block: 13px;
color: var(--nesr-ink-2);
font-size: 14px;
line-height: 1.6;
transition: color 160ms ease;
}
.nesr-legal__toc a span {
color: var(--nesr-muted);
font-size: 11.5px;
font-variant-numeric: tabular-nums;
}
.nesr-legal__toc a:hover { color: var(--nesr-orange-hover); }
.nesr-legal__toc a:hover span { color: var(--nesr-orange); }
.nesr-legal__intro {
margin-block-end: 26px;
padding-block-end: 30px;
border-block-end: 1px solid var(--nesr-hairline);
}
.nesr-legal__intro .nesr-prose__lead { font-size: 19px; }
.nesr-legal__section { padding-block: 44px; }
.nesr-legal__section + .nesr-legal__section { border-block-start: 1px solid var(--nesr-hairline); }
.nesr-legal__section:first-of-type { padding-block-start: 8px; }
.nesr-legal__section { scroll-margin-top: calc(var(--nesr-sticky-offset, 78px) + 24px); }
.nesr-legal__num {
display: block;
margin-block-end: 12px;
color: var(--nesr-orange);
font-size: 13px;
font-weight: 600;
font-variant-numeric: tabular-nums;
}
.nesr-legal__section h2 {
margin-block-end: 18px;
color: var(--nesr-ink);
font-size: clamp(1.6rem, 2.6vw, 2.1rem);
line-height: 1.3;
font-weight: 600;
}
.nesr-legal__section .nesr-prose,
.nesr-legal__intro .nesr-prose { max-width: none; padding-block-end: 0; }
@media (max-width: 1000px) {
.nesr-legal__grid { grid-template-columns: 1fr; gap: 34px; }
.nesr-legal__toc {
position: static;
padding: 18px 20px;
border: 1px solid var(--nesr-border);
border-radius: var(--nesr-radius-card);
background: var(--nesr-white);
}
}
@media (max-width: 640px) {
.nesr-legal-hero { padding-block: 22px 52px; }
.nesr-legal-hero h1 { margin-block: 26px 12px; }
.nesr-legal { padding-block: 44px 70px; }
.nesr-legal__section { padding-block: 32px; }
}
/* shop.css */
.nesr-store-hero { padding-block: 34px 56px; background: var(--nesr-stone); }
.nesr-store-hero__grid {
min-height: 420px;
display: grid;
grid-template-columns: 5fr 7fr;
align-items: center;
gap: 64px;
margin-block-start: 22px;
}
.nesr-store-hero__copy { max-width: 560px; }
.nesr-store-hero h1 {
margin-block: 14px;
font-size: var(--nesr-fs-hero);
line-height: 1.14;
font-weight: 600;
}
.nesr-store-hero p { max-width: 520px; color: var(--nesr-muted); font-size: 18px; }
.nesr-store-hero__image {
height: 420px;
overflow: hidden;
border-radius: var(--nesr-radius-panel);
}
.nesr-store-hero__image img {
width: 100%;
height: 100%;
object-fit: cover;
filter: saturate(.82) contrast(1.04);
}
.nesr-store-benefits {
border-block: 1px solid var(--nesr-border);
background: var(--nesr-white);
}
.nesr-store-benefits .nesr-container {
display: grid;
grid-template-columns: repeat(4, 1fr);
}
.nesr-store-benefits .nesr-container > span {
min-height: 88px;
display: flex;
align-items: center;
gap: 12px;
padding-inline: 24px;
border-inline-end: 1px solid var(--nesr-border);
color: var(--nesr-ink-2);
font-size: 14px;
font-weight: 600;
}
.nesr-store-benefits .nesr-container > span:last-child { border-inline-end: 0; }
.nesr-store-benefits strong { color: var(--nesr-orange); font-weight: 600; }
.nesr-store-benefits .nesr-feature-icon {
width: 42px;
height: 42px;
min-height: 0;
padding: 0;
border-radius: 11px;
}
.nesr-catalog { padding-block: 46px 96px; }
.nesr-catalog__controls {
display: flex;
align-items: center;
justify-content: space-between;
gap: 30px;
padding-block-end: 26px;
border-bottom: 1px solid var(--nesr-border);
}
.nesr-category-tabs { display: flex; flex-wrap: wrap; gap: 8px; }
.nesr-category-tabs a {
min-height: 42px;
display: inline-flex;
align-items: center;
padding-inline: 17px;
border: 1px solid var(--nesr-border);
border-radius: 99px;
color: var(--nesr-muted);
font-size: 14px;
transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}
.nesr-category-tabs a:hover,
.nesr-category-tabs a[aria-current="page"] {
border-color: var(--nesr-ink);
background: var(--nesr-ink);
color: var(--nesr-white);
}
.nesr-catalog__tools { display: flex; align-items: center; gap: 10px; }
.nesr-catalog__search { position: relative; width: 250px; }
.nesr-catalog__search .nesr-icon {
position: absolute;
inset-inline-start: 14px;
top: 16px;
color: var(--nesr-muted);
pointer-events: none;
}
.nesr-catalog__search input {
padding-inline-start: 43px;
background: var(--nesr-white);
}
.nesr-catalog__tools select { width: 175px; background-color: var(--nesr-white); }
.nesr-catalog__head {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
margin-block: 34px 22px;
}
.nesr-catalog__head h2 { font-size: 27px; font-weight: 600; }
.nesr-catalog__head span { color: var(--nesr-muted); font-size: 13px; }
.nesr-products {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
}
.nesr-product {
min-width: 0;
display: flex;
flex-direction: column;
overflow: hidden;
border: 1px solid var(--nesr-border);
border-radius: var(--nesr-radius-card);
background: var(--nesr-white);
transition: transform 200ms ease, box-shadow 200ms ease;
}
.nesr-product:hover { transform: translateY(-5px); box-shadow: var(--nesr-shadow-card); }
.nesr-product__image {
position: relative;
aspect-ratio: 1 / 1;
display: block;
overflow: hidden;
background: var(--nesr-stone);
}
.nesr-product__image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 360ms ease;
}
.nesr-product:hover .nesr-product__image img { transform: scale(1.025); }
.nesr-product__badge {
position: absolute;
inset-inline-start: 12px;
top: 12px;
padding: 4px 9px;
border-radius: 99px;
background: rgba(255, 255, 255, .92);
color: var(--nesr-success);
font-size: 11px;
font-weight: 600;
}
.nesr-product__body {
display: flex;
flex: 1;
flex-direction: column;
padding: 16px 17px 17px;
}
.nesr-product__meta {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 7px;
margin: 0 0 8px;
color: var(--nesr-muted);
font-size: 12px;
}
.nesr-product__meta i {
width: 3px;
height: 3px;
border-radius: 50%;
background: var(--nesr-muted);
}
.nesr-product__title {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
margin: 0 0 10px;
font-size: 16.5px;
line-height: 1.45;
font-weight: 600;
}
.nesr-product__title a { color: inherit; }
.nesr-product__title a:hover { color: var(--nesr-orange-hover); }
.nesr-product__price {
display: flex;
align-items: baseline;
flex-wrap: wrap;
gap: 6px;
margin-block-end: 14px;
}
.nesr-product__price .amount,
.nesr-product__price bdi {
color: var(--nesr-ink);
font-size: 20px;
font-weight: 600;
white-space: nowrap;
}
.nesr-product__price .woocommerce-price-suffix {
flex-basis: 100%;
margin-block-start: 2px;
color: var(--nesr-muted);
font-size: 11px;
font-weight: 400;
line-height: 1.4;
}
.nesr-product__foot {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 10px;
margin-block-start: auto;
padding-block-start: 14px;
border-top: 1px solid var(--nesr-hairline);
}
.nesr-product__quick {
min-height: 40px;
display: inline-flex;
align-items: center;
gap: 6px;
color: var(--nesr-ink-2);
font-size: 13px;
font-weight: 600;
white-space: nowrap;
}
.nesr-product__quick:hover { color: var(--nesr-orange-hover); }
.nesr-product__add {
min-height: 40px;
display: inline-flex;
align-items: center;
gap: 7px;
padding-inline: 14px;
border: 0;
border-radius: 9px;
background: var(--nesr-orange);
color: var(--nesr-ink);
cursor: pointer;
font-size: 12.5px;
font-weight: 600;
white-space: nowrap;
transition: background-color 160ms ease;
}
.nesr-product__add:hover { background: var(--nesr-orange-hover); color: var(--nesr-ink); }
.nesr-product__add.added { background: var(--nesr-orange); color: var(--nesr-ink); }
.nesr-product__add.loading { cursor: progress; pointer-events: none; }
.nesr-product__add.loading .nesr-icon { display: none; }
.nesr-product__add.loading::before {
content: "";
width: 18px;
height: 18px;
flex: 0 0 auto;
border: 2px solid rgba(0, 0, 0, .22);
border-top-color: currentColor;
border-radius: 50%;
animation: nesr-spin 700ms linear infinite;
}
@keyframes nesr-spin {
to { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
.nesr-product__add.loading::before { animation-duration: 1.6s; }
}
.nesr-product__add.added .nesr-icon { display: none; }
.nesr-product__add.added::before {
content: "";
width: 18px;
height: 18px;
flex: 0 0 auto;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23211F1F' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
}
.nesr-product__foot .added_to_cart {
order: 3;
width: 40px;
height: 40px;
flex: 0 0 auto;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
border: 1px solid rgba(243, 107, 33, .38);
border-radius: 50%;
background: var(--nesr-orange-soft);
font-size: 0;
line-height: 0;
transition: background-color 160ms ease, border-color 160ms ease;
}
.nesr-product__foot .added_to_cart::before {
content: "";
width: 19px;
height: 19px;
flex: 0 0 auto;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23DF5C15' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12s3.5-7 10-7 10 7 10 7-3.5 7-10 7-10-7-10-7Z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
}
.nesr-product__foot .added_to_cart:hover {
border-color: rgba(243, 107, 33, .75);
background: #FFE6D5;
}
.nesr-product__foot .nesr-product__quick { margin-inline-end: auto; }
.nesr-has-modal { overflow: hidden; }
.nesr-quick-view {
width: min(940px, calc(100vw - 32px));
max-width: none;
max-height: min(88vh, 780px);
padding: 0;
overflow: hidden;
border: 0;
border-radius: var(--nesr-radius-panel);
background: var(--nesr-white);
color: var(--nesr-ink);
box-shadow: 0 40px 90px rgba(15, 14, 13, .28);
}
.nesr-quick-view::backdrop { background: rgba(15, 14, 13, .62); }
.nesr-quick-view[open] { animation: nesr-qv-rise 240ms cubic-bezier(.2, .8, .2, 1); }
.nesr-quick-view[open]::backdrop { animation: nesr-qv-fade 240ms ease; }
@keyframes nesr-qv-rise {
from { opacity: 0; transform: translateY(14px) scale(.985); }
to { opacity: 1; transform: none; }
}
@keyframes nesr-qv-fade {
from { opacity: 0; }
to { opacity: 1; }
}
.nesr-quick-view__close {
position: absolute;
inset-inline-end: 12px;
top: 12px;
z-index: 3;
width: 40px;
height: 40px;
display: grid;
place-items: center;
border-radius: 50%;
background: rgba(255, 255, 255, .92);
color: var(--nesr-ink);
font-size: 26px;
line-height: 1;
cursor: pointer;
box-shadow: 0 2px 10px rgba(15, 14, 13, .16);
transition: background-color 160ms ease, color 160ms ease;
}
.nesr-quick-view__close:hover { background: var(--nesr-orange); color: var(--nesr-ink); }
.nesr-quick-view__body {
max-height: inherit;
overflow-y: auto;
overscroll-behavior: contain;
}
.nesr-quick-view__grid {
display: grid;
grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
align-items: stretch;
}
.nesr-quick-view__figure {
position: relative;
min-height: 420px;
margin: 0;
overflow: hidden;
background: var(--nesr-stone);
}
.nesr-quick-view__track {
height: 100%;
min-height: inherit;
display: flex;
overflow-x: auto;
scroll-snap-type: x mandatory;
overscroll-behavior-x: contain;
scrollbar-width: none;
}
.nesr-quick-view__track::-webkit-scrollbar { display: none; }
.nesr-quick-view__slide {
flex: 0 0 100%;
margin: 0;
scroll-snap-align: center;
}
.nesr-quick-view__slide img {
width: 100%;
height: 100%;
min-height: inherit;
object-fit: cover;
}
.nesr-quick-view__figure.has-slider::after {
position: absolute;
z-index: 1;
inset-inline: 0;
bottom: 0;
height: 76px;
background: linear-gradient(0deg, rgba(15, 14, 13, .38), transparent);
pointer-events: none;
content: "";
}
.nesr-quick-view__nav {
position: absolute;
z-index: 2;
top: 50%;
width: 40px;
height: 40px;
display: grid;
place-items: center;
border-radius: 50%;
background: rgba(255, 255, 255, .92);
color: var(--nesr-ink);
cursor: pointer;
box-shadow: 0 2px 10px rgba(15, 14, 13, .18);
transform: translateY(-50%);
transition: background-color 160ms ease;
}
.nesr-quick-view__nav:hover { background: var(--nesr-orange); }
.nesr-quick-view__nav.is-prev { inset-inline-start: 12px; }
.nesr-quick-view__nav.is-next { inset-inline-end: 12px; }
.nesr-quick-view__nav.is-prev .nesr-icon { transform: rotate(-90deg); }
.nesr-quick-view__nav.is-next .nesr-icon { transform: rotate(90deg); }
[dir="ltr"] .nesr-quick-view__nav.is-prev .nesr-icon { transform: rotate(90deg); }
[dir="ltr"] .nesr-quick-view__nav.is-next .nesr-icon { transform: rotate(-90deg); }
.nesr-quick-view__dots {
position: absolute;
z-index: 2;
inset-inline: 0;
bottom: 10px;
display: flex;
justify-content: center;
gap: 2px;
}
.nesr-quick-view__dots button {
width: 22px;
height: 22px;
display: grid;
place-items: center;
cursor: pointer;
}
.nesr-quick-view__dots button::before {
width: 8px;
height: 8px;
border-radius: 50%;
background: rgba(255, 255, 255, .7);
box-shadow: 0 1px 3px rgba(15, 14, 13, .4);
transition: width 180ms ease, background-color 180ms ease;
content: "";
}
.nesr-quick-view__dots button.is-active::before {
width: 20px;
border-radius: 4px;
background: var(--nesr-orange);
}
.nesr-quick-view__copy { padding: 34px 32px; }
.nesr-quick-view__title {
margin-block: 2px 10px;
font-size: 27px;
line-height: 1.35;
font-weight: 600;
}
.nesr-quick-view__rating { margin-block-end: 10px; }
.nesr-quick-view__excerpt {
margin-block: 14px 18px;
color: var(--nesr-muted);
font-size: 15px;
line-height: 1.85;
}
.nesr-quick-view__excerpt p { margin-block-end: 8px; }
.nesr-quick-view__excerpt p:last-child { margin-block-end: 0; }
.nesr-quick-view__stock {
display: flex;
align-items: center;
gap: 7px;
margin-block-end: 22px;
font-size: 13.5px;
font-weight: 600;
}
.nesr-quick-view__stock.is-in-stock { color: var(--nesr-success); }
.nesr-quick-view__stock.is-out { color: var(--nesr-error); }
.nesr-quick-view__variations {
margin-block-start: 0;
padding-block-start: 20px;
border-top: 1px solid var(--nesr-hairline);
}
.nesr-quick-view__variations .nesr-purchase-row { margin-block-start: 14px; }
.nesr-quick-view__variations + .nesr-quick-view__actions {
padding-block-start: 14px;
border-top: 0;
}
.nesr-quick-view__actions {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 12px;
padding-block-start: 20px;
border-top: 1px solid var(--nesr-hairline);
}
.nesr-quick-view__actions .nesr-product__add {
width: auto;
min-width: 0;
height: 46px;
min-height: 46px;
padding-inline: 22px;
justify-content: center;
border-radius: var(--nesr-radius-control);
font-size: 14px;
}
.nesr-quick-view__actions .nesr-product__add span { display: inline; }
.nesr-quick-view__actions .added_to_cart {
height: 46px;
display: inline-flex;
align-items: center;
padding-inline: 20px;
border: 1px solid rgba(243, 107, 33, .38);
border-radius: var(--nesr-radius-control);
background: var(--nesr-orange-soft);
color: var(--nesr-orange-hover);
font-size: 14px;
font-weight: 600;
}
.nesr-quick-view__actions .added_to_cart:hover {
border-color: rgba(243, 107, 33, .75);
color: var(--nesr-orange-hover);
}
.nesr-quick-view__more {
display: inline-flex;
align-items: center;
gap: 7px;
margin-inline-start: auto;
color: var(--nesr-ink-2);
font-size: 13.5px;
font-weight: 600;
border-bottom: 2px solid var(--nesr-orange);
padding-block-end: 2px;
}
.nesr-quick-view__more:hover { color: var(--nesr-orange-hover); }
.nesr-quick-view__error { padding: 60px 32px; text-align: center; color: var(--nesr-muted); }
.nesr-quick-view.is-loading { min-height: 320px; }
.nesr-quick-view__spinner { display: none; }
.nesr-quick-view.is-loading .nesr-quick-view__spinner {
position: absolute;
inset: 0;
display: block;
margin: auto;
width: 34px;
height: 34px;
border: 3px solid var(--nesr-stone-2);
border-top-color: var(--nesr-orange);
border-radius: 50%;
animation: nesr-spin 700ms linear infinite;
}
@media (max-width: 900px) {
.nesr-quick-view__grid { grid-template-columns: 1fr; }
.nesr-quick-view__figure { min-height: 0; height: 300px; }
.nesr-quick-view__copy { padding: 26px 24px 30px; }
}
@media (max-width: 640px) {
.nesr-quick-view {
width: 100%;
max-height: 92vh;
margin: auto auto 0;
border-radius: 20px 20px 0 0;
}
.nesr-quick-view[open] { animation: nesr-qv-sheet 260ms cubic-bezier(.2, .8, .2, 1); }
.nesr-quick-view__figure { height: 230px; min-height: 0; }
.nesr-quick-view__nav { display: none; }
.nesr-quick-view__copy { padding: 22px 18px calc(26px + env(safe-area-inset-bottom, 0px)); }
.nesr-quick-view__title { font-size: 21px; }
.nesr-quick-view__excerpt { margin-block: 12px 16px; font-size: 14px; }
.nesr-quick-view__actions {
align-items: stretch;
gap: 12px 14px;
}
.nesr-quick-view__actions .nesr-product__add,
.nesr-quick-view__actions .nesr-quick-view__more {
flex: 1 1 0;
min-width: 0;
justify-content: center;
}
.nesr-quick-view__actions .nesr-product__add { padding-inline: 12px; }
.nesr-quick-view__more {
height: 46px;
margin-inline-start: 0;
margin-block-start: 0;
padding: 0 12px;
border: 1px solid var(--nesr-border);
border-radius: var(--nesr-radius-control);
background: var(--nesr-white);
}
.nesr-quick-view__more:hover { border-color: var(--nesr-orange); }
.nesr-quick-view__actions:has(.added_to_cart) .nesr-quick-view__more {
flex-basis: 100%;
justify-content: center;
margin-inline: auto;
}
}
@keyframes nesr-qv-sheet {
from { transform: translateY(24px); }
to { transform: none; }
}
@media (prefers-reduced-motion: reduce) {
.nesr-quick-view[open],
.nesr-quick-view[open]::backdrop { animation-duration: .01ms; }
}
.woocommerce-Price-amount,
.woocommerce-Price-amount bdi {
direction: ltr;
unicode-bidi: isolate;
display: inline-flex;
align-items: baseline;
gap: 0;
white-space: nowrap;
}
.nesr-riyal {
width: .74em;
height: .83em;
display: inline-block;
flex: 0 0 auto;
fill: currentColor;
stroke: none;
vertical-align: -.04em;
}
.woocommerce-Price-currencySymbol { display: inline-flex; align-items: center; }
.nesr-products-empty {
min-height: 330px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 30px;
border: 1px dashed var(--nesr-border);
border-radius: var(--nesr-radius-panel);
background: var(--nesr-white);
text-align: center;
}
.nesr-products-empty .nesr-icon {
width: 38px;
height: 38px;
margin-block-end: 14px;
color: var(--nesr-muted);
}
.nesr-products-empty h3 { font-size: 23px; font-weight: 600; }
.nesr-products-empty p { margin-block: 6px 20px; color: var(--nesr-muted); }
.nesr-store-custom {
padding-block: 64px;
background: var(--nesr-ink);
color: var(--nesr-white);
}
.nesr-store-custom .nesr-container {
display: flex;
align-items: center;
justify-content: space-between;
gap: 48px;
}
.nesr-store-custom h2 {
margin-block-start: 12px;
font-size: clamp(2.15rem, 3.3vw, 2.85rem);
line-height: 1.3;
font-weight: 600;
}
.nesr-store-custom p {
max-width: 680px;
margin-block-start: 8px;
color: rgba(255, 255, 255, .65);
}
.nesr-product-detail { padding-block: 32px 88px; }
.nesr-product-detail__grid {
display: grid;
grid-template-columns: 7fr 5fr;
align-items: start;
gap: 62px;
margin-block-start: 28px;
}
.nesr-product-gallery__main {
position: relative;
aspect-ratio: 1 / 1;
overflow: hidden;
border-radius: var(--nesr-radius-panel);
background: var(--nesr-stone);
}
.nesr-product-gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.nesr-product-gallery__badge {
position: absolute;
inset-inline-start: 16px;
top: 16px;
padding: 6px 12px;
border-radius: 99px;
background: rgba(255, 255, 255, .93);
color: var(--nesr-success);
font-size: 12px;
font-weight: 600;
}
.nesr-product-gallery__thumbs {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
margin-block-start: 12px;
}
.nesr-product-gallery__thumbs button {
aspect-ratio: 1 / 1;
overflow: hidden;
padding: 0;
border: 2px solid transparent;
border-radius: 12px;
background: var(--nesr-stone);
cursor: pointer;
}
.nesr-product-gallery__thumbs button.is-active { border-color: var(--nesr-orange); }
.nesr-product-gallery__thumbs img { width: 100%; height: 100%; object-fit: cover; }
.nesr-product-gallery--side {
display: grid;
grid-template-columns: 1fr 96px;
gap: 12px;
align-items: start;
}
.nesr-product-gallery--side .nesr-product-gallery__thumbs {
grid-template-columns: 1fr;
margin-block-start: 0;
}
.nesr-product-gallery--grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
}
.nesr-product-gallery__cell {
position: relative;
aspect-ratio: 1 / 1;
overflow: hidden;
border-radius: var(--nesr-radius-panel);
background: var(--nesr-stone);
}
.nesr-product-gallery__cell:first-child { grid-column: 1 / -1; }
.nesr-product-gallery__cell img { width: 100%; height: 100%; object-fit: cover; }
@media (hover: hover) and (pointer: fine) {
[data-nesr-zoom] { cursor: zoom-in; }
[data-nesr-zoom] img {
transition: transform 180ms ease-out;
will-change: transform;
}
[data-nesr-zoom] img.is-zooming { transform: scale(2); }
}
.nesr-product-summary { position: sticky; top: 110px; padding-block-start: 8px; }
.nesr-product-summary__cat {
display: inline-flex;
padding: 5px 10px;
border-radius: 99px;
background: var(--nesr-orange-soft);
color: var(--nesr-orange-hover);
font-size: 12px;
font-weight: 600;
}
.nesr-product-summary h1 {
margin-block: 14px 10px;
font-size: clamp(2.5rem, 4vw, 2rem);
line-height: 1.2;
font-weight: 600;
}
.nesr-product-summary__desc { color: var(--nesr-muted); font-size: 16px; }
.nesr-product-summary__price {
display: flex;
align-items: baseline;
gap: 10px;
margin-block: 14px;
}
.nesr-product-summary__price .amount,
.nesr-product-summary__price bdi { font-size: 30px; font-weight: 600; }
.nesr-product-summary__price small { color: var(--nesr-muted); font-size: 12px; }
.nesr-product-specs { margin: 0; border-top: 1px solid var(--nesr-border); }
.nesr-product-specs > div {
min-height: 50px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
border-bottom: 1px solid var(--nesr-border);
}
.nesr-product-specs dt { color: var(--nesr-muted); font-size: 13px; }
.nesr-product-specs dd { margin: 0; font-weight: 600; }
.nesr-product-specs dd.is-in-stock { color: var(--nesr-success); }
.nesr-purchase-row {
display: grid;
grid-template-columns: 126px 1fr;
gap: 10px;
margin-block-start: 24px;
}
.single_add_to_cart_button.loading { cursor: progress; pointer-events: none; }
.single_add_to_cart_button.loading .nesr-icon { display: none; }
.single_add_to_cart_button.loading::before {
content: "";
width: 18px;
height: 18px;
flex: 0 0 auto;
border: 2px solid rgba(0, 0, 0, .22);
border-top-color: currentColor;
border-radius: 50%;
animation: nesr-spin 700ms linear infinite;
}
.single_add_to_cart_button.added .nesr-icon { display: none; }
.single_add_to_cart_button.added::before {
content: "";
width: 18px;
height: 18px;
flex: 0 0 auto;
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23211F1F' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
}
.nesr-purchase-row .added_to_cart {
grid-column: 1 / -1;
min-height: 48px;
display: flex;
align-items: center;
justify-content: center;
gap: 7px;
border: 1px solid rgba(243, 107, 33, .38);
border-radius: var(--nesr-radius-control);
background: var(--nesr-orange-soft);
color: var(--nesr-orange-hover);
font-size: 14px;
font-weight: 600;
transition: background-color 160ms ease, border-color 160ms ease;
}
.nesr-purchase-row .added_to_cart:hover {
border-color: rgba(243, 107, 33, .75);
color: var(--nesr-orange-hover);
}
.nesr-quantity {
min-height: 52px;
display: grid;
grid-template-columns: repeat(3, 1fr);
overflow: hidden;
border: 1px solid var(--nesr-border);
border-radius: var(--nesr-radius-control);
background: var(--nesr-white);
}
.nesr-quantity button {
border: 0;
background: transparent;
cursor: pointer;
font-size: 20px;
line-height: 1;
}
.nesr-quantity input {
height: auto;
padding: 0;
border: 0;
border-inline: 1px solid var(--nesr-border);
border-radius: 0;
background: transparent;
text-align: center;
font-weight: 600;
}
.nesr-quantity input::-webkit-outer-spin-button,
.nesr-quantity input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.nesr-quantity input[type="number"] { -moz-appearance: textfield; appearance: textfield; }
.nesr-variations-form { margin-block-start: 18px; }
.nesr-variations-form form.variations_form.cart,
.nesr-variations-form form.cart { margin: 0; }
.nesr-variations-form table.variations {
width: 100%;
border: 0;
margin: 0 0 4px;
border-collapse: collapse;
}
.nesr-variations-form table.variations tbody { display: block; }
.nesr-variations-form table.variations tr {
display: grid;
grid-template-columns: 1fr auto;
align-items: center;
gap: 10px 12px;
}
.nesr-variations-form table.variations tr + tr { margin-block-start: 18px; }
.nesr-variations-form table.variations td,
.nesr-variations-form table.variations th {
padding: 0;
border: 0;
background: transparent;
text-align: start;
}
.nesr-variations-form table.variations th.label {
grid-area: 1 / 1;
font-size: 13px;
font-weight: 600;
color: var(--nesr-muted);
}
.nesr-variations-form table.variations label { margin: 0; }
.nesr-variations-form table.variations td.value { display: contents; }
.nesr-variations-form table.variations td.value ul.nvs-swatches { grid-area: 2 / 1 / auto / -1; }
.nesr-variations-form .nvs-selected-name { color: var(--nesr-ink); font-weight: 700; }
.nesr-variations-form .reset_variations {
grid-area: 1 / 2;
justify-self: end;
font-size: 12px;
color: var(--nesr-muted);
text-decoration: underline;
text-underline-offset: 3px;
visibility: hidden;
}
.nesr-variations-form .reset_variations:hover { color: var(--nesr-orange); }
.nesr-variations-form .woocommerce-variation { margin-block-start: 16px; }
.nesr-variations-form .woocommerce-variation-description { margin: 0 0 10px; font-size: 14px; }
.nesr-variations-form .woocommerce-variation-price { margin: 0 0 12px; }
.nesr-variations-form .woocommerce-variation-price .price { margin: 0; color: var(--nesr-ink); font-weight: 700; }
.nesr-variations-form .woocommerce-variation-availability { margin: 0 0 12px; font-size: 14px; }
.nesr-variations-form .woocommerce-variation-add-to-cart .nesr-purchase-row { margin-block-start: 0; }
.nesr-variations-form .single_add_to_cart_button.disabled { opacity: .48; cursor: not-allowed; transform: none; }
.nesr-variations-form .single_add_to_cart_button.disabled:hover { background: var(--nesr-orange); }
.nesr-variations-form ul.nvs-swatches { margin: 0; gap: 12px; }
.nesr-variations-form .nvs-swatch {
border-color: var(--nesr-border);
border-radius: 10px;
background: var(--nesr-white);
transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}
.nesr-variations-form .nvs-swatch > .nvs-swatch-color,
.nesr-variations-form .nvs-swatch > .nvs-swatch-image { border-radius: 7px; }
.nesr-variations-form .nvs-swatch:hover { border-color: var(--nesr-orange); transform: translateY(-1px); }
.nesr-variations-form .nvs-swatch.selected,
.nesr-variations-form .nvs-swatch:focus-visible {
border-color: var(--nesr-orange);
box-shadow: 0 0 0 2px var(--nesr-orange);
outline: none;
}
.nesr-variations-form .nvs-swatch.selected:not(.nvs-swatch-button)::after {
inset: auto;
inset-block-end: -6px;
inset-inline-end: -6px;
width: 18px;
height: 18px;
border-radius: 50%;
background: var(--nesr-orange) var(--nvs-tick) center / 11px 11px no-repeat;
box-shadow: 0 0 0 2px var(--nesr-white);
}
.nesr-variations-form .nvs-swatch-button {
width: auto;
min-width: 52px;
padding-inline: 16px;
font-size: 14px;
font-weight: 600;
color: var(--nesr-ink);
}
.nesr-variations-form .nvs-swatch-button.selected {
border-color: var(--nesr-orange);
background: var(--nesr-orange-soft);
box-shadow: none;
}
.nesr-product-summary__whatsapp {
min-height: 50px;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
margin-block-start: 10px;
border: 1px solid #2D805D;
border-radius: var(--nesr-radius-control);
color: var(--nesr-success);
font-weight: 600;
}
.nesr-product-summary__whatsapp:hover { background: #EDF8F2; }
.nesr-product-summary__note {
margin-block-start: 16px;
color: var(--nesr-muted);
font-size: 12px;
}
.nesr-related-products { padding-block: 88px; background: var(--nesr-stone); }
.nesr-related-products__grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 18px;
margin-block-start: 30px;
}
.nesr-related-card {
display: grid;
grid-template-columns: 145px 1fr;
overflow: hidden;
border: 1px solid var(--nesr-border);
border-radius: var(--nesr-radius-card);
background: var(--nesr-white);
}
.nesr-related-card img { width: 100%; height: 100%; min-height: 165px; object-fit: cover; }
.nesr-related-card > div {
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 19px;
}
.nesr-related-card h3 { font-size: 17px; font-weight: 600; }
.nesr-related-card p { color: var(--nesr-muted); font-size: 12px; }
.nesr-related-card__price {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 8px;
margin-block-start: auto;
}
.nesr-related-card strong { font-size: 18px; }
.nesr-related-card del .woocommerce-Price-amount,
.nesr-related-card del bdi { font-size: 14px; font-weight: 400; }
.nesr-related-card .nesr-sale-badge { padding: 3px 8px; font-size: 10.5px; }
.nesr-stars,
.nesr-rating-bars,
.nesr-rating-input__stars { --nesr-star: #E0A32E; }
.nesr-stars {
position: relative;
display: inline-flex;
vertical-align: middle;
color: var(--nesr-stone-2);
line-height: 0;
}
.nesr-stars__track,
.nesr-stars__fill { display: inline-flex; gap: 2px; }
.nesr-stars__fill {
position: absolute;
inset-block-start: 0;
inset-inline-start: 0;
overflow: hidden;
color: var(--nesr-star);
}
.nesr-stars .nesr-icon { fill: currentColor; stroke: none; }
.nesr-reviews {
padding-block: 72px;
border-top: 1px solid var(--nesr-border);
background: var(--nesr-white);
}
.nesr-reviews__grid {
display: grid;
grid-template-columns: minmax(0, 1fr) 360px;
align-items: start;
gap: 22px 40px;
margin-block-start: 30px;
}
.nesr-reviews__summary { grid-area: 1 / 2; }
.nesr-reviews__list { grid-area: 1 / 1 / span 2 / span 1; }
.nesr-review-form { grid-area: 2 / 2; }
.nesr-reviews__grid--flush .nesr-reviews__list { grid-area: 1 / 1; }
.nesr-reviews__grid--flush .nesr-review-form { grid-area: 1 / 2; }
.nesr-reviews__grid--solo {
grid-template-columns: minmax(0, 1fr);
max-width: 600px;
margin-inline: auto;
}
.nesr-reviews__grid--solo .nesr-review-form {
grid-area: auto;
padding: 32px;
text-align: center;
}
.nesr-reviews__grid--solo .nesr-review-form__title { font-size: 23px; }
.nesr-reviews__grid--solo .nesr-review-form__note {
max-width: 42ch;
margin-inline: auto;
}
.nesr-reviews__grid--solo .nesr-review-form__field,
.nesr-reviews__grid--solo .nesr-rating-input,
.nesr-reviews__grid--solo .comment-form-cookies-consent { text-align: start; }
.nesr-reviews__grid--solo .nesr-rating-input legend { width: 100%; }
.nesr-reviews__invite {
display: inline-flex;
gap: 8px;
margin-block-end: 18px;
color: var(--nesr-stone-2);
}
.nesr-reviews__invite .nesr-icon {
width: 32px;
height: 32px;
fill: currentColor;
stroke: none;
}
.nesr-reviews__summary {
padding: 22px 24px;
border: 1px solid var(--nesr-border);
border-radius: var(--nesr-radius-card);
background: var(--nesr-white);
}
.nesr-reviews__score {
display: flex;
align-items: center;
gap: 14px;
padding-block-end: 18px;
border-bottom: 1px solid var(--nesr-border);
}
.nesr-reviews__average { font-size: 44px; font-weight: 600; line-height: 1; }
.nesr-reviews__count {
display: block;
margin-block-start: 6px;
color: var(--nesr-muted);
font-size: 13px;
}
.nesr-rating-bars {
margin: 16px 0 0;
padding: 0;
list-style: none;
}
.nesr-rating-bars li {
display: grid;
grid-template-columns: auto 1fr auto;
align-items: center;
gap: 10px;
margin-block-end: 8px;
}
.nesr-rating-bars li:last-child { margin-block-end: 0; }
.nesr-rating-bars__label {
display: inline-flex;
align-items: center;
gap: 4px;
color: var(--nesr-muted);
font-size: 12.5px;
font-variant-numeric: tabular-nums;
}
.nesr-rating-bars__label .nesr-icon { width: 13px; height: 13px; fill: currentColor; stroke: none; }
.nesr-rating-bars__track {
height: 7px;
overflow: hidden;
border-radius: 99px;
background: var(--nesr-stone);
}
.nesr-rating-bars__track > span {
display: block;
height: 100%;
border-radius: 99px;
background: var(--nesr-star);
}
.nesr-rating-bars__value {
min-width: 1.5ch;
color: var(--nesr-muted);
font-size: 12.5px;
text-align: end;
font-variant-numeric: tabular-nums;
}
.nesr-review-list { margin: 0; padding: 0; list-style: none; }
.nesr-review {
margin-block-end: 14px;
padding: 20px 22px;
border: 1px solid var(--nesr-border);
border-radius: var(--nesr-radius-card);
background: var(--nesr-white);
}
.nesr-review:last-child { margin-block-end: 0; }
.nesr-review__head {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 12px;
}
.nesr-review__avatar {
width: 40px;
height: 40px;
flex: 0 0 auto;
display: grid;
place-items: center;
border-radius: 50%;
background: var(--nesr-stone);
color: var(--nesr-ink-2);
font-size: 16px;
font-weight: 600;
line-height: 1;
}
.nesr-review__identity { min-width: 0; }
.nesr-review__author { display: block; font-weight: 600; overflow-wrap: anywhere; }
.nesr-review__meta {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 4px 10px;
margin-block-start: 2px;
color: var(--nesr-muted);
font-size: 12px;
}
.nesr-review__verified {
display: inline-flex;
align-items: center;
gap: 4px;
color: var(--nesr-success);
}
.nesr-review__verified .nesr-icon { width: 14px; height: 14px; }
.nesr-review__stars { margin-inline-start: auto; }
.nesr-review__text {
max-width: 68ch;
margin-block-start: 12px;
color: var(--nesr-ink-2);
}
.nesr-review__text p:last-child { margin-block-end: 0; }
.nesr-review__pending {
margin-block-start: 12px;
color: var(--nesr-muted);
font-size: 13px;
}
.nesr-review-list .children {
margin-block-start: 14px;
margin-inline-start: 52px;
padding: 0;
list-style: none;
}
.nesr-review-list .children > li {
margin: 0;
padding: 0;
border: 0;
background: none;
}
.nesr-review-reply {
width: fit-content;
max-width: min(100%, 62ch);
padding: 12px 16px;
border: 1px solid var(--nesr-border);
border-radius: var(--nesr-radius-card);
border-start-start-radius: 4px;
background: var(--nesr-warm-white);
}
.nesr-review-reply__head {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 4px 10px;
}
.nesr-review-reply__badge {
display: inline-flex;
align-items: center;
gap: 5px;
padding: 3px 9px;
border-radius: 99px;
background: var(--nesr-orange-soft);
color: var(--nesr-orange-hover);
font-size: 11.5px;
font-weight: 600;
line-height: 1.5;
}
.nesr-review-reply__badge .nesr-icon { width: 13px; height: 13px; }
.nesr-review-reply__date { color: var(--nesr-muted); font-size: 11.5px; }
.nesr-review-reply .nesr-review__text {
max-width: none;
margin-block-start: 6px;
font-size: 14.5px;
}
.nesr-reviews__empty {
margin: 0;
padding: 18px 20px;
border: 1px solid var(--nesr-border);
border-radius: var(--nesr-radius-control);
background: var(--nesr-warm-white);
color: var(--nesr-muted);
font-size: 14px;
}
.nesr-reviews__pagination ul {
display: flex;
gap: 6px;
margin-block-start: 18px;
padding: 0;
list-style: none;
}
.nesr-reviews__pagination a,
.nesr-reviews__pagination span {
min-width: 36px;
height: 36px;
display: inline-grid;
place-items: center;
border: 1px solid var(--nesr-border);
border-radius: 8px;
font-size: 14px;
}
.nesr-reviews__pagination .current { background: var(--nesr-ink); color: var(--nesr-white); }
.nesr-review-form {
padding: 26px;
border: 1px solid var(--nesr-border);
border-radius: var(--nesr-radius-card);
background: var(--nesr-warm-white);
}
.nesr-review-form__title { font-size: 19px; font-weight: 600; }
.nesr-review-form__note {
margin-block: 8px 20px;
color: var(--nesr-muted);
font-size: 12.5px;
}
.nesr-review-form__field { margin-block-end: 16px; }
.nesr-review-form__field label {
display: block;
margin-block-end: 6px;
font-size: 14px;
font-weight: 600;
}
.nesr-review-form__field input,
.nesr-review-form__field textarea { width: 100%; }
.nesr-required { color: var(--nesr-orange); }
.nesr-review-form .form-submit { margin: 0; }
.nesr-review-form .form-submit input[type="submit"],
.nesr-review-form .form-submit button[type="submit"] { width: 100%; }
.nesr-review-form__form.is-submitting { pointer-events: none; }
.nesr-review-form__form.is-submitting .form-submit button { position: relative; cursor: progress; }
.nesr-review-form__form.is-submitting .form-submit button > span { opacity: 0; }
.nesr-review-form__form.is-submitting .form-submit button::after {
content: "";
position: absolute;
inset: 0;
width: 18px;
height: 18px;
margin: auto;
border: 2px solid rgba(0, 0, 0, .22);
border-top-color: currentColor;
border-radius: 50%;
animation: nesr-spin 700ms linear infinite;
}
@media (prefers-reduced-motion: reduce) {
.nesr-review-form__form.is-submitting .form-submit button::after { animation-duration: 1.6s; }
}
.nesr-review-form__error {
margin-block-end: 16px;
padding: 11px 14px;
border-radius: var(--nesr-radius-control);
background: rgba(203, 47, 47, .08);
color: var(--nesr-error);
font-size: 14px;
}
.nesr-review-submitted {
display: grid;
justify-items: center;
gap: 8px;
padding-block: 8px 6px;
text-align: center;
}
.nesr-review-submitted .nesr-icon { width: 36px; height: 36px; color: var(--nesr-success); }
.nesr-review-submitted p { margin: 0; max-width: 46ch; color: var(--nesr-muted); font-size: 14px; }
.nesr-review-form .comment-form-cookies-consent {
display: flex;
align-items: flex-start;
gap: 8px;
margin-block-end: 18px;
color: var(--nesr-muted);
font-size: 12.5px;
}
.nesr-review-form .comment-form-cookies-consent input { width: 18px; height: 18px; margin-block-start: 2px; }
.nesr-review-form .comment-form-cookies-consent label { font-weight: 400; }
.nesr-rating-input {
margin: 0 0 18px;
padding: 0;
border: 0;
}
.nesr-rating-input legend {
margin-block-end: 8px;
padding: 0;
font-size: 14px;
font-weight: 600;
}
.nesr-rating-input__stars {
position: relative;
display: inline-flex;
flex-direction: row-reverse;
gap: 6px;
}
.nesr-rating-input__stars input {
position: absolute;
width: 1px;
height: 1px;
opacity: 0;
pointer-events: none;
}
.nesr-rating-input__stars label {
display: inline-flex;
padding: 8px 3px;
border-radius: 4px;
color: var(--nesr-stone-2);
cursor: pointer;
transition: color 120ms ease;
}
.nesr-rating-input__stars label .nesr-icon { fill: currentColor; stroke: none; }
.nesr-rating-input__stars input:checked ~ label { color: var(--nesr-star); }
.nesr-rating-input__stars:hover input:checked ~ label { color: var(--nesr-stone-2); }
.nesr-rating-input__stars label:hover,
.nesr-rating-input__stars label:hover ~ label { color: var(--nesr-star); }
.nesr-rating-input__stars input:focus-visible + label {
outline: 3px solid var(--nesr-orange);
outline-offset: 3px;
}
@media (max-width: 1120px) {
.nesr-products { grid-template-columns: repeat(3, 1fr); }
.nesr-store-benefits .nesr-container { grid-template-columns: repeat(2, 1fr); }
.nesr-store-benefits .nesr-container > span:nth-child(2) { border-inline-end: 0; }
.nesr-product-detail__grid { gap: 40px; }
}
@media (max-width: 900px) {
.nesr-store-hero__grid { grid-template-columns: 1fr; min-height: 0; gap: 32px; }
.nesr-store-hero__image { height: 360px; }
.nesr-catalog__controls { align-items: flex-start; flex-direction: column; gap: 18px; }
.nesr-catalog__tools { width: 100%; }
.nesr-catalog__search { flex: 1; width: auto; }
.nesr-products { grid-template-columns: repeat(2, 1fr); }
.nesr-product-detail__grid { grid-template-columns: 1fr; }
.nesr-product-gallery--side { grid-template-columns: 1fr; }
.nesr-product-gallery--side .nesr-product-gallery__thumbs {
grid-template-columns: repeat(3, 1fr);
margin-block-start: 12px;
}
.nesr-product-summary { position: static; }
.nesr-store-custom .nesr-container { align-items: flex-start; flex-direction: column; gap: 24px; }
.nesr-related-products__grid { grid-template-columns: 1fr; }
.nesr-reviews__grid { grid-template-columns: 1fr; gap: 24px; }
.nesr-reviews__summary,
.nesr-reviews__list,
.nesr-review-form,
.nesr-reviews__grid--flush .nesr-reviews__list,
.nesr-reviews__grid--flush .nesr-review-form { grid-area: auto; }
}
@media (max-width: 640px) {
.nesr-store-hero { padding-block: 22px 40px; }
.nesr-store-hero p { font-size: 15px; }
.nesr-store-hero__image { height: 260px; }
.nesr-store-benefits .nesr-container { grid-template-columns: 1fr; }
.nesr-store-benefits .nesr-container > span { border-inline-end: 0; border-bottom: 1px solid var(--nesr-border); }
.nesr-store-benefits .nesr-container > span:last-child { border-bottom: 0; }
.nesr-catalog { padding-block: 32px 64px; }
.nesr-catalog__tools { flex-direction: column; align-items: stretch; }
.nesr-catalog__tools select { width: 100%; }
.nesr-products { grid-template-columns: repeat(2, 1fr); gap: 12px; }
.nesr-product__body { min-height: 0; padding: 12px; }
.nesr-product__title h3,
.nesr-product__title strong { font-size: 14px; }
.nesr-product__meta { gap: 5px; margin-block: 4px 12px; font-size: 11px; }
.nesr-product__add { width: 40px; min-width: 40px; height: 40px; padding: 0; justify-content: center; border-radius: 50%; }
.nesr-product__add span { display: none; }
.nesr-product__foot { gap: 8px; }
.nesr-product__quick { font-size: 12px; gap: 5px; }
.nesr-product__foot:has(.added_to_cart) .nesr-product__quick .nesr-icon { display: none; }
.nesr-product-detail { padding-block: 20px 56px; }
.nesr-product-summary h1 { font-size: 2rem; }
.nesr-purchase-row { grid-template-columns: 108px 1fr; }
.nesr-related-products { padding-block: 56px; }
.nesr-related-card { grid-template-columns: 110px 1fr; }
.nesr-related-card > div { padding: 14px; }
.nesr-reviews { padding-block: 48px; }
.nesr-reviews__average { font-size: 36px; }
.nesr-reviews__summary,
.nesr-review { padding: 16px 18px; }
.nesr-review-form { padding: 20px; }
.nesr-review__avatar { width: 34px; height: 34px; font-size: 14px; }
.nesr-review-list .children { margin-inline-start: 12px; }
.nesr-review-reply { padding: 12px 14px; }
}
.nesr-products[aria-busy="true"] {
opacity: .45;
transition: opacity 160ms ease;
pointer-events: none;
}
.nesr-catalog.is-loading .nesr-catalog__head { opacity: .55; }
del .woocommerce-Price-amount,
del.woocommerce-Price-amount {
text-decoration: line-through;
text-decoration-thickness: 1.5px;
text-decoration-color: currentColor;
}
del {
color: var(--nesr-muted);
font-weight: 400;
opacity: .85;
}
ins {
background: none;
text-decoration: none;
}
.nesr-product__price del .woocommerce-Price-amount,
.nesr-product__price del bdi { font-size: .78em; font-weight: 400; }
.nesr-product-summary__price del .woocommerce-Price-amount,
.nesr-product-summary__price del bdi { font-size: 19px; font-weight: 400; }
.nesr-product__price,
.nesr-product-summary__price { gap: 8px; }
.nesr-sale-badge {
display: inline-flex;
align-items: center;
padding: 4px 10px;
border-radius: 99px;
background: var(--nesr-orange);
color: var(--nesr-ink);
font-size: 11.5px;
font-weight: 600;
line-height: 1.6;
white-space: nowrap;
}
.nesr-product__image .nesr-sale-badge {
position: absolute;
inset-inline-end: 12px;
top: 12px;
box-shadow: 0 2px 10px rgba(15, 14, 13, .18);
}
.nesr-product-summary__tags {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 8px;
}
@keyframes nesr-cd-tick {
from { transform: translateY(-22%) scale(.94); opacity: .3; }
to { transform: none; opacity: 1; }
}
.nesr-countdown__num.nesr-cd-tick-a,
.nesr-countdown__num.nesr-cd-tick-b {
animation: nesr-cd-tick .34s cubic-bezier(.2, .8, .3, 1);
}
.nesr-countdown__num {
font-size: 20px;
font-weight: 600;
line-height: 1;
font-variant-numeric: tabular-nums;
}
.nesr-countdown__cap { color: var(--nesr-muted); font-size: 10.5px; }
.nesr-countdown__boxes { display: flex; }
.nesr-countdown__boxes[hidden],
.nesr-countdown__expired[hidden] { display: none; }
.nesr-countdown__box {
display: flex;
flex-direction: column;
align-items: center;
}
.nesr-countdown:not(.nesr-countdown--card) {
margin-block: 2px 22px;
padding: 13px 16px 15px;
border: 1px solid rgba(243, 107, 33, .24);
border-radius: var(--nesr-radius-card);
background:
radial-gradient(120% 150% at 100% 0, rgba(243, 107, 33, .12), transparent 60%),
linear-gradient(180deg, var(--nesr-orange-soft), var(--nesr-white));
}
.nesr-countdown__head {
display: flex;
align-items: center;
gap: 6px;
margin: 0;
color: var(--nesr-orange-hover);
font-size: 13px;
font-weight: 600;
}
.nesr-countdown__head::after {
content: "";
flex: none;
width: 7px;
height: 7px;
border-radius: 50%;
background: var(--nesr-orange);
animation: nesr-cd-beat 1.8s ease-out infinite;
}
@keyframes nesr-cd-beat {
0% { box-shadow: 0 0 0 0 rgba(243, 107, 33, .5); }
70% { box-shadow: 0 0 0 8px rgba(243, 107, 33, 0); }
100% { box-shadow: 0 0 0 0 rgba(243, 107, 33, 0); }
}
.nesr-countdown:not(.nesr-countdown--card) .nesr-countdown__boxes {
gap: 10px;
margin-block-start: 11px;
}
.nesr-countdown:not(.nesr-countdown--card) .nesr-countdown__box {
position: relative;
min-width: 62px;
gap: 4px;
padding: 10px 6px 9px;
border: 1px solid var(--nesr-hairline);
border-radius: 12px;
background: var(--nesr-white);
box-shadow: 0 1px 2px rgba(33, 31, 31, .05), 0 8px 18px rgba(33, 31, 31, .05);
}
.nesr-countdown:not(.nesr-countdown--card) .nesr-countdown__box + .nesr-countdown__box::before {
content: ":";
position: absolute;
inset-inline-start: -10px;
top: 9px;
width: 10px;
color: rgba(243, 107, 33, .45);
font-size: 17px;
font-weight: 600;
line-height: 1.2;
text-align: center;
}
.nesr-countdown:not(.nesr-countdown--card) .nesr-countdown__box:last-child {
border-color: transparent;
background: linear-gradient(180deg, var(--nesr-orange), var(--nesr-orange-hover));
box-shadow: 0 4px 14px rgba(243, 107, 33, .32);
}
.nesr-countdown:not(.nesr-countdown--card) .nesr-countdown__box:last-child .nesr-countdown__num { color: var(--nesr-white); }
.nesr-countdown:not(.nesr-countdown--card) .nesr-countdown__box:last-child .nesr-countdown__cap { color: rgba(255, 255, 255, .85); }
.nesr-countdown__expired {
margin: 0;
color: var(--nesr-muted);
font-size: 13px;
}
.nesr-product__image .nesr-countdown--card {
position: absolute;
inset-inline: 0;
bottom: 0;
margin: 0;
padding: 0 10px 10px;
display: flex;
justify-content: center;
align-items: center;
}
.nesr-product__image .nesr-countdown--card::before {
content: "";
position: absolute;
inset-inline: 0;
bottom: 0;
height: 76px;
background: linear-gradient(to top, rgba(15, 14, 13, .42), rgba(15, 14, 13, 0));
pointer-events: none;
}
.nesr-product__image .nesr-countdown--card .nesr-countdown__boxes {
position: relative;
max-width: 100%;
margin: 0;
padding: 5px 3px;
border: 1px solid rgba(255, 255, 255, .6);
border-radius: 13px;
background: rgba(255, 255, 255, .66);
-webkit-backdrop-filter: blur(10px) saturate(140%);
backdrop-filter: blur(10px) saturate(140%);
box-shadow:
0 0 0 1px rgba(243, 107, 33, .12),
0 8px 20px rgba(15, 14, 13, .2);
}
.nesr-product__image .nesr-countdown--card .nesr-countdown__box {
min-width: 42px;
gap: 1px;
padding: 2px 7px;
}
.nesr-product__image .nesr-countdown--card .nesr-countdown__box + .nesr-countdown__box {
border-inline-start: 1px solid rgba(33, 31, 31, .12);
}
.nesr-product__image .nesr-countdown--card .nesr-countdown__num {
font-size: 14px;
color: var(--nesr-ink);
}
.nesr-product__image .nesr-countdown--card .nesr-countdown__cap {
font-size: 8.5px;
color: var(--nesr-muted);
}
.nesr-product__image .nesr-countdown--card .nesr-countdown__box:last-child .nesr-countdown__num { color: var(--nesr-orange-hover); }
.nesr-product__image .nesr-countdown--card .nesr-countdown__box:last-child .nesr-countdown__cap { color: var(--nesr-orange-hover); opacity: .75; }
.nesr-product__image .nesr-countdown--card .nesr-countdown__expired {
position: relative;
margin: 0;
padding: 5px 12px;
border-radius: 99px;
background: rgba(255, 255, 255, .66);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
box-shadow: 0 4px 12px rgba(15, 14, 13, .18);
color: var(--nesr-muted);
font-size: 11px;
}
@media (max-width: 640px) {
.nesr-countdown:not(.nesr-countdown--card) { padding: 12px 13px 14px; }
.nesr-countdown:not(.nesr-countdown--card) .nesr-countdown__box { min-width: 0; flex: 1; }
.nesr-product__image .nesr-countdown--card { padding: 0 6px 8px; }
.nesr-product__image .nesr-countdown--card .nesr-countdown__boxes { padding: 4px 2px; border-radius: 11px; }
.nesr-product__image .nesr-countdown--card .nesr-countdown__box { min-width: 0; padding: 2px 5px; }
.nesr-product__image .nesr-countdown--card .nesr-countdown__num { font-size: 12px; }
.nesr-product__image .nesr-countdown--card .nesr-countdown__cap { font-size: 7.5px; }
}
@media (prefers-reduced-motion: reduce) {
.nesr-countdown__num.nesr-cd-tick-a,
.nesr-countdown__num.nesr-cd-tick-b,
.nesr-countdown__head::after { animation: none; }
}
/* faq.css */
.nesr-faq-block { padding-block: 100px; }
.nesr-faq-block--stone { background: var(--nesr-stone); }
.nesr-faq-block--warm { background: var(--nesr-warm-white); }
.nesr-faq-block--dark { background: var(--nesr-dark-1); color: var(--nesr-white); }
.nesr-faq-block__grid {
display: grid;
grid-template-columns: 5fr 7fr;
align-items: start;
gap: 72px;
}
.nesr-faq-block--centered .nesr-faq-block__grid {
grid-template-columns: 1fr;
max-width: 820px;
gap: 36px;
}
.nesr-faq-block--split .nesr-faq-block__intro {
position: sticky;
top: 110px;
}
.nesr-faq-block__intro h2 {
margin-block: 14px 16px;
font-size: clamp(2.1rem, 3.2vw, 2.9rem);
line-height: 1.26;
letter-spacing: -.02em;
font-weight: 600;
}
.nesr-faq-block__lead {
max-width: 480px;
color: var(--nesr-muted);
font-size: 16px;
line-height: 1.9;
}
.nesr-faq-block--dark .nesr-faq-block__lead { color: rgba(255, 255, 255, .6); }
.nesr-faq-help {
margin-block-start: 32px;
padding: 26px;
border: 1px solid var(--nesr-border);
border-radius: var(--nesr-radius-card);
background: var(--nesr-white);
}
.nesr-faq-block--dark .nesr-faq-help {
border-color: rgba(255, 255, 255, .14);
background: rgba(255, 255, 255, .04);
}
.nesr-faq-help__icon {
width: 46px;
height: 46px;
display: grid;
place-items: center;
margin-block-end: 16px;
border-radius: 12px;
background: var(--nesr-orange-soft);
color: var(--nesr-orange);
}
.nesr-faq-block--dark .nesr-faq-help__icon { background: rgba(243, 107, 33, .14); }
.nesr-faq-help strong { display: block; font-size: 18px; font-weight: 600; }
.nesr-faq-help p {
margin-block: 6px 18px;
color: var(--nesr-muted);
font-size: 14px;
line-height: 1.75;
}
.nesr-faq-block--dark .nesr-faq-help p { color: rgba(255, 255, 255, .58); }
.nesr-faq-help .nesr-button { width: 100%; }
.nesr-faq-list { display: grid; gap: 12px; }
.nesr-faq-item {
overflow: hidden;
border: 1px solid var(--nesr-border);
border-radius: var(--nesr-radius-card);
background: var(--nesr-white);
transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
}
.nesr-faq-block--dark .nesr-faq-item {
border-color: rgba(255, 255, 255, .12);
background: rgba(255, 255, 255, .03);
}
.nesr-faq-item:hover { border-color: #C9C0B8; }
.nesr-faq-block--dark .nesr-faq-item:hover { border-color: rgba(255, 255, 255, .24); }
.nesr-faq-item[open] {
border-color: var(--nesr-orange);
box-shadow: 0 10px 30px rgba(33, 31, 31, .07);
}
.nesr-faq-block--dark .nesr-faq-item[open] {
background: rgba(255, 255, 255, .05);
box-shadow: none;
}
.nesr-faq-item__q {
min-height: 72px;
display: grid;
grid-template-columns: auto 1fr auto;
align-items: center;
gap: 16px;
padding: 18px 24px;
cursor: pointer;
font-weight: 600;
}
.nesr-faq-item__q:focus-visible {
outline: 3px solid var(--nesr-orange);
outline-offset: -3px;
border-radius: var(--nesr-radius-card);
}
.nesr-faq-item__num {
min-width: 34px;
height: 34px;
display: grid;
place-items: center;
border-radius: 9px;
background: var(--nesr-stone);
color: var(--nesr-muted);
font-size: 12px;
font-weight: 700;
transition: background-color 220ms ease, color 220ms ease;
}
.nesr-faq-block--dark .nesr-faq-item__num {
background: rgba(255, 255, 255, .08);
color: rgba(255, 255, 255, .6);
}
.nesr-faq-item[open] .nesr-faq-item__num {
background: var(--nesr-orange);
color: var(--nesr-ink);
}
.nesr-faq-item__text { font-size: 17px; line-height: 1.6; }
.nesr-faq-block--dark .nesr-faq-item[open] .nesr-faq-item__text { color: var(--nesr-white); }
.nesr-faq-item__toggle {
position: relative;
width: 32px;
height: 32px;
flex: 0 0 auto;
border: 1px solid var(--nesr-border);
border-radius: 50%;
transition: background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}
.nesr-faq-block--dark .nesr-faq-item__toggle { border-color: rgba(255, 255, 255, .18); }
.nesr-faq-item__toggle::before,
.nesr-faq-item__toggle::after {
position: absolute;
inset: 0;
margin: auto;
background: currentColor;
content: "";
transition: opacity 220ms ease, transform 220ms ease;
}
.nesr-faq-item__toggle::before {
width: 12px;
height: 1.5px;
}
.nesr-faq-item__toggle::after {
width: 1.5px;
height: 12px;
}
.nesr-faq-item[open] .nesr-faq-item__toggle {
border-color: var(--nesr-orange);
background: var(--nesr-orange);
color: var(--nesr-ink);
transform: rotate(180deg);
}
.nesr-faq-item[open] .nesr-faq-item__toggle::after {
opacity: 0;
transform: scaleY(0);
}
.nesr-faq-item__a {
padding-inline: 74px 24px;
padding-block-end: 22px;
}
.nesr-faq-item__a p {
max-width: 68ch;
padding-block-start: 16px;
border-top: 1px solid var(--nesr-hairline);
color: var(--nesr-muted);
font-size: 15px;
line-height: 1.9;
}
.nesr-faq-block--dark .nesr-faq-item__a p {
border-top-color: rgba(255, 255, 255, .1);
color: rgba(255, 255, 255, .62);
}
.nesr-faq-list:not(:has(.nesr-faq-item__num)) .nesr-faq-item__a {
padding-inline-start: 24px;
}
@supports (interpolate-size: allow-keywords) {
:root { interpolate-size: allow-keywords; }
.nesr-faq-item::details-content {
height: 0;
overflow: hidden;
opacity: 0;
transition: height 320ms ease, opacity 260ms ease, content-visibility 320ms;
transition-behavior: allow-discrete;
}
.nesr-faq-item[open]::details-content { height: auto; opacity: 1; }
}
@media (max-width: 1120px) {
.nesr-faq-block__grid { grid-template-columns: 1fr; gap: 40px; }
.nesr-faq-block--split .nesr-faq-block__intro { position: static; }
.nesr-faq-block__lead { max-width: 640px; }
.nesr-faq-help {
display: grid;
grid-template-columns: 46px 1fr auto;
align-items: center;
gap: 18px;
}
.nesr-faq-help__icon { margin-block-end: 0; }
.nesr-faq-help p { margin-block: 4px 0; }
.nesr-faq-help .nesr-button { width: auto; }
}
@media (max-width: 640px) {
.nesr-faq-block { padding-block: 64px; }
.nesr-faq-block__intro h2 { font-size: 1.9rem; }
.nesr-faq-block__lead { font-size: 15px; }
.nesr-faq-help { grid-template-columns: 1fr; gap: 14px; padding: 22px 20px; }
.nesr-faq-help .nesr-button { width: 100%; }
.nesr-faq-item__q { min-height: 64px; gap: 12px; padding: 16px; }
.nesr-faq-item__text { font-size: 15.5px; }
.nesr-faq-item__num { min-width: 30px; height: 30px; font-size: 11px; }
.nesr-faq-item__toggle { width: 28px; height: 28px; }
.nesr-faq-item__a { padding-inline: 58px 16px; padding-block-end: 18px; }
.nesr-faq-list:not(:has(.nesr-faq-item__num)) .nesr-faq-item__a { padding-inline-start: 16px; }
.nesr-faq-item__a p { font-size: 14.5px; }
}
@media (prefers-reduced-motion: reduce) {
.nesr-faq-item,
.nesr-faq-item__num,
.nesr-faq-item__toggle { transition: none; }
.nesr-faq-item::details-content { transition: none; }
}
