/* 80.3.34: component-owned boxes for both standalone shortcodes and stores.
 * No viewport breakout, body overrides or JavaScript-dependent geometry. */
:is(.fasmm-account-store,.fasmm-virtual-store,.fasmm-account-products,.fasmm-virtual-services,.fasmm-virtual-country-picker,.fasmm-account-categories) {
  width:calc(100% - 24px);
  max-width:1180px !important;
  min-width:0;
  margin-inline:auto;
  box-sizing:border-box;
}
:is(.fasmm-account-products,.fasmm-virtual-services,.fasmm-virtual-country-picker) {
  --fasmm-virtual-accent:#12a36d;
  --fasmm-virtual-accent-2:#0d8f62;
  padding:clamp(12px,2%,22px);
  border:1px solid var(--fasmm-sf-line,#e2e8f0);
  border-radius:22px;
  background:var(--fasmm-sf-card,#fff);
  box-shadow:var(--fasmm-sf-shadow,0 8px 24px rgba(15,23,42,.055));
}
:is(.fasmm-account-store,.fasmm-virtual-store) {padding-inline:12px}
.fasmm-account-store > :is(.fasmm-account-products,.fasmm-account-categories),
.fasmm-virtual-store > .fasmm-virtual-services {width:100%;margin-inline:0}
:is(.fasmm-account-products,.fasmm-virtual-services,.fasmm-virtual-country-picker) > .fasmm-sf-search {width:100%;min-width:0;max-width:none}
:is(.fasmm-account-products,.fasmm-virtual-services,.fasmm-virtual-country-picker) input {min-width:0;max-width:100%;box-sizing:border-box}

.fasmm-account-products .fasmm-account-product-grid {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,max(240px,calc((100% - (var(--fasmm-cols,4) - 1)*18px)/var(--fasmm-cols,4)))),1fr));
  gap:18px;
  min-width:0;
  align-items:stretch;
  justify-items:center;
}
.fasmm-account-products .fasmm-account-product-grid:is(.is-single,.is-double) {
  grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),360px));
  justify-content:center;
}
.fasmm-account-products .fasmm-account-product-card {
  display:flex;
  flex-direction:column;
  width:100%;
  min-width:0;
  max-width:360px;
  margin:0;
  border:1px solid var(--fasmm-sf-line,#e2e8f0);
  border-radius:18px;
  background:var(--fasmm-sf-card,#fff);
  overflow:hidden;
}
.fasmm-account-products .fasmm-account-product-card__image {
  width:100%;height:auto;min-height:0;aspect-ratio:4/3;max-height:270px;
}
.fasmm-account-products .fasmm-account-product-card__image > img {
  display:block;width:100%;height:100%;object-fit:contain;
}
.fasmm-account-products .fasmm-account-product-card__body {min-width:0;padding:16px}
.fasmm-account-products .fasmm-account-product-card :is(h3,p,a,strong) {min-width:0;overflow-wrap:anywhere}
.fasmm-account-products .fasmm-account-product-card__body > div:last-child {
  display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,112px),1fr));gap:8px;
}
.fasmm-account-products .fasmm-sf-btn {max-width:100%;white-space:normal;text-align:center;padding:10px 8px}

.fasmm-virtual-services .fasmm-virtual-grid {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,max(205px,calc((100% - (var(--fasmm-cols,5) - 1)*14px)/var(--fasmm-cols,5)))),1fr));
  gap:14px;min-width:0;justify-items:center;align-items:stretch;
}
.fasmm-virtual-services .fasmm-virtual-card {
  width:100%;max-width:360px;min-width:0;margin:0;
  border-radius:18px;background:var(--fasmm-sf-card,#fff);
}
.fasmm-virtual-services .fasmm-virtual-card__top {flex-wrap:wrap}
.fasmm-virtual-services .fasmm-virtual-card__icon {flex:0 0 48px;width:48px;height:48px}
.fasmm-virtual-services .fasmm-virtual-card__copy strong {font-size:clamp(15px,1.3vw,18px);overflow-wrap:anywhere}
.fasmm-virtual-services .fasmm-sf-btn {width:100%;min-width:0;max-width:100%;white-space:normal;text-align:center}
:is(.fasmm-account-product-card,.fasmm-virtual-card,.fasmm-country-row)[hidden] {display:none !important}

.fasmm-virtual-order-form {
  width:calc(100% - 24px);max-width:780px;min-width:0;margin-inline:auto;
  padding:clamp(14px,3%,24px);border-radius:22px;box-sizing:border-box;
}
.fasmm-virtual-order-form > * {min-width:0;max-width:100%;overflow-wrap:anywhere}
.fasmm-virtual-order-form input {width:100%;min-width:0;max-width:100%;box-sizing:border-box}
.fasmm-virtual-country-picker .fasmm-country-list-inline {grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr))}
.fasmm-account-categories.fasmm-sf-icon-grid {grid-template-columns:repeat(auto-fit,minmax(min(100%,118px),1fr))}

:is(.fasmm-account-store,.fasmm-virtual-store) :is(.fasmm-account-hero,.fasmm-virtual-hero) {
  grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));min-width:0;
}
:is(.fasmm-account-hero,.fasmm-virtual-hero) > * {min-width:0;overflow-wrap:anywhere}
.fasmm-account-hero__trust {grid-template-columns:repeat(auto-fit,minmax(min(100%,135px),1fr))}
.fasmm-account-hero__trust > * {min-width:0}
@media(max-width:480px) {
  :is(.fasmm-account-store,.fasmm-virtual-store) {width:100%;padding-inline:10px}
  :is(.fasmm-account-products,.fasmm-virtual-services,.fasmm-virtual-country-picker) {border-radius:16px;padding:12px}
  .fasmm-virtual-order-form {grid-template-columns:minmax(0,1fr)}
}
@media(prefers-reduced-motion:reduce) {
  :is(.fasmm-account-product-card,.fasmm-virtual-card,.fasmm-account-product-card__image > img) {transition:none}
}
