/*
Theme Name: Betheme Child - Ghanaye
Theme URI: https://ghanayepremier.com/
Description: Update-safe child theme for Ghanaye Premier customizations.
Author: Ghanaye Premier
Template: betheme
Version: 1.3.0
Text Domain: betheme-child-ghanaye
*/

:root {
  --ghanaye-ink: #14213d;
  --ghanaye-muted: #64748b;
  --ghanaye-blue: #1d4ed8;
  --ghanaye-blue-deep: #17368f;
  --ghanaye-orange: #f58220;
  --ghanaye-green: #2f9e59;
  --ghanaye-surface: #ffffff;
  --ghanaye-soft: #f4f7fb;
  --ghanaye-line: #e3e9f2;
  --ghanaye-radius: 18px;
  --ghanaye-shadow: 0 18px 48px rgba(20, 33, 61, 0.1);
}

.ghanaye-modern-storefront {
  color: var(--ghanaye-ink);
  background: var(--ghanaye-soft);
  overflow-x: hidden;
}

.ghanaye-modern-storefront h1,
.ghanaye-modern-storefront h2,
.ghanaye-modern-storefront h3,
.ghanaye-modern-storefront h4,
.ghanaye-modern-storefront h5,
.ghanaye-modern-storefront h6 {
  color: var(--ghanaye-ink);
  letter-spacing: -0.025em;
}

.ghanaye-modern-storefront .mfn-header-tmpl {
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(20, 33, 61, 0.08);
  box-shadow: 0 12px 34px rgba(20, 33, 61, 0.07);
  backdrop-filter: blur(14px);
}

.ghanaye-modern-storefront .mfn-header-tmpl .mcb-section-inner {
  max-width: 1380px;
}

.ghanaye-modern-storefront .mfn-header-tmpl .column_header_logo .logo-wrapper {
  display: inline-flex;
  align-items: center;
  width: auto;
  max-width: 100%;
}

.ghanaye-modern-storefront
  .mfn-header-tmpl
  .column_header_logo
  .logo-wrapper
  img[alt="ghanaye-logo"] {
  width: 176px !important;
  max-width: 176px !important;
  height: auto !important;
  filter: contrast(1.1) saturate(1.08);
  image-rendering: auto;
  transform: translateZ(0);
}

.ghanaye-modern-storefront .ghanaye-live-search-form .field {
  height: 48px;
  padding: 0 18px;
  color: var(--ghanaye-ink);
  background: #f7f9fc;
  border: 1px solid var(--ghanaye-line);
  border-radius: 14px;
  box-shadow: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.ghanaye-modern-storefront .ghanaye-live-search-form .field:focus {
  background: #fff;
  border-color: rgba(29, 78, 216, 0.45);
  box-shadow: 0 0 0 4px rgba(29, 78, 216, 0.1);
}

.ghanaye-modern-storefront .ghanaye-live-search-results {
  border: 1px solid var(--ghanaye-line);
  border-radius: 16px;
  box-shadow: var(--ghanaye-shadow);
}

.ghanaye-modern-storefront #Content {
  background: var(--ghanaye-soft);
}

.ghanaye-modern-storefront #Content > .content_wrapper {
  max-width: none;
}

.ghanaye-modern-storefront .the_content > .section_wrapper {
  max-width: 1320px;
}

.ghanaye-modern-storefront .woocommerce ul.products,
.ghanaye-modern-storefront .woocommerce-page ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
}

.ghanaye-modern-storefront .woocommerce ul.products::before,
.ghanaye-modern-storefront .woocommerce ul.products::after {
  display: none;
}

.ghanaye-modern-storefront .woocommerce ul.products li.product,
.ghanaye-modern-storefront .woocommerce-page ul.products li.product {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 12px 12px 14px;
  text-align: left;
  background: var(--ghanaye-surface);
  border: 1px solid var(--ghanaye-line);
  border-radius: var(--ghanaye-radius);
  box-shadow: 0 9px 28px rgba(20, 33, 61, 0.06);
  transform: none !important;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.ghanaye-modern-storefront .woocommerce ul.products li.product:hover {
  border-color: rgba(29, 78, 216, 0.25);
  box-shadow: var(--ghanaye-shadow);
  transform: translateY(-4px) !important;
}

.ghanaye-modern-storefront .woocommerce ul.products li.product .image_frame {
  width: 100%;
  background: #f8fafc;
  border: 0;
  border-radius: 14px;
}

.ghanaye-modern-storefront .woocommerce ul.products li.product .image_wrapper,
.ghanaye-modern-storefront
  .woocommerce
  ul.products
  li.product
  .mfn-product-list-gallery-item {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff 0%, #f4f7fb 100%);
  border: 1px solid rgba(20, 33, 61, 0.05);
  border-radius: 14px;
}

.ghanaye-modern-storefront
  .woocommerce
  ul.products
  li.product
  .image_wrapper
  img,
.ghanaye-modern-storefront
  .woocommerce
  ul.products
  li.product
  .mfn-product-list-gallery-item
  img {
  width: 100%;
  height: 100%;
  padding: 8px;
  object-fit: contain;
  filter: brightness(1.025) contrast(1.075) saturate(1.08);
  box-sizing: border-box;
  backface-visibility: hidden;
  transition:
    filter 0.25s ease,
    transform 0.25s ease;
}

.ghanaye-modern-storefront
  .woocommerce
  ul.products
  li.product:hover
  .image_wrapper
  img,
.ghanaye-modern-storefront
  .woocommerce
  ul.products
  li.product:hover
  .mfn-product-list-gallery-item
  img {
  filter: brightness(1.035) contrast(1.1) saturate(1.12);
  transform: scale(1.025);
}

.ghanaye-modern-storefront .woocommerce ul.products li.product .desc {
  display: flex;
  flex-direction: column;
  min-height: 132px;
  padding: 14px 4px 0;
}

.ghanaye-modern-storefront .woocommerce ul.products li.product h4,
.ghanaye-modern-storefront
  .woocommerce
  ul.products
  li.product
  .mfn-woo-product-title {
  display: -webkit-box;
  overflow: hidden;
  min-height: 46px;
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ghanaye-modern-storefront .woocommerce ul.products li.product h4 a {
  color: var(--ghanaye-ink);
}

.ghanaye-modern-storefront .woocommerce ul.products li.product .price {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  align-items: baseline;
  margin: auto 0 12px;
  color: var(--ghanaye-blue);
  font-size: 17px;
  font-weight: 800;
}

.ghanaye-modern-storefront .woocommerce ul.products li.product .price del {
  color: #94a3b8;
  font-size: 13px;
  font-weight: 500;
  opacity: 1;
}

.ghanaye-modern-storefront .woocommerce ul.products li.product .onsale {
  top: 12px;
  left: 12px;
  padding: 6px 9px;
  color: #fff;
  background: var(--ghanaye-orange);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(245, 130, 32, 0.24);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.ghanaye-modern-storefront .woocommerce ul.products li.product > .button,
.ghanaye-modern-storefront .woocommerce ul.products li.product .desc > .button,
.ghanaye-modern-storefront
  .woocommerce
  ul.products
  li.product
  .mfn-li-product-row-button
  .button {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 44px;
  margin: 0;
  padding: 10px 14px;
  color: #fff;
  background: var(--ghanaye-blue);
  border: 0;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
}

.ghanaye-modern-storefront .woocommerce ul.products li.product > .button:hover,
.ghanaye-modern-storefront
  .woocommerce
  ul.products
  li.product
  .desc
  > .button:hover {
  background: var(--ghanaye-blue-deep);
}

.ghanaye-modern-storefront
  .woocommerce
  ul.products
  li.product
  a.button::before {
  display: none !important;
  content: none !important;
}

.ghanaye-modern-storefront .woocommerce ul.products li.product a.button:hover,
.ghanaye-modern-storefront
  .woocommerce
  ul.products
  li.product
  a.button:focus-visible {
  color: #fff !important;
  background-color: var(--ghanaye-blue-deep) !important;
  background-image: none !important;
  opacity: 1 !important;
}

.ghanaye-modern-storefront
  .woocommerce
  ul.products
  li.product
  a.button
  .button_label {
  color: inherit !important;
}

.ghanaye-modern-storefront .woocommerce ul.products li.product .added_to_cart {
  display: block;
  margin-top: 8px;
  color: var(--ghanaye-blue-deep);
  font-weight: 700;
  text-align: center;
}

.ghanaye-modern-storefront .woocommerce ul.products li.product .image_links {
  display: none;
}

.ghanaye-image-fallback {
  padding: 28px !important;
  opacity: 0.72;
}

.ghanaye-modern-storefront a:focus-visible,
.ghanaye-modern-storefront button:focus-visible,
.ghanaye-modern-storefront input:focus-visible,
.ghanaye-modern-storefront select:focus-visible,
.ghanaye-modern-storefront textarea:focus-visible {
  outline: 3px solid rgba(29, 78, 216, 0.42);
  outline-offset: 3px;
}

.ghanaye-modern-storefront:not(.home) #Subheader {
  padding: clamp(34px, 4.5vw, 58px) 0;
  background:
    radial-gradient(
      circle at 78% 24%,
      rgba(29, 78, 216, 0.09),
      transparent 28%
    ),
    linear-gradient(180deg, #ffffff 0%, #f5f8fd 100%);
  border-bottom: 1px solid var(--ghanaye-line);
}

.ghanaye-modern-storefront:not(.home) #Subheader .title {
  margin: 0;
  font-family: inherit;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.ghanaye-modern-storefront:not(.home) #Subheader ul.breadcrumbs {
  margin-top: 10px;
  color: var(--ghanaye-muted);
  font-size: 13px;
}

.single-product #Content {
  padding: clamp(42px, 5vw, 70px) 0 76px;
}

.single-product .section_wrapper.no-bebuilder-section {
  max-width: 1220px;
}

.single-product .product_wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(380px, 0.94fr);
  gap: clamp(24px, 3vw, 38px);
  align-items: start;
}

.single-product .product_wrapper::before,
.single-product .product_wrapper::after {
  display: none !important;
  content: none !important;
}

.single-product .product_wrapper > .column {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

.single-product .product_image_wrapper > .mcb-column-inner,
.single-product .entry-summary > .mcb-column-inner {
  background: #fff;
  border: 1px solid var(--ghanaye-line);
  border-radius: 24px;
  box-shadow: 0 18px 54px rgba(20, 33, 61, 0.08);
}

.single-product .product_image_wrapper > .mcb-column-inner {
  padding: clamp(16px, 2.4vw, 28px);
}

.single-product .woocommerce-product-gallery {
  width: 100% !important;
  margin: 0 !important;
}

.single-product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__image {
  overflow: hidden;
  background: #f8fafc;
  border-radius: 18px;
}

.single-product .woocommerce-product-gallery img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.single-product .entry-summary > .mcb-column-inner {
  position: sticky;
  top: 138px;
  padding: clamp(26px, 3vw, 38px);
}

.single-product .product_title {
  margin: 0 0 14px;
  font-size: clamp(32px, 3.2vw, 46px);
  line-height: 1.08;
}

.single-product .product_title::before {
  display: block;
  margin-bottom: 12px;
  color: var(--ghanaye-orange);
  content: "PRODUCT SPOTLIGHT";
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.16em;
  line-height: 1;
}

.single-product .entry-summary .price {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: baseline;
  margin: 0 0 22px;
  color: var(--ghanaye-blue);
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 850;
}

.single-product .entry-summary .price del {
  color: #94a3b8;
  font-size: 17px;
  font-weight: 500;
  opacity: 1;
}

.single-product form.cart {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.single-product form.cart .quantity {
  flex: 0 0 138px;
  min-height: 52px;
  border: 1px solid var(--ghanaye-line);
  border-radius: 13px;
}

.single-product form.cart .single_add_to_cart_button,
.single-product .waw-product-button-wrap .waw-button {
  min-height: 52px;
  border-radius: 13px;
  font-size: 15px;
  font-weight: 800;
}

.single-product form.cart .single_add_to_cart_button {
  flex: 1 1 auto;
  background: var(--ghanaye-blue);
}

.single-product form.cart .single_add_to_cart_button:hover {
  background: var(--ghanaye-blue-deep);
}

.single-product .waw-product-button-wrap {
  margin: 0 0 18px;
}

.ghanaye-product-reassurance {
  display: grid;
  gap: 10px;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid var(--ghanaye-line);
  border-bottom: 1px solid var(--ghanaye-line);
}

.ghanaye-product-reassurance > div {
  display: flex;
  gap: 12px;
  align-items: center;
}

.ghanaye-product-reassurance .dashicons {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  color: var(--ghanaye-blue);
  background: #edf2ff;
  border-radius: 11px;
  font-size: 20px;
}

.ghanaye-product-reassurance strong,
.ghanaye-product-reassurance small {
  display: block;
}

.ghanaye-product-reassurance strong {
  font-size: 13px;
}

.ghanaye-product-reassurance small,
.ghanaye-product-reassurance small a {
  margin-top: 2px;
  color: var(--ghanaye-muted);
  font-size: 12px;
}

.single-product .product_meta,
.single-product .share-simple-wrapper {
  color: var(--ghanaye-muted);
  font-size: 13px;
}

.ghanaye-product-details {
  width: 100%;
  margin: 34px 0 0 !important;
  padding: clamp(26px, 4vw, 48px);
  background: #fff;
  border: 1px solid var(--ghanaye-line);
  border-radius: 24px;
  box-shadow: 0 18px 54px rgba(20, 33, 61, 0.07);
  box-sizing: border-box;
}

.ghanaye-product-details .mfn-acc {
  margin: 0;
}

.ghanaye-product-tablist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  width: min(100%, 560px);
  margin: 0 0 34px;
  padding: 5px;
  background: #eef2f7;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
}

.ghanaye-product-tab {
  display: inline-flex;
  min-height: 48px;
  padding: 11px 18px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #526079;
  background: transparent;
  border: 0;
  border-radius: 11px;
  box-shadow: none;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  transition:
    color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.ghanaye-product-tab:hover {
  color: var(--ghanaye-blue);
  background: rgba(255, 255, 255, 0.55);
}

.ghanaye-product-tab[aria-selected="true"] {
  color: var(--ghanaye-blue);
  background: #fff;
  box-shadow: 0 5px 16px rgba(20, 33, 61, 0.1);
}

.ghanaye-product-tab:focus-visible {
  outline: 3px solid rgba(37, 85, 221, 0.22);
  outline-offset: 2px;
}

.ghanaye-product-tab-count {
  display: inline-grid;
  min-width: 24px;
  height: 24px;
  padding: 0 7px;
  place-items: center;
  color: #64748b;
  background: #dde4ef;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
}

.ghanaye-product-tab[aria-selected="true"] .ghanaye-product-tab-count {
  color: #fff;
  background: var(--ghanaye-blue);
}

.ghanaye-product-details .question,
.ghanaye-product-details .ghanaye-tab-panel {
  margin: 0 !important;
  border: 0 !important;
}

.ghanaye-tabs-ready .ghanaye-tab-panel {
  display: none !important;
}

.ghanaye-tabs-ready .ghanaye-tab-panel.is-active {
  display: block !important;
}

.ghanaye-tabs-ready .ghanaye-tab-panel > .title {
  display: none !important;
}

.ghanaye-tabs-ready .ghanaye-tab-panel > .answer {
  display: block !important;
  padding: 24px 0 0;
  color: #334155;
  border: 0;
  box-shadow: inset 0 1px 0 rgba(20, 33, 61, 0.08);
  font-size: 16px;
  line-height: 1.72;
}

.ghanaye-product-copy .section_wrapper {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.ghanaye-product-copy .the_content_wrapper {
  width: 100%;
  max-width: 940px;
  margin: 0;
}

.ghanaye-product-copy :is(h2, h3, h4, h5, h6) {
  max-width: 820px;
  margin: 1.5em 0 0.55em;
  color: var(--ghanaye-ink);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.025em;
}

.ghanaye-product-copy :is(h2, h3) {
  font-size: clamp(24px, 2.5vw, 32px);
}

.ghanaye-product-copy :is(h4, h5, h6) {
  font-size: clamp(18px, 2vw, 21px);
}

.ghanaye-product-copy :is(h2, h3, h4, h5, h6):first-child {
  margin-top: 0;
}

.ghanaye-product-copy p {
  max-width: 78ch;
  margin: 0 0 1.15em;
  color: #475569;
  font-size: 16px;
  line-height: 1.78;
}

.ghanaye-product-copy :is(strong, b) {
  color: #263652;
  font-weight: 800;
}

.ghanaye-product-copy .the_content_wrapper > div:not(.mfn-builder-content) {
  max-width: 820px;
  color: #475569;
  font-size: 16px;
  line-height: 1.72;
}

.ghanaye-product-copy
  .the_content_wrapper
  > div:not(.mfn-builder-content)
  > br {
  display: block;
  margin-bottom: 7px;
  content: "";
}

.ghanaye-product-copy sup {
  position: relative;
  top: -0.1em;
  margin-left: 1px;
  color: var(--ghanaye-blue);
  font-size: 0.68em;
  font-weight: 800;
  line-height: 0;
}

.ghanaye-product-copy :is(ul, ol) {
  max-width: 820px;
  margin: 0 0 1.4em;
  padding-left: 1.35em;
}

.ghanaye-product-copy li {
  margin: 0 0 0.7em;
  padding-left: 0.25em;
  color: #475569;
}

.ghanaye-product-copy li::marker {
  color: var(--ghanaye-blue);
  font-weight: 800;
}

.ghanaye-product-copy a {
  color: var(--ghanaye-blue);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.ghanaye-product-copy blockquote {
  max-width: 820px;
  margin: 24px 0;
  padding: 18px 22px;
  color: #334155;
  background: #f8fafc;
  border: 0;
  border-left: 4px solid var(--ghanaye-blue);
  border-radius: 0 14px 14px 0;
}

.ghanaye-product-copy table {
  display: table;
  width: 100%;
  max-width: 940px;
  margin: 22px 0;
  overflow: hidden;
  border: 1px solid var(--ghanaye-line);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 14px;
}

.ghanaye-product-copy .ghanaye-spec-table-wrap {
  width: 100%;
  max-width: 940px;
  margin: 24px 0 30px;
  overflow: hidden;
  border: 1px solid var(--ghanaye-line);
  border-radius: 16px;
  background: #fff;
}

.ghanaye-product-copy .ghanaye-spec-table {
  width: 100%;
  max-width: none;
  margin: 0;
  border: 0;
  border-radius: 0;
  table-layout: fixed;
  white-space: normal;
}

.ghanaye-product-copy .ghanaye-spec-table caption {
  padding: 17px 18px;
  color: var(--ghanaye-ink);
  background: linear-gradient(135deg, #f8fafc, #f2f6ff);
  border-bottom: 1px solid var(--ghanaye-line);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
  caption-side: top;
}

.ghanaye-product-copy .ghanaye-spec-table tbody tr:nth-child(even) {
  background: #fbfcfe;
}

.ghanaye-product-copy .ghanaye-spec-table tbody th {
  width: 34%;
  color: #2b3a55;
  background: #f8fafc;
  font-size: 14px;
  vertical-align: top;
}

.ghanaye-product-copy .ghanaye-spec-table tbody td {
  color: #475569;
  overflow-wrap: anywhere;
  vertical-align: top;
}

.ghanaye-product-copy .ghanaye-spec-table thead th[colspan] {
  padding: 13px 16px;
  color: var(--ghanaye-blue);
  background: #edf3ff;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ghanaye-product-copy .ghanaye-description-heading {
  margin: 1.6em 0 0.7em;
}

.ghanaye-product-copy .ghanaye-description-subheading {
  margin-top: 1.35em;
}

.ghanaye-product-copy :is(th, td) {
  padding: 14px 16px;
  text-align: left;
  border: 0;
  border-bottom: 1px solid var(--ghanaye-line);
}

.ghanaye-product-copy th {
  color: var(--ghanaye-ink);
  background: #f8fafc;
  font-weight: 800;
}

.ghanaye-product-copy tr:last-child :is(th, td) {
  border-bottom: 0;
}

.ghanaye-product-copy :is(img, iframe, video) {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

.ghanaye-product-details .woocommerce-Reviews {
  display: grid;
  grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1.22fr);
  gap: 24px;
  align-items: start;
}

.ghanaye-product-details #comments,
.ghanaye-product-details #review_form_wrapper {
  margin: 0;
  padding: 24px;
  background: #f8fafc;
  border: 1px solid var(--ghanaye-line);
  border-radius: 16px;
}

.ghanaye-product-details .woocommerce-Reviews-title,
.ghanaye-product-details .comment-reply-title {
  display: block;
  margin: 0 0 12px;
  color: var(--ghanaye-ink);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.35;
}

.ghanaye-product-details .woocommerce-noreviews {
  margin: 0;
  padding: 14px 16px;
  color: #475569;
  background: #fff;
  border-left: 3px solid var(--ghanaye-blue);
  border-radius: 0 10px 10px 0;
}

.ghanaye-product-details #commentform {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.ghanaye-product-details #commentform > p {
  margin: 0;
}

.ghanaye-product-details
  #commentform
  > :is(
    .comment-notes,
    .comment-form-rating,
    .comment-form-comment,
    .form-submit,
    .akismet-fields-container
  ) {
  grid-column: 1 / -1;
}

.ghanaye-product-details #commentform label {
  display: block;
  margin: 0 0 7px;
  color: var(--ghanaye-ink);
  font-size: 13px;
  font-weight: 800;
}

.ghanaye-product-details .comment-form-rating .stars {
  margin: 8px 0 0;
}

.ghanaye-product-details .comment-form-rating .stars > span {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
}

.ghanaye-product-details .comment-form-rating .stars a {
  position: relative;
  display: inline-grid !important;
  width: 44px;
  height: 44px;
  margin: 0 !important;
  place-items: center;
  overflow: hidden;
  color: transparent !important;
  background: #fff;
  border: 1px solid #dbe3ef;
  border-radius: 11px;
  font-size: 0 !important;
  text-decoration: none;
  box-sizing: border-box;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    transform 160ms ease;
}

.ghanaye-product-details .comment-form-rating .stars a::before {
  position: static !important;
  width: auto !important;
  height: auto !important;
  color: #94a3b8;
  content: "\f154" !important;
  font-family: dashicons !important;
  font-size: 22px !important;
  line-height: 1 !important;
  text-indent: 0 !important;
}

.ghanaye-product-details .comment-form-rating .stars a::after {
  display: none !important;
}

.ghanaye-product-details .comment-form-rating .stars a:hover,
.ghanaye-product-details .comment-form-rating .stars a:focus-visible {
  background: #fff8ed;
  border-color: rgba(245, 130, 32, 0.5);
  outline: none;
  transform: translateY(-1px);
}

.ghanaye-product-details .comment-form-rating .stars > span:hover a::before,
.ghanaye-product-details .comment-form-rating .stars.selected a::before,
.ghanaye-product-details
  .comment-form-rating
  .stars
  a[aria-checked="true"]::before {
  color: var(--ghanaye-orange);
  content: "\f155" !important;
}

.ghanaye-product-details .comment-form-rating .stars a:hover ~ a::before,
.ghanaye-product-details
  .comment-form-rating
  .stars.selected
  a.active
  ~ a::before {
  color: #94a3b8;
  content: "\f154" !important;
}

.ghanaye-product-details
  #commentform
  :is(input[type="text"], input[type="email"], textarea) {
  width: 100%;
  margin: 0;
  padding: 12px 14px;
  color: var(--ghanaye-ink);
  background: #fff;
  border: 1px solid #dbe3ef;
  border-radius: 10px;
  box-sizing: border-box;
}

.ghanaye-product-details #commentform textarea {
  min-height: 150px;
  resize: vertical;
}

.ghanaye-product-details #commentform :is(input, textarea):focus {
  border-color: var(--ghanaye-blue);
  outline: 3px solid rgba(37, 85, 221, 0.13);
}

.ghanaye-product-details #commentform .submit {
  min-height: 46px;
  margin: 0;
  padding: 12px 24px;
  color: #fff;
  background: var(--ghanaye-blue);
  border: 0;
  border-radius: 11px;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(37, 85, 221, 0.2);
}

.single-product .related.products {
  margin-top: 42px;
  padding-top: 38px;
  border-top: 1px solid var(--ghanaye-line);
}

.single-product .related.products > h2 {
  margin-bottom: 24px;
  font-size: clamp(28px, 3vw, 40px);
}

.single-product .related.products ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 0;
}

.single-product .related.products ul.products::before,
.single-product .related.products ul.products::after {
  display: none !important;
}

.single-product .related.products ul.products li.product {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 12px 12px 14px;
  text-align: left;
  background: #fff;
  border: 1px solid var(--ghanaye-line);
  border-radius: var(--ghanaye-radius);
  box-shadow: 0 9px 28px rgba(20, 33, 61, 0.06);
  transform: none !important;
}

.single-product .related.products li.product .image_frame,
.single-product .related.products li.product .image_wrapper,
.single-product .related.products li.product .mfn-product-list-gallery-item {
  width: 100%;
  background: #f8fafc;
  border: 0;
  border-radius: 14px;
}

.single-product .related.products li.product .image_wrapper,
.single-product .related.products li.product .mfn-product-list-gallery-item {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff 0%, #f4f7fb 100%);
  border: 1px solid rgba(20, 33, 61, 0.05);
}

.single-product .related.products li.product .image_wrapper img,
.single-product
  .related.products
  li.product
  .mfn-product-list-gallery-item
  img {
  width: 100%;
  height: 100%;
  padding: 8px;
  object-fit: contain;
  box-sizing: border-box;
}

.single-product
  :is(
    .woocommerce-product-gallery__image,
    .product_image_wrapper,
    .woocommerce-product-gallery__wrapper
  )
  img {
  filter: brightness(1.025) contrast(1.075) saturate(1.08);
}

.single-product .related.products li.product .desc {
  display: flex;
  flex-direction: column;
  min-height: 136px;
  padding: 16px 5px 2px;
}

.single-product .related.products li.product h4,
.single-product .related.products li.product .mfn-woo-product-title {
  display: -webkit-box;
  overflow: hidden;
  min-height: 46px;
  margin: 0 0 8px;
  color: var(--ghanaye-ink);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.single-product .related.products li.product .price {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  align-items: baseline;
  margin: auto 0 12px;
  color: var(--ghanaye-blue);
  font-size: 17px;
  font-weight: 800;
}

.single-product .related.products li.product .mfn-li-product-row-button .button,
.single-product .related.products li.product .desc > .button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  margin: 0;
  padding: 10px 14px;
  color: #fff;
  background: var(--ghanaye-blue);
  border: 0;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.single-product .related.products li.product .desc > .button:hover {
  color: #fff;
  background: var(--ghanaye-blue-deep);
}

:is(.woocommerce-shop, .tax-product_cat, .post-type-archive-product) #Content {
  padding: clamp(42px, 5vw, 68px) 0 76px;
}

:is(.woocommerce-shop, .tax-product_cat, .post-type-archive-product)
  .woocommerce-products-header__title {
  margin: 0 0 34px;
  padding: clamp(28px, 4vw, 48px);
  color: var(--ghanaye-ink);
  background:
    radial-gradient(
      circle at 92% 14%,
      rgba(29, 78, 216, 0.12),
      transparent 30%
    ),
    linear-gradient(135deg, #fff 0%, #f8fbff 100%);
  border: 1px solid rgba(29, 78, 216, 0.12);
  border-radius: 24px;
  box-shadow: 0 18px 54px rgba(20, 33, 61, 0.07);
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 800;
  line-height: 1.06;
}

:is(.woocommerce-shop, .tax-product_cat, .post-type-archive-product)
  .woocommerce-products-header__title::before {
  display: block;
  margin-bottom: 14px;
  color: var(--ghanaye-orange);
  content: "CURATED CATALOG";
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.16em;
  line-height: 1;
}

:is(.woocommerce-shop, .tax-product_cat, .post-type-archive-product)
  .woocommerce-products-header__title::after {
  display: block;
  max-width: 720px;
  margin-top: 14px;
  color: var(--ghanaye-muted);
  content: "Genuine products, clear local pricing and support from a team you can reach.";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.6;
}

:is(.woocommerce-shop, .tax-product_cat, .post-type-archive-product)
  .wc-block-product-filters {
  position: sticky;
  top: 138px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--ghanaye-line);
  border-radius: 20px;
  box-shadow: 0 14px 40px rgba(20, 33, 61, 0.07);
}

:is(.woocommerce-shop, .tax-product_cat, .post-type-archive-product)
  .wc-block-product-filters
  .wp-block-heading {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 800;
}

:is(.woocommerce-shop, .tax-product_cat, .post-type-archive-product)
  .wc-block-product-filter-price,
:is(.woocommerce-shop, .tax-product_cat, .post-type-archive-product)
  .wc-block-product-filter-taxonomy {
  padding-top: 18px;
  border-top: 1px solid var(--ghanaye-line);
}

:is(.woocommerce-shop, .tax-product_cat, .post-type-archive-product)
  .wc-block-product-filter-price__input {
  max-width: 100%;
  min-height: 38px;
  padding: 6px 8px;
  font-size: 12px;
}

:is(.woocommerce-shop, .tax-product_cat, .post-type-archive-product)
  .mfn-after-shop-loop-item {
  position: static !important;
  display: block !important;
  visibility: visible !important;
  margin-top: 12px;
  padding: 0 4px 4px;
  opacity: 1 !important;
  transform: none !important;
}

:is(.woocommerce-shop, .tax-product_cat, .post-type-archive-product)
  .mfn-after-shop-loop-item
  .button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  margin: 0;
  color: #fff;
  background: var(--ghanaye-blue);
  border-radius: 12px;
  font-size: 13px;
  font-weight: 800;
}

.ghanaye-info-page #Subheader {
  position: relative;
  padding: clamp(32px, 4vw, 52px) 0 30px !important;
  text-align: left;
  background:
    radial-gradient(circle at 82% 8%, rgba(29, 78, 216, 0.12), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f4f7fb 62%, #eef4ff 100%) !important;
  border-bottom: 1px solid var(--ghanaye-line);
  overflow: hidden;
}

.ghanaye-info-page #Subheader::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--ghanaye-orange) 0 18%,
    var(--ghanaye-blue) 18% 72%,
    #8cc63f 72% 100%
  );
  content: "";
}

.ghanaye-info-page #Subheader .container {
  width: min(100% - 52px, 1320px);
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
}

.ghanaye-info-page #Subheader .column.one {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin: 0;
  text-align: left;
}

.ghanaye-info-page #Subheader .ghanaye-info-hero__eyebrow,
.ghanaye-info-page .ghanaye-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--ghanaye-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.ghanaye-info-page #Subheader .title {
  margin: 0 !important;
  font-family: inherit;
  font-size: clamp(36px, 4vw, 54px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.ghanaye-info-page #Subheader .ghanaye-info-hero__description {
  max-width: 650px;
  margin: 14px 0 0;
  color: #4b5c78;
  font-size: 16px;
  line-height: 1.65;
}

.ghanaye-info-page #Subheader ul.breadcrumbs {
  display: none !important;
}

.ghanaye-info-page #Content {
  background:
    radial-gradient(
      circle at 4% 18%,
      rgba(245, 130, 32, 0.06),
      transparent 20%
    ),
    var(--ghanaye-soft);
}

.page-id-1913 .wpb-content-wrapper > .vc_row,
.page-id-2423 .wpb-content-wrapper > .vc_row {
  padding: clamp(38px, 5vw, 72px) 0 !important;
}

:is(.page-id-1913, .page-id-2423)
  .wpb-content-wrapper
  :is(.vc_column-inner, .wpb_wrapper) {
  max-width: none;
  margin: 0;
  padding: 0 !important;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
}

.ghanaye-info-shell {
  width: min(100% - 52px, 1180px);
  margin: 0 auto;
}

.ghanaye-info-page :is(a, button):focus-visible {
  outline: 3px solid rgba(245, 130, 32, 0.55);
  outline-offset: 3px;
}

.ghanaye-info-page .ghanaye-info-shell p {
  color: #46546d;
  font-size: 15px;
  line-height: 1.78;
}

.ghanaye-about-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(270px, 0.7fr);
  gap: 24px;
  margin-bottom: 24px;
}

.ghanaye-about-intro__copy,
.ghanaye-about-story__copy,
.ghanaye-about-principles article,
.ghanaye-price-intro__copy,
.ghanaye-price-terms,
.ghanaye-location-card {
  background: #fff;
  border: 1px solid var(--ghanaye-line);
  border-radius: 22px;
  box-shadow: 0 16px 44px rgba(20, 33, 61, 0.07);
}

.ghanaye-about-intro__copy {
  padding: clamp(30px, 4vw, 52px);
}

.ghanaye-about-intro__copy h2,
.ghanaye-price-intro__copy h3,
.ghanaye-contact-lead h2 {
  margin: 0 0 20px;
  font-size: clamp(30px, 3.4vw, 46px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.ghanaye-about-intro__copy p:first-of-type {
  color: var(--ghanaye-ink);
  font-size: 18px;
  line-height: 1.7;
}

.ghanaye-about-facts {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 1px;
  margin: 0;
  padding: 10px;
  color: #fff;
  background: linear-gradient(155deg, var(--ghanaye-blue-deep), #1d4ed8);
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(23, 54, 143, 0.24);
}

.ghanaye-about-facts div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 116px;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.ghanaye-about-facts div:last-child {
  border-bottom: 0;
}

.ghanaye-about-facts dt {
  margin: 0;
  color: #fff;
  font-size: clamp(25px, 2.3vw, 34px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.ghanaye-about-facts dd {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.ghanaye-about-story {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
}

.ghanaye-about-story__copy {
  padding: clamp(28px, 3.4vw, 44px);
}

.ghanaye-about-story__copy h3,
.ghanaye-price-terms__heading h3 {
  margin: 0 0 20px;
  font-size: clamp(25px, 2.6vw, 34px);
  font-weight: 800;
  line-height: 1.14;
}

.ghanaye-about-principles {
  display: grid;
  gap: 16px;
}

.ghanaye-about-principles article {
  position: relative;
  padding: 28px 28px 28px 82px;
}

.ghanaye-about-principles article > .dashicons {
  position: absolute;
  top: 28px;
  left: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: var(--ghanaye-blue);
  background: #edf3ff;
  border-radius: 12px;
  font-size: 20px;
}

.ghanaye-about-principles h3 {
  margin: 2px 0 8px;
  font-size: 20px;
  font-weight: 800;
}

.ghanaye-about-principles p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.ghanaye-price-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: 24px;
  margin-bottom: 24px;
}

.ghanaye-price-intro__copy {
  padding: clamp(30px, 4vw, 52px);
}

.ghanaye-price-intro__copy p {
  max-width: 680px;
  margin: 0 0 26px;
  color: #3a4963;
  font-size: 17px;
}

.ghanaye-info-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  color: #fff !important;
  background: var(--ghanaye-blue);
  border-radius: 13px;
  box-shadow: 0 10px 24px rgba(29, 78, 216, 0.2);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.ghanaye-info-action:hover {
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(29, 78, 216, 0.28);
  transform: translateY(-2px);
}

.ghanaye-info-action--secondary {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow: none;
}

.ghanaye-info-action--secondary:hover {
  background: rgba(255, 255, 255, 0.17);
  box-shadow: none;
}

.ghanaye-info-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 36px;
  margin-top: 24px;
  padding: clamp(28px, 3.5vw, 42px);
  color: #fff;
  background:
    radial-gradient(
      circle at 92% 2%,
      rgba(245, 130, 32, 0.42),
      transparent 28%
    ),
    linear-gradient(135deg, #10265f 0%, #17368f 56%, #1d4ed8 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  box-shadow: 0 20px 48px rgba(23, 54, 143, 0.2);
}

.ghanaye-info-cta .ghanaye-eyebrow {
  margin-bottom: 9px;
  color: #ffc28c;
}

.ghanaye-info-cta h3 {
  margin: 0 0 9px;
  color: #fff;
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.ghanaye-info-page .ghanaye-info-cta p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.7;
}

.ghanaye-info-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.ghanaye-delivery-card {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  min-height: 270px;
  padding: 32px;
  color: #fff;
  background:
    radial-gradient(
      circle at 88% 8%,
      rgba(245, 130, 32, 0.42),
      transparent 32%
    ),
    linear-gradient(145deg, #17368f, #1d4ed8);
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(23, 54, 143, 0.25);
}

.ghanaye-delivery-card > .dashicons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  font-size: 24px;
}

.ghanaye-delivery-card span,
.ghanaye-delivery-card strong,
.ghanaye-delivery-card small {
  display: block;
}

.ghanaye-delivery-card span {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ghanaye-delivery-card strong {
  color: #fff;
  font-size: 27px;
  line-height: 1.1;
}

.ghanaye-delivery-card small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
}

.ghanaye-price-terms {
  padding: clamp(28px, 3.8vw, 46px);
}

.ghanaye-price-terms__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  column-gap: 40px;
  margin-bottom: 26px;
}

.ghanaye-price-terms__heading .ghanaye-eyebrow,
.ghanaye-price-terms__heading h3 {
  grid-column: 1;
}

.ghanaye-price-terms__heading p {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: end;
  margin: 0 0 20px;
}

.ghanaye-price-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ghanaye-price-steps li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  padding: 20px;
  background: #f7f9fc;
  border: 1px solid var(--ghanaye-line);
  border-radius: 15px;
}

.ghanaye-price-steps li:last-child {
  grid-column: 1 / -1;
}

.ghanaye-price-steps li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--ghanaye-blue);
  background: #fff;
  border: 1px solid #d8e4fb;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 800;
}

.ghanaye-price-steps p {
  align-self: center;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.ghanaye-awards-gallery {
  padding: clamp(42px, 5vw, 68px) 0 !important;
}

.ghanaye-awards-gallery > .wpb_column > .vc_column-inner > .wpb_wrapper {
  padding: clamp(26px, 3vw, 40px) !important;
  background: #fff;
  border: 1px solid var(--ghanaye-line);
  border-radius: 24px;
  box-shadow: 0 18px 54px rgba(20, 33, 61, 0.07);
  overflow: hidden;
}

.ghanaye-awards-gallery .wpb_images_carousel,
.ghanaye-awards-gallery .wpb_images_carousel > .wpb_wrapper,
.ghanaye-awards-gallery .vc_slide,
.ghanaye-awards-gallery .vc_carousel-inner,
.ghanaye-awards-gallery .vc_carousel-slideline {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
}

.ghanaye-awards-gallery .vc_carousel-slideline-inner {
  position: static !important;
  left: auto !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: 100% !important;
  transform: none !important;
}

.ghanaye-awards-gallery .vc_item,
.ghanaye-awards-gallery .vc_item.vc_active {
  position: static !important;
  display: flex !important;
  visibility: visible !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  height: 220px !important;
  margin: 0 !important;
  padding: 16px !important;
  background: #f8fafc;
  border: 1px solid var(--ghanaye-line);
  border-radius: 16px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.ghanaye-awards-gallery .vc_item:hover,
.ghanaye-awards-gallery .vc_item.vc_active:hover {
  border-color: #c8d8f8;
  box-shadow: 0 14px 30px rgba(20, 33, 61, 0.09);
  transform: translateY(-3px);
}

.ghanaye-awards-gallery .vc_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.ghanaye-awards-gallery .vc_item img {
  display: block;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 185px !important;
  object-fit: contain;
}

.ghanaye-awards-gallery .vc_carousel-control,
.ghanaye-awards-gallery .vc_carousel-indicators {
  display: none !important;
}

.page-id-2795 .wpb-content-wrapper > .vc_row,
.page-id-2795 .wpb-content-wrapper > .ghanaye-promotions-gallery {
  padding: clamp(42px, 5vw, 68px) 0 !important;
}

.ghanaye-promotions-gallery > .wpb_column > .vc_column-inner > .wpb_wrapper {
  width: min(100% - 52px, 1320px);
  max-width: 1320px;
  margin: 0 auto;
}

.ghanaye-promotions-gallery .ghanaye-legacy-section-heading {
  margin-bottom: 30px;
  padding: clamp(26px, 3vw, 38px);
  background: #fff;
  border: 1px solid var(--ghanaye-line);
  border-radius: 22px;
  box-shadow: 0 16px 44px rgba(20, 33, 61, 0.07);
}

.page-id-2795 .wpb_gallery,
.page-id-2795 .wpb_gallery_slides,
.page-id-2795 .wpb_image_grid {
  width: 100% !important;
  height: auto !important;
}

.page-id-2795 .wpb_image_grid_ul {
  position: static !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
}

.page-id-2795 .wpb_image_grid_ul > li.isotope-item {
  position: static !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 10px !important;
  background: #fff;
  border: 1px solid var(--ghanaye-line);
  border-radius: 18px;
  box-shadow: 0 12px 36px rgba(20, 33, 61, 0.07);
  transform: none !important;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease !important;
}

.page-id-2795 .wpb_image_grid_ul > li.isotope-item:hover {
  border-color: #c8d8f8;
  box-shadow: 0 18px 42px rgba(20, 33, 61, 0.12);
  transform: translateY(-4px) !important;
}

.page-id-2795 .wpb_image_grid_ul > li a,
.page-id-2795 .wpb_image_grid_ul > li img {
  display: block;
  width: 100%;
}

.page-id-2795 .wpb_image_grid_ul > li a {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.page-id-2795 .wpb_image_grid_ul > li img {
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.page-id-2795 .wpb_image_grid_ul > li:hover img {
  transform: scale(1.025);
}

.ghanaye-gallery-card__action {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 13px;
  color: #fff;
  background: rgba(16, 38, 95, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(16, 38, 95, 0.26);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

a:hover > .ghanaye-gallery-card__action,
a:focus-visible > .ghanaye-gallery-card__action {
  opacity: 1;
  transform: translateY(0);
}

.page-id-1925 .wpb-content-wrapper {
  padding: clamp(38px, 5vw, 72px) 0;
}

.ghanaye-contact-lead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.62fr);
  gap: 36px;
  margin-bottom: 24px;
  padding: clamp(30px, 4vw, 52px);
  color: #fff;
  background:
    radial-gradient(
      circle at 92% 10%,
      rgba(245, 130, 32, 0.45),
      transparent 28%
    ),
    linear-gradient(135deg, #132d75 0%, #1d4ed8 100%);
  border-radius: 24px;
  box-shadow: 0 20px 54px rgba(23, 54, 143, 0.24);
}

.ghanaye-contact-lead .ghanaye-eyebrow {
  color: #ffc28c;
}

.ghanaye-contact-lead h2 {
  max-width: 680px;
  color: #fff;
}

.ghanaye-info-page .ghanaye-contact-lead p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
}

.ghanaye-contact-actions {
  display: grid;
  align-content: center;
  gap: 12px;
}

.ghanaye-contact-actions > a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 72px;
  padding: 13px 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 15px;
  text-decoration: none;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.ghanaye-contact-actions > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.17);
  transform: translateY(-2px);
}

.ghanaye-contact-actions .dashicons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  font-size: 20px;
}

.ghanaye-contact-actions small,
.ghanaye-contact-actions strong {
  display: block;
}

.ghanaye-contact-actions small {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ghanaye-contact-actions strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.ghanaye-location-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.ghanaye-location-card {
  overflow: hidden;
}

.ghanaye-location-card__map {
  position: relative;
  height: 250px;
  background: #eef3f9;
  border-bottom: 1px solid var(--ghanaye-line);
  overflow: hidden;
}

.ghanaye-location-card__map iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none;
}

.ghanaye-location-card__details {
  padding: 25px;
}

.ghanaye-location-card__label {
  display: block;
  margin-bottom: 8px;
  color: var(--ghanaye-orange);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ghanaye-location-card h3 {
  margin: 0 0 9px;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.2;
}

.ghanaye-location-card p {
  min-height: 50px;
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.6;
}

.ghanaye-location-card__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  color: var(--ghanaye-blue);
  background: #edf3ff;
  border-radius: 11px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.ghanaye-location-card__phone:hover {
  color: var(--ghanaye-blue-deep);
  background: #e2ebff;
}

.ghanaye-location-card__phone .dashicons {
  width: 18px;
  height: 18px;
  font-size: 18px;
}

.ghanaye-contact-support {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
  align-items: center;
  gap: 18px;
  margin-top: 20px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--ghanaye-line);
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(20, 33, 61, 0.06);
}

.ghanaye-contact-support > div {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.ghanaye-contact-support > div > .dashicons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: var(--ghanaye-blue);
  background: #edf3ff;
  border-radius: 11px;
  font-size: 19px;
}

.ghanaye-contact-support small,
.ghanaye-contact-support strong,
.ghanaye-contact-support a:not(.ghanaye-info-action) {
  display: block;
}

.ghanaye-contact-support small {
  margin-bottom: 3px;
  color: var(--ghanaye-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ghanaye-contact-support strong,
.ghanaye-contact-support a:not(.ghanaye-info-action) {
  color: var(--ghanaye-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.page-id-2709:not(.ghanaye-info-ready) .entry-content .the_content_wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding: clamp(42px, 5vw, 68px) 0;
}

.page-id-2709:not(.ghanaye-info-ready) .entry-content .the_content_wrapper > p {
  margin: 0;
}

.page-id-2709:not(.ghanaye-info-ready)
  .entry-content
  .the_content_wrapper
  > p:empty {
  display: none;
}

.page-id-2709 .entry-content img {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  border: 1px solid var(--ghanaye-line);
  border-radius: 22px;
  box-shadow: 0 18px 54px rgba(20, 33, 61, 0.09);
}

.page-id-2709.ghanaye-info-ready .entry-content .the_content_wrapper {
  padding: clamp(38px, 5vw, 72px) 0;
}

.ghanaye-brochure-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.55fr);
  align-items: stretch;
  gap: 20px;
  margin-bottom: 20px;
}

.ghanaye-brochure-intro > div:first-child,
.ghanaye-brochure-intro__note,
.ghanaye-brochure-spread figure {
  background: #fff;
  border: 1px solid var(--ghanaye-line);
  border-radius: 22px;
  box-shadow: 0 16px 44px rgba(20, 33, 61, 0.07);
}

.ghanaye-brochure-intro > div:first-child {
  padding: clamp(30px, 4vw, 48px);
}

.ghanaye-brochure-intro h2 {
  max-width: 680px;
  margin: 0 0 18px;
  font-size: clamp(30px, 3.4vw, 46px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.ghanaye-info-page .ghanaye-brochure-intro p {
  max-width: 680px;
  margin: 0;
  font-size: 16px;
}

.ghanaye-brochure-intro__note {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  color: #fff;
  background:
    radial-gradient(
      circle at 88% 8%,
      rgba(245, 130, 32, 0.46),
      transparent 32%
    ),
    linear-gradient(145deg, #17368f, #1d4ed8);
  border: 0;
  box-shadow: 0 18px 46px rgba(23, 54, 143, 0.24);
}

.ghanaye-brochure-intro__note span {
  margin-bottom: 9px;
  color: #ffc28c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ghanaye-brochure-intro__note strong {
  color: #fff;
  font-size: 22px;
  line-height: 1.25;
}

.ghanaye-brochure-spread {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.ghanaye-brochure-spread figure {
  margin: 0;
  padding: 12px;
  overflow: hidden;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.ghanaye-brochure-spread figure:hover {
  border-color: #c8d8f8;
  box-shadow: 0 20px 46px rgba(20, 33, 61, 0.11);
  transform: translateY(-3px);
}

.ghanaye-brochure-spread__media {
  display: grid;
  place-items: center;
  min-height: 360px;
  padding: 12px;
  background: #f5f7fb;
  border-radius: 15px;
  overflow: hidden;
}

.ghanaye-brochure-spread__media :is(a, img) {
  display: block;
  width: 100%;
}

.ghanaye-brochure-spread__media img {
  max-height: 500px;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
  object-fit: contain;
}

.ghanaye-brochure-spread figcaption {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3px 18px;
  align-items: center;
  padding: 18px 14px 10px;
}

.ghanaye-brochure-spread figcaption > span {
  color: var(--ghanaye-orange);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ghanaye-brochure-spread figcaption strong {
  color: var(--ghanaye-ink);
  font-size: 16px;
  line-height: 1.35;
}

.ghanaye-brochure-spread figcaption a {
  grid-column: 2;
  grid-row: 1 / 3;
  color: var(--ghanaye-blue);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.ghanaye-featured-deals {
  margin: 0 !important;
  padding-top: clamp(46px, 5vw, 70px) !important;
  padding-bottom: 34px !important;
}

.ghanaye-featured-deals > .wpb_column > .vc_column-inner,
.ghanaye-brand-rail > .wpb_column > .vc_column-inner {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.ghanaye-legacy-section-heading {
  display: flex;
  gap: 28px;
  justify-content: space-between;
  align-items: end;
  margin: 0 0 26px;
}

.ghanaye-legacy-section-heading h2 {
  margin: 5px 0 7px;
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.08;
}

.ghanaye-legacy-section-heading p {
  max-width: 720px;
  margin: 0;
  color: var(--ghanaye-muted);
  font-size: 15px;
  line-height: 1.65;
}

.ghanaye-section-count {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  color: var(--ghanaye-blue-deep);
  background: #edf2ff;
  border: 1px solid #dbe5ff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.ghanaye-brand-rail {
  width: 100% !important;
  margin: 8px 0 0 !important;
  padding: 0 0 48px !important;
}

.ghanaye-brand-rail > .wpb_column > .vc_column-inner > .wpb_wrapper {
  padding: clamp(24px, 3vw, 36px) !important;
  background: #fff;
  border: 1px solid var(--ghanaye-line);
  border-radius: 24px;
  box-shadow: 0 20px 54px rgba(20, 33, 61, 0.08);
  overflow: hidden;
}

.ghanaye-brand-rail .wpb_images_carousel,
.ghanaye-brand-rail .wpb_images_carousel > .wpb_wrapper,
.ghanaye-brand-rail .vc_slide,
.ghanaye-brand-rail .vc_carousel-inner,
.ghanaye-brand-rail .vc_carousel-slideline {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

.ghanaye-brand-rail .vc_carousel-slideline-inner {
  position: static !important;
  left: auto !important;
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  width: 100% !important;
  transform: none !important;
}

.ghanaye-brand-rail .vc_item,
.ghanaye-brand-rail .vc_item.vc_active {
  position: static !important;
  display: flex !important;
  visibility: visible !important;
  justify-content: center;
  align-items: center;
  width: auto !important;
  height: 76px !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  background: #f8fafc;
  border: 1px solid #edf1f6;
  border-radius: 14px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.ghanaye-brand-rail .vc_item:hover {
  border-color: rgba(29, 78, 216, 0.22);
  box-shadow: 0 10px 26px rgba(20, 33, 61, 0.08);
  transform: translateY(-2px) !important;
}

.ghanaye-brand-rail .vc_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 12px 16px !important;
  box-sizing: border-box;
}

.ghanaye-brand-rail .vc_item img {
  display: block;
  width: auto !important;
  max-width: 142px !important;
  height: auto !important;
  max-height: 40px !important;
  margin: 0 auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.72;
  transition:
    filter 0.2s ease,
    opacity 0.2s ease,
    transform 0.2s ease;
}

.ghanaye-brand-rail .vc_item:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.04);
}

.ghanaye-brand-rail .vc_carousel-control,
.ghanaye-brand-rail .vc_carousel-indicators {
  display: none !important;
}

.ghanaye-samsung-spotlight {
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding: clamp(56px, 7vw, 96px) max(24px, calc((100vw - 1320px) / 2));
  color: #fff;
  background:
    radial-gradient(
      circle at 78% 18%,
      rgba(33, 103, 255, 0.2),
      transparent 34%
    ),
    linear-gradient(145deg, #05070d 0%, #0a1020 58%, #05070d 100%);
  overflow: hidden;
}

.ghanaye-samsung-spotlight__inner {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
}

.ghanaye-samsung-spotlight__heading {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  align-items: end;
  margin-bottom: clamp(24px, 3vw, 38px);
}

.ghanaye-samsung-spotlight__eyebrow {
  color: #79a8ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ghanaye-samsung-spotlight h2 {
  max-width: 800px;
  margin: 6px 0 9px;
  color: #fff;
  font-size: clamp(34px, 4.5vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.ghanaye-samsung-spotlight p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  line-height: 1.6;
}

.ghanaye-samsung-spotlight__link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 48px;
  padding: 0 20px;
  color: #0a1020;
  background: #fff;
  border-radius: 12px;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
}

.ghanaye-samsung-spotlight__link:hover {
  color: #0a1020;
  background: #e9f0ff;
}

.ghanaye-samsung-spotlight__media {
  position: relative;
  aspect-ratio: 1440 / 640;
  background: #020306;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.44);
  overflow: hidden;
}

.ghanaye-samsung-spotlight__media::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.ghanaye-samsung-spotlight video {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.ghanaye-home-catalog {
  margin: 0 calc(50% - 50vw);
  padding: clamp(54px, 6vw, 86px) max(24px, calc((100vw - 1320px) / 2));
  background: #eef3fa;
}

.ghanaye-home-catalog__inner {
  max-width: 1320px;
  margin: 0 auto;
}

.ghanaye-section-heading {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 28px;
}

.ghanaye-section-heading h2 {
  max-width: 760px;
  margin: 4px 0 8px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.06;
}

.ghanaye-section-heading p {
  max-width: 690px;
  margin: 0;
  color: var(--ghanaye-muted);
  font-size: 17px;
  line-height: 1.65;
}

.ghanaye-eyebrow {
  color: var(--ghanaye-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ghanaye-view-all {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  flex: 0 0 auto;
  min-height: 46px;
  padding: 0 18px;
  color: #fff;
  background: var(--ghanaye-blue);
  border-radius: 12px;
  font-weight: 800;
}

.ghanaye-view-all:hover {
  color: #fff;
  background: var(--ghanaye-blue-deep);
}

.ghanaye-category-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.ghanaye-category-links a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 10px 14px;
  color: var(--ghanaye-ink);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--ghanaye-line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.ghanaye-category-links a span {
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  color: var(--ghanaye-blue-deep);
  background: #e5edff;
  border-radius: 999px;
  font-size: 11px;
}

.ghanaye-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 1320px;
  margin: 0 auto 56px;
  background: var(--ghanaye-line);
  border: 1px solid var(--ghanaye-line);
  border-radius: 0 0 var(--ghanaye-radius) var(--ghanaye-radius);
  overflow: hidden;
}

.ghanaye-trust-strip > div {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 24px;
  background: #fff;
}

.ghanaye-trust-strip .dashicons {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--ghanaye-blue);
  background: #edf2ff;
  border-radius: 13px;
  font-size: 22px;
}

.ghanaye-trust-strip strong,
.ghanaye-trust-strip small {
  display: block;
}

.ghanaye-trust-strip strong {
  font-size: 14px;
}

.ghanaye-trust-strip small {
  margin-top: 3px;
  color: var(--ghanaye-muted);
  font-size: 12px;
}

.ghanaye-modern-storefront #Footer {
  background: #fff;
  border-top: 1px solid var(--ghanaye-line);
}

.ghanaye-modern-storefront #Footer .widgets_wrapper {
  padding-top: 56px;
}

.ghanaye-mobile-shop-nav {
  display: none;
}

@media (max-width: 959px) {
  .single-product .product_wrapper {
    grid-template-columns: 1fr;
  }

  .single-product .related.products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .single-product .entry-summary > .mcb-column-inner,
  :is(.woocommerce-shop, .tax-product_cat, .post-type-archive-product)
    .wc-block-product-filters {
    position: static;
  }

  .ghanaye-awards-gallery .vc_carousel-slideline-inner,
  .page-id-2795 .wpb_image_grid_ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-id-1925 .wpb-content-wrapper > .vc_row:first-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-id-1925 .wpb-content-wrapper > .vc_row:nth-child(2) {
    grid-template-columns: 1fr;
  }

  .ghanaye-brand-rail .vc_carousel-slideline-inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ghanaye-modern-storefront .woocommerce ul.products,
  .ghanaye-modern-storefront .woocommerce-page ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .ghanaye-section-heading {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .single-product .related.products ul.products {
    grid-template-columns: 1fr;
  }

  .ghanaye-modern-storefront {
    padding-bottom: 74px;
  }

  .ghanaye-modern-storefront #Wrapper {
    padding-top: 116px !important;
  }

  .ghanaye-modern-storefront .mfn-header-tmpl {
    box-shadow: 0 8px 24px rgba(20, 33, 61, 0.08);
  }

  .ghanaye-modern-storefront
    .mfn-header-tmpl
    .column_header_logo
    .logo-wrapper
    img[alt="ghanaye-logo"] {
    width: 140px !important;
    max-width: 140px !important;
  }

  .ghanaye-modern-storefront .ghanaye-live-search-form .field {
    height: 46px;
    border-radius: 12px;
  }

  .ghanaye-modern-storefront:not(.home) #Subheader {
    padding: 28px 14px;
  }

  .ghanaye-modern-storefront:not(.home) #Subheader .title {
    font-size: 31px;
  }

  .single-product #Content,
  :is(.woocommerce-shop, .tax-product_cat, .post-type-archive-product)
    #Content {
    padding: 30px 14px 48px;
  }

  :is(.woocommerce-shop, .tax-product_cat, .post-type-archive-product)
    .woocommerce-products-header__title {
    padding: 26px 22px;
    border-radius: 18px;
    font-size: 34px;
  }

  .single-product .product_image_wrapper > .mcb-column-inner,
  .single-product .entry-summary > .mcb-column-inner,
  .ghanaye-product-details {
    border-radius: 18px;
  }

  .single-product .entry-summary > .mcb-column-inner,
  .ghanaye-product-details {
    padding: 22px;
  }

  .ghanaye-product-tablist {
    width: 100%;
    margin-bottom: 26px;
  }

  .ghanaye-product-tab {
    min-height: 46px;
    padding: 10px 12px;
    font-size: 14px;
  }

  .ghanaye-product-details .woocommerce-Reviews,
  .ghanaye-product-details #commentform {
    grid-template-columns: 1fr;
  }

  .ghanaye-product-details
    #commentform
    > :is(.comment-form-author, .comment-form-email) {
    grid-column: 1 / -1;
  }

  .ghanaye-product-copy table:not(.ghanaye-spec-table) {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .ghanaye-product-copy .ghanaye-spec-table-wrap {
    margin: 20px 0 26px;
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .ghanaye-product-copy .ghanaye-spec-table,
  .ghanaye-product-copy .ghanaye-spec-table :is(thead, tbody) {
    display: block;
    width: 100%;
  }

  .ghanaye-product-copy .ghanaye-spec-table {
    background: transparent;
  }

  .ghanaye-product-copy .ghanaye-spec-table caption {
    display: block;
    padding: 0 0 12px;
    background: transparent;
    border: 0;
    font-size: 18px;
  }

  .ghanaye-product-copy .ghanaye-spec-table tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    margin: 0 0 10px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--ghanaye-line);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(20, 33, 61, 0.05);
  }

  .ghanaye-product-copy .ghanaye-spec-table :is(th, td) {
    display: block;
    width: auto;
    padding: 10px 13px;
    border: 0;
    white-space: normal;
  }

  .ghanaye-product-copy .ghanaye-spec-table tbody th {
    width: auto;
    color: #526079;
    background: #f3f6fb;
    font-size: 11px;
    letter-spacing: 0.06em;
    line-height: 1.35;
    text-transform: uppercase;
  }

  .ghanaye-product-copy .ghanaye-spec-table tbody td {
    font-size: 14px;
    line-height: 1.55;
  }

  .ghanaye-product-copy .ghanaye-spec-table thead {
    margin: 22px 0 8px;
  }

  .ghanaye-product-copy .ghanaye-spec-table thead:first-of-type {
    margin-top: 0;
  }

  .ghanaye-product-copy .ghanaye-spec-table thead tr {
    margin: 0;
    border: 0;
    border-radius: 10px;
    box-shadow: none;
  }

  .ghanaye-product-copy .ghanaye-spec-table thead th[colspan] {
    width: auto;
    padding: 11px 13px;
  }

  .single-product .product_title {
    font-size: 31px;
  }

  .single-product form.cart {
    align-items: stretch;
    flex-direction: column;
  }

  .single-product form.cart .quantity {
    flex-basis: 52px;
    width: 100%;
  }

  .single-product .related.products {
    margin-top: 32px;
    padding-top: 28px;
  }

  :is(.woocommerce-shop, .tax-product_cat, .post-type-archive-product)
    .wc-block-product-filters {
    margin-bottom: 24px;
    padding: 20px;
    border-radius: 16px;
  }

  .page-id-1913 .wpb-content-wrapper > .vc_row,
  .page-id-2423 .wpb-content-wrapper > .vc_row,
  .ghanaye-awards-gallery,
  .page-id-2795 .wpb-content-wrapper > .vc_row,
  .page-id-1925 .wpb-content-wrapper {
    padding: 32px 14px !important;
  }

  .page-id-1913 .wpb-content-wrapper > .vc_row .wpb_wrapper,
  .page-id-2423 .wpb-content-wrapper > .vc_row .wpb_wrapper,
  .ghanaye-awards-gallery > .wpb_column > .vc_column-inner > .wpb_wrapper {
    padding: 22px !important;
    border-radius: 18px;
  }

  .page-id-1913 .wpb_wrapper p:first-child {
    font-size: 17px;
  }

  .ghanaye-awards-gallery .vc_carousel-slideline-inner,
  .page-id-2795 .wpb_image_grid_ul,
  .page-id-1925 .wpb-content-wrapper > .vc_row:first-child,
  .page-id-1925 .wpb-content-wrapper > .vc_row:nth-child(2),
  .page-id-2709 .entry-content .the_content_wrapper {
    grid-template-columns: 1fr;
  }

  .ghanaye-awards-gallery .vc_item,
  .ghanaye-awards-gallery .vc_item.vc_active {
    height: 250px !important;
  }

  .page-id-1925 .wpb-content-wrapper iframe {
    height: 310px !important;
  }

  .page-id-2709 .entry-content .the_content_wrapper {
    gap: 18px;
    padding: 32px 14px;
  }

  .page-id-2709 .entry-content img {
    border-radius: 16px;
  }

  .ghanaye-featured-deals {
    padding-top: 36px !important;
    padding-bottom: 26px !important;
  }

  .ghanaye-legacy-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 20px;
  }

  .ghanaye-legacy-section-heading h2 {
    font-size: 28px;
  }

  .ghanaye-legacy-section-heading p {
    font-size: 14px;
  }

  .ghanaye-brand-rail {
    margin-top: 4px !important;
    padding-bottom: 32px !important;
  }

  .ghanaye-brand-rail > .wpb_column > .vc_column-inner > .wpb_wrapper {
    padding: 22px 14px !important;
    border-radius: 18px;
  }

  .ghanaye-brand-rail .vc_carousel-slideline-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
  }

  .ghanaye-brand-rail .vc_item,
  .ghanaye-brand-rail .vc_item.vc_active {
    height: 66px !important;
    border-radius: 12px;
  }

  .ghanaye-brand-rail .vc_inner {
    padding: 10px 12px !important;
  }

  .ghanaye-brand-rail .vc_item img {
    max-width: 82px !important;
    max-height: 34px !important;
  }

  .ghanaye-samsung-spotlight {
    padding: 44px 14px 48px;
  }

  .ghanaye-samsung-spotlight__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 24px;
  }

  .ghanaye-samsung-spotlight h2 {
    font-size: 34px;
  }

  .ghanaye-samsung-spotlight p {
    font-size: 15px;
  }

  .ghanaye-samsung-spotlight__link {
    width: 100%;
  }

  .ghanaye-samsung-spotlight__media {
    border-radius: 16px;
  }

  .ghanaye-modern-storefront .woocommerce ul.products,
  .ghanaye-modern-storefront .woocommerce-page ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .ghanaye-modern-storefront .woocommerce ul.products li.product,
  .ghanaye-modern-storefront .woocommerce-page ul.products li.product {
    padding: 8px 8px 10px;
    border-radius: 14px;
  }

  .ghanaye-modern-storefront .woocommerce ul.products li.product .image_wrapper,
  .ghanaye-modern-storefront
    .woocommerce
    ul.products
    li.product
    .mfn-product-list-gallery-item {
    border-radius: 11px;
  }

  .ghanaye-modern-storefront
    .woocommerce
    ul.products
    li.product
    .image_wrapper
    img,
  .ghanaye-modern-storefront
    .woocommerce
    ul.products
    li.product
    .mfn-product-list-gallery-item
    img {
    padding: 8px;
  }

  .ghanaye-modern-storefront .woocommerce ul.products li.product .desc {
    min-height: 124px;
    padding: 11px 3px 0;
  }

  .ghanaye-modern-storefront .woocommerce ul.products li.product h4,
  .ghanaye-modern-storefront
    .woocommerce
    ul.products
    li.product
    .mfn-woo-product-title {
    min-height: 40px;
    font-size: 13px;
    line-height: 1.45;
  }

  .ghanaye-modern-storefront .woocommerce ul.products li.product .price {
    font-size: 15px;
  }

  .ghanaye-modern-storefront .woocommerce ul.products li.product > .button,
  .ghanaye-modern-storefront
    .woocommerce
    ul.products
    li.product
    .desc
    > .button,
  .ghanaye-modern-storefront
    .woocommerce
    ul.products
    li.product
    .mfn-li-product-row-button
    .button {
    min-height: 40px;
    padding: 9px 7px;
    border-radius: 10px;
    font-size: 12px;
  }

  .ghanaye-home-catalog {
    margin-top: 34px;
    padding: 46px 14px;
  }

  .ghanaye-section-heading {
    gap: 18px;
    margin-bottom: 22px;
  }

  .ghanaye-section-heading h2 {
    font-size: 32px;
  }

  .ghanaye-section-heading p {
    font-size: 15px;
  }

  .ghanaye-view-all {
    width: 100%;
    justify-content: center;
  }

  .ghanaye-category-links {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x proximity;
  }

  .ghanaye-category-links a {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .ghanaye-trust-strip {
    grid-template-columns: 1fr;
    margin: 0 14px 38px;
    border-radius: 0 0 16px 16px;
  }

  .ghanaye-trust-strip > div {
    padding: 18px;
  }

  .ghanaye-mobile-shop-nav {
    position: fixed;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 10030;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    min-height: 62px;
    padding: 7px 5px calc(7px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(20, 33, 61, 0.1);
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(20, 33, 61, 0.2);
    backdrop-filter: blur(16px);
  }

  .ghanaye-mobile-shop-nav a {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
    justify-content: center;
    min-width: 0;
    color: var(--ghanaye-muted);
    font-size: 10px;
    font-weight: 700;
  }

  .ghanaye-mobile-shop-nav a:hover,
  .ghanaye-mobile-shop-nav a:focus {
    color: var(--ghanaye-blue);
  }

  .ghanaye-mobile-shop-nav .dashicons {
    width: 24px;
    height: 24px;
    font-size: 22px;
  }

  .ghanaye-mobile-shop-nav b {
    position: absolute;
    top: 0;
    left: calc(50% + 5px);
    display: grid;
    place-items: center;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    color: #fff;
    background: var(--ghanaye-orange);
    border-radius: 999px;
    font-size: 9px;
  }

  .ghanaye-modern-storefront .gawc-button-wrapper,
  .ghanaye-modern-storefront [class*="whatsapp"] [class*="button"] {
    bottom: 84px;
  }

  .ghanaye-modern-storefront .ghanaye-whatsapp-chat {
    bottom: 102px !important;
  }

  .ghanaye-modern-storefront .ghanaye-whatsapp-chat__teaser {
    display: none !important;
  }
}

@media (max-width: 959px) {
  .ghanaye-about-intro,
  .ghanaye-about-story,
  .ghanaye-price-intro,
  .ghanaye-contact-lead,
  .ghanaye-brochure-intro,
  .ghanaye-info-cta {
    grid-template-columns: 1fr;
  }

  .ghanaye-info-cta__actions {
    justify-content: flex-start;
  }

  .ghanaye-about-facts {
    grid-template-rows: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ghanaye-about-facts div {
    min-height: 104px;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 0;
  }

  .ghanaye-about-facts div:last-child {
    border-right: 0;
  }

  .ghanaye-price-terms__heading {
    grid-template-columns: 1fr;
  }

  .ghanaye-price-terms__heading p {
    grid-column: 1;
    grid-row: auto;
    margin: 0;
  }

  .ghanaye-location-grid {
    grid-template-columns: 1fr;
  }

  .ghanaye-location-card {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(270px, 0.9fr);
  }

  .ghanaye-location-card__map {
    height: 100%;
    min-height: 280px;
    border-right: 1px solid var(--ghanaye-line);
    border-bottom: 0;
  }

  .ghanaye-contact-support {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ghanaye-contact-support .ghanaye-info-action {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .ghanaye-info-page #Subheader {
    padding: 26px 0 24px !important;
  }

  .ghanaye-info-page #Subheader .container,
  .ghanaye-info-shell {
    width: min(100% - 28px, 1180px);
  }

  .ghanaye-info-page #Subheader .title {
    font-size: 34px;
  }

  .ghanaye-info-page #Subheader .ghanaye-info-hero__description {
    margin-top: 10px;
    font-size: 14px;
  }

  .page-id-1913 .wpb-content-wrapper > .vc_row,
  .page-id-2423 .wpb-content-wrapper > .vc_row,
  .page-id-1925 .wpb-content-wrapper,
  .page-id-2709.ghanaye-info-ready .entry-content .the_content_wrapper,
  .page-id-2795 .wpb-content-wrapper > .ghanaye-promotions-gallery {
    padding: 28px 0 !important;
  }

  .ghanaye-promotions-gallery > .wpb_column > .vc_column-inner > .wpb_wrapper {
    width: min(100% - 28px, 1320px);
  }

  :is(.page-id-1913, .page-id-2423)
    .wpb-content-wrapper
    :is(.vc_column-inner, .wpb_wrapper) {
    padding: 0 !important;
  }

  body.page-id-1913.ghanaye-info-ready
    .wpb-content-wrapper
    :is(.vc_column-inner, .wpb_wrapper),
  body.page-id-2423.ghanaye-info-ready
    .wpb-content-wrapper
    :is(.vc_column-inner, .wpb_wrapper) {
    padding: 0 !important;
  }

  .ghanaye-about-intro,
  .ghanaye-about-story,
  .ghanaye-price-intro,
  .ghanaye-contact-lead,
  .ghanaye-brochure-intro {
    gap: 14px;
    margin-bottom: 14px;
  }

  .ghanaye-about-intro__copy,
  .ghanaye-about-story__copy,
  .ghanaye-price-intro__copy,
  .ghanaye-price-terms,
  .ghanaye-contact-lead {
    padding: 24px;
    border-radius: 18px;
  }

  .ghanaye-about-intro__copy h2,
  .ghanaye-price-intro__copy h3,
  .ghanaye-contact-lead h2 {
    margin-bottom: 16px;
    font-size: 30px;
  }

  .ghanaye-about-intro__copy p:first-of-type,
  .ghanaye-price-intro__copy p {
    font-size: 16px;
  }

  .ghanaye-about-facts {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  .ghanaye-about-facts div {
    min-height: 90px;
    padding: 16px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .ghanaye-about-principles article {
    padding: 24px 22px 24px 72px;
    border-radius: 18px;
  }

  .ghanaye-about-principles article > .dashicons {
    top: 24px;
    left: 20px;
  }

  .ghanaye-price-steps {
    grid-template-columns: 1fr;
  }

  .ghanaye-price-steps li:last-child {
    grid-column: auto;
  }

  .ghanaye-delivery-card {
    min-height: 220px;
    padding: 26px;
    border-radius: 18px;
  }

  .ghanaye-info-action {
    width: 100%;
    box-sizing: border-box;
  }

  .ghanaye-info-cta {
    gap: 22px;
    margin-top: 14px;
    padding: 24px;
    border-radius: 18px;
  }

  .ghanaye-info-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .ghanaye-brochure-intro > div:first-child,
  .ghanaye-brochure-intro__note {
    padding: 24px;
    border-radius: 18px;
  }

  .ghanaye-brochure-intro h2 {
    font-size: 30px;
  }

  .ghanaye-brochure-spread {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ghanaye-brochure-spread figure {
    border-radius: 18px;
  }

  .ghanaye-brochure-spread__media {
    min-height: 0;
    padding: 8px;
  }

  .ghanaye-brochure-spread figcaption {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .ghanaye-brochure-spread figcaption a {
    grid-column: 1;
    grid-row: auto;
    margin-top: 8px;
  }

  .ghanaye-gallery-card__action {
    opacity: 1;
    transform: none;
  }

  .ghanaye-promotions-gallery .ghanaye-legacy-section-heading {
    margin-bottom: 18px;
    padding: 22px;
    border-radius: 18px;
  }

  .ghanaye-contact-lead {
    gap: 24px;
  }

  .ghanaye-contact-actions strong {
    font-size: 13px;
  }

  .ghanaye-location-card {
    display: block;
    border-radius: 18px;
  }

  .ghanaye-location-card__map {
    height: 230px;
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--ghanaye-line);
  }

  .page-id-1925 .ghanaye-location-card__map iframe {
    height: 100% !important;
  }

  .ghanaye-location-card__details {
    padding: 22px;
  }

  .ghanaye-location-card p {
    min-height: 0;
  }

  .ghanaye-contact-support {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .ghanaye-contact-support .ghanaye-info-action {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ghanaye-modern-storefront *,
  .ghanaye-modern-storefront *::before,
  .ghanaye-modern-storefront *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
