#store-public-app {
  min-height: 100vh;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background: #f8f6f1;
}
#store-public-app[dir="rtl"] {
  direction: rtl;
}
#store-public-app[dir="ltr"] {
  direction: ltr;
}
#store-public-app .v-application--wrap {
  min-height: 100vh;
}
#store-public-app .v-application {
  background: #f8f6f1;
  font-family: "Cairo", sans-serif;
}
#store-public-app .v-overlay {
  z-index: 1000 !important;
}
#store-public-app .v-navigation-drawer--temporary {
  z-index: 1001 !important;
}
.v-overlay.v-overlay--active {
  z-index: 1000 !important;
}
.v-navigation-drawer.cart-drawer {
  z-index: 1001 !important;
}
#store-public-app .v-pagination__item--active {
  background-color: #00796b !important;
}
.petite-store {
  color: #26231f;
  background: #f8f6f1;
  font-family: "Cairo", sans-serif;
}
.petite-store button {
  font-family: inherit;
}
.store-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 14px max(24px, calc((100vw - 1120px) / 2)) 12px;
  border-bottom: 1px solid rgba(42, 38, 33, 0.12);
  background: rgba(248, 246, 241, 0.96);
  backdrop-filter: blur(12px);
}
.brand {
  border: 0;
  background: transparent;
  color: #1f1c18;
  font-size: 1.45rem;
  font-weight: 800;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
}
.nav-links button,
.store-footer button {
  border: 0;
  background: transparent;
  color: #27231e;
  cursor: pointer;
  font-family: "Cairo", sans-serif;
  font-size: 0.86rem;
}
.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px;
  border: 1px solid rgba(42, 38, 33, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
}
.lang-btn {
  min-width: 38px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #6e675f;
  cursor: pointer;
  font-family: "Cairo", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 6px 10px;
}
.lang-btn.active {
  background: #559a82;
  color: #fff;
}
#store-public-app[dir="rtl"] .store-search-input {
  padding: 14px 42px 14px 18px;
}
#store-public-app[dir="rtl"] .store-search-icon {
  left: auto;
  right: 16px;
}
.cart-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px !important;
  padding: 8px 14px !important;
  background: #559a82 !important;
  color: white !important;
}
.cart-pill span {
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  line-height: 20px;
  text-align: center;
}
.store-shell {
  min-height: 70vh;
}
.hero {
  min-height: 430px;
  display: flex;
  align-items: center;
  width: min(1220px, calc(100% - 48px));
  margin: 8px auto 0;
  padding: 58px min(7vw, 72px);
  background:
    linear-gradient(90deg, rgba(248, 246, 241, 0.98) 0%, rgba(248, 246, 241, 0.7) 46%, rgba(248, 246, 241, 0.16) 100%),
    linear-gradient(135deg, rgba(189, 174, 151, 0.2), rgba(255, 255, 255, 0.4)),
    repeating-linear-gradient(90deg, rgba(220, 210, 194, 0.28) 0 42px, rgba(246, 240, 229, 0.35) 42px 88px);
  background-color: #eee8dc;
}
.hero-copy {
  max-width: 420px;
}
.store-carousel-wrap {
  width: min(1060px, calc(100% - 48px));
  margin: 28px auto 18px;
}
.store-carousel {
  overflow: hidden;
  border: 1px solid rgba(215, 202, 190, 0.75);
  border-radius: 28px;
  box-shadow: 0 18px 42px rgba(42, 35, 28, 0.08);
}
.store-carousel-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eyebrow,
.section-kicker {
  color: #4b8a75;
  font-family: "Cairo", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.hero h1,
.page-title h1 {
  margin: 8px 0 18px;
  font-size: clamp(2.3rem, 5vw, 4.2rem);
  line-height: 0.95;
}
.hero h1 span {
  color: #3f7a65;
}
.hero-text,
.section-subtitle,
.page-title p,
.store-footer p {
  color: #6e6860;
  font-family: "Cairo", sans-serif;
  line-height: 1.65;
}
.primary-btn,
.outline-btn,
.soft-btn,
.search-wrap button {
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  transition: transform 0.18s ease, opacity 0.18s ease;
}
.primary-btn {
  padding: 13px 24px;
  background: #559a82;
  color: white;
}
.primary-btn.small {
  padding: 12px 20px;
}
.outline-btn {
  width: 100%;
  margin-top: 16px;
  padding: 11px 18px;
  border: 1px solid #d7d0c6;
  background: transparent;
  color: #3f7a65;
}
.soft-btn {
  padding: 13px 20px;
  background: #eee9e1;
  color: #403b34;
}
.petite-store button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
.collection,
.page-panel {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 28px 0 72px;
}
.collection {
  text-align: center;
}
.collection h2 {
  margin: 0 0 8px;
  font-family: "Cairo", sans-serif;
  font-size: 1.45rem;
}
.category-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 36px 0 24px;
}
.category-row.compact {
  margin: 0;
}

/* Store toolbar + filters */
.store-toolbar {
  max-width: 1060px;
  margin: 0 auto 28px;
  text-align: left;
}
.store-search-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.store-search-field {
  position: relative;
  flex: 1;
  display: block;
}
.store-search-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  color: #8b8076;
  font-family: "Cairo", sans-serif;
  font-size: 1rem;
  pointer-events: none;
}
.store-search-input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ded8cf;
  border-radius: 999px;
  background: white;
  padding: 14px 18px 14px 42px;
  outline: none;
  font: inherit;
}
.store-filter-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  border-radius: 999px !important;
  padding: 13px 18px !important;
}
.filter-count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #559a82;
  color: white;
  font-family: "Cairo", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0 6px;
}
.store-active-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
}
.active-filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(85, 154, 130, 0.25);
  border-radius: 999px;
  background: rgba(85, 154, 130, 0.1);
  color: #3f7a65;
  cursor: pointer;
  font-family: "Cairo", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 8px 12px;
}
.active-filter-tag span:last-child {
  font-size: 1rem;
  line-height: 1;
}
.clear-filters-btn {
  border: 0;
  background: transparent;
  color: #8b8076;
  cursor: pointer;
  font-family: "Cairo", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 8px 4px;
  text-decoration: underline;
}
.collection-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  text-align: left;
}
.collection-main {
  min-width: 0;
}
.store-filter-backdrop {
  display: none;
}
.store-filter-panel {
  position: sticky;
  top: 84px;
  align-self: start;
}
.store-filter-panel-inner {
  border: 1px solid rgba(215, 202, 190, 0.85);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 34px rgba(42, 35, 28, 0.06);
  padding: 14px;
}
.store-filter-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  padding: 4px 6px 10px;
  border-bottom: 1px solid rgba(215, 202, 190, 0.75);
}
.store-filter-panel-head h3 {
  margin: 0;
  color: #403b34;
  font-family: "Cairo", sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.filter-panel-close {
  display: none;
  border: 0;
  background: transparent;
  color: #6e675f;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0 4px;
}
.filter-group {
  border-bottom: 1px solid rgba(215, 202, 190, 0.55);
}
.filter-group:last-child {
  border-bottom: 0;
}
.filter-group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 14px 6px;
  text-align: left;
}
.filter-group-title {
  color: #403b34;
  font-family: "Cairo", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.filter-group-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.filter-group-value {
  color: #8b8076;
  font-family: "Cairo", sans-serif;
  font-size: 0.78rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 92px;
}
.filter-group.has-selection .filter-group-value {
  color: #3f7a65;
  font-weight: 700;
}
.filter-group-chevron {
  color: #8b8076;
  font-size: 0.9rem;
  transition: transform 0.18s ease;
}
.filter-group.open .filter-group-chevron {
  transform: rotate(180deg);
}
.filter-group-body {
  padding: 0 4px 14px;
}
.filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.filter-options--color,
.filter-options--size {
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
}
.filter-option {
  border: 1px solid #ded8cf;
  border-radius: 999px;
  background: #fff;
  color: #6e675f;
  cursor: pointer;
  font-family: "Cairo", sans-serif;
  font-size: 0.82rem;
  padding: 8px 14px;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}
.filter-option.active {
  border-color: #559a82;
  background: #559a82;
  color: white;
}
.filter-option--size {
  min-width: 42px;
  border-radius: 10px;
  padding: 8px 10px;
  text-align: center;
}
.filter-option--color {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  padding: 3px;
}
.filter-option--color.active {
  border-color: #559a82;
  background: white;
  box-shadow: 0 0 0 2px rgba(85, 154, 130, 0.18);
}
.color-swatch {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(42, 35, 28, 0.12);
  border-radius: 999px;
}
.filter-block {
  max-width: 920px;
  margin: 0 auto 18px;
  text-align: center;
}
.filter-label {
  margin: 0 0 12px;
  color: #8b8076;
  font-family: "Cairo", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.category-chip {
  border: 0;
  border-radius: 999px;
  padding: 11px 18px;
  background: #efebe5;
  color: #6e675f;
  cursor: pointer;
  font-family: "Cairo", sans-serif;
}
.category-chip.active {
  background: #559a82;
  color: white;
}
.search-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 34px;
}
.search-input {
  width: min(320px, 74vw);
  border: 1px solid #ded8cf;
  border-radius: 999px;
  background: white;
  padding: 14px 18px;
  outline: none;
}
.search-wrap button {
  padding: 13px 18px;
  background: #eee9e1;
  color: #403b34;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  text-align: left;
}
.product-card {
  min-width: 0;
  cursor: pointer;
  outline: none;
  border: 1px solid rgba(215, 202, 190, 0.85);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 14px 34px rgba(42, 35, 28, 0.07);
  padding: 14px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.product-card:hover,
.product-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(85, 154, 130, 0.35);
  box-shadow: 0 20px 44px rgba(42, 35, 28, 0.11);
}
.product-image {
  aspect-ratio: 1.08 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 16px;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.9), transparent 28%),
    linear-gradient(145deg, #f1dedb 0%, #efe8de 100%);
  color: #2a251f;
  font-size: 1.8rem;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(42, 35, 28, 0.08);
}
.product-image img,
.cart-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card-body {
  min-height: 116px;
  padding: 14px 2px 0;
}
.product-group,
.product-meta,
.product-code {
  margin: 0 0 10px;
  color: #8b8076;
  font-family: "Cairo", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.product-card h3 {
  min-height: 38px;
  margin: 0 0 14px;
  color: #22201c;
  font-size: 1rem;
  line-height: 1.35;
}
.product-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.product-price {
  color: #3f7a65;
  font-family: "Cairo", sans-serif;
  font-size: 1rem;
  font-weight: 800;
}
.product-old-price {
  color: #9a9188;
  font-size: 0.85rem;
  text-decoration: line-through;
}
.product-discount-badge {
  padding: 2px 8px;
  border-radius: 999px;
  background: #ffe8e0;
  color: #b84a2f;
  font-size: 0.75rem;
  font-weight: 700;
}
.item-price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.item-old-price {
  color: #9a9188;
  font-size: 0.9rem;
  text-decoration: line-through;
}
.item-discount-badge {
  padding: 2px 8px;
  border-radius: 999px;
  background: #ffe8e0;
  color: #b84a2f;
  font-size: 0.75rem;
  font-weight: 700;
}
.product-code {
  margin: 12px 0 0;
  letter-spacing: 0;
  text-transform: none;
  font-size: 0.8rem;
}
.product-card .outline-btn {
  min-height: 44px;
  margin-top: 12px;
  border-color: #d7cabe;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  color: #3f7a65;
  font-size: 1rem;
  font-family: "Cairo", sans-serif;
}
.product-card .outline-btn:hover {
  background: #559a82;
  border-color: #559a82;
  color: white;
}
.item-details {
  padding-top: 10px;
}
.item-details-card {
  overflow: hidden;
  border: 1px solid #ded8cf;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 50px rgba(48, 43, 35, 0.08);
}
.item-details-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 26px;
}
.item-details-head h1 {
  margin: 8px 0 16px;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
}
.item-details-head p:not(.eyebrow) {
  margin: 0;
  color: #6e6860;
  font-family: "Cairo", sans-serif;
}
.item-details-actions {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.item-details-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1fr;
  gap: 28px;
  padding: 0 26px 26px;
}
.item-detail-image {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 12px;
  background: #efebe5;
  color: #2a251f;
  font-size: 2.4rem;
  font-weight: 800;
}
.item-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-detail-stats {
  display: grid;
  align-content: start;
}
.detail-stat {
  border: 1px solid #ded8cf;
  border-radius: 14px;
  background: rgba(248, 246, 241, 0.72);
  padding: 16px;
  font-family: "Cairo", sans-serif;
}
.detail-stat + .detail-stat {
  margin-top: -1px;
}
.detail-stat span {
  display: block;
  margin-bottom: 6px;
  color: #797168;
  font-size: 0.76rem;
}
.detail-stat strong {
  display: block;
}
.variant-box {
  margin: 0 26px 18px;
}
.variant-box-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}
.variant-box-head h2 {
  margin-bottom: 0;
}
.variant-box-head span,
.variant-selection-message,
.variant-empty {
  color: #797168;
  font-family: "Cairo", sans-serif;
}
.variant-groups {
  display: grid;
  gap: 18px;
}
.variant-group h3 {
  margin: 0 0 10px;
  color: #403b34;
  font-family: "Cairo", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.variant-values {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.variant-chip {
  border: 1px solid #d7cabe;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  color: #403b34;
  cursor: pointer;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  min-width: 72px;
  padding: 10px 16px;
}
.variant-chip.active {
  border-color: #559a82;
  background: #559a82;
  color: white;
}
.variant-chip:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}
.variant-selection-message {
  margin: 16px 0 0;
  line-height: 1.6;
}
.details-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 0 26px;
}
.details-box {
  border: 1px solid #ded8cf;
  border-radius: 14px;
  background: rgba(248, 246, 241, 0.62);
  padding: 22px;
}
.details-box h2 {
  margin: 0 0 18px;
  font-size: 1.45rem;
}
.details-box dl {
  margin: 0;
  font-family: "Cairo", sans-serif;
}
.details-box dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.details-box dt {
  color: #797168;
  font-size: 0.78rem;
}
.details-box dd {
  margin: 0;
  max-width: 70%;
  font-weight: 700;
  text-align: right;
}
.description-box {
  margin: 0 26px 26px;
}
.description-box p {
  margin: 0;
  color: #6e6860;
  font-family: "Cairo", sans-serif;
  line-height: 1.75;
}
.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 42px;
  font-family: "Cairo", sans-serif;
}
.loading-state,
.empty-state,
.empty-cart {
  padding: 54px 0;
  color: #726c64;
  font-family: "Cairo", sans-serif;
}
.page-panel {
  padding-top: 62px;
}
.page-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}
.page-title h1 {
  font-size: clamp(2rem, 4vw, 3rem);
}
.checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 26px;
}
.checkout-form,
.summary-card,
.orders-search,
.order-card {
  border: 1px solid #ded8cf;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 50px rgba(48, 43, 35, 0.08);
}
.checkout-form {
  padding: 24px;
  border-top: 3px solid #559a82;
}
.checkout-form h3,
.summary-card h3 {
  margin: 0 0 18px;
}
.checkout-form > h3 {
  margin-top: 8px;
}
.checkout-form > h3:first-of-type {
  margin-top: 0;
}
.delivery-panel {
  margin: 22px 0 18px;
  padding: 20px;
  border: 1px solid #ded8cf;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(248, 246, 241, 0.72) 100%);
}
.delivery-panel-header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}
.delivery-panel-header h3 {
  margin: 0 0 4px;
  font-size: 1.05rem;
}
.delivery-panel-subtitle {
  margin: 0;
  color: #797168;
  font-size: 0.82rem;
  line-height: 1.5;
}
.delivery-panel-icon,
.shipping-cost-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(85, 154, 130, 0.12);
  color: #2d6a52;
  flex-shrink: 0;
}
.delivery-panel-icon svg,
.shipping-cost-icon svg {
  width: 22px;
  height: 22px;
}
.delivery-loading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.delivery-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(85, 154, 130, 0.22);
  border-top-color: #559a82;
  border-radius: 50%;
  animation: delivery-spin 0.8s linear infinite;
}
@keyframes delivery-spin {
  to {
    transform: rotate(360deg);
  }
}
.delivery-fields-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.delivery-field {
  display: block;
  margin: 0;
}
.delivery-field-full {
  grid-column: 1 / -1;
}
.delivery-field .field-label {
  display: block;
  margin-bottom: 8px;
  color: #5f5951;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.petite-store select,
.delivery-select {
  width: 100%;
  border: 1px solid #ded8cf;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.88);
  padding: 13px 14px;
  color: #28231e;
  font-family: "Cairo", sans-serif;
  font-size: 0.92rem;
  outline: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #6e675f 50%), linear-gradient(135deg, #6e675f 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 13px) calc(50% - 3px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
#store-public-app[dir="rtl"] .delivery-select {
  background-position: 18px calc(50% - 3px), 13px calc(50% - 3px);
}
.petite-store select:focus,
.delivery-select:focus {
  border-color: #559a82;
  box-shadow: 0 0 0 3px rgba(85, 154, 130, 0.14);
}
.petite-store select:disabled,
.delivery-select:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  background-color: rgba(248, 246, 241, 0.9);
}
.delivery-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.delivery-chip {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #e2dcd3;
  color: #403b34;
  font-size: 0.82rem;
  font-weight: 600;
}
.delivery-chip-accent {
  background: rgba(85, 154, 130, 0.12);
  border-color: rgba(85, 154, 130, 0.28);
  color: #2d6a52;
}
.shipping-cost-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
  padding: 16px 18px;
  border: 1px dashed #c9c0b4;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  font-family: "Cairo", sans-serif;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.shipping-cost-box.is-calculated {
  border-style: solid;
  border-color: rgba(85, 154, 130, 0.35);
  background: linear-gradient(135deg, rgba(85, 154, 130, 0.1) 0%, rgba(255, 255, 255, 0.82) 100%);
}
.shipping-cost-box.is-loading {
  opacity: 0.85;
}
.shipping-cost-label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #403b34;
  font-weight: 700;
}
.shipping-cost-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
}
.shipping-cost-icon svg {
  width: 18px;
  height: 18px;
}
.shipping-cost-value {
  text-align: end;
}
.shipping-cost-box strong {
  color: #2d6a52;
  font-size: 1.15rem;
  letter-spacing: 0.01em;
}
.shipping-cost-box strong small {
  margin-inline-start: 6px;
  color: #5f8f79;
  font-size: 0.78rem;
  font-weight: 700;
}
.shipping-loading {
  font-size: 0.92rem !important;
  color: #6e675f !important;
}
.petite-store label {
  display: block;
  margin-bottom: 16px;
  color: #403b34;
  font-family: "Cairo", sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.petite-store input,
.petite-store textarea {
  width: 100%;
  margin-top: 7px;
  border: 1px solid #ded8cf;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.72);
  padding: 13px 14px;
  color: #28231e;
  font-family: "Cairo", sans-serif;
  font-size: 0.9rem;
  outline: none;
}
.petite-store textarea {
  min-height: 92px;
  resize: vertical;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.form-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}
.summary-card {
  align-self: start;
  padding: 22px;
}
.summary-line {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
  border-radius: 10px;
  background: rgba(248, 246, 241, 0.82);
  padding: 13px;
  font-family: "Cairo", sans-serif;
}
.summary-line strong,
.summary-line span {
  display: block;
}
.summary-line span {
  margin-top: 5px;
  color: #797168;
  font-size: 0.78rem;
}
.summary-total {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-top: 1px solid #e2dcd3;
  font-family: "Cairo", sans-serif;
}
.summary-total.grand {
  font-size: 1.05rem;
}
.checkout-hint {
  color: #797168;
  font-size: 0.85rem;
  margin: 0 0 12px;
}
.orders-search {
  padding: 22px;
}
.orders-count {
  margin: 18px 0 12px;
  font-family: "Cairo", sans-serif;
}
.order-card {
  margin-bottom: 18px;
  padding: 20px;
}
.order-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.order-header div {
  display: grid;
  gap: 4px;
  text-align: right;
  font-family: "Cairo", sans-serif;
}
.petite-store table {
  width: 100%;
  margin-top: 18px;
  border-collapse: collapse;
  font-family: "Cairo", sans-serif;
}
.petite-store th,
.petite-store td {
  border-top: 1px solid #eee7de;
  padding: 12px;
  text-align: left;
}
.store-footer {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 42px;
  padding: 54px max(48px, calc((100vw - 1060px) / 2)) 58px;
  border-top: 1px solid #ded8cf;
  background: #f2eee7;
}
.store-footer strong {
  display: block;
  margin-bottom: 16px;
  font-size: 1.25rem;
}
.store-footer button {
  display: block;
  margin: 0 0 12px;
  padding: 0;
}
.cart-drawer {
  top: 0 !important;
  height: 100vh !important;
  max-height: 100vh !important;
  position: fixed !important;
  font-family: "Cairo", sans-serif;
  box-shadow: -24px 0 60px rgba(42, 35, 28, 0.18) !important;
}
.cart-drawer .v-navigation-drawer__content {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 150px;
}
.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 22px 22px;
  background: white;
}
.drawer-head h2 {
  margin: 0;
}
.drawer-head button {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 1.2rem;
}
.cart-lines {
  padding: 12px 22px;
}
.cart-line {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 14px;
  margin-bottom: 18px;
}
.cart-thumb {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px;
  background: #f2eee7;
  font-family: "Cairo", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
}
.cart-info strong,
.cart-info span {
  display: block;
}
.cart-info span {
  margin: 5px 0 8px;
  color: #3f7a65;
  font-weight: 700;
}
.qty-controls {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.qty-controls button {
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 50%;
  background: #f2eee7;
  cursor: pointer;
}
.drawer-total {
  position: absolute;
  right: 22px;
  bottom: 86px;
  left: 22px;
  display: flex;
  justify-content: space-between;
}
.checkout-btn {
  position: absolute;
  bottom: 28px;
  left: 22px;
}
@media (max-width: 900px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-card-body {
    min-height: 112px;
  }
  .checkout-grid,
  .details-info-grid,
  .item-details-grid,
  .store-footer {
    grid-template-columns: 1fr;
  }
  .delivery-fields-grid {
    grid-template-columns: 1fr;
  }
  .shipping-cost-box {
    flex-direction: column;
    align-items: stretch;
    text-align: start;
  }
  .shipping-cost-value {
    text-align: start;
  }
  .collection-layout {
    grid-template-columns: 1fr;
  }
  .store-filter-toggle {
    display: inline-flex;
  }
  .store-filter-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 1002;
    background: rgba(31, 28, 24, 0.34);
  }
  .store-filter-panel {
    position: fixed;
    top: 0;
    z-index: 1003;
    width: min(320px, 88vw);
    height: 100vh;
    transform: translateX(-265%);
    transition: transform 0.22s ease;
  }
  #store-public-app[dir="rtl"] .store-filter-panel {
    left: auto;
    right: 0;
    transform: translateX(105%);
  }
  #store-public-app[dir="ltr"] .store-filter-panel {
    left: 0;
    right: auto;
  }
  .store-filter-panel.open {
    transform: translateX(0);
  }
  .store-filter-panel-inner {
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
    border-right: 1px solid rgba(215, 202, 190, 0.85);
    box-shadow: 12px 0 40px rgba(42, 35, 28, 0.12);
  }
  .filter-panel-close {
    display: block;
  }
}
@media (max-width: 620px) {
  .collection,
  .page-panel {
    width: calc(100% - 28px);
  }
  .store-search-row {
    flex-direction: column;
    align-items: stretch;
  }
  .store-filter-toggle {
    justify-content: center;
  }
  .store-nav {
    align-items: flex-start;
    gap: 12px;
  }
  .nav-links {
    gap: 10px;
  }
  .hero {
    min-height: 360px;
    padding: 42px 20px;
  }
  .store-carousel-wrap {
    width: calc(100% - 28px);
    margin-top: 18px;
  }
  .store-carousel {
    border-radius: 20px;
  }
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .product-card {
    padding: 10px;
  }
  .product-card h3 {
    font-size: 0.88rem;
    min-height: auto;
  }
  .product-card .outline-btn {
    font-size: 0.85rem;
    min-height: 38px;
  }
  .product-code {
    display: none;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .product-card-body {
    min-height: auto;
  }
  .page-title,
  .item-details-head,
  .order-header {
    display: block;
  }
  .item-details-actions {
    margin-top: 18px;
  }
  .item-details-grid,
  .item-details-head,
  .details-info-grid {
    padding-right: 16px;
    padding-left: 16px;
  }
  .description-box {
    margin-right: 16px;
    margin-left: 16px;
  }
  .variant-box {
    margin-right: 16px;
    margin-left: 16px;
  }
  .variant-box-head {
    display: block;
  }
}
.navbar-light {
  border-bottom: 1px solid #e2e6e9;
  background: white;
  display: none;
}
.web-footer {
  padding: 3rem 0;
  min-height: 140px;
  background-color: var(--fg-color);
  border-top: 1px solid #e2e6e9;
  display: none;
}