.gradient {
  background: var(--gradient-background);
}

html,
body {
  margin: 0;
  padding: 0;
}

.store-brand-mark {
  width: auto !important;
  min-width: 11.5rem;
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  overflow: visible;
}

.store-brand-mark__logo {
  display: block;
  width: auto;
  height: 4.6rem;
  max-width: 100%;
  object-fit: contain;
  transform: scale(1.18);
  transform-origin: left center;
}

.store-brand-mark__text {
  color: rgb(var(--color-foreground));
  font-family: var(--font-heading-family);
  font-weight: var(--font-heading-weight);
  font-size: 2.1rem;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
}

.store-inline-menu .list-menu--inline {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.4rem;
}

.store-site-header {
  backdrop-filter: saturate(130%) blur(10px);
}

.store-site-header__inner {
  column-gap: 1.2rem;
  min-height: 5.8rem;
  padding-top: 0.35rem !important;
  padding-bottom: 0.35rem !important;
}

.header__heading-link {
  padding: 0.15rem 0 !important;
}

.header__icons {
  gap: 0;
  padding-right: 0.2rem;
}

.header__icon {
  width: 2.2rem;
  height: 2.2rem;
}

.header__icon .svg-wrapper {
  width: 2.2rem;
  height: 2.2rem;
}

.header__icon .svg-wrapper img {
  display: block;
  width: 1.28rem;
  height: 1.28rem;
  object-fit: contain;
}

.header__icon .icon,
.header__icon--cart .icon {
  width: 1.12rem;
  height: 1.12rem;
}

.utility-bar__grid {
  min-height: 2.3rem;
}

.announcement-bar__message {
  min-height: 2.3rem;
  padding: 0.2rem 0;
  font-size: 1.1rem;
  line-height: 1.25;
}

.announcement-bar__link--marquee {
  display: block;
  width: 100%;
  overflow: hidden;
}

.announcement-bar__message--marquee {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  padding: 0.35rem 0;
}

.announcement-bar__marquee {
  display: flex;
  min-width: 200%;
  width: max-content;
  animation: storefront-announcement-marquee 18s linear infinite;
}

.announcement-bar__marquee-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  flex: 0 0 100%;
  padding-inline: 2rem;
  white-space: nowrap;
}

.announcement-bar__marquee-item .svg-wrapper {
  display: inline-flex;
  align-items: center;
}

.announcement-bar__link--marquee:hover .announcement-bar__marquee,
.announcement-bar__link--marquee:focus-visible .announcement-bar__marquee {
  animation-play-state: paused;
}

@keyframes storefront-announcement-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.store-flashes {
  margin-top: 1.6rem;
}

.store-flash {
  margin-bottom: 1rem;
  padding: 1.4rem 1.6rem;
  border: 0.1rem solid rgba(var(--color-foreground), 0.12);
}

.store-flash--success {
  background: rgba(62, 214, 96, 0.12);
}

.store-flash--error {
  background: rgba(200, 48, 48, 0.1);
}

.store-page-hero {
  position: relative;
  overflow: hidden;
}

.store-page-hero .banner,
.store-page-hero .banner__media {
  min-height: 0;
}

.store-page-hero .banner {
  position: relative;
  height: 38rem;
}

.store-page-hero .banner__media {
  position: relative;
  background: rgb(var(--color-background));
  height: 100%;
}

.store-page-hero .banner__content {
  position: absolute;
  inset: 0;
  min-height: 0;
  height: 100%;
  box-sizing: border-box;
  padding: 0 !important;
  pointer-events: none;
}

.store-page-hero .store-page-hero__content {
  display: flex;
  align-items: flex-end !important;
  justify-content: center !important;
  padding: 0 2rem 2.4rem !important;
}

.store-page-hero__box {
  background: transparent;
  border: 0;
  box-shadow: none;
  position: static;
  padding: 0 !important;
  width: auto;
  max-width: none;
  pointer-events: auto;
  text-align: center;
}

.store-page-hero .store-page-hero__box {
  right: auto !important;
  left: auto !important;
  bottom: auto !important;
  transform: none !important;
}

.store-banner-art {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.store-banner-art__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 31%;
}

.store-banner-art__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 18, 18, 0.02), rgba(18, 18, 18, 0) 28%, rgba(18, 18, 18, 0.18) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
}

.store-page-hero__actions {
  margin: 0;
  transform: none;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  max-width: none;
  flex-wrap: wrap;
}

.store-page-hero__actions .button {
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
  min-height: 0;
  position: relative;
  overflow: hidden;
  padding: 0.95rem 1.8rem;
  background: rgba(18, 18, 18, 0.84);
  border-color: rgba(255, 255, 255, 0.92);
  color: rgb(255, 255, 255);
  backdrop-filter: blur(8px);
  font-size: 1.4rem;
  line-height: 1.2;
  box-shadow: 0 1.2rem 2.8rem -1.8rem rgba(0, 0, 0, 0.55);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    background-color 0.35s ease,
    border-color 0.35s ease;
  animation: storeHeroButtonIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.store-page-hero__actions .button:nth-child(2) {
  animation-delay: 0.12s;
}

.store-page-hero__actions .button::before {
  content: '';
  position: absolute;
  top: -20%;
  left: -35%;
  width: 28%;
  height: 140%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.38), transparent);
  transform: skewX(-22deg) translateX(-220%);
  transition: transform 0.7s ease;
  pointer-events: none;
}

.store-page-hero__actions .button:hover {
  transform: translateY(-0.4rem);
  box-shadow: 0 1.6rem 3.2rem -1.4rem rgba(0, 0, 0, 0.62);
  background: rgba(18, 18, 18, 0.92);
  border-color: rgba(255, 255, 255, 1);
}

.store-page-hero__actions .button:hover::before {
  transform: skewX(-22deg) translateX(520%);
}

.store-page-hero__actions .button:active {
  transform: translateY(-0.1rem) scale(0.985);
}

@media screen and (min-width: 750px) {
  .store-page-hero .banner,
  .store-page-hero .banner__media,
  .store-page-hero .banner__content {
    min-height: 0;
  }

  .store-page-hero .banner {
    height: clamp(34rem, 58vh, 40rem);
  }

  .store-page-hero__content {
    padding-bottom: 4rem !important;
  }

  .store-page-hero__box {
    max-width: none;
  }

  .store-page-hero__actions .button {
    padding: 1.15rem 2.2rem;
    font-size: 1.55rem;
  }
}

@keyframes storeHeroButtonIn {
  from {
    opacity: 0;
    transform: translateY(1.4rem) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .store-page-hero__actions .button {
    animation: none;
    transition: none;
  }

  .store-page-hero__actions .button::before {
    transition: none;
  }
}

.store-product-media {
  width: 100%;
  height: 100%;
  min-height: 28rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background:
    linear-gradient(180deg, rgba(18, 18, 18, 0.03), rgba(18, 18, 18, 0.08)),
    rgb(var(--color-background));
}

.store-product-media img {
  width: min(18rem, 70%);
  height: auto;
  max-height: 18rem;
}

.store-card-media {
  background:
    linear-gradient(180deg, rgba(18, 18, 18, 0.03), rgba(18, 18, 18, 0.08)),
    rgb(var(--color-background));
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.store-card-media > img {
  width: 100%;
  height: 100%;
  padding: 0;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.product-card-wrapper--portrait .store-card-media > img {
  transform: scale(1.6) translateY(-2%);
  transform-origin: center top;
}

.store-collection-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.4rem;
}

.store-policy-page {
  padding: 5.6rem 0 7.2rem;
}

.store-policy-hero {
  margin-bottom: 3.2rem;
}

.store-policy-hero .caption-with-letter-spacing {
  margin-bottom: 1rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}

.store-policy-hero__lead {
  margin: 1.2rem 0 0;
  font-size: 1.8rem;
  color: rgba(var(--color-foreground), 0.75);
}

.store-policy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.4rem;
}

.store-policy-card {
  background: rgb(var(--color-background));
  border: 1px solid rgba(var(--color-foreground), 0.08);
  border-radius: 2rem;
  box-shadow: 0 1.6rem 3.2rem rgba(18, 18, 18, 0.06);
  padding: 3rem;
}

.store-policy-card h2 {
  margin: 0 0 1.6rem;
  font-size: 2.6rem;
}

.store-policy-card p,
.store-policy-card li {
  font-size: 1.6rem;
  line-height: 1.9;
}

.store-policy-card ul {
  margin: 1.8rem 0 0;
  padding-inline-start: 2rem;
}

.store-policy-card li + li {
  margin-top: 1.2rem;
}

.store-policy-card--arabic {
  text-align: right;
}

.store-contact-page {
  padding: 5.6rem 0 7.2rem;
}

.store-contact-list {
  margin: 1.8rem 0 0;
  padding-inline-start: 2rem;
}

.store-contact-list a {
  color: inherit;
}

.store-contact-form-card {
  margin-top: 2.4rem;
  background: rgb(var(--color-background));
  border: 1px solid rgba(var(--color-foreground), 0.08);
  border-radius: 2rem;
  box-shadow: 0 1.6rem 3.2rem rgba(18, 18, 18, 0.06);
  padding: 3rem;
}

.store-contact-form-card h2 {
  margin: 0 0 1.2rem;
  font-size: 2.6rem;
}

.store-contact-form {
  margin-top: 2rem;
}

.store-contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
}

.store-contact-form .field {
  margin-bottom: 1.4rem;
}

.store-contact-form .text-area.field__input {
  min-height: 16rem;
  padding-top: 2.2rem;
}

.footer-block__details-content .list-menu__item--link {
  text-decoration: none !important;
}

.footer-block__details-content .list-menu__item--link:hover {
  text-decoration: none !important;
}

.store-collection-head p {
  margin: 0;
  max-width: 56rem;
}

.store-collection-title-block {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
}

.store-product-page {
  padding-top: 3.6rem;
  padding-bottom: 1.2rem;
}

.store-product-gallery {
  display: grid;
  gap: 1.2rem;
}

.store-product-gallery__main {
  border: 0.1rem solid rgba(var(--color-foreground), 0.08);
  background: rgba(var(--color-background), 1);
  max-width: 50rem;
  margin: 0 auto;
}

.store-product-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(8.4rem, 1fr));
  gap: 1rem;
  max-width: 50rem;
  margin: 0 auto;
}

.store-product-gallery__thumb {
  display: block;
  width: 100%;
  padding: 0;
  border: 0.1rem solid rgba(var(--color-foreground), 0.08);
  background: rgb(var(--color-background));
  cursor: pointer;
}

.store-product-gallery__thumb.is-active {
  border-color: rgb(var(--color-foreground));
}

.store-product-gallery__main .store-product-media {
  min-height: clamp(34rem, 72vw, 56rem);
  padding: 1.6rem;
}

.store-product-gallery__main .store-product-media img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center center;
}

.store-product-gallery__thumb .store-product-media {
  min-height: 0;
  aspect-ratio: 1 / 1;
  padding: 0.8rem;
}

.store-product-gallery__thumb .store-product-media img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center center;
}

@media screen and (min-width: 990px) {
  .store-product-gallery {
    position: sticky;
    top: 3rem;
  }

  .store-product-gallery__main,
  .store-product-gallery__thumbs {
    max-width: none;
    margin: 0;
  }

  .store-product-gallery__main .store-product-media {
    min-height: clamp(42rem, 52vw, 68rem);
  }
}

.store-stock-note {
  margin-top: 1.4rem;
  color: rgba(var(--color-foreground), 0.7);
}

.store-option-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.8rem;
}

.store-color-current {
  color: rgba(var(--color-foreground), 0.72);
}

.store-color-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.8rem;
}

.store-color-swatch {
  position: relative;
  display: inline-flex;
}

.store-color-swatch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.store-color-swatch__chip {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: var(--store-swatch-color);
  border: 0.2rem solid rgb(var(--color-background));
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.store-color-swatch input:checked + .store-color-swatch__chip {
  transform: scale(1.06);
  box-shadow: 0 0 0 0.1rem rgb(var(--color-background)), 0 0 0 0.28rem rgba(var(--color-foreground), 0.85);
}

.store-option-pill {
  position: relative;
}

.store-option-pill input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.store-option-pill span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.8rem;
  min-height: 4.2rem;
  padding: 0 1.4rem;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
  border-radius: var(--variant-pills-radius);
  background: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  cursor: pointer;
}

.store-option-pill input:checked + span {
  background: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
}

.store-quantity-row {
  display: flex;
  align-items: end;
  gap: 1.6rem;
  flex-wrap: wrap;
}

.store-quantity-row .field {
  max-width: 12rem;
}

.store-inline-form {
  display: inline;
}

.store-cart-layout {
  padding-top: 3.6rem;
}

.store-cart-actions {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.store-cart-remove {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.store-checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(28rem, 0.8fr);
  gap: 3rem;
  padding: 3.6rem 0 5rem;
}

.store-checkout-card,
.store-summary-card,
.store-order-card,
.store-admin-card {
  padding: 2.4rem;
  border: 0.1rem solid rgba(var(--color-foreground), 0.08);
  background: rgb(var(--color-background));
}

.store-checkout-card h1,
.store-summary-card h2,
.store-order-card h1,
.store-admin-card h1 {
  margin-top: 0;
}

.store-checkout-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem;
}

.store-checkout-grid .field,
.store-checkout-grid .text-area {
  width: 100%;
}

.store-checkout-grid .store-span-2 {
  grid-column: 1 / -1;
}

.store-payment-options {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.store-payment-options label {
  display: flex;
  gap: 1rem;
  align-items: start;
  padding: 1.2rem 1.4rem;
  border: 0.1rem solid rgba(var(--color-foreground), 0.12);
}

.store-summary-row {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
}

.store-summary-row + .store-summary-row {
  margin-top: 1rem;
}

.store-summary-total {
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.08);
  font-weight: 700;
}

.store-order-items,
.store-summary-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.store-order-items li,
.store-summary-items li {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1rem 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.06);
}

.store-admin-table {
  width: 100%;
  border-collapse: collapse;
}

.store-admin-table th,
.store-admin-table td {
  padding: 1.2rem 1rem;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  text-align: left;
  vertical-align: top;
}

.store-footer-spacing {
  margin-top: 4rem;
  padding-top: 3.6rem;
  padding-bottom: 3.6rem;
}

.store-footer-note {
  margin-bottom: 1.6rem;
  color: rgba(var(--color-foreground), 0.7);
}

.store-footer-social {
  margin-top: 1.5rem;
}

.store-empty-state {
  padding: 5rem 0;
}

@media screen and (min-width: 990px) {
  .store-page-hero .banner {
    height: 46rem;
  }

  .store-banner-art__image {
    object-position: center 42%;
  }
}

@media screen and (max-width: 989px) {
  .store-site-header__inner {
    grid-template-columns: auto 1fr auto;
    column-gap: 1rem;
    min-height: 4.5rem;
    padding-top: 0.15rem !important;
    padding-bottom: 0.15rem !important;
  }

  .store-brand-mark {
    width: auto !important;
    min-width: auto;
    min-height: auto;
  }

  .store-brand-mark__logo {
    height: 3.8rem;
    transform: scale(1.12);
  }

  .store-brand-mark__text {
    font-size: 1.8rem;
    letter-spacing: 0.08rem;
  }

  .header__heading-link {
    padding: 0.1rem 0 !important;
  }

  .header__icons {
    gap: 0;
    padding-right: 0.1rem;
  }

  .header__icon {
    width: 2.15rem;
    height: 2.15rem;
  }

  .header__icon .svg-wrapper {
    width: 2.15rem;
    height: 2.15rem;
  }

  .header__icon .svg-wrapper img {
    width: 1.18rem;
    height: 1.18rem;
  }

  .header__icon .icon,
  .header__icon--cart .icon {
    width: 1.02rem;
    height: 1.02rem;
  }

  .utility-bar__grid {
    min-height: 2.4rem;
  }

  .announcement-bar__message {
    min-height: 2.4rem;
    padding: 0.25rem 0;
    font-size: 0.95rem;
    line-height: 1.3;
  }

  .store-inline-menu {
    display: none;
  }

  .store-checkout-layout,
  .store-checkout-grid {
    grid-template-columns: 1fr;
  }

  .store-product-page .product__info-wrapper {
    padding-left: 0;
    margin-top: 2rem;
  }

  .store-collection-head {
    flex-direction: column;
    align-items: start;
  }

  .store-collection-title-block {
    flex-direction: column;
    align-items: start;
  }

  .store-policy-grid {
    grid-template-columns: 1fr;
  }

  .store-policy-card {
    padding: 2.4rem;
  }

  .store-contact-form-card {
    padding: 2.4rem;
  }

  .store-contact-form__grid {
    grid-template-columns: 1fr;
  }

  .store-page-hero .banner,
  .store-page-hero .banner__media,
  .store-page-hero .banner__content {
    min-height: 0;
  }

  .store-page-hero .banner {
    height: 36rem;
  }

  .store-banner-art__image {
    object-position: center 22%;
  }

  .store-page-hero .store-page-hero__content {
    padding-right: 1.6rem !important;
    padding-bottom: 5rem !important;
    padding-left: 1.6rem !important;
  }

  .store-page-hero__actions .button {
    padding: 0.95rem 1.45rem;
    font-size: 1.3rem;
  }

  .store-page-hero__box {
    max-width: 100%;
  }
}
