/*
Theme Name: One Minute
Theme URI: https://one.sm4host.net/
Author: One Minute
Description: A custom RTL WooCommerce theme for One Minute Coffee & Things.
Version: 1.1.0
Text Domain: one-minute
*/

:root {
  --om-bg: #09090b;
  --om-surface: #121216;
  --om-surface-2: #1a1a20;
  --om-text: #faf8f5;
  --om-muted: #b8b4b0;
  --om-line: rgba(255, 255, 255, 0.1);
  --om-pink: #f72585;
  --om-orange: #ff8a00;
  --om-gold: #f2b85b;
  --om-radius: 28px;
  --om-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  direction: rtl;
  background: var(--om-bg);
  color: var(--om-text);
  font-family: "Noto Kufi Arabic", "Tajawal", "Segoe UI", Tahoma, Arial, sans-serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

body.admin-bar .om-header {
  top: 32px;
}

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

img {
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
}

.om-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.om-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid var(--om-line);
  background: rgba(9, 9, 11, 0.86);
  backdrop-filter: blur(18px);
}

.om-header__inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.om-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.om-brand__logo {
  width: 108px;
  height: 66px;
  display: block;
  object-fit: contain;
}

.om-brand__logo--footer {
  width: 170px;
  height: auto;
}

.om-brand__ring {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  padding: 2px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--om-pink), var(--om-orange));
  box-shadow: 0 0 28px rgba(247, 37, 133, 0.14);
}

.om-brand__mark {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background: #0c0c0f;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
}

.om-brand__mark small {
  display: block;
  margin-top: 4px;
  color: var(--om-muted);
  font-size: 5px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.om-brand__copy strong {
  display: block;
  font-size: 20px;
  line-height: 1.2;
}

.om-brand__copy small {
  display: block;
  margin-top: 4px;
  color: var(--om-muted);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.om-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #e8e4df;
  font-size: 14px;
  font-weight: 700;
}

.om-nav a {
  transition: color 0.2s ease;
}

.om-nav a:hover,
.om-nav a:focus-visible {
  color: var(--om-gold);
}

.om-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.om-icon-btn {
  min-width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 14px;
  border: 1px solid var(--om-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.om-cart-count {
  min-width: 20px;
  height: 20px;
  display: inline-grid;
  place-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--om-pink), var(--om-orange));
  font-size: 10px;
}

.om-mobile-toggle {
  display: none;
}

.om-hero-slider {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  border-bottom: 1px solid var(--om-line);
  background:
    radial-gradient(circle at 82% 18%, rgba(247, 37, 133, 0.14), transparent 32%),
    radial-gradient(circle at 15% 88%, rgba(255, 138, 0, 0.12), transparent 34%),
    #09090b;
}

.om-slider__track {
  min-height: 700px;
}

.om-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-24px);
  transition: opacity 0.55s ease, transform 0.55s ease, visibility 0.55s;
  pointer-events: none;
}

.om-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: auto;
}

.om-slide__layout {
  min-height: 700px;
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  align-items: center;
  gap: clamp(30px, 6vw, 84px);
  padding-top: 54px;
  padding-bottom: 94px;
}

.om-slide__content {
  position: relative;
  z-index: 2;
}

.om-slide__content h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(52px, 7vw, 94px);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.om-slide__content > p:not(.om-eyebrow) {
  max-width: 600px;
  margin: 24px 0 0;
  color: #d6d1cc;
  font-size: clamp(17px, 2vw, 21px);
}

.om-slide__media {
  position: relative;
  min-width: 0;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: clamp(14px, 2vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 42px;
  background: rgba(20, 20, 24, 0.82);
  box-shadow: var(--om-shadow);
}

.om-slide__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 28px;
  object-fit: contain;
}

.om-slide__glow {
  position: absolute;
  inset: 15%;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(247, 37, 133, 0.28), rgba(255, 138, 0, 0.2));
  filter: blur(56px);
}

.om-slider__controls {
  position: absolute;
  z-index: 5;
  right: 50%;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  transform: translateX(50%);
}

.om-slider__arrow {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--om-line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  cursor: pointer;
}

.om-slider__dots {
  display: flex;
  align-items: center;
  gap: 7px;
}

.om-slider__dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

.om-slider__dots button.is-active {
  width: 28px;
  background: linear-gradient(90deg, var(--om-pink), var(--om-orange));
}

.om-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--om-line);
  isolation: isolate;
}

.om-hero::before {
  content: "";
  position: absolute;
  z-index: -3;
  inset: 0;
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
}

.om-hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 9, 11, 0.08) 0%, rgba(9, 9, 11, 0.6) 46%, #09090b 86%),
    linear-gradient(0deg, #09090b 0%, transparent 28%);
}

.om-hero__glow {
  position: absolute;
  z-index: -1;
  top: 8%;
  right: -10%;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(247, 37, 133, 0.18), transparent 66%);
  filter: blur(20px);
}

.om-hero__content {
  width: min(650px, 55%);
  margin-inline-start: 0;
  margin-inline-end: auto;
  padding: 120px 0 110px;
}

.om-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--om-gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.om-eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--om-pink), var(--om-orange));
}

.om-hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(48px, 6.5vw, 92px);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.om-gradient-text {
  color: transparent;
  background: linear-gradient(135deg, #fff 8%, var(--om-gold) 55%, var(--om-orange));
  -webkit-background-clip: text;
  background-clip: text;
}

.om-hero__lead {
  max-width: 600px;
  margin: 26px 0 0;
  color: #d6d1cc;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.9;
}

.om-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.om-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 24px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--om-pink), var(--om-orange));
  color: #fff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 40px rgba(247, 37, 133, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.om-button:hover,
.om-button:focus-visible,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 18px 50px rgba(247, 37, 133, 0.28);
}

.om-button--ghost {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.om-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
}

.om-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border: 1px solid var(--om-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #d7d3ce;
  font-size: 12px;
  font-weight: 700;
}

.om-chip span {
  color: var(--om-gold);
}

.om-section {
  padding: 110px 0;
}

.om-section--surface {
  background: var(--om-surface);
}

.om-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 42px;
}

.om-section__head h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.om-section__head p {
  max-width: 520px;
  margin: 0;
  color: var(--om-muted);
}

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

.om-category-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--om-line);
  border-radius: var(--om-radius);
  background: linear-gradient(145deg, #1b1b20, #111115);
  box-shadow: var(--om-shadow);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.om-category-card:hover {
  transform: translateY(-6px);
  border-color: rgba(242, 184, 91, 0.45);
}

.om-category-card__image {
  aspect-ratio: 16 / 10;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 10px;
  background: #0b0b0d;
}

.om-category-card__image img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  object-fit: contain;
}

.om-category-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
}

.om-category-card__meta {
  margin-bottom: 8px;
  color: var(--om-gold);
  font-size: 12px;
  font-weight: 900;
}

.om-category-card__body strong {
  margin-bottom: 6px;
  color: #fff;
  font-size: 23px;
}

.om-category-card__body > span:not(.om-category-card__meta):not(.om-category-card__link) {
  color: var(--om-muted);
  font-size: 14px;
}

.om-category-card__link {
  margin-top: 18px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

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

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  overflow: hidden;
  padding: 14px 14px 20px;
  border: 1px solid var(--om-line);
  border-radius: 24px;
  background: var(--om-surface-2);
  text-align: right;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-5px);
  border-color: rgba(247, 37, 133, 0.35);
}

.woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 0 18px;
  padding: 8px;
  border-radius: 17px;
  background: #0b0b0d;
  object-fit: contain;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0 4px;
  color: #fff;
  font-size: 20px;
}

.woocommerce ul.products li.product .price,
.om-price-on-request {
  display: block;
  padding: 0 4px;
  color: var(--om-gold);
  font-size: 15px;
  font-weight: 900;
}

.woocommerce ul.products li.product .button,
.om-product-wa {
  width: calc(100% - 8px);
  margin: 14px 4px 0 !important;
  cursor: pointer;
}

.om-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.om-feature {
  padding: 26px;
  border: 1px solid var(--om-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.025);
}

.om-feature__icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(247, 37, 133, 0.22), rgba(255, 138, 0, 0.18));
  color: var(--om-gold);
  font-size: 22px;
}

.om-feature h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.om-feature p {
  margin: 0;
  color: var(--om-muted);
  font-size: 14px;
}

.om-location {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px;
  padding: 56px;
  border: 1px solid var(--om-line);
  border-radius: 36px;
  background:
    radial-gradient(circle at 90% 10%, rgba(247, 37, 133, 0.2), transparent 38%),
    radial-gradient(circle at 10% 100%, rgba(255, 138, 0, 0.16), transparent 40%),
    #141419;
  box-shadow: var(--om-shadow);
}

.om-location h2 {
  margin: 0 0 16px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.2;
}

.om-location p {
  max-width: 620px;
  margin: 0;
  color: #d1ccc7;
  font-size: 17px;
}

.om-location__card {
  align-self: center;
  padding: 24px;
  border: 1px solid var(--om-line);
  border-radius: 22px;
  background: rgba(0, 0, 0, 0.22);
}

.om-location__row {
  display: flex;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid var(--om-line);
}

.om-location__row:last-child {
  border-bottom: 0;
}

.om-location__row span {
  color: var(--om-gold);
}

.om-content {
  min-height: 65vh;
  padding: 80px 0 110px;
}

.om-page-card {
  padding: clamp(24px, 5vw, 56px);
  border: 1px solid var(--om-line);
  border-radius: 30px;
  background: var(--om-surface);
}

.om-page-title {
  margin-top: 0;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.25;
}

.om-footer {
  border-top: 1px solid var(--om-line);
  background: #070708;
}

.om-footer__main {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 56px;
  padding: 72px 0 48px;
}

.om-footer h3 {
  margin: 0 0 18px;
  font-size: 16px;
}

.om-footer p,
.om-footer a {
  color: var(--om-muted);
}

.om-footer__links {
  display: grid;
  gap: 9px;
}

.om-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  border-top: 1px solid var(--om-line);
  color: #827d78;
  font-size: 12px;
}

.om-whatsapp {
  position: fixed;
  z-index: 90;
  right: 22px;
  bottom: 22px;
  min-width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border-radius: 999px;
  background: #25d366;
  color: #061c0e;
  font-weight: 950;
  box-shadow: 0 16px 40px rgba(37, 211, 102, 0.25);
}

.woocommerce .woocommerce-breadcrumb {
  color: var(--om-muted);
}

.woocommerce .woocommerce-breadcrumb a {
  color: var(--om-gold);
}

.woocommerce div.product {
  display: flow-root;
  padding: 24px;
  border: 1px solid var(--om-line);
  border-radius: 28px;
  background: var(--om-surface);
}

.woocommerce div.product div.images img {
  width: 100%;
  max-height: 680px;
  padding: 12px;
  border-radius: 22px;
  background: #0b0b0d;
  object-fit: contain;
}

.woocommerce div.product .product_title {
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.25;
}

.woocommerce .quantity .qty,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  border: 1px solid var(--om-line);
  border-radius: 12px;
  background: #fff;
  color: #161616;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-top-color: var(--om-pink);
  border-radius: 14px;
  background: #fff;
  color: #171717;
}

.woocommerce table.shop_table {
  overflow: hidden;
  border-color: var(--om-line);
  border-radius: 18px;
  background: #fff;
  color: #171717;
}

body.om-order-open {
  overflow: hidden;
}

.om-order-shell[hidden] {
  display: none;
}

.om-order-shell {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: grid;
  justify-items: end;
}

.om-order-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
  cursor: pointer;
}

.om-order-panel {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  height: 100%;
  overflow-y: auto;
  padding: 28px;
  border-right: 1px solid var(--om-line);
  background: #111115;
  box-shadow: -30px 0 80px rgba(0, 0, 0, 0.45);
}

.om-order-panel__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--om-line);
}

.om-order-panel__header h2 {
  margin: 0;
  font-size: clamp(28px, 5vw, 40px);
  line-height: 1.3;
}

.om-order-close {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border: 1px solid var(--om-line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 27px;
  line-height: 1;
  cursor: pointer;
}

.om-order-panel__body {
  padding-top: 24px;
}

.om-order-empty {
  padding: 20px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  color: var(--om-muted);
  text-align: center;
}

.om-order-items {
  display: grid;
  gap: 10px;
}

.om-order-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid var(--om-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
}

.om-order-item__controls {
  display: flex;
  align-items: center;
  gap: 8px;
  direction: ltr;
}

.om-qty-button,
.om-remove-button {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--om-line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  cursor: pointer;
}

.om-remove-button {
  margin-left: 5px;
  border-color: rgba(247, 37, 133, 0.35);
  color: #ff8ab9;
}

.om-order-form {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.om-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.om-order-form label {
  display: grid;
  gap: 7px;
  color: #eae6e1;
  font-size: 13px;
  font-weight: 800;
}

.om-order-form input,
.om-order-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--om-line);
  border-radius: 12px;
  outline: 0;
  background: #fff;
  color: #151515;
}

.om-order-form input:focus,
.om-order-form textarea:focus {
  border-color: var(--om-pink);
  box-shadow: 0 0 0 3px rgba(247, 37, 133, 0.14);
}

.om-order-submit {
  width: 100%;
  cursor: pointer;
}

.om-order-privacy {
  margin: -4px 0 0;
  color: #8f8a85;
  font-size: 11px;
  text-align: center;
}

.om-whatsapp__count {
  min-width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #07130b;
  color: #fff;
  font-size: 11px;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  margin-bottom: 28px;
}

.woocommerce .woocommerce-ordering select {
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--om-line);
  border-radius: 12px;
}

@media (max-width: 980px) {
  body.admin-bar .om-header {
    top: 46px;
  }

  .om-nav {
    display: none;
  }

  .om-slide__layout {
    gap: 30px;
  }

  .om-hero {
    min-height: 680px;
  }

  .om-hero__content {
    width: min(720px, 76%);
  }

  .om-category-grid,
  .om-products .products,
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .om-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 680px) {
  .om-container {
    width: min(100% - 24px, 1180px);
  }

  .om-header__inner {
    min-height: 72px;
  }

  .om-brand__ring {
    width: 50px;
    height: 50px;
  }

  .om-brand__logo {
    width: 82px;
    height: 54px;
  }

  .om-brand__logo--footer {
    width: 150px;
    height: auto;
  }

  .om-brand__copy small,
  .om-header__actions .om-icon-btn:first-child {
    display: none;
  }

  .om-hero-slider,
  .om-slider__track,
  .om-slide__layout {
    min-height: 880px;
  }

  .om-slide__layout {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 24px;
    padding-top: 34px;
    padding-bottom: 92px;
  }

  .om-slide__media {
    grid-row: 1;
    width: min(100%, 390px);
    justify-self: center;
    border-radius: 28px;
  }

  .om-slide__media img {
    border-radius: 18px;
  }

  .om-slide__content {
    grid-row: 2;
  }

  .om-slide__content h1 {
    font-size: clamp(42px, 13vw, 64px);
  }

  .om-slide__content > p:not(.om-eyebrow) {
    margin-top: 14px;
    font-size: 16px;
  }

  .om-slide__content .om-actions,
  .om-slide__content .om-hero__meta {
    margin-top: 20px;
  }

  .om-hero {
    min-height: 720px;
    align-items: end;
  }

  .om-hero::before {
    background-position: 30% center;
  }

  .om-hero::after {
    background: linear-gradient(0deg, #09090b 5%, rgba(9, 9, 11, 0.88) 58%, rgba(9, 9, 11, 0.2) 100%);
  }

  .om-hero__content {
    width: 100%;
    padding: 260px 0 72px;
  }

  .om-hero h1 {
    font-size: clamp(44px, 15vw, 70px);
  }

  .om-section {
    padding: 76px 0;
  }

  .om-section__head {
    align-items: start;
    flex-direction: column;
  }

  .om-category-grid,
  .om-products .products,
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .om-feature-grid,
  .om-footer__main {
    grid-template-columns: 1fr;
  }

  .om-location {
    padding: 30px 22px;
    border-radius: 26px;
  }

  .om-form-grid {
    grid-template-columns: 1fr;
  }

  .om-order-panel {
    padding: 20px 16px;
  }

  .om-order-item {
    align-items: flex-start;
    flex-direction: column;
  }

  .om-footer__main {
    gap: 34px;
  }

  .om-footer__bottom {
    flex-direction: column;
  }

  .om-whatsapp {
    right: 12px;
    bottom: 12px;
  }
}
