/* Shared storefront system. Keep selectors scoped so panel/payment-provider UI is unaffected. */
.fc-storefront {
  --sf-paper: #f7f4ee;
  --sf-surface: #fffdfa;
  --sf-ink: #384c3c;
  --sf-muted: #6b6e65;
  --sf-line: #dddcd2;
  --sf-accent: #52694b;
  --sf-accent-rgb: 82 105 75;
  --sf-accent-hover: #43563d;
  --sf-accent-soft: #e9eee5;
  --sf-radius-sm: 12px;
  --sf-radius-md: 18px;
  --sf-radius-lg: 24px;
  background: #fff;
  color: var(--sf-ink);
}
.fc-storefront main,
.fc-storefront section { color: var(--sf-ink); }
.fc-storefront .tf-page-title {
  padding: clamp(38px, 6vw, 76px) 20px;
  background: linear-gradient(135deg, var(--sf-paper), #f3eee7);
  border: 0;
}
.fc-storefront .tf-page-title .heading,
.fc-storefront .tf-page-title h1 {
  margin: 0;
  color: var(--sf-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -.035em;
}
.fc-storefront .tf-page-title .tf-breadcrumb-list {
  margin-top: 15px !important;
  color: var(--sf-muted);
  font-size: 13px;
}
.fc-storefront .tf-page-title .tf-breadcrumb-list a { color: var(--sf-muted); }
.fc-storefront .tf-page-title .tf-breadcrumb-list a:hover { color: var(--sf-accent); }
.fc-storefront .flat-spacing-1,
.fc-storefront .flat-spacing-4,
.fc-storefront .flat-spacing-9,
.fc-storefront .flat-spacing-10,
.fc-storefront .flat-spacing-11,
.fc-storefront .flat-spacing-50 { padding-top: clamp(36px, 5vw, 70px); padding-bottom: clamp(42px, 6vw, 82px); }

/* Catalog and reusable product cards */
.fc-storefront .card-product.style-price {
  overflow: hidden;
  height: 100%;
  background: var(--sf-surface) !important;
  border: 1px solid #ece9e1;
  border-radius: var(--sf-radius-md) !important;
  box-shadow: 0 8px 28px rgba(42, 55, 44, .055);
  transition: transform .2s ease, box-shadow .2s ease;
}
.fc-storefront .card-product.style-price:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(42, 55, 44, .1);
}
.fc-storefront .card-product.style-price .card-product-wrapper {
  overflow: hidden;
  margin: 7px;
  border-radius: 13px;
  background: #f0eee8;
}
.fc-storefront .card-product.style-price .card-product-wrapper img { transition: transform .3s ease; }
.fc-storefront .card-product.style-price:hover .card-product-wrapper img { transform: scale(1.025); }
.fc-storefront .card-product.style-price .card-product-info {
  padding: 13px 14px 8px;
  background: transparent !important;
  color: var(--sf-ink);
}
.fc-storefront .card-product.style-price .card-product-info .title {
  color: var(--sf-ink) !important;
  font-size: 15px;
  font-weight: 600 !important;
  line-height: 1.42;
}
.fc-storefront .card-product.style-price .price,
.fc-storefront .card-product.style-price .price-container { color: var(--sf-muted) !important; }
.fc-storefront .card-product.style-price .tf-price-table-contents { padding: 7px 14px 16px; background: transparent !important; }
.fc-storefront .card-product.style-price .tf-price-table-btn a,
.fc-storefront .card-product.style-price .btn-dark {
  width: auto !important;
  min-width: 112px;
  min-height: 42px;
  padding: 9px 20px;
  border-radius: var(--sf-radius-sm) !important;
  border-color: var(--sf-accent) !important;
  background: var(--sf-accent) !important;
  color: #fff !important;
}
.fc-storefront .badges-on-sale {
  border-radius: 9px !important;
  background: #607957 !important;
  color: #fff !important;
}
.fc-storefront .wrapper-control-shop > .d-flex,
.fc-storefront .tf-control-layout { color: var(--sf-muted); }
.fc-storefront .widget-facet { padding-bottom: 20px; border-bottom-color: var(--sf-line); }
.fc-storefront .facet-title { color: var(--sf-ink); font-weight: 600; }
.fc-storefront .facet-filter-form input[type="text"] { background: var(--sf-surface); }
.fc-storefront .btn-sidebar-mobile { border-radius: 0 var(--sf-radius-sm) var(--sf-radius-sm) 0; overflow: hidden; }

/* Forms, accounts and contact */
.fc-storefront .tf-login-form,
.fc-storefront .form-contact,
.fc-storefront .tf-page-cart-item,
.fc-storefront .tf-page-cart-checkout,
.fc-storefront .widget-wrap-checkout {
  padding: clamp(22px, 4vw, 38px);
  background: var(--sf-surface);
  border: 1px solid #ebe8df;
  border-radius: var(--sf-radius-lg);
  box-shadow: 0 10px 36px rgba(42, 55, 44, .055);
}
.fc-storefront .tf-login-form .tf-login-form { padding: 0; border: 0; box-shadow: none; }
.fc-storefront .form-checkout label,
.fc-storefront .form-contact label { margin-bottom: 8px !important; color: var(--sf-ink); font-size: 13px; font-weight: 600; text-align: left; }
.fc-storefront .form-checkout input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
.fc-storefront .form-checkout select,
.fc-storefront .form-checkout textarea,
.fc-storefront .form-contact input:not([type="hidden"]),
.fc-storefront .form-contact select,
.fc-storefront .form-contact textarea,
.fc-storefront .tf-mini-search-frm input {
  min-height: 50px;
  padding: 12px 15px 12px 46px;
  color: var(--sf-ink);
  background: #fff;
  border: 1px solid var(--sf-line);
  border-radius: var(--sf-radius-sm);
  outline: 0;
}
.fc-storefront .tf-mini-search-frm button {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
.fc-storefront .form-contact textarea,
.fc-storefront .form-checkout textarea { min-height: 130px; }
.fc-storefront input:focus,
.fc-storefront select:focus,
.fc-storefront textarea:focus { border-color: var(--sf-accent) !important; box-shadow: 0 0 0 3px rgb(var(--sf-accent-rgb) / .12); }
.fc-storefront .tf-btn.btn-fill,
.fc-storefront button.tf-btn,
.fc-storefront .form-contact button[type="submit"] {
  min-height: 48px;
  border-radius: var(--sf-radius-sm) !important;
  background: var(--sf-accent) !important;
  border-color: var(--sf-accent) !important;
  color: #fff !important;
}
.fc-storefront .tf-btn.btn-line { color: var(--sf-accent); }
.fc-storefront .alert { border: 0; border-radius: var(--sf-radius-sm); }
.fc-storefront .alert-warning { background: #f7f0dc; color: #6f5b28; }
.fc-storefront .alert-success { background: #e6f1e5; color: #36593a; }
.fc-storefront .alert-danger { background: #f8e8e5; color: #823f39; }
.fc-storefront .alert-info { background: #e9f0ee; color: #3e5b55; }

/* Product detail */
.fc-storefront .tf-breadcrumb {
  margin-bottom: clamp(24px, 3vw, 38px);
  background: var(--sf-paper);
  border-bottom: 1px solid #ebe8df;
}
.fc-storefront .tf-breadcrumb-list { color: var(--sf-muted); }
.fc-storefront .tf-product-media-main {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  height: auto !important;
  background: var(--sf-paper);
  border: 1px solid #ebe8df;
  border-radius: var(--sf-radius-lg);
}
.fc-storefront .tf-product-media-main .swiper-wrapper,
.fc-storefront .tf-product-media-main .swiper-slide,
.fc-storefront .tf-product-media-main .item { height: 100% !important; max-height: none; min-height: 0; }
.fc-storefront .tf-product-media-main .item {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: clamp(8px, 1.2vw, 14px);
  background: var(--sf-surface);
  border-radius: 0;
}
.fc-storefront .tf-product-media-main .item img {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  padding: inherit;
  object-fit: contain;
  object-position: center center;
  border-radius: 0;
}
.fc-storefront .tf-product-media-main .item[data-product-lightbox] { cursor: zoom-in; }
.fc-storefront .product-media-zoom-hint {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: rgba(27, 35, 29, .78);
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(27, 35, 29, .18);
  transition: transform .2s ease, background-color .2s ease;
}
.fc-storefront .tf-product-media-main .item[data-product-lightbox]:hover .product-media-zoom-hint {
  transform: scale(1.06);
  background: var(--sf-ink);
}
.fc-storefront .tf-product-media-thumbs .swiper-slide { height: 92px; }
.fc-storefront .tf-product-media-thumbs .item {
  display: grid;
  place-items: center;
  overflow: hidden;
  height: 92px;
  padding: 4px;
  border-radius: var(--sf-radius-sm);
  background: var(--sf-paper);
}
.fc-storefront .tf-product-media-thumbs .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}
.fc-storefront .tf-product-media-thumbs .swiper-slide .item::after { border-radius: var(--sf-radius-sm); }
.fc-storefront .tf-product-media-thumbs .swiper-slide.swiper-slide-thumb-active .item::after { border-color: var(--sf-accent); }
.fc-storefront .tf-product-info-list { padding: clamp(22px, 3vw, 38px); background: var(--sf-surface); border: 1px solid #ebe8df; border-radius: var(--sf-radius-lg); }
.fc-storefront .tf-product-info-title h1 { color: var(--sf-ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px, 3vw, 46px); font-weight: 400; line-height: 1.15; letter-spacing: -.03em; }
.fc-storefront .tf-product-info-price .price-on-sale { color: var(--sf-accent); }
.fc-storefront .tf-product-info-list hr { opacity: 1; border-color: var(--sf-line); }
.fc-storefront .variant-picker-values label { border-radius: 10px !important; }
.fc-storefront .wg-quantity { border-radius: var(--sf-radius-sm); }
.fc-storefront .tf-product-info-delivery-return > div,
.fc-storefront .tf-product-delivery { border-radius: var(--sf-radius-sm); }
.fc-storefront .toolbar-shop-mobile .tf-category-link {
  gap: 13px;
  min-height: 58px !important;
}
.fc-storefront .toolbar-shop-mobile .tf-category-link .image,
.fc-storefront .toolbar-shop-mobile .menu-icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 13px;
}
.fc-storefront .toolbar-shop-mobile .tf-category-link .image {
  overflow: hidden;
  background: var(--sf-paper);
  border: 1px solid var(--sf-line);
}
.fc-storefront .toolbar-shop-mobile .tf-category-link .image::before { display: none; }
.fc-storefront .toolbar-shop-mobile .tf-category-link .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.fc-storefront .toolbar-shop-mobile .menu-icon {
  display: grid;
  place-items: center;
  color: var(--sf-accent);
  background: #eef1e9;
  border: 1px solid #dfe5d8;
  font-size: 19px;
}
.fc-storefront .toolbar-shop-mobile .tf-category-link::after {
  left: 57px;
  width: calc(100% - 57px);
}
.fc-storefront .fc-contact-overview--single {
  display: block;
  max-width: 920px;
  margin-inline: auto;
}
.fc-storefront .fc-contact-overview--single .tf-content-left { margin-top: 0; }
.fc-storefront .fc-contact-overview--single .sticky-top {
  position: static;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding: clamp(24px, 3vw, 36px);
  background: var(--sf-surface);
  border: 1px solid var(--sf-line);
  border-radius: var(--sf-radius-lg);
}
.fc-storefront .fc-contact-overview--single .sticky-top > div { margin-bottom: 0 !important; }
.fc-storefront .my-account-nav { gap: 10px; }
.fc-storefront .my-account-nav .my-account-nav-item {
  border-color: var(--sf-line);
  border-radius: var(--sf-radius-sm);
}
.fc-storefront .my-account-nav .my-account-nav-item:hover,
.fc-storefront .my-account-nav .my-account-nav-item.active {
  color: #fff;
  background: var(--sf-accent);
  border-color: var(--sf-accent);
}
.fc-storefront .widget-inner-address > .alert,
.fc-storefront .axil-dashboard-account,
.fc-storefront .account-order {
  border-radius: var(--sf-radius-md);
}
.fc-storefront .axil-dashboard-account {
  padding: clamp(20px, 3vw, 32px);
  background: var(--sf-surface);
  border: 1px solid var(--sf-line);
}
.fc-storefront .account-order .wrap-account-order {
  background: var(--sf-surface);
  border: 1px solid var(--sf-line);
  border-radius: var(--sf-radius-md);
}
.fc-storefront .account-order table thead tr,
.fc-storefront .account-order table tbody { border: 0; }
.fc-storefront .account-order .tf-order-item .tf-btn { border-radius: 10px !important; }
.fc-storefront .account-date-label {
  display: block;
  margin: 0 0 6px;
  color: var(--sf-text-muted);
  font-size: 12px;
  font-weight: 600;
}
.fc-storefront .account-form-intro { margin-bottom: 22px; }
.fc-storefront .account-form-intro h2 {
  margin: 0 0 5px;
  color: var(--sf-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
}
.fc-storefront .account-form-intro p { margin: 0; color: var(--sf-muted); font-size: 14px; line-height: 1.5; }
.fc-storefront .account-security-section { margin-top: 10px; padding-top: 24px; border-top: 1px solid var(--sf-line); }
.fc-storefront .account-password-panel { margin-bottom: 22px; border: 1px solid var(--sf-line); border-radius: var(--sf-radius-sm); background: var(--sf-paper); }
.fc-storefront .account-password-panel summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  gap: 16px;
  padding: 13px 16px;
  cursor: pointer;
  list-style: none;
}
.fc-storefront .account-password-panel summary::-webkit-details-marker { display: none; }
.fc-storefront .account-password-panel summary span { display: grid; gap: 2px; }
.fc-storefront .account-password-panel summary strong { color: var(--sf-ink); font-size: 14px; }
.fc-storefront .account-password-panel summary small { color: var(--sf-muted); font-size: 12px; }
.fc-storefront .account-password-panel summary i { transition: transform .2s ease; }
.fc-storefront .account-password-panel[open] summary i { transform: rotate(180deg); }
.fc-storefront .account-password-fields { padding: 4px 16px 0; border-top: 1px solid var(--sf-line); }
.fc-storefront .account-field-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.fc-storefront .account-field-heading label { margin-bottom: 8px !important; }
.fc-storefront .account-field-action {
  margin: 0 0 8px;
  padding: 2px 0;
  color: var(--sf-accent);
  background: transparent;
  border: 0;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.fc-storefront .account-field-action.is-active { color: #8a3f45; }
.fc-storefront .account-field-help { display: block; margin-top: 7px; color: var(--sf-muted); font-size: 12px; }
.fc-storefront .axil-dashboard-account input[readonly] { color: #6f746f; background: #f3f1eb; cursor: default; }
.fc-storefront .axil-dashboard-account input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]) { padding-inline: 15px; }
.fc-storefront .axil-dashboard-account .select-custom select {
  padding: 12px 26px 12px 10px;
  text-align: center;
}

.product-lightbox {
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: 100dvh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: transparent;
  border: 0;
}
.product-lightbox::backdrop { background: rgba(17, 20, 18, .92); backdrop-filter: blur(8px); }
.product-lightbox__surface {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 64px;
  grid-template-rows: minmax(0, 1fr);
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 100dvh;
  min-height: 0;
  overflow: hidden;
  padding: clamp(20px, 3vw, 40px);
}
.product-lightbox__figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  min-height: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0;
  overflow: hidden;
}
.product-lightbox__figure img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100dvh - 120px);
  object-fit: contain;
  object-position: center center;
  border-radius: 14px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .36);
}
.product-lightbox__figure figcaption {
  min-height: 24px;
  padding-top: 12px;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  font-variant-numeric: tabular-nums;
}
.product-lightbox__close,
.product-lightbox__nav {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  color: #fff;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  transition: background-color .2s ease, transform .2s ease;
}
.product-lightbox__close:hover,
.product-lightbox__nav:hover { background: rgba(255, 255, 255, .22); transform: scale(1.04); }
.product-lightbox__close {
  position: absolute;
  z-index: 2;
  top: clamp(16px, 2vw, 28px);
  right: clamp(16px, 2vw, 28px);
  font-size: 32px;
  line-height: 1;
}
.product-lightbox__nav--prev { grid-column: 1; grid-row: 1; justify-self: start; }
.product-lightbox__nav--next { grid-column: 3; grid-row: 1; justify-self: end; }
.product-lightbox [hidden] { display: none !important; }
html.product-lightbox-open { overflow: hidden; }

/* Content, campaigns, orders and utility states */
.fc-storefront .card:not(.card-product) { border: 1px solid #ebe8df; border-radius: var(--sf-radius-md); box-shadow: 0 8px 26px rgba(42, 55, 44, .05); }
.fc-storefront .card:not(.card-product) .card-body { padding: 25px; }
.fc-storefront .card-title { color: var(--sf-ink); font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 400; }
.fc-storefront .flat-spacing-50 .box { color: var(--sf-ink); font-size: 16px; line-height: 1.8; }
.fc-storefront .flat-spacing-50 .box img { border-radius: var(--sf-radius-md); }
.fc-storefront .page-404-wrap .image img { max-height: 330px; }
.fc-storefront .page-404-wrap .title { color: var(--sf-ink); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.fc-storefront iframe { border-radius: var(--sf-radius-lg) !important; }
.fc-storefront .table-responsive { border: 1px solid var(--sf-line); border-radius: var(--sf-radius-md); overflow: hidden; }
.fc-storefront table th { background: var(--sf-paper); color: var(--sf-ink); }
.fc-storefront table td, .fc-storefront table th { border-color: var(--sf-line); }
.fc-storefront a:focus-visible,
.fc-storefront button:focus-visible { outline: 3px solid #916432; outline-offset: 4px; }

@media (max-width: 1149.98px) {
  body.preload-wrapper { padding-bottom: 0; }
  #footer { padding-bottom: calc(67px + env(safe-area-inset-bottom)); }
}

@media (max-width: 767px) {
  .fc-storefront .tf-page-title { padding: 34px 18px; }
  .fc-storefront .tf-page-title .heading,
  .fc-storefront .tf-page-title h1 { font-size: 32px; }
  .fc-storefront .flat-spacing-1,
  .fc-storefront .flat-spacing-4,
  .fc-storefront .flat-spacing-9,
  .fc-storefront .flat-spacing-10,
  .fc-storefront .flat-spacing-11,
  .fc-storefront .flat-spacing-50 { padding-top: 30px; padding-bottom: 48px; }
  .fc-storefront .card-product.style-price .card-product-wrapper { margin: 5px; }
  .fc-storefront .card-product.style-price .card-product-info { padding: 10px 10px 6px; }
  .fc-storefront .card-product.style-price .card-product-info .title { font-size: 14px; }
  .fc-storefront .card-product.style-price .tf-price-table-contents { padding: 5px 10px 13px; }
  .fc-storefront .card-product.style-price .tf-price-table-btn a { min-width: 96px; min-height: 39px; padding: 8px 14px; }
  .fc-storefront .tf-login-form,
  .fc-storefront .form-contact,
  .fc-storefront .tf-page-cart-item,
  .fc-storefront .tf-page-cart-checkout,
  .fc-storefront .widget-wrap-checkout { padding: 20px 16px; border-radius: var(--sf-radius-md); }
  .fc-storefront .tf-product-info-list { margin-top: 22px; padding: 22px 18px; border-radius: var(--sf-radius-md); }
  .fc-storefront .tf-breadcrumb { margin-bottom: 22px; }
  .fc-storefront .tf-product-media-main { aspect-ratio: 1 / 1; border-radius: var(--sf-radius-md); }
  .fc-storefront .tf-product-media-main .item { padding: 8px; }
  .fc-storefront .tf-product-media-thumbs .swiper-slide,
  .fc-storefront .tf-product-media-thumbs .item { height: 78px; }
  .fc-storefront .product-media-zoom-hint { right: 10px; bottom: 10px; width: 38px; height: 38px; }
  .fc-storefront .btn-sidebar-mobile {
    top: auto;
    right: auto;
    bottom: 78px;
    left: 14px !important;
    border-radius: 999px;
    box-shadow: 0 10px 28px rgba(35, 51, 38, .2);
  }
  .fc-storefront .btn-sidebar-mobile .type-hover {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 112px;
    height: 44px;
    gap: 9px;
    padding: 0 18px;
    color: #fff;
    background: var(--sf-accent);
    border-radius: 999px;
  }
  .fc-storefront .btn-sidebar-mobile .type-hover i { color: #fff; }
  .fc-storefront .btn-sidebar-mobile .type-hover span { display: block; }
  .product-lightbox__surface { grid-template-columns: 48px minmax(0, 1fr) 48px; padding: 64px 10px 14px; }
  .product-lightbox__nav { width: 42px; height: 42px; }
  .product-lightbox__figure img { max-height: calc(100dvh - 110px); border-radius: 10px; }
  .fc-storefront .fc-contact-overview--single .sticky-top {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 18px;
    border-radius: var(--sf-radius-md);
  }
  .fc-storefront .wrap-sidebar-account {
    display: block;
    margin-bottom: 20px;
    overflow: visible;
  }
  .fc-storefront .my-account-nav {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }
  .fc-storefront .my-account-nav li { min-width: 0; }
  .fc-storefront .my-account-nav li:last-child { grid-column: 1 / -1; }
  .fc-storefront .my-account-nav .my-account-nav-item {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    text-align: center;
    white-space: normal;
  }
  .fc-storefront .widget-inner-address { margin-top: 0; }
  .fc-storefront .axil-dashboard-account { padding: 20px 16px; }
  .fc-storefront .account-form-intro h2 { font-size: 22px; }
  .fc-storefront .account-password-panel summary { min-height: 64px; }
  .fc-storefront .account-order .wrap-account-order { border-radius: var(--sf-radius-sm); }
  .fc-storefront .tf-product-info-title h1 { font-size: 32px; }
  .fc-storefront .form-contact .d-flex.gap-15 { flex-direction: column; }
  .fc-storefront table tr { border: 1px solid var(--sf-line); border-radius: var(--sf-radius-sm); background: #fff; }
}
@media (prefers-reduced-motion: reduce) {
  .fc-storefront .card-product,
  .fc-storefront .card-product img { transition: none !important; transform: none !important; }
}
