/*
 * UNIMERCE CSS Family Bundle
 * Patch: 359R127
 * Developer & Lead Architect: Morris Robinson / morrisrobinson1688@aol.com
 * This bundle combines same-purpose / same-prefix CSS revisions only.
 * Original rules are retained in source order to preserve design-specific overrides.
 */

/*
 * UNIMERCE Patch 359R127 family bundle source: unimerce-storefront-patch-353.css
 * Developer & Lead Architect: Morris Robinson / morrisrobinson1688@aol.com
 * SHA256: 4c24af1cc9aca907c04057c9e365365706e3487ff27747fa09b3aab3d60c3052
 */
/* Developer & Lead Architect: Morris Robinson / morrisrobinson1688@aol.com */
/* Patch 353: language-safe storefront links, mobile CTA width, trust cards, admin edit bar. */

body.unimerce-storefront-v2 .um-home-slideshow .um-hero-buttons,
body.unimerce-storefront-v2 main > .um-home-hero:first-child .um-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
}

body.unimerce-storefront-v2 .um-home-slideshow .um-hero-buttons .um-btn,
body.unimerce-storefront-v2 main > .um-home-hero:first-child .um-hero-buttons .um-btn {
  width: auto !important;
  max-width: 100%;
  flex: 0 1 auto;
  white-space: normal;
  text-align: center;
}

@media (max-width: 575.98px) {
  body.unimerce-storefront-v2 .um-home-slideshow .um-hero-buttons,
  body.unimerce-storefront-v2 main > .um-home-hero:first-child .um-hero-buttons {
    display: flex !important;
    grid-template-columns: none !important;
    flex-direction: row;
  }

  body.unimerce-storefront-v2 .um-home-slideshow .um-hero-buttons .um-btn,
  body.unimerce-storefront-v2 main > .um-home-hero:first-child .um-hero-buttons .um-btn {
    width: auto !important;
    min-width: min(11.25rem, 100%);
    padding-inline: 1.15rem;
  }
}

body.unimerce-storefront-v2 .um-hero-trust-row-353 .um-trust-card-353,
body.unimerce-storefront-v2 .um-hero-trust-row .um-trust-card-353 {
  height: 100%;
  display: grid;
  grid-template-columns: minmax(4.25rem, 1fr) minmax(0, 2fr);
  column-gap: 1rem;
  align-items: center;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.035);
}

body.unimerce-storefront-v2 .um-hero-trust-row-353 .um-trust-card-353::before,
body.unimerce-storefront-v2 .um-hero-trust-row .um-trust-card-353::before {
  content: none !important;
}

body.unimerce-storefront-v2 .um-hero-trust-row-353 .um-trust-icon-353,
body.unimerce-storefront-v2 .um-hero-trust-row .um-trust-icon-353 {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 100%;
  min-height: 4.25rem;
  color: var(--um-gold-2, #d7ad60);
  font-size: clamp(2.45rem, 4vw, 3.25rem);
  line-height: 1;
  border-right: 1px solid rgba(255,255,255,.13);
  padding-right: .85rem;
}

body.unimerce-storefront-v2 .um-hero-trust-row-353 .um-trust-copy-353,
body.unimerce-storefront-v2 .um-hero-trust-row .um-trust-copy-353 {
  min-width: 0;
  display: grid;
  gap: .25rem;
  text-align: left;
}

body.unimerce-storefront-v2 .um-hero-trust-row-353 .um-trust-copy-353 strong,
body.unimerce-storefront-v2 .um-hero-trust-row-353 .um-trust-copy-353 span,
body.unimerce-storefront-v2 .um-hero-trust-row .um-trust-copy-353 strong,
body.unimerce-storefront-v2 .um-hero-trust-row .um-trust-copy-353 span {
  display: block;
  margin: 0;
  overflow-wrap: anywhere;
}

@media (max-width: 575.98px) {
  body.unimerce-storefront-v2 .um-hero-trust-row-353 .um-trust-card-353,
  body.unimerce-storefront-v2 .um-hero-trust-row .um-trust-card-353 {
    grid-template-columns: minmax(4.6rem, 1fr) minmax(0, 2fr);
    padding: .95rem;
  }
}

.um-admin-edit-bar-353 {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2147482000;
  background: #111;
  color: #fff;
  border-top: 3px solid #b88a38;
  box-shadow: 0 -12px 28px rgba(0,0,0,.25);
  font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
}

.um-admin-edit-bar-inner-353 {
  display: flex;
  align-items: center;
  gap: .75rem;
  flex-wrap: wrap;
  width: min(100% - 1.5rem, var(--um-site-max-width, 1680px));
  margin: 0 auto;
  padding: .55rem 0;
}

.um-admin-edit-bar-inner-353 strong {
  color: #f0bd61;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.um-admin-edit-bar-inner-353 > span {
  color: #d8d0c5;
  font-size: .82rem;
  overflow-wrap: anywhere;
}

.um-admin-edit-links-353 {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-left: auto;
}

.um-admin-edit-links-353 a {
  display: inline-flex;
  align-items: center;
  min-height: 2.15rem;
  padding: .35rem .7rem;
  color: #fff;
  background: rgba(184,138,56,.22);
  border: 1px solid rgba(240,189,97,.55);
  text-decoration: none;
  font-size: .82rem;
  font-weight: 700;
}

.um-admin-edit-links-353 a:hover,
.um-admin-edit-links-353 a:focus-visible {
  background: #b88a38;
  color: #fff;
}

@media (max-width: 760px) {
  .um-admin-edit-bar-inner-353 {
    display: grid;
    gap: .45rem;
  }

  .um-admin-edit-links-353 {
    margin-left: 0;
  }
}

/*
 * UNIMERCE Patch 359R127 family bundle source: unimerce-storefront-patch-354.css
 * Developer & Lead Architect: Morris Robinson / morrisrobinson1688@aol.com
 * SHA256: ad2d8af570d63df294f6352aec0401fea823d0ae953bded080e13c87bd9f8f0c
 */
/* Developer & Lead Architect: Morris Robinson / morrisrobinson1688@aol.com */
/* Patch 354: reinforced localized CTA/link layout and mobile natural-width buttons. */
body.unimerce-storefront-v2 .um-home-slideshow .um-hero-buttons,
body.unimerce-storefront-v2 main > .um-home-hero:first-child .um-hero-buttons{display:flex!important;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:.75rem;}
body.unimerce-storefront-v2 .um-home-slideshow .um-hero-buttons a,
body.unimerce-storefront-v2 .um-home-slideshow .um-hero-buttons .btn,
body.unimerce-storefront-v2 .um-home-slideshow .um-hero-buttons .um-btn,
body.unimerce-storefront-v2 main > .um-home-hero:first-child .um-hero-buttons a,
body.unimerce-storefront-v2 main > .um-home-hero:first-child .um-hero-buttons .btn,
body.unimerce-storefront-v2 main > .um-home-hero:first-child .um-hero-buttons .um-btn{display:inline-flex!important;width:auto!important;max-width:100%;flex:0 1 auto!important;min-width:0;text-align:center;white-space:normal;align-items:center;justify-content:center;}
@media(max-width:575.98px){body.unimerce-storefront-v2 .um-home-slideshow .um-hero-buttons a,body.unimerce-storefront-v2 .um-home-slideshow .um-hero-buttons .btn,body.unimerce-storefront-v2 .um-home-slideshow .um-hero-buttons .um-btn,body.unimerce-storefront-v2 main > .um-home-hero:first-child .um-hero-buttons a,body.unimerce-storefront-v2 main > .um-home-hero:first-child .um-hero-buttons .btn,body.unimerce-storefront-v2 main > .um-home-hero:first-child .um-hero-buttons .um-btn{min-width:min(10.75rem,calc(100vw - 3rem));}}
body.unimerce-storefront-v2 .um-quicknav a,body.unimerce-storefront-v2 .um-catbar a,body.unimerce-storefront-v2 .footer-grid a,body.unimerce-storefront-v2 .um-featured-section a,body.unimerce-storefront-v2 .um-category-strip a,body.unimerce-storefront-v2 .um-featured-shows-strip a{overflow-wrap:anywhere;word-break:normal;}

/* Patch 354 trust card reinforcement: icon remains in its own one-third column. */
body.unimerce-storefront-v2 .um-hero-trust-row-353 .um-trust-card-353,
body.unimerce-storefront-v2 .um-hero-trust-row .um-trust-card-353{display:grid!important;grid-template-columns:minmax(4.75rem,1fr) minmax(0,2fr)!important;align-items:center;gap:1rem;}
body.unimerce-storefront-v2 .um-hero-trust-row-353 .um-trust-icon-353,
body.unimerce-storefront-v2 .um-hero-trust-row .um-trust-icon-353{grid-column:1;grid-row:1;display:flex;align-items:center;justify-content:center;font-size:clamp(2.15rem,4vw,3rem);line-height:1;min-height:4.75rem;}
body.unimerce-storefront-v2 .um-hero-trust-row-353 .um-trust-copy-353,
body.unimerce-storefront-v2 .um-hero-trust-row .um-trust-copy-353{grid-column:2;grid-row:1;min-width:0;text-align:left;}
body.unimerce-storefront-v2 .um-hero-trust-row-353 .um-trust-card-353::before,
body.unimerce-storefront-v2 .um-hero-trust-row .um-trust-card-353::before{content:none!important;}
@media(max-width:575.98px){body.unimerce-storefront-v2 .um-home-slideshow .um-hero-buttons a,body.unimerce-storefront-v2 .um-home-slideshow .um-hero-buttons .btn,body.unimerce-storefront-v2 .um-home-slideshow .um-hero-buttons .um-btn,body.unimerce-storefront-v2 main > .um-home-hero:first-child .um-hero-buttons a,body.unimerce-storefront-v2 main > .um-home-hero:first-child .um-hero-buttons .btn,body.unimerce-storefront-v2 main > .um-home-hero:first-child .um-hero-buttons .um-btn{max-width:calc(100vw - 2rem)!important;}}
