@charset "UTF-8";
/*======================================
=            ABSTRACTS
======================================*/
/*======================================
=            COLORS
======================================*/
/*======================================
=            TYPOGRAPHY
======================================*/
/*======================================
=            LAYOUT
======================================*/
/*======================================
=            BORDER RADIUS
======================================*/
/*======================================
=            TRANSITIONS
======================================*/
/*======================================
=            SHADOWS
======================================*/
/*======================================
=            Z-INDEX
======================================*/
/*======================================
=            BREAKPOINTS
======================================*/
/*======================================
=            CONTAINER
======================================*/
/*======================================
=            FLEX
======================================*/
/*======================================
=            POSITIONING
======================================*/
/*======================================
=            TRANSITION
======================================*/
/*======================================
=            IMAGE
======================================*/
/*======================================
=            TEXT
======================================*/
/*======================================
=            SECTION SPACING
======================================*/
/*======================================
=            BUTTON RESET
======================================*/
/*======================================
=            LIST RESET
======================================*/
/*======================================
=            VISUALLY HIDDEN
======================================*/
/*======================================
=            HOVER
======================================*/
/*======================================
=            BREAKPOINTS
======================================*/
/*======================================
=            BASE
======================================*/
/*======================================
=            CSS RESET
======================================*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  min-height: 100vh;
}

main {
  display: block;
}

picture,
svg,
video,
canvas {
  display: block;
  max-width: 100%;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  line-height: inherit;
  appearance: none;
}

button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  appearance: none;
}

button:disabled,
input:disabled {
  cursor: not-allowed;
}

input,
textarea,
select {
  background: transparent;
  border: none;
  outline: none;
}

textarea {
  resize: vertical;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset {
  border: 0;
}

iframe {
  display: block;
  border: 0;
  max-width: 100%;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 2px solid #193661;
  outline-offset: 2px;
}

/*======================================
=            FONT FACE
======================================*/
/* KO Okies */
@font-face {
  font-family: "KO Okies";
  src: url("../fonts/ko-okies/Kookies-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KO Okies";
  src: url("../fonts/ko-okies/Kookies-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Aventa */
@font-face {
  font-family: "Aventa";
  src: url("../fonts/aventa/Aventa_Variable.ttf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* IBM Plex Sans Arabic */
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("../fonts/ibm-plex-sans-arabic/IBMPlexSansArabic-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("../fonts/ibm-plex-sans-arabic/IBMPlexSansArabic-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("../fonts/ibm-plex-sans-arabic/IBMPlexSansArabic-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("../fonts/ibm-plex-sans-arabic/IBMPlexSansArabic-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*======================================
=            BASE TYPOGRAPHY
======================================*/
html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Aventa", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #193661;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/*======================================
=            HEADINGS
======================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "KO Okies", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #193661;
}

h1 {
  font-size: clamp(3rem, 5vw, 5rem);
}

h2 {
  font-size: clamp(2.5rem, 4vw, 4rem);
}

h3 {
  font-size: clamp(2rem, 3vw, 3rem);
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.25rem;
}

/*======================================
=            DISPLAY TITLES
======================================*/
.display-title {
  font-family: "KO Okies", sans-serif;
  font-weight: 700;
  line-height: 1.1;
}

/*======================================
=            PARAGRAPHS
======================================*/
p {
  margin: 0 0 1rem;
}

/*======================================
=            LINKS
======================================*/
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 600;
  font-family: "KO Okies", sans-serif;
}

/*======================================
=            STRONG
======================================*/
strong,
b {
  font-weight: 700;
}

/*======================================
=            TEXT SELECTION
======================================*/
::selection {
  background: #193661;
  color: #ffffff;
}

/*======================================
=            ARABIC SUPPORT
======================================*/
html[lang^=ar] body {
  font-family: "IBM Plex Sans Arabic", sans-serif;
}
html[lang^=ar] h1,
html[lang^=ar] h2,
html[lang^=ar] h3,
html[lang^=ar] h4,
html[lang^=ar] h5,
html[lang^=ar] h6,
html[lang^=ar] a {
  font-family: "IBM Plex Sans Arabic", sans-serif;
}
html[lang^=ar] .display-title {
  font-family: "IBM Plex Sans Arabic", sans-serif;
}

/*======================================
=            GLOBAL LAYOUT
======================================*/
html {
  scroll-behavior: smooth;
}

body {
  background-color: #f2e3ce;
  color: #193661;
  overflow-x: hidden;
}

main {
  display: block;
  position: relative;
}

section {
  position: relative;
  padding-block: 100px;
}

/*======================================
=            COMMON ELEMENTS
======================================*/
hr {
  border: 0;
  border-top: 1px solid #d8c9af;
}

figure {
  margin: 0;
}

address {
  font-style: normal;
}

blockquote {
  margin: 0;
}

svg {
  display: block;
}

iframe {
  display: block;
  max-width: 100%;
  border: 0;
}

/*======================================
=            WORDPRESS
======================================*/
.alignleft {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}

.alignright {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.aligncenter {
  display: block;
  margin-inline: auto;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption img {
  width: 100%;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*======================================
=            RESPONSIVE
======================================*/
@media (max-width: 767px) {
  section {
    padding-block: 60px;
  }
}
/*======================================
=            LAYOUT
======================================*/
/*======================================
=            CONTAINER
======================================*/
.container {
  width: 100%;
  max-width: calc(100% - 100px);
  margin-inline: auto;
  padding-inline: 20px;
}

.container-sm {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 20px;
}

/*======================================
=            LAPTOP
======================================*/
@media (max-width: 1024px) {
  .container {
    max-width: 100%;
  }
  .container-sm {
    max-width: 100%;
  }
}
/*======================================
=            TABLET
======================================*/
@media (max-width: 768px) {
  .container,
  .container-sm {
    padding-inline: 1rem;
  }
}
/*======================================
=            SITE HEADER
======================================*/
/*
 * Header layout and responsive menu behavior.
 *
 * Navigation appearance and dropdown styles
 * are handled in _navigation.scss.
 */
.site-header {
  position: relative;
  z-index: 1000;
  background-color: #f2e3ce;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/*======================================
=            HEADER WRAPPER
======================================*/
.site-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  min-height: 104px;
  gap: 2rem;
}

/*======================================
=            SITE BRANDING
======================================*/
.site-branding {
  flex-shrink: 0;
}
.site-branding a {
  display: inline-flex;
  align-items: center;
}
.site-branding img,
.site-branding .custom-logo {
  display: block;
  width: auto;
  max-width: 180px;
  max-height: 70px;
}

/*======================================
=            HEADER ACTIONS
======================================*/
.header-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-shrink: 0;
}

/*======================================
=            EXCLUSIVE OFFER
======================================*/
.exclusive-offer {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Aventa", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  color: #193661;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .exclusive-offer:hover {
    opacity: 0.75;
  }
}

/*======================================
=            ACCOUNT / CART
======================================*/
.header-account,
.header-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  color: #193661;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .header-account:hover,
  .header-cart:hover {
    opacity: 0.75;
  }
}
.header-account svg,
.header-cart svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex-shrink: 0;
}
.header-account i,
.header-cart i {
  font-size: 18px;
  line-height: 1;
}

/*======================================
=            CART COUNT
======================================*/
.cart-count {
  position: absolute;
  top: -6px;
  right: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  padding-inline: 4px;
  border-radius: 999px;
  background-color: #193661;
  color: #ffffff;
  font-size: 0.65rem;
  font-weight: 600;
  line-height: 1;
  pointer-events: none;
}

/*======================================
=            SOCIAL ICONS
======================================*/
.social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #193661;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .social-icons a:hover {
    opacity: 0.75;
  }
}
.social-icons a svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex-shrink: 0;
}
.social-icons a i {
  font-size: 18px;
  line-height: 1;
}

/*======================================
=            MENU TOGGLE
======================================*/
.menu-toggle {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  appearance: none;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  width: 42px;
  height: 42px;
  padding: 0;
  flex-shrink: 0;
  cursor: pointer;
  color: #193661;
  background: transparent;
  border: 0;
  -webkit-tap-highlight-color: transparent;
}
.menu-toggle__line {
  display: block;
  width: 24px;
  height: 2px;
  flex-shrink: 0;
  background-color: #193661;
  transform-origin: center;
  transition: transform 0.3s ease, opacity 0.2s ease;
}
.menu-toggle:focus-visible {
  outline: 2px solid #193661;
  outline-offset: 4px;
}

/*======================================
=            RESPONSIVE — LAPTOP
======================================*/
@media (max-width: 1024px) {
  .site-header__wrapper {
    min-height: 90px;
    gap: 1.5rem;
  }
  .header-actions {
    gap: 0.75rem;
  }
  .social-icons {
    gap: 0.5rem;
  }
  .exclusive-offer {
    font-size: 0.875rem;
  }
  .site-branding img,
  .site-branding .custom-logo {
    max-width: 160px;
    max-height: 65px;
  }
  /*------------------------------------
  =            MOBILE NAVIGATION
  ------------------------------------*/
  .primary-navigation {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background-color: #f2e3ce;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    z-index: 1010;
    transition: max-height 0.35s ease, opacity 0.25s ease, visibility 0.25s ease;
    /*----------------------------------
    =            MOBILE MENU
    ----------------------------------*/
  }
  .primary-navigation .primary-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    padding: 0.75rem 0 1rem;
  }
  .primary-navigation .primary-menu > li {
    width: 100%;
  }
  .primary-navigation .primary-menu > li > a {
    display: block;
    width: 100%;
    padding: 0.85rem 20px;
    color: #193661;
    font-size: 1rem;
    line-height: 1.4;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .primary-navigation .primary-menu > li > a::after {
    display: none;
  }
  .primary-navigation .primary-menu {
    /*--------------------------------
    =            MOBILE SUB MENU
    --------------------------------*/
  }
}
@media (max-width: 1024px) and (hover: hover) and (pointer: fine) {
  .primary-navigation .primary-menu > li > a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1024px) {
  .primary-navigation .primary-menu .sub-menu {
    position: static;
    min-width: 0;
    width: 100%;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none;
  }
  .primary-navigation .primary-menu .sub-menu li a {
    display: block;
    padding: 0.65rem 20px;
    font-size: 0.9rem;
    color: #193661;
    background: transparent;
  }
}
@media (max-width: 1024px) and (hover: hover) and (pointer: fine) {
  .primary-navigation .primary-menu .sub-menu li a:hover {
    background: transparent;
    opacity: 0.7;
  }
}
@media (max-width: 1024px) {
  /*------------------------------------
  =            MENU TOGGLE
  ------------------------------------*/
  .menu-toggle {
    display: flex;
  }
  /*------------------------------------
  =            OPEN MENU
  ------------------------------------*/
  .site-header.menu-open .primary-navigation {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
  }
  .site-header.menu-open .menu-toggle .menu-toggle__line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .site-header.menu-open .menu-toggle .menu-toggle__line:nth-child(2) {
    opacity: 0;
  }
  .site-header.menu-open .menu-toggle .menu-toggle__line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}
/*======================================
=            RESPONSIVE — TABLET
======================================*/
@media (max-width: 768px) {
  .site-header__wrapper {
    min-height: 80px;
    gap: 1rem;
  }
  /*------------------------------------
  =            HEADER ACTIONS
  ------------------------------------*/
  .header-actions {
    display: flex;
    gap: 0.75rem;
    margin-inline-start: auto;
  }
  .header-actions .social-icons,
  .header-actions .exclusive-offer,
  .header-actions .header-account {
    display: none;
  }
  .header-actions .header-cart {
    display: flex;
  }
}
/*======================================
=            RESPONSIVE — MOBILE
======================================*/
@media (max-width: 767px) {
  .site-header__wrapper {
    min-height: 70px;
    gap: 0.75rem;
  }
  .site-branding img,
  .site-branding .custom-logo {
    max-width: 140px;
    max-height: 55px;
  }
  .header-actions {
    gap: 0.5rem;
  }
  .header-cart i {
    font-size: 17px;
  }
  .header-cart .cart-count {
    top: -5px;
    right: -7px;
  }
  .menu-toggle {
    width: 40px;
    height: 40px;
  }
  .menu-toggle__line {
    width: 22px;
  }
}
/*======================================
=            RESPONSIVE — SMALL MOBILE
======================================*/
@media (max-width: 480px) {
  .site-header__wrapper {
    min-height: 64px;
    gap: 0.5rem;
  }
  .site-branding img,
  .site-branding .custom-logo {
    max-width: 125px;
    max-height: 48px;
  }
  .header-actions {
    gap: 0.4rem;
  }
  .header-cart i {
    font-size: 16px;
  }
  .menu-toggle {
    width: 38px;
    height: 38px;
  }
  .menu-toggle__line {
    width: 20px;
  }
  .primary-navigation .primary-menu > li > a {
    padding-inline: 20px;
  }
}
/*======================================
=            RTL SUPPORT
======================================*/
html[dir=rtl] .site-header__wrapper {
  direction: rtl;
}
html[dir=rtl] .header-actions {
  direction: rtl;
}
html[dir=rtl] .cart-count {
  right: auto;
  left: -8px;
}
@media (max-width: 767px) {
  html[dir=rtl] .cart-count {
    right: auto;
    left: -7px;
  }
}

/*======================================
=            PRIMARY NAVIGATION
======================================*/
/*
 * Desktop navigation styles.
 *
 * Responsive/mobile navigation behavior
 * is handled in _header.scss.
 */
.primary-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.primary-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.primary-menu > li {
  position: relative;
}

.primary-menu > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0;
  font-family: "Aventa", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: #193661;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .primary-menu > li > a:hover {
    opacity: 0.75;
  }
}

/*======================================
=            ACTIVE LINK
======================================*/
.primary-menu > li.current-menu-item > a,
.primary-menu > li.current-menu-parent > a,
.primary-menu > li.current_page_item > a,
.primary-menu > li.current-menu-ancestor > a {
  color: rgb(14.5491803279, 31.4262295082, 56.4508196721);
}

/*======================================
=            LINK UNDERLINE
======================================*/
.primary-menu > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s ease;
}

.primary-menu > li > a:hover::after,
.primary-menu > li.current-menu-item > a::after,
.primary-menu > li.current-menu-parent > a::after,
.primary-menu > li.current_page_item > a::after,
.primary-menu > li.current-menu-ancestor > a::after {
  transform: scaleX(1);
}

/*======================================
=            SUB MENU
======================================*/
.primary-menu .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  min-width: 220px;
  padding: 1rem 0;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.75rem);
  transition: all 0.3s ease;
  z-index: 1010;
}

.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.primary-menu .sub-menu li {
  position: relative;
}

.primary-menu .sub-menu li a {
  display: block;
  padding: 0.75rem 1.5rem;
  font-family: "Aventa", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: #193661;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .primary-menu .sub-menu li a:hover {
    background-color: #f2e3ce;
  }
}

/*======================================
=            RTL
======================================*/
html[dir=rtl] .primary-menu {
  direction: rtl;
}
html[dir=rtl] .primary-menu > li > a::after {
  left: auto;
  right: 0;
  transform-origin: right;
}
html[dir=rtl] .primary-menu .sub-menu {
  left: auto;
  right: 0;
}

/*======================================
=            SITE FOOTER
======================================*/
.site-footer {
  padding: 4rem 0;
  background: #193661;
  color: #f2e3ce;
  overflow: hidden;
  position: relative;
}

/*======================================
=            WRAPPER
======================================*/
.site-footer__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 4rem;
}

/*======================================
=            BRAND
======================================*/
.site-footer__brand {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 30%;
}

.site-footer__logo {
  display: inline-flex;
  margin-bottom: 2rem;
}
.site-footer__logo img {
  width: auto;
  max-height: 90px;
}

.site-footer__title {
  margin-bottom: 5rem;
  color: #f2e3ce;
  font-size: clamp(2.5rem, 4vw, 3rem);
  line-height: 1.2;
}

/*======================================
=            SOCIAL
======================================*/
.site-footer__social-title {
  display: block;
  margin-bottom: 1rem;
  font-weight: 600;
}

.site-footer .social-icons a {
  color: #f2e3ce;
}
@media (hover: hover) and (pointer: fine) {
  .site-footer .social-icons a:hover {
    opacity: 0.7;
  }
}

/*======================================
=            MENUS
======================================*/
.site-footer__menu {
  flex-shrink: 0;
  max-width: 20%;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu li {
  margin: 0;
}
.footer-menu a {
  color: #f2e3ce;
  font-weight: 500;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .footer-menu a:hover {
    opacity: 0.7;
  }
}

/*======================================
=            ILLUSTRATION
======================================*/
.site-footer__illustration {
  flex-shrink: 0;
  position: absolute;
  right: 2px;
  bottom: 5px;
}
.site-footer__illustration img {
  display: block;
  width: 430px;
  height: auto;
  transform: scaleX(-1);
}

html[lang^=ar] .site-footer__illustration {
  right: auto;
  left: 2px;
}
html[lang^=ar] .site-footer__illustration img {
  transform: scaleX(1);
}

/*======================================
=            RESPONSIVE
======================================*/
@media (max-width: 1024px) {
  .site-footer__wrapper {
    gap: 2.5rem;
  }
  .site-footer__illustration img {
    width: 340px;
  }
}
@media (max-width: 768px) {
  .site-footer {
    padding: 4rem 0;
  }
  .site-footer__wrapper {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .site-footer__brand {
    flex: 0 0 100%;
    align-items: center;
  }
  .site-footer__menu {
    flex: 1 1 180px;
  }
  .site-footer__illustration {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .site-footer__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
  .site-footer__brand {
    max-width: 100%;
  }
  .site-footer__menu {
    text-align: center;
  }
  .site-footer__illustration img {
    width: 260px;
  }
}
/*======================================
=            COMPONENTS
======================================*/
/*======================================
=            BUTTONS
======================================*/
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  font-family: "KO Okies", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border: 2px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease;
}
.btn:focus-visible {
  outline: 2px solid #193661;
  outline-offset: 2px;
}

/*======================================
=            PRIMARY BUTTON
======================================*/
.btn-primary {
  background-color: #193661;
  color: #f2e3ce;
  border-color: #193661;
}
@media (hover: hover) and (pointer: fine) {
  .btn-primary:hover {
    background-color: transparent;
    color: #193661;
  }
}

/*======================================
=            OUTLINE BUTTON
======================================*/
.btn-outline {
  background-color: transparent;
  color: #193661;
  border-color: #193661;
}
@media (hover: hover) and (pointer: fine) {
  .btn-outline:hover {
    background-color: #193661;
    color: #f2e3ce;
  }
}

/*======================================
=            LIGHT BUTTON
======================================*/
.btn-light {
  background-color: #f2e3ce;
  color: #193661;
  border-color: #f2e3ce;
}
@media (hover: hover) and (pointer: fine) {
  .btn-light:hover {
    background-color: transparent;
    color: #f2e3ce;
    border-color: #f2e3ce;
  }
}

/*======================================
=            ICON BUTTON
======================================*/
.btn-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex-shrink: 0;
}

/*======================================
=            DISABLED
======================================*/
.btn:disabled,
.btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

/*======================================
=            RESPONSIVE
======================================*/
@media (max-width: 767px) {
  .btn {
    padding: 0.875rem 1.5rem;
    font-size: 0.95rem;
  }
}
html[lang^=ar] .btn {
  font-family: "IBM Plex Sans Arabic", sans-serif;
}

/*======================================
=            PRODUCT CARD
======================================*/
.product-card {
  position: relative;
  padding-inline-end: 20px;
  height: 100%;
}

.product-card__link {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  align-items: end;
  gap: 0;
  color: inherit;
  text-decoration: none;
}

/*======================================
=            IMAGE
======================================*/
.product-card__image {
  position: relative;
  z-index: 2;
}
.product-card__image img {
  display: block;
  width: 100%;
  height: 260px;
  transition: all 0.3s ease;
}

/*======================================
=            CONTENT
======================================*/
.product-card__content {
  position: relative;
  min-height: max-content;
  padding: 2rem 2rem 2rem 3rem;
  border: 1px solid #193661;
  border-radius: 20px;
  background: transparent;
  transition: all 0.3s ease;
  margin-inline-start: -3rem;
  margin-block-end: 5px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

html[lang^=ar] .product-card__content {
  padding: 2rem 3rem 2rem 2rem;
}

/*======================================
=            TITLE
======================================*/
.product-card__title {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #193661;
}

/*======================================
=            DESCRIPTION
======================================*/
.product-card__excerpt {
  font-size: 0.8rem;
  line-height: 1.4;
  color: rgba(25, 54, 97, 0.85);
}

/*======================================
=            PRICE
======================================*/
.product-card__price {
  position: absolute;
  inset-inline-end: -1rem;
  bottom: -18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  height: 42px;
  padding-inline: 1rem;
  box-shadow: 5px 5px;
  border: 1px solid #193661;
  border-radius: 10px;
  background: #f2e3ce;
  font-size: 0.8rem;
  font-weight: 700;
  color: #193661;
}

/*======================================
=            HOVER
======================================*/
@media (hover: hover) and (pointer: fine) {
  .product-card__link:hover .product-card__image img {
    transform: scale(1.04);
  }
  .product-card__link:hover .product-card__content {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
}

/*======================================
=            RESPONSIVE
======================================*/
@media (max-width: 1280px) {
  .product-card__title {
    font-size: 1.25rem;
  }
}
@media (max-width: 1024px) {
  .product-card__link {
    grid-template-columns: 150px 1fr;
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .product-card__link {
    gap: 1rem;
  }
  .product-card__excerpt {
    max-width: 100%;
  }
  .product-card__content {
    padding: 1rem 1rem 1rem 2rem;
  }
  html[lang^=ar] .product-card__content {
    padding: 1rem 2rem 2rem 1rem;
  }
}
/*======================================
=            DAILY OFFER CARD
======================================*/
.daily-offer-card {
  text-align: center;
}

/*======================================
=            LINK
======================================*/
.daily-offer-card__link {
  display: block;
  color: inherit;
}

/*======================================
=            FRAME
======================================*/
.daily-offer-card__frame {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  margin-bottom: 2rem;
  aspect-ratio: 1/1.05;
  padding: 2.5rem;
  overflow: visible;
}

.daily-offer-card__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/daily-offer-frame.png") center/100% 100% no-repeat;
  pointer-events: none;
}

/*======================================
=            IMAGE
======================================*/
.daily-offer-card__image {
  position: absolute;
  z-index: 2;
  top: -85px;
  width: 75%;
}
.daily-offer-card__image img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

.daily-offer-card:hover .daily-offer-card__image img {
  transform: scale(1.04);
}

/*======================================
=            TITLE
======================================*/
.daily-offer-card__title {
  margin-bottom: 0rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #193661;
}

/*======================================
=            PRICE
======================================*/
.daily-offer-card__price {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}
.daily-offer-card__price .price {
  display: flex;
  gap: 0.75rem;
}
.daily-offer-card__price del,
.daily-offer-card__price ins {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 78px;
  height: 42px;
  padding-inline: 0.75rem;
  border: 3px solid #193661;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 700;
}
.daily-offer-card__price del {
  color: rgba(25, 54, 97, 0.55);
  background: transparent;
  text-decoration: line-through;
}
.daily-offer-card__price ins {
  background: #f2e3ce;
  color: #193661;
  text-decoration: none;
}

/*======================================
=            RESPONSIVE
======================================*/
@media (max-width: 1280px) {
  .daily-offer-card__title {
    font-size: 1.75rem;
  }
}
@media (max-width: 1024px) {
  .daily-offer-card__title {
    font-size: 1.35rem;
  }
}
@media (max-width: 768px) {
  .daily-offer-card__frame {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .daily-offer-card {
    margin: 0 auto;
  }
  .daily-offer-card__title {
    font-size: 1.7rem;
  }
  .daily-offer-card__price del,
  .daily-offer-card__price ins {
    min-width: 68px;
    height: 38px;
    font-size: 0.9rem;
  }
}
/*======================================
=            SECTIONS
======================================*/
/*======================================
=            HERO
======================================*/
.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 700px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

/*======================================
=            OVERLAY
======================================*/
.hero__overlay {
  position: absolute;
  inset: 0;
  display: block;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

/*======================================
=            CONTAINER
======================================*/
.hero .container {
  position: relative;
  z-index: 2;
}

/*======================================
=            CONTENT
======================================*/
.hero__content {
  max-width: 520px;
  margin-inline-end: auto;
  text-align: start;
  color: #ffffff;
}

/*======================================
=            TITLE
======================================*/
.hero__title {
  margin-bottom: 1rem;
  color: #f2e3ce;
  line-height: 1;
  font-size: clamp(3rem, 6vw, 5.5rem);
}

/*======================================
=            DESCRIPTION
======================================*/
.hero__description {
  max-width: 420px;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 1.8;
  color: rgba(242, 227, 206, 0.95);
}

/*======================================
=            BUTTON
======================================*/
.hero .btn {
  min-width: 180px;
}

/*======================================
=            RESPONSIVE
======================================*/
@media (max-width: 1024px) {
  .hero {
    min-height: 650px;
  }
  .hero__content {
    max-width: 460px;
  }
}
@media (max-width: 768px) {
  .hero {
    min-height: 600px;
    background-position: center right;
    text-align: center;
  }
  .hero__content {
    max-width: 100%;
    margin-inline: auto;
    text-align: center;
  }
  .hero__description {
    max-width: 600px;
    margin-inline: auto;
  }
  .hero__title {
    font-size: clamp(2.75rem, 8vw, 4rem);
  }
}
@media (max-width: 767px) {
  .hero {
    min-height: 520px;
  }
  .hero__title {
    font-size: clamp(2.5rem, 10vw, 3.25rem);
  }
  .hero .btn {
    width: 100%;
    max-width: 260px;
  }
}
/*======================================
=            FEATURED PRODUCTS
======================================*/
.featured-products {
  background: #f2e3ce;
}

/*======================================
=            SECTION HEADER
======================================*/
.section-heading {
  margin-bottom: 4rem;
  text-align: center;
}

.section-title {
  color: #193661;
}

/*======================================
=            GRID
======================================*/
.featured-products__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 2rem;
}

/*======================================
=            RESPONSIVE
======================================*/
@media (max-width: 1024px) {
  .featured-products__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .section-heading {
    margin-bottom: 3rem;
  }
  .featured-products__grid {
    grid-template-columns: 1fr;
  }
}
/*======================================
=            PROMOTIONS
======================================*/
.promotions {
  position: relative;
  padding-block: 7rem;
  background: #193661;
}

/*======================================
=            DECORATIVE BORDERS
======================================*/
.promotions__top,
.promotions__bottom {
  height: 25px;
  background-repeat: repeat;
  background-position: top center;
  background-size: contain;
  position: absolute;
  left: 0;
  width: 100%;
}
.promotions__top img,
.promotions__bottom img {
  display: block;
  width: 100%;
  height: auto;
}

.promotions__top {
  background-image: url("../images/pattern-top.png");
  top: 0;
}

.promotions__bottom {
  background-image: url("../images/pattern-bottom.png");
  bottom: 0;
}

/*======================================
=            GRID
======================================*/
.promotions__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}

/*======================================
=            CARD
======================================*/
.promotion-card {
  overflow: hidden;
  border-radius: 32px;
  background: #f2e3ce;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .promotion-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  }
}

/*======================================
=            LINK
======================================*/
.promotion-card__link {
  display: flex;
  align-items: center;
  height: 100%;
  color: inherit;
}

/*======================================
=            IMAGE
======================================*/
.promotion-card__image {
  flex: 0 0 42%;
  height: 100%;
}
.promotion-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

/*======================================
=            CONTENT
======================================*/
.promotion-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 2rem;
  text-align: start;
}

/*======================================
=            TITLE
======================================*/
.promotion-card__title {
  margin-bottom: 1rem;
  font-size: 1.75rem;
  line-height: 1.2;
  color: #193661;
}

/*======================================
=            DESCRIPTION
======================================*/
.promotion-card__description {
  margin-bottom: 2rem;
  color: rgba(25, 54, 97, 0.75);
  line-height: 1.8;
}

/*======================================
=            BUTTON
======================================*/
.promotion-card__button {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 600;
  color: #193661;
}
.promotion-card__button i {
  transition: all 0.3s ease;
}

.promotion-card:hover .promotion-card__image img {
  transform: scale(1.05);
}
.promotion-card:hover .promotion-card__button i {
  transform: translateX(5px);
}

/*======================================
=            RESPONSIVE
======================================*/
@media (max-width: 1280px) {
  .promotion-card__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .promotion-card__content {
    padding: 1.5rem;
  }
  .promotion-card__title {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .promotions {
    padding-block: 4rem;
  }
  .promotions__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .promotions {
    padding-block: 3rem;
  }
  .promotion-card__content {
    padding: 1rem;
  }
  .promotion-card__title {
    font-size: 1.25rem;
  }
  .promotion-card__description {
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
}
@media (max-width: 480px) {
  .promotion-card__button {
    font-size: 0.9rem;
  }
}
/*======================================
=            DAILY OFFERS
======================================*/
.daily-offers {
  padding: 5rem 0;
  background: #f2e3ce;
}

/*======================================
=            GRID
======================================*/
.daily-offers__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 70px;
  gap: 3rem;
}

/*======================================
=            RESPONSIVE
======================================*/
@media (max-width: 1024px) {
  .daily-offers__grid {
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .daily-offers__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8rem 2rem;
  }
}
@media (max-width: 767px) {
  .daily-offers__grid {
    grid-template-columns: 1fr;
  }
}
/*======================================
=            DISCOVER YEMEN
======================================*/
.discover-yemen {
  position: relative;
  padding-block: 7rem;
  background: #193661;
  overflow: hidden;
}

/*======================================
=            DECORATION
======================================*/
.discover-yemen::before,
.discover-yemen::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  height: 40px;
  background: url(../images/pattern2.png) repeat-x center;
  background-size: contain;
  z-index: 2;
}

.discover-yemen::before {
  top: 15px;
}

.discover-yemen::after {
  bottom: 15px;
}

/*======================================
=            GRID
======================================*/
.discover-yemen__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}

/*======================================
=            CARD
======================================*/
.discover-yemen__card {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
}

/*======================================
=            LINK
======================================*/
.discover-yemen__link {
  position: relative;
  display: block;
  color: inherit;
}

/*======================================
=            IMAGE
======================================*/
.discover-yemen__image img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease;
}

/*======================================
=            OVERLAY
======================================*/
.discover-yemen__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.45) 100%);
}

/*======================================
=            CONTENT
======================================*/
.discover-yemen__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem;
  z-index: 2;
}

/*======================================
=            TITLE
======================================*/
.discover-yemen__title {
  max-width: 280px;
  margin-bottom: 2rem;
  font-size: clamp(2rem, 3vw, 3.5rem);
  font-weight: 700;
  line-height: 1.05;
  text-align: start;
  color: #f2e3ce;
}

/*======================================
=            ARROW
======================================*/
.discover-yemen__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f2e3ce;
  color: #193661;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.discover-yemen__link:hover .discover-yemen__image img {
  transform: scale(1.06);
}
.discover-yemen__link:hover .discover-yemen__arrow {
  transform: translateX(6px);
}

/*======================================
=            RESPONSIVE
======================================*/
@media (max-width: 1280px) {
  .discover-yemen__image img {
    height: 300px;
  }
}
@media (max-width: 1024px) {
  .discover-yemen__content {
    padding: 2rem;
  }
}
@media (max-width: 768px) {
  .discover-yemen__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .discover-yemen__title {
    max-width: 220px;
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .discover-yemen {
    padding-block: 4rem;
  }
  .discover-yemen__content {
    padding: 1.5rem;
  }
  .discover-yemen__title {
    font-size: 2rem;
  }
  .discover-yemen__arrow {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }
}
/*======================================
=            TESTIMONIALS
======================================*/
.testimonials {
  position: relative;
  padding: 7rem 0;
  background: #f2e3ce;
  overflow: hidden;
}

/*======================================
=            WRAPPER
======================================*/
.testimonials__wrapper {
  position: relative;
  flex-direction: row-reverse;
  display: flex;
  align-items: flex-start;
}

/*======================================
=            BUILDING
======================================*/
.testimonials__building {
  position: absolute;
  left: auto;
  right: 0;
  bottom: 1px;
  width: 250px;
}
.testimonials__building img {
  display: block;
  width: 100%;
}

html[lang^=ar] .testimonials__building {
  left: 0;
  right: auto;
}

/*======================================
=            CONTENT
======================================*/
.testimonials__content {
  width: 100%;
  margin-inline-end: 250px;
}

.testimonials .section-title {
  margin-bottom: 3rem;
  text-align: center;
}

/*======================================
=            SLIDER
======================================*/
.testimonials__slider {
  overflow: hidden;
}

/*======================================
=            CARD
======================================*/
.testimonial-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/*======================================
=            BUBBLE
======================================*/
.testimonial-card__bubble {
  position: relative;
  min-height: fit-content;
  padding: 2rem;
  border: 2px solid #193661;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-bottom-right-radius: 0;
  background: #f2e3ce;
}
.testimonial-card__bubble::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -56px;
  width: 160px;
  height: 56px;
  background: #f2e3ce;
  border-inline: inherit;
  border-bottom: inherit;
  z-index: 1;
  border-radius: 0 0 16px 16px;
}

html[lang^=ar] .testimonial-card__bubble {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0;
}
html[lang^=ar] .testimonial-card__bubble::after {
  right: auto;
  left: -2px;
}

/*======================================
=            REVIEW
======================================*/
.testimonial-card__text {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.8;
  color: #193661;
}

/*======================================
=            FOOTER
======================================*/
.testimonial-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 9;
  padding-inline-end: 25px;
  margin-top: 0.5rem;
}

/*======================================
=            STARS
======================================*/
.testimonial-card__stars {
  display: flex;
  gap: 0.3rem;
  color: #193661;
  font-size: 0.9rem;
}

/*======================================
=            REVIEWER
======================================*/
.testimonial-card__reviewer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.testimonial-card__info {
  text-align: start;
}

.testimonial-card__name {
  margin-bottom: 0.25rem;
  font-size: 1rem;
  font-weight: 700;
  color: #193661;
}

.testimonial-card__description {
  font-size: 0.85rem;
  color: rgba(25, 54, 97, 0.7);
}

/*======================================
=            AVATAR
======================================*/
.testimonial-card__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*======================================
=            RESPONSIVE
======================================*/
@media (max-width: 1024px) {
  .testimonials__content {
    margin-inline-start: 180px;
  }
  .testimonials__building {
    width: 170px;
  }
}
@media (max-width: 768px) {
  .testimonials {
    padding: 5rem 0;
  }
  .testimonials__building {
    display: none;
  }
  .testimonials__content {
    margin: 0;
  }
  .testimonial-card__bubble {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .testimonial-card__bubble {
    padding: 1.5rem;
  }
}
/*======================================
=            ABOUT CONTENT
======================================*/
.about-content {
  padding: 4rem 0;
  background: #193661;
  color: #f2e3ce;
}

/*======================================
=            WRAPPER
======================================*/
.about-content__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
}

/*======================================
=            ILLUSTRATION
======================================*/
.about-content__illustration {
  flex: 0 0 50%;
}
.about-content__illustration img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: contain;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}

html[lang^=ar] .about-content__illustration img {
  transform: scaleX(1);
}

/*======================================
=            CONTENT
======================================*/
.about-content__content {
  flex: 1;
}

/*======================================
=            TITLE
======================================*/
.about-content__title {
  margin-bottom: 2rem;
  color: #f2e3ce;
  font-size: clamp(2.5rem, 4vw, 4rem);
  line-height: 1.2;
}

/*======================================
=            EDITOR
======================================*/
.about-content__editor {
  font-size: 1.2rem;
  line-height: 1.75;
  color: rgba(242, 227, 206, 0.95);
}
.about-content__editor p {
  margin-bottom: 0.5rem;
}
.about-content__editor p:last-child {
  margin-bottom: 0;
}
.about-content__editor h3,
.about-content__editor h4,
.about-content__editor h5,
.about-content__editor h6 {
  margin: 1rem 0 0.5rem;
  color: #f2e3ce;
}
.about-content__editor ul,
.about-content__editor ol {
  margin: 0 0 1.5rem 1.5rem;
  padding: 0;
}
.about-content__editor li {
  margin-bottom: 0.5rem;
}
.about-content__editor a {
  color: inherit;
  text-decoration: underline;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .about-content__editor a:hover {
    opacity: 0.75;
  }
}
.about-content__editor strong {
  font-weight: 700;
}

/*======================================
=            RESPONSIVE
======================================*/
@media (max-width: 1024px) {
  .about-content__wrapper {
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .about-content {
    padding: 5rem 0;
  }
  .about-content__wrapper {
    flex-direction: column;
    gap: 3rem;
  }
  .about-content__illustration {
    max-width: 380px;
  }
  .about-content__editor {
    text-align: start;
  }
}
@media (max-width: 767px) {
  .about-content {
    padding: 4rem 0;
  }
  .about-content__title {
    font-size: 2.25rem;
  }
  .about-content__editor {
    font-size: 1rem;
    line-height: 1.5;
  }
}
/*======================================
=            CATEGORY PAGE
======================================*/
.category-page {
  background: #f2e3ce;
  padding-block: 0;
}

/*======================================
=            HERO
======================================*/
.category-page__hero {
  display: flex;
  align-items: center;
  min-height: 320px;
  padding: 4rem 0;
  background: #193661;
  color: #f2e3ce;
  text-align: center;
}

.category-page__hero .container {
  width: 100%;
}

/*======================================
=            TITLE
======================================*/
.category-page__title {
  margin: 0 0 1.25rem;
  color: #f2e3ce;
  font-size: clamp(2.75rem, 5vw, 4.5rem);
  font-weight: 700;
  line-height: 1.1;
}

/*======================================
=            DESCRIPTION
======================================*/
.category-page__description {
  max-width: 760px;
  margin-inline: auto;
  color: rgba(242, 227, 206, 0.9);
  font-size: 1.05rem;
  line-height: 1.8;
}
.category-page__description p {
  margin: 0 0 1rem;
}
.category-page__description p:last-child {
  margin-bottom: 0;
}

/*======================================
=            PRODUCTS
======================================*/
.category-page__products {
  padding: 5rem 0 7rem;
}

/*======================================
=            TOOLBAR
======================================*/
.category-page__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
}

/*======================================
=            COUNT
======================================*/
.category-page__count {
  margin: 0;
  color: #193661;
  font-size: 1rem;
}

/*======================================
=            SORTING
======================================*/
.category-page__sorting .woocommerce-ordering {
  float: none;
  margin: 0;
}
.category-page__sorting .orderby {
  min-width: 190px;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  border: 1px solid #d8c9af;
  border-radius: 12px;
  background: #ffffff;
  color: #193661;
  font-family: inherit;
  font-size: 0.95rem;
  cursor: pointer;
}

/*======================================
=            PRODUCT GRID
======================================*/
.category-page__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 2rem;
  /*

   * The product-card component already handles
   * the individual card styling.
   *
   * This wrapper only controls the archive grid.
   */
}
.category-page__grid .product-card {
  width: 100%;
}

/*======================================
=            PAGINATION
======================================*/
.category-page__pagination {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
.category-page__pagination .woocommerce-pagination {
  float: none;
  width: 100%;
  margin: 0;
  text-align: center;
}
.category-page__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.category-page__pagination .page-numbers li {
  display: inline-flex;
  margin: 0;
}
.category-page__pagination .page-numbers a,
.category-page__pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 0.75rem;
  border: 1px solid #193661;
  border-radius: 12px;
  background: #ffffff;
  color: #193661;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .category-page__pagination .page-numbers a:hover {
    background: #193661;
    color: #ffffff;
  }
}
.category-page__pagination .page-numbers .current {
  background: #193661;
  color: #ffffff;
}

/*======================================
=            EMPTY STATE
======================================*/
.category-page__products .woocommerce-info {
  margin: 0;
  padding: 1.5rem;
  border: 1px solid #d8c9af;
  border-radius: 12px;
  background: #ffffff;
  color: #193661;
  text-align: center;
}

/*======================================
=            RESPONSIVE
======================================*/
@media (max-width: 1024px) {
  .category-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .category-page__hero {
    min-height: 280px;
    padding: 3.5rem 0;
  }
  .category-page__products {
    padding: 4rem 0 5rem;
  }
  .category-page__toolbar {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .category-page__hero {
    min-height: 240px;
    padding: 3rem 0;
  }
  .category-page__title {
    font-size: 2.5rem;
  }
  .category-page__description {
    font-size: 0.95rem;
    line-height: 1.7;
  }
  .category-page__products {
    padding: 3rem 0 4rem;
  }
  .category-page__toolbar {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    margin-bottom: 2rem;
  }
  .category-page__sorting .woocommerce-ordering {
    width: 100%;
  }
  .category-page__sorting .orderby {
    width: 100%;
  }
  .category-page__grid {
    grid-template-columns: 1fr;
  }
  .category-page__pagination {
    margin-top: 3rem;
  }
}
/*======================================
=            SINGLE PRODUCT
======================================*/
.single-product-page {
  padding-block: 3rem 6rem;
  color: #193661;
}

/*======================================
=            MAIN
======================================*/
.single-product-page__main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 5rem;
  align-items: start;
}

/*======================================
=            GALLERY
======================================*/
.single-product-page__gallery {
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-product-page__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.single-product-page__image img {
  display: block;
  width: 100%;
  max-width: 560px;
  height: auto;
  margin-inline: auto;
  background: transparent;
}

/*======================================
=            SUMMARY
======================================*/
.single-product-page__summary {
  padding-top: 0.5rem;
}

.single-product-page__category {
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: #193661;
}
.single-product-page__category a {
  color: inherit;
  text-decoration: none;
}
.single-product-page__category a:hover {
  text-decoration: underline;
}

.single-product-page__title {
  margin: 0 0 1rem;
  color: #193661;
  font-size: clamp(2.5rem, 4vw, 4rem);
  line-height: 1.05;
  font-weight: 600;
}

.single-product-page__price {
  margin-bottom: 1.75rem;
  color: #193661;
  font-size: 1.15rem;
  font-weight: 600;
}
.single-product-page__price .amount {
  color: inherit;
}

/*======================================
=            DESCRIPTION
======================================*/
.single-product-page__description {
  max-width: 680px;
  margin-bottom: 2rem;
  color: #193661;
  font-size: 0.95rem;
  line-height: 1.8;
}
.single-product-page__description p {
  margin: 0 0 1rem;
}
.single-product-page__description p:last-child {
  margin-bottom: 0;
}

/*======================================
=            ADD TO CART
======================================*/
.single-product-page__add-to-cart {
  margin-top: 1.5rem;
}
.single-product-page__add-to-cart .cart {
  margin: 0;
}
.single-product-page__add-to-cart {
  /*------------------------------------
    Variable product form
  ------------------------------------*/
}
.single-product-page__add-to-cart .variations_form {
  margin: 0;
}
.single-product-page__add-to-cart {
  /*------------------------------------
    Variation table
  ------------------------------------*/
}
.single-product-page__add-to-cart .variations {
  width: 100%;
  margin: 0 0 1.25rem;
  border: 0;
  border-collapse: collapse;
}
.single-product-page__add-to-cart .variations tbody,
.single-product-page__add-to-cart .variations tr,
.single-product-page__add-to-cart .variations td {
  border: 0;
}
.single-product-page__add-to-cart .variations tr {
  display: block;
  margin-bottom: 1.25rem;
}
.single-product-page__add-to-cart .variations td {
  display: block;
  padding: 0;
  text-align: left;
}
.single-product-page__add-to-cart .variations .label {
  margin-bottom: 0.45rem;
}
.single-product-page__add-to-cart .variations .label label {
  color: #193661;
  font-size: 0.8rem;
  font-weight: 500;
}
.single-product-page__add-to-cart .variations .value {
  position: relative;
  margin: 0;
}
.single-product-page__add-to-cart .variations .value .reset_variations {
  display: inline-block;
  margin-top: 0.5rem;
  color: #193661;
  font-size: 0.75rem;
}
.single-product-page__add-to-cart {
  /*------------------------------------
    Variation selects
  ------------------------------------*/
}
.single-product-page__add-to-cart .variations select {
  min-width: 140px;
  min-height: 40px;
  padding: 0.5rem 2rem 0.5rem 0.75rem;
  border: 1px solid #193661;
  border-radius: 6px;
  background: transparent;
  color: #193661;
  font-family: inherit;
  font-size: 0.85rem;
  cursor: pointer;
}
.single-product-page__add-to-cart .variations select:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(25, 54, 97, 0.12);
}
.single-product-page__add-to-cart {
  /*------------------------------------
    Variation information
  ------------------------------------*/
}
.single-product-page__add-to-cart .woocommerce-variation {
  margin: 0;
}
.single-product-page__add-to-cart .woocommerce-variation-description {
  margin-bottom: 1rem;
  color: #193661;
  font-size: 0.85rem;
  line-height: 1.6;
}
.single-product-page__add-to-cart .woocommerce-variation-price {
  margin-bottom: 1rem;
  color: #193661;
  font-size: 1rem;
  font-weight: 600;
}
.single-product-page__add-to-cart .woocommerce-variation-availability {
  margin-top: 0.5rem;
  color: #193661;
  font-size: 0.8rem;
}
.single-product-page__add-to-cart {
  /*------------------------------------
    Purchase row
  ------------------------------------*/
}
.single-product-page__add-to-cart .single_variation_wrap {
  margin-top: 1rem;
}
.single-product-page__add-to-cart .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0;
}
.single-product-page__add-to-cart {
  /*------------------------------------
    Simple product form
  ------------------------------------*/
}
.single-product-page__add-to-cart form.cart:not(.variations_form) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0;
}
.single-product-page__add-to-cart {
  /*------------------------------------
    Quantity
  ------------------------------------*/
}
.single-product-page__add-to-cart .quantity {
  margin: 0;
}
.single-product-page__add-to-cart .quantity .qty {
  width: 60px;
  min-width: 60px;
  height: 48px;
  padding: 0 0.5rem;
  border: 2px solid #193661;
  border-radius: 6px;
  background: transparent;
  color: #193661;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: center;
}
.single-product-page__add-to-cart .quantity .qty:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(25, 54, 97, 0.12);
}
.single-product-page__add-to-cart {
  /*------------------------------------
    Add to cart button
  ------------------------------------*/
}
.single-product-page__add-to-cart .single_add_to_cart_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 155px;
  height: 48px;
  padding: 0 1.5rem;
  border: 2px solid #193661 !important;
  border-radius: 6px !important;
  background-color: #193661 !important;
  color: #f2e3ce !important;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color all 0.3s ease, color all 0.3s ease, border-color all 0.3s ease, transform all 0.3s ease;
}
.single-product-page__add-to-cart .single_add_to_cart_button:hover {
  border-color: #193661 !important;
  background-color: transparent !important;
  color: #193661 !important;
  transform: translateY(-2px);
}
.single-product-page__add-to-cart .single_add_to_cart_button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(25, 54, 97, 0.12);
}
.single-product-page__add-to-cart .single_add_to_cart_button:disabled, .single-product-page__add-to-cart .single_add_to_cart_button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

/*======================================
=            CART TOTAL
======================================*/
.single-product-page__cart-total {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-top: 0.75rem;
  color: #193661;
}

.single-product-page__cart-total-label {
  color: #193661;
  font-size: 0.85rem;
  font-weight: 500;
}

.single-product-page__cart-total-value {
  color: #193661;
  font-size: 1rem;
  font-weight: 700;
}
.single-product-page__cart-total-value .woocommerce-Price-amount,
.single-product-page__cart-total-value .amount {
  color: inherit;
}

/*======================================
=            META
======================================*/
.single-product-page__meta {
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(25, 54, 97, 0.2);
  color: #193661;
  font-size: 0.8rem;
}
.single-product-page__meta .product_meta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
}
.single-product-page__meta .sku_wrapper,
.single-product-page__meta .posted_in,
.single-product-page__meta .tagged_as {
  color: #193661;
}
.single-product-page__meta a {
  color: inherit;
  text-decoration: underline;
}

/*======================================
=            PRODUCT DETAILS
======================================*/
.single-product-page__details {
  margin-top: 4rem;
}

.single-product-page__tabs .woocommerce-tabs {
  margin: 0;
}
.single-product-page__tabs .wc-tabs {
  display: flex;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #193661;
  list-style: none;
}
.single-product-page__tabs .wc-tabs li {
  margin: 0;
  padding: 0;
}
.single-product-page__tabs .wc-tabs li a {
  display: block;
  padding: 0.85rem 1.25rem;
  color: #193661;
  font-size: 0.85rem;
  font-weight: 500;
  text-decoration: none;
}
.single-product-page__tabs .wc-tabs li.active {
  background: #193661;
}
.single-product-page__tabs .wc-tabs li.active a {
  color: #f2e3ce;
}
.single-product-page__tabs .woocommerce-Tabs-panel {
  margin: 0;
  padding: 1.5rem 0;
  color: #193661;
  font-size: 0.9rem;
  line-height: 1.8;
}
.single-product-page__tabs .woocommerce-Tabs-panel h2 {
  margin: 0 0 0.75rem;
  color: #193661;
  font-size: 1.75rem;
}

/*======================================
=            RELATED PRODUCTS
======================================*/
.single-product-page__related {
  margin-top: 5rem;
}

.single-product-page__related-title {
  margin: 0 0 2rem;
  color: #193661;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.1;
  font-weight: 600;
}

.single-product-page__related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4rem 2rem;
}

/*======================================
=            RESPONSIVE
======================================*/
@media (max-width: 1024px) {
  .single-product-page__main {
    gap: 3rem;
  }
  .single-product-page__title {
    font-size: 3rem;
  }
  .single-product-page__related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .single-product-page {
    padding-block: 2rem 4rem;
  }
  .single-product-page__main {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .single-product-page__gallery {
    order: 1;
  }
  .single-product-page__summary {
    order: 2;
  }
  .single-product-page__image img {
    max-width: 460px;
  }
}
@media (max-width: 767px) {
  .single-product-page {
    padding-block: 1.5rem 3rem;
  }
  .single-product-page__main {
    gap: 2rem;
  }
  .single-product-page__title {
    font-size: 2.25rem;
  }
  .single-product-page__description {
    font-size: 0.9rem;
  }
  .single-product-page__add-to-cart .woocommerce-variation-add-to-cart,
  .single-product-page__add-to-cart form.cart:not(.variations_form) {
    align-items: stretch;
    flex-direction: column;
  }
  .single-product-page__add-to-cart .quantity {
    width: auto;
  }
  .single-product-page__add-to-cart .quantity .qty {
    width: 60px;
  }
  .single-product-page__add-to-cart .single_add_to_cart_button {
    width: auto;
    min-width: 155px;
  }
  .single-product-page__cart-total {
    margin-top: 0.75rem;
  }
  .single-product-page__details {
    margin-top: 3rem;
  }
  .single-product-page__tabs .wc-tabs {
    overflow-x: auto;
    white-space: nowrap;
  }
  .single-product-page__tabs .wc-tabs li {
    flex: 0 0 auto;
  }
  .single-product-page__tabs .wc-tabs li a {
    padding-inline: 0.85rem;
  }
  .single-product-page__related {
    margin-top: 3.5rem;
  }
  .single-product-page__related-grid {
    grid-template-columns: 1fr;
  }
}
/*======================================
=            CONTACT
======================================*/
.contact-info {
  position: relative;
  overflow: hidden;
  padding-block: 5rem;
  background: #193661;
  color: #f2e3ce;
}

/*======================================
=            WRAPPER
======================================*/
.contact-info__wrapper {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 5rem;
  align-items: center;
  padding-inline-start: 5%;
}

/*======================================
=            CONTENT
======================================*/
.contact-info__content {
  position: relative;
  z-index: 2;
  max-width: 620px;
  text-align: start;
}

/*======================================
=            TITLE
======================================*/
.contact-info__title {
  margin: 0;
  color: #f2e3ce;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 1.1;
  font-weight: 600;
}

/*======================================
=            DIVIDER
======================================*/
.contact-info__divider {
  width: 100%;
  max-width: 520px;
  height: 1px;
  margin-block: 1.75rem 2rem;
  background: rgba(242, 227, 206, 0.7);
}

/*======================================
=            DETAILS
======================================*/
.contact-info__details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem 4rem;
  max-width: 600px;
}

.contact-info__item {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.contact-info__item-title {
  margin: 0;
  color: #f2e3ce;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 600;
}

.contact-info__link,
.contact-info__address {
  color: #f2e3ce;
  font-size: 0.95rem;
  line-height: 1.7;
  font-style: normal;
}

.contact-info__link {
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .contact-info__link:hover {
    opacity: 0.7;
  }
}

/*======================================
=            SOCIAL
======================================*/
.contact-info__social {
  margin-top: 3rem;
}

.contact-info__social-title {
  margin: 0 0 1rem;
  color: #f2e3ce;
  font-size: 1.25rem;
  font-weight: 600;
}

.contact-info__social-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
}

.contact-info__social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #f2e3ce;
  border-radius: 50%;
  color: #f2e3ce;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .contact-info__social-links a:hover {
    background: #f2e3ce;
    color: #193661;
    transform: translateY(-3px);
  }
}

.contact-info__social-links i {
  font-size: 0.9rem;
}

/*======================================
=            IMAGE
======================================*/
.contact-info__image {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.contact-info__image img {
  display: block;
  width: 100%;
  height: auto;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}

html[lang^=ar] .contact-info__image img {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
}

/*======================================
=            RESPONSIVE
======================================*/
@media (max-width: 1024px) {
  .contact-info__wrapper {
    gap: 3rem;
  }
  .contact-info__title {
    font-size: 3.5rem;
  }
  .contact-info__details {
    gap: 1.5rem 2.5rem;
  }
}
@media (max-width: 768px) {
  .contact-info {
    padding-block: 4rem;
  }
  .contact-info__wrapper {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .contact-info__content {
    max-width: 100%;
  }
  .contact-info__image {
    justify-content: center;
    order: 2;
  }
  .contact-info__image img {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .contact-info {
    padding-block: 3rem;
  }
  .contact-info__title {
    font-size: 2.5rem;
  }
  .contact-info__divider {
    margin-block: 1.25rem 1.5rem;
  }
  .contact-info__details {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .contact-info__social {
    margin-top: 2.5rem;
  }
  .contact-info__image img {
    max-width: 100%;
  }
}
