/* =============================================================================
 * theme-modern.css — Tawseel storefront design system.
 *
 * PRESENTATION ONLY. This file adds no markup and changes no behaviour: it is
 * loaded last and restyles the existing components in place. Every selector
 * below targets classes the JSP/JS already emit (.site-header, .searchpanel,
 * .menu-nav, .item/.cardItem__*, footer.container, …), so functionality,
 * event handlers and RTL cannot break.
 *
 * Brand colours are sampled from the Tawseel logo: azure #11A4E4, amber #FAAC27.
 * RTL: rtl.css loads AFTER this file and keeps winning direction flips.
 * ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* ---------- 1. Design tokens ---------- */
:root {
  --brand:        #11A4E4;
  --brand-dark:   #0B84BC;
  --brand-soft:   #E8F6FD;
  --accent:       #FAAC27;
  --accent-dark:  #E0940F;

  --ink:          #0F172A;   /* headings */
  --body:         #334155;   /* body copy */
  --muted:        #64748B;   /* secondary */
  --faint:        #94A3B8;

  --line:         #E7EAEF;   /* borders */
  --surface:      #FFFFFF;
  --surface-2:    #F7F9FB;   /* page background */
  --surface-3:    #F1F5F9;

  --success:      #10B981;
  --danger:       #EF4444;
  --sale:         #E11D48;

  --r-sm: 8px;
  --r:    12px;
  --r-lg: 16px;
  --r-pill: 999px;

  --sh-1: 0 1px 2px rgba(15,23,42,.04), 0 1px 3px rgba(15,23,42,.06);
  --sh-2: 0 4px 12px rgba(15,23,42,.07);
  --sh-3: 0 12px 28px rgba(15,23,42,.10);

  --ease: cubic-bezier(.2,.7,.3,1);
  --ff: 'Inter', -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* ---------- 2. Base ---------- */
body {
  font-family: var(--ff) !important;
  font-size: 15px !important;
  line-height: 1.6;
  color: var(--body) !important;
  background: var(--surface-2) !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.body-bg { background: transparent !important; }

h1,h2,h3,h4,h5,h6,
.trendingcollection, .cart-totals, .sub-total-amount {
  font-family: var(--ff) !important;
  color: var(--ink) !important;
  font-weight: 700 !important;
  letter-spacing: -.015em;
}
h1 { font-size: 2rem !important; }
h2, .trendingcollection { font-size: 1.6rem !important; line-height: 1.25 !important; }
h3 { font-size: 1.25rem !important; }
p, li, span, div, td, label { font-family: var(--ff); }
a { color: var(--brand); transition: color .15s var(--ease); }
a:hover { color: var(--brand-dark); }
::selection { background: var(--brand-soft); }

/* Section heading + subtitle (home "Trending Collection" etc.) */
.trendingcollection-inner {
  color: var(--muted) !important;
  font-size: .95rem !important;
  margin-top: 4px;
}

/* ---------- 3. Layout ---------- */
.container { width: 92% !important; max-width: 1280px !important; }
.section-gap, .section-inner { padding: 28px 0 !important; }

/* ---------- 4. Header ---------- */
header.site-header {
  background: var(--surface) !important;
  border-bottom: 1px solid var(--line);
  box-shadow: var(--sh-1);
  position: sticky; top: 0; z-index: 900;
}
header.site-header .header-top-secrion {
  display: flex !important;
  align-items: center !important;
  gap: 24px;
  margin: 0 !important;
  padding: 14px 4%;
  max-width: 1280px;
  margin-inline: auto !important;
}
/* the three header columns become a proper 3-track layout: logo | search | actions */
header.site-header .header-top-secrion > .col { padding: 0 !important; margin: 0 !important; float: none !important; }
header.site-header .header-top-secrion > .col:nth-child(1) { flex: 0 0 auto;  width: auto !important; }
header.site-header .header-top-secrion > .col:nth-child(2) { flex: 1 1 auto;  width: auto !important; min-width: 0; }
header.site-header .header-top-secrion > .col:nth-child(3) { flex: 0 0 auto;  width: auto !important; }

.main_logo img { max-height: 44px; width: auto; display: block; }
.align-items.flex { display: flex; align-items: center; gap: 12px; }

/* Search: one clean pill — [All Categories ▾][ input ][search] */
.searchpanelSection {
  display: flex !important;
  align-items: stretch;
  background: var(--surface);
  border: 1.5px solid var(--line);
  border-radius: var(--r-pill);
  overflow: hidden;
  max-width: 640px;
  margin-inline: auto;
  transition: border-color .18s var(--ease), box-shadow .18s var(--ease);
}
.searchpanelSection:focus-within {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px var(--brand-soft);
}
#allCatDrpText.all_categories {
  display: flex !important; align-items: center; gap: 6px;
  height: 44px; padding: 0 16px;
  background: var(--surface-3);
  color: var(--body) !important;
  font-size: .875rem; font-weight: 500;
  white-space: nowrap; border: 0;
}
#allCatDrpText.all_categories:hover { background: var(--surface-2); }
.searchpanel { flex: 1 1 auto; display: flex; align-items: center; min-width: 0; }
.searchpanel input[type="text"],
.searchpanel-inner input[type="text"] {
  height: 44px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  font-size: .95rem;
  width: 100%;
}
.searchpanel input:focus { border: 0 !important; box-shadow: none !important; }
.searchpanel .search-btn,
.searchpanel i.material-icons,
.searchpanel-inner i.material-icons {
  display: flex; align-items: center; justify-content: center;
  height: 44px; width: 52px;
  color: #fff !important;
  background: var(--brand);
  cursor: pointer;
  transition: background .15s var(--ease);
}
.searchpanel .search-btn:hover,
.searchpanel i.material-icons:hover { background: var(--brand-dark); }

/* Header actions (login / cart / wishlist) */
.menu-app, .menu-app-new {
  display: flex !important; align-items: center; justify-content: flex-end; gap: 18px;
}
.menu-app a, .menu-app-new a { color: var(--body) !important; font-weight: 500; font-size: .9rem; }
.menu-app a:hover { color: var(--brand) !important; }
.menu-app img { width: 22px; height: 22px; }

/* Cart / wishlist badge */
.cart-count, .wishlist-count, .badge-count, .notification-badge {
  background: var(--accent) !important;
  color: #fff !important;
  border-radius: var(--r-pill);
  font-size: .68rem; font-weight: 700;
  min-width: 18px; height: 18px; line-height: 18px;
  text-align: center; padding: 0 5px;
}

/* Dropdown panels */
.dropdown-content {
  border-radius: var(--r) !important;
  box-shadow: var(--sh-3) !important;
  border: 1px solid var(--line);
  padding: 6px !important;
  overflow: hidden;
}
.dropdown-content li > a, .dropdown-content li > span {
  color: var(--body) !important;
  border-radius: var(--r-sm);
  padding: 10px 14px !important;
  font-size: .9rem;
}
.dropdown-content li:hover > a { background: var(--surface-3) !important; color: var(--brand) !important; }

/* ---------- 5. Category navigation bar ---------- */
/* The legacy bar is a solid green .menu-inner strip - the single most dated element. */
.menu-inner {
  background: var(--surface) !important;
  border-bottom: 1px solid var(--line) !important;
  box-shadow: var(--sh-1);
  height: auto !important;
  min-height: 0 !important;
}
/* DIRECT child only. A descendant selector here also matched the mega-menu dropdown
   <ul>s and forced them display:flex - i.e. permanently open over the hero banner. */
.menu-inner > ul, .menu-inner > .menu-nav, .menu-inner > div > ul {
  display: flex !important; align-items: center; justify-content: center;
  gap: 2px; flex-wrap: wrap;
  max-width: 1280px; margin-inline: auto !important; padding: 0 4% !important;
  background: transparent !important;
}
/* Mega-menu / dropdown panels keep their own show-hide behaviour, just restyled. */
.menu-inner ul ul, .menu-inner .dropdown-content {
  display: none;
  background: var(--surface) !important;
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--sh-3);
  padding: 8px !important;
}
.menu-inner li:hover > ul { display: block; }
.menu-inner ul ul a { padding: 9px 14px !important; border-radius: var(--r-sm); }
.menu-inner a, .menu-inner li a {
  color: var(--ink) !important;
  background: transparent !important;
  font-weight: 500 !important;
  font-size: .9rem !important;
  text-transform: none !important;
  padding: 13px 14px !important;
  line-height: 1 !important;
}
.menu-inner a:hover { color: var(--brand) !important; background: var(--surface-3) !important; border-radius: var(--r-sm); }
.menu-inner i, .menu-inner .drop-icon { color: var(--faint) !important; }

.menu-nav, nav, .category_nav {
  background: var(--surface) !important;
  box-shadow: none !important;
  border-bottom: 1px solid var(--line);
  height: auto !important;
  line-height: normal !important;
}
.menu-nav {
  display: flex; align-items: center; justify-content: center; gap: 4px;
  max-width: 1280px; margin-inline: auto; padding: 0 4%;
  flex-wrap: wrap;
}
.menu-nav > li, .menu-nav .collection-item { border: 0 !important; background: transparent !important; }
.menu-nav a, nav ul a {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--ink) !important;
  font-weight: 500; font-size: .9rem;
  padding: 14px 14px !important;
  line-height: 1 !important;
  border-radius: 0;
  position: relative;
  background: transparent !important;
  text-transform: none !important;
}
.menu-nav a::after {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: 8px;
  height: 2px; background: var(--brand);
  transform: scaleX(0); transform-origin: center;
  transition: transform .2s var(--ease);
  border-radius: 2px;
}
.menu-nav a:hover { color: var(--brand) !important; }
.menu-nav a:hover::after { transform: scaleX(1); }

/* ---------- 6. Product cards ---------- */
/* NOTE: .item is ALSO used by the banner carousel slides, so card chrome is scoped to
   items that actually contain a product body (.stats-container). Styling bare .item
   blanked out the hero banners. */
.item:has(.stats-container), .item:has(.cart-btn-qty), .cardItem, .card {
  background: var(--surface) !important;
  border: 1px solid var(--line) !important;
  border-radius: var(--r) !important;
  box-shadow: none !important;
  overflow: hidden;
  transition: transform .18s var(--ease), box-shadow .18s var(--ease), border-color .18s var(--ease);
  height: 100%;
}
.item:has(.stats-container):hover, .cardItem:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-3) !important;
  border-color: transparent !important;
}
/* NB: .cardItem__imgLink is an EMPTY overlay anchor sitting as the card's first child.
   Styling it as an image box turned it into a full-size flex panel that painted over the
   whole card - the product image, title and price vanished behind a blank rectangle. */
.image-box, .cardItem__figure {
  display: flex; align-items: center; justify-content: center;
  background: var(--surface-2);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  padding: 12px;
}
.image-box img, .cardItem__img {
  max-width: 100%; max-height: 100%;
  width: auto !important; height: auto !important;
  object-fit: contain;
  transition: transform .35s var(--ease);
}
.item:has(.stats-container):hover .image-box img { transform: scale(1.05); }

/* the overlay link stays a click target, but must not paint anything */
.cardItem__imgLink {
  position: absolute; inset: 0; z-index: 2;
  background: transparent !important; padding: 0 !important; border: 0 !important;
}
.item:has(.stats-container), .cardItem { position: relative; }

.stats-container, .cardItem__textWrap { padding: 12px 14px 14px !important; }

/* Product title: clamp to 2 lines so the grid never goes ragged */
.cardItem__figcaption, .product-name, .prd-name, .stats-container a {
  color: var(--ink) !important;
  font-size: .9rem !important;
  font-weight: 500 !important;
  line-height: 1.4;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden; min-height: 2.5em;
}
/* Price */
.cardItem__currentPrice, .pro-price-tag, .price-list, .cardItem__textWrap-price {
  color: var(--ink) !important;
  font-weight: 700 !important;
  font-size: 1.02rem !important;
  letter-spacing: -.01em;
}
.cardItem__oldPrice {
  color: var(--faint) !important;
  text-decoration: line-through;
  font-weight: 400 !important;
  font-size: .82rem !important;
  margin-inline-start: 6px;
}
/* Sale / discount badge */
.offer-tag, .discount-badge, .cardItem__badge, .sale-tag {
  background: var(--sale) !important;
  color: #fff !important;
  border-radius: var(--r-pill) !important;
  font-size: .7rem !important; font-weight: 700;
  padding: 3px 9px !important;
  box-shadow: none !important;
}

/* Add-to-cart / qty controls */
.cart-btn-qty { padding: 0 14px 14px !important; }
.card-btn, .cardItem__button, .add-cart, .addtocart {
  border-radius: var(--r-sm) !important;
  font-weight: 600 !important;
  letter-spacing: .01em;
  text-transform: none !important;
}
.product_qty, .qtybtn {
  display: inline-flex; align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--r-pill);
  overflow: hidden; background: var(--surface);
}
.product_qty input[type="button"], .minus_btn, .plus_btn {
  background: transparent !important; border: 0 !important;
  color: var(--body) !important; width: 34px; height: 34px;
  font-size: 1rem; cursor: pointer;
  transition: background .15s var(--ease);
}
.product_qty input[type="button"]:hover { background: var(--surface-3) !important; }

/* ---------- 7. Buttons ---------- */
.btn, .btn-large, .btn-small, button, .checkoutBtn, .waves-effect.waves-light {
  font-family: var(--ff) !important;
  border-radius: var(--r-sm) !important;
  text-transform: none !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  box-shadow: none !important;
  transition: background .15s var(--ease), transform .12s var(--ease), box-shadow .15s var(--ease);
}
.btn:hover, button:hover, .checkoutBtn:hover { box-shadow: var(--sh-2) !important; transform: translateY(-1px); }
.btn, .checkoutBtn, .card-btn {
  background: var(--brand) !important;
  color: #fff !important;
}
.btn:hover, .checkoutBtn:hover, .card-btn:hover { background: var(--brand-dark) !important; }
/* secondary / outline */
.blackcolor, .countinueshop a {
  background: var(--surface) !important;
  color: var(--ink) !important;
  border: 1px solid var(--line) !important;
}
.blackcolor:hover, .countinueshop a:hover { background: var(--surface-3) !important; color: var(--ink) !important; }
/* The big checkout CTA */
.checkoutBtn {
  padding: 12px 22px !important;
  font-size: .95rem !important;
  border-radius: var(--r-sm) !important;
  display: inline-flex; align-items: center; justify-content: center;
}

/* ---------- 8. Forms ---------- */
.input-field input[type=text], .input-field input[type=password],
.input-field input[type=email], .input-field input[type=number],
input[type=text], input[type=password], input[type=email], input[type=tel], select, textarea {
  border: 1px solid var(--line) !important;
  border-radius: var(--r-sm) !important;
  height: 44px;
  padding: 0 14px !important;
  box-shadow: none !important;
  background: var(--surface);
  font-size: .95rem;
  color: var(--ink);
  transition: border-color .15s var(--ease), box-shadow .15s var(--ease);
}
input:focus, select:focus, textarea:focus {
  border-color: var(--brand) !important;
  box-shadow: 0 0 0 4px var(--brand-soft) !important;
}
label { color: var(--muted) !important; font-size: .875rem; }

/* ---------- 9. Cards / panels (cart totals, filters) ---------- */
.cart-totals, .filter-panel, .sidebar, .card-panel, .order-summary {
  background: var(--surface) !important;
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--sh-1);
  padding: 18px !important;
}
.row.border-b { border-bottom: 1px solid var(--line) !important; }
.row.border-b.padding10 { padding: 12px 0 !important; margin: 0 !important; }
.currency-box { font-weight: 600; color: var(--ink); }
.vat-row { color: var(--muted); }
.vat-row .currency-box { font-weight: 500; }

/* Tables */
table, table.striped { border-radius: var(--r); overflow: hidden; background: var(--surface); }
table th {
  background: var(--surface-3) !important;
  color: var(--ink) !important;
  font-weight: 600 !important;
  font-size: .82rem; text-transform: uppercase; letter-spacing: .04em;
  border: 0 !important;
}
table td { border-bottom: 1px solid var(--line) !important; }

/* Tabs (home "Top Deals / Trendings") */
.tabs { background: transparent !important; border-bottom: 1px solid var(--line); }
.tabs .tab a {
  color: var(--muted) !important;
  text-transform: none !important;
  font-weight: 600 !important;
  font-size: .95rem;
}
.tabs .tab a.active, .tabs .tab a:hover { color: var(--brand) !important; background: transparent !important; }
.tabs .indicator { background-color: var(--brand) !important; height: 2px; }

/* Breadcrumbs */
.breadcrumb, .breadcrumb a { color: var(--muted) !important; font-size: .85rem; }
.breadcrumb:last-child { color: var(--ink) !important; }

/* ---------- 10. Carousel chrome ---------- */
.owl-nav button, .owl-prev, .owl-next {
  background: var(--surface) !important;
  border: 1px solid var(--line) !important;
  border-radius: 50% !important;
  width: 40px !important; height: 40px !important;
  box-shadow: var(--sh-2) !important;
  color: var(--ink) !important;
  display: flex !important; align-items: center; justify-content: center;
  transition: background .15s var(--ease);
}
.owl-nav button:hover { background: var(--brand) !important; color: #fff !important; border-color: var(--brand) !important; }
.owl-dots .owl-dot span {
  background: var(--line) !important;
  width: 8px !important; height: 8px !important;
}
.owl-dots .owl-dot.active span { background: var(--brand) !important; width: 22px !important; border-radius: var(--r-pill) !important; }

/* ---------- 11. Footer ---------- */
footer, footer.container {
  background: var(--ink) !important;
  color: #C7D2DE !important;
  width: 100% !important; max-width: none !important;
  margin-top: 48px;
  padding: 0 !important;
}
footer .footer_in {
  max-width: 1280px; margin-inline: auto;
  padding: 48px 4% 24px !important;
}
footer .footer_top { display: flex; flex-wrap: wrap; gap: 32px; margin: 0 !important; }
footer .footer_top > .col { padding: 0 !important; }
footer ul {
  display: inline-block; vertical-align: top;
  min-width: 180px; margin: 0 40px 24px 0;
}
footer li { margin-bottom: 10px; list-style: none; }
footer a, footer p, footer li, footer label {
  color: #A9B6C6 !important;
  font-size: .9rem !important;
  line-height: 1.7;
}
footer a { transition: color .15s var(--ease); }
footer a:hover { color: #fff !important; }
/* column headings */
footer label.d-block, footer li:first-child > a[class*="head"], footer .footer-heading {
  color: #fff !important;
  font-weight: 600 !important;
  font-size: .8rem !important;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 14px;
  display: block;
}
footer .address_generic p { margin: 4px 0; }
footer .vat-reg { color: #7E8CA0 !important; font-size: .82rem !important; }
/* social icons */
footer .social_media { display: flex; gap: 10px; align-items: center; }
footer .social_media img, .social_media a img { width: 34px; height: 34px; border-radius: 50%; transition: transform .15s var(--ease), opacity .15s var(--ease); opacity: .9; }
footer .social_media a:hover img { transform: translateY(-2px); opacity: 1; }
/* bottom bar */
footer .footer-bottom, footer .copyright, .copyright_info {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 18px 4% !important;
  max-width: 1280px; margin-inline: auto;
  color: #7E8CA0 !important;
  font-size: .82rem !important;
  text-align: center !important;
}

/* ---------- 12. Scroll-to-top ---------- */
#scroll-to-top {
  background: var(--brand) !important;
  border-radius: 50% !important;
  width: 44px !important; height: 44px !important;
  display: flex !important; align-items: center; justify-content: center;
  box-shadow: var(--sh-3) !important;
  border: 0 !important;
}
#scroll-to-top i { color: #fff !important; }
#scroll-to-top:hover { background: var(--brand-dark) !important; }

/* ---------- 13. Misc de-cluttering ---------- */
.promotion-banner-img img, .collection__banner__inner img { border-radius: var(--r); }
hr { border: 0; border-top: 1px solid var(--line); }
.hidden-old, .old-style { display: none !important; }

/* ---------- 14. Responsive ---------- */
@media (max-width: 992px) {
  header.site-header .header-top-secrion { flex-wrap: wrap; gap: 12px; padding: 12px 4%; }
  header.site-header .header-top-secrion > .col:nth-child(2) { order: 3; flex: 1 0 100%; }
  .searchpanelSection { max-width: none; }
  .menu-nav { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; }
  .menu-nav a { white-space: nowrap; }
  h2, .trendingcollection { font-size: 1.35rem !important; }
  footer ul { min-width: 45%; margin-right: 0; }
}
@media (max-width: 600px) {
  body { font-size: 14px !important; }
  .main_logo img { max-height: 36px; }
  .container { width: 94% !important; }
  footer .footer_top { gap: 20px; }
  footer ul { min-width: 100%; }
}

/* ---------- 15. Overflow guard ---------- */
/* Carousel stages are wider than the viewport by design; keep them clipped so the page
   itself never scrolls sideways (mobile showed a 9px horizontal scroll). */
/* DO NOT put overflow-x:hidden on html/body here. The legacy CSS sets html,body{height:100%},
   and overflow-x:hidden computes overflow-y to auto -> body becomes a 900px-tall scroll
   container and the entire page below the fold becomes unreachable. Clip the carousels
   (the actual overflow source) instead. */
.owl-stage-outer, .bx-viewport, .owl-carousel { overflow: hidden !important; }
/* Use overflow-x:CLIP, not HIDDEN. `hidden` computes overflow-y to auto, which - combined
   with the legacy html,body{height:100%} - turns body into a 900px scroll container and
   makes the page below the fold unreachable. `clip` suppresses the sideways scroll without
   creating a scroll container, so vertical scrolling is untouched. */
html, body { overflow-x: clip; }
img, video, iframe { max-width: 100%; }
.row { margin-left: 0 !important; margin-right: 0 !important; }

/* ---------- 16. Mobile refinements (observed on a real 390px device viewport) ---------- */
@media (max-width: 600px) {
  /* The "All Categories" chip crushed the search field to a sliver. Drop it on phones —
     the hamburger/category menu below already exposes the same navigation. */
  #allCatDrpText.all_categories { display: none !important; }
  .searchpanelSection { max-width: none; width: 100%; }
  .searchpanel input[type="text"] { padding: 0 14px !important; }

  /* Carousel arrows sat ON TOP of the product cards and covered the price.
     Pull them out of the content flow and shrink them. */
  .owl-nav { position: static !important; }
  .owl-nav button, .owl-prev, .owl-next {
    width: 32px !important; height: 32px !important;
    opacity: .92;
  }
  .owl-carousel .owl-nav .owl-prev { left: -4px !important; }
  .owl-carousel .owl-nav .owl-next { right: -4px !important; }
  /* keep the arrows off the card body: centre them on the image, not the price */
  .owl-carousel .owl-nav button { top: 34% !important; }

  /* Product card breathing room on small screens */
  .stats-container, .cardItem__textWrap { padding: 10px 10px 12px !important; }
  .cardItem__figcaption, .stats-container a { font-size: .85rem !important; }
  .cardItem__currentPrice, .pro-price-tag { font-size: .95rem !important; }

  /* Section headings */
  h2, .trendingcollection { font-size: 1.25rem !important; }
  .trendingcollection-inner { font-size: .875rem !important; }

  /* Sticky header shouldn't eat the screen */
  header.site-header .header-top-secrion { padding: 10px 4%; gap: 10px; }
  .main_logo img { max-height: 32px; }
}

/* Tablet: keep the search pill from stretching too wide */
@media (min-width: 601px) and (max-width: 992px) {
  .searchpanelSection { max-width: 520px; }
}
