/**
 * Layout1 bold — page shell BEM (pagetitle, preloader, flex utilities).
 * Build: 20260522-layout1-bem-v35
 *
 * Header blocks: layout1-header-modern.css + layout1-header-bem.css
 * Minicart biz-type row + modal booknow header use BEM grids (v38+).
 */

/* --- Flex utility (replaces .display_flex.align-items-center in bold templates) --- */
body.storefront-bold .sf-flex {
  display: flex !important;
  flex-flow: row wrap;
  align-items: center;
  gap: 0.35rem 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
  float: none;
}

body.storefront-bold .sf-flex--nowrap {
  flex-wrap: nowrap !important;
}

body.storefront-bold .sf-flex--end {
  justify-content: flex-end !important;
}

/* --- Pagetitle band (CMS / inner pages) --- */
body.storefront-bold .sf-pagetitle.storefront-bold__pagetitle,
body.storefront-bold .storefront-bold__pagetitle.sf-pagetitle {
  background-image: var(--sf-pagetitle-bg-image, none);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

body.storefront-bold .sf-pagetitle__inner {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

body.storefront-bold .sf-pagetitle__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.35rem;
  width: 100%;
}

body.storefront-bold .sf-pagetitle__title {
  width: 100%;
  min-width: 0;
}

body.storefront-bold .sf-pagetitle__crumb {
  width: 100%;
  min-width: 0;
}

body.storefront-bold .sf-pagetitle__crumb .breadcrumb,
body.storefront-bold .sf-pagetitle__crumb .mega-commerce__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* --- Preloader (no Bootstrap flex utilities) --- */
body.storefront-bold .sf-preloader__spinner-wrap {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* --- Bold header: drop legacy Bootstrap col-7/col-5 widths on all breakpoints --- */
@media (max-width: 991.98px) {
  body.storefront-bold .storefront-bold__header:has(.sf-mheader) .sf-dheader__brand,
  body.storefront-bold .storefront-bold__header:has(.sf-mheader) .sf-dheader__aside {
    flex: none !important;
    width: auto !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 992px) {
  body.storefront-bold .storefront-bold__header .sf-dheader__strip-list.sf-flex,
  body.storefront-bold .storefront-bold__header .sf-dheader__strip-list {
    display: flex !important;
    flex-flow: row wrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
  }
}

/* --- Footer (CSS grid replaces Bootstrap row/col-xl-*) --- */
body.storefront-bold .sf-footer__top .sf-footer__container {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

body.storefront-bold .sf-footer__grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
  gap: 1.5rem 1.25rem;
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}

body.storefront-bold .sf-footer__col {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  flex: none !important;
}

body.storefront-bold .sf-footer__widget {
  width: 100%;
  min-width: 0;
}

body.storefront-bold .sf-footer__bottom .sf-footer__copy-inner {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

body.storefront-bold .sf-footer__copy-text {
  margin: 0;
  padding: 0.75rem 0;
  text-align: center;
  line-height: 1.5;
}

/* --- Account area (user.php) — grid replaces col-md-3 / col-md-9 --- */
body.storefront-bold .sf-account__container {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

body.storefront-bold .sf-account__layout {
  display: grid !important;
  grid-template-columns: minmax(12rem, 16rem) minmax(0, 1fr);
  gap: 1.25rem 1.5rem;
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}

body.storefront-bold .sf-account__nav,
body.storefront-bold .sf-account__main {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  flex: none !important;
}

@media (max-width: 991.98px) {
  body.storefront-bold .sf-account__layout {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

/* --- Home hero slider (layout/home/index.php) — BEM grid replaces col-lg-6 row --- */
body.storefront-bold .storefront-bold__hero .sf-hero__slide,
body.storefront-bold .saf_hero_wrapper.storefront-bold__hero .sf-hero__slide {
  background-image: var(--hero-bg-image, none);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

body.storefront-bold .sf-hero__slide-inner {
  display: flex;
  align-items: center;
  min-height: inherit;
  width: 100%;
  box-sizing: border-box;
}

body.storefront-bold .sf-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
  max-width: 36rem;
  align-items: center;
}

body.storefront-bold .sf-hero__copy .hero__title,
body.storefront-bold .sf-hero__copy .saf_hero_title {
  color: var(--hero-title-color, inherit);
}

body.storefront-bold .sf-hero__copy .hero__desc,
body.storefront-bold .sf-hero__copy .saf_hero_desc {
  color: var(--hero-desc-color, inherit);
}

body.storefront-bold .sf-hero__copy .hero__btn,
body.storefront-bold .sf-hero__copy .saf_hero_btn {
  color: var(--hero-btn-color, inherit);
  background-color: var(--hero-btn-bg, inherit);
}

@media (min-width: 768px) {
  body.storefront-bold .sf-hero__grid:not(.sf-hero__grid--split) {
    max-width: 50%;
  }
}

body.storefront-bold .sf-hero__grid--split {
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  max-width: 100%;
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
}

body.storefront-bold .sf-hero__media {
  width: 100%;
  min-width: 0;
}

body.storefront-bold .sf-hero__media img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 991.98px) {
  body.storefront-bold .sf-hero__grid--split {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}

/* --- Modal booknow (layout/booknow.php) --- */
body.storefront-bold .sf-booknow-modal__header {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.5rem 1rem;
  align-items: center;
  width: 100%;
  margin: 0;
  float: none;
}

body.storefront-bold .sf-booknow-modal__title,
body.storefront-bold .sf-booknow-modal__close {
  width: auto !important;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

body.storefront-bold .sf-booknow-modal__body,
body.storefront-bold .sf-booknow-modal__body-inner {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

/* --- Checkout minicart (checkout/minicart.php) --- */
body.storefront-bold .sf-minicart__biz-row {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  margin: 0;
  float: none;
}

body.storefront-bold .sf-minicart__biz-cell {
  width: 100%;
  min-width: 0;
}

body.storefront-bold .sf-minicart .order-table li {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}

/* --- Header cart-hover dropdown (template partial storefront-minicart-dropdown) --- */
body.storefront-bold .sf-minicart-drop__line {
  display: grid !important;
  grid-template-columns: 3.25rem minmax(0, 1fr) auto;
  gap: 0.5rem 0.75rem;
  align-items: start;
  width: 100% !important;
  margin: 0 0 0.75rem !important;
  padding: 0 !important;
  float: none !important;
}

body.storefront-bold .sf-minicart-drop__thumb,
body.storefront-bold .sf-minicart-drop__meta,
body.storefront-bold .sf-minicart-drop__actions {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

body.storefront-bold .sf-minicart-drop__thumb img {
  max-width: 100%;
  height: auto;
  display: block;
}

body.storefront-bold .sf-minicart-drop__meta strong,
body.storefront-bold .sf-minicart-drop__meta span {
  display: block;
}

body.storefront-bold .sf-minicart-drop__footer {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  width: 100%;
  margin: 0;
  float: none;
}

body.storefront-bold .sf-minicart-drop__footer-btn {
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

body.storefront-bold .sf-minicart-drop__footer-btn .btn {
  width: 100%;
  box-sizing: border-box;
}

body.storefront-bold .sf-account-panel__table-product,
body.storefront-bold .sf-account-panel__table-qty,
body.storefront-bold .sf-account-panel__table-tax,
body.storefront-bold .sf-account-panel__table-total {
  width: auto;
  min-width: 0;
}

/* --- Homepage modules (layout/home/index.php) — section shell + grids --- */
body.storefront-bold .storefront-bold__home .sf-home__container {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

body.storefront-bold .storefront-bold__home .sf-home__section {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

body.storefront-bold .storefront-bold__home .sf-home__head,
body.storefront-bold .storefront-bold__home .sf-home__body,
body.storefront-bold .storefront-bold__home .sf-home__body-inner {
  width: 100%;
  min-width: 0;
  margin: 0;
  float: none;
}

body.storefront-bold .storefront-bold__home .sf-home__head {
  margin-bottom: 1rem;
}

body.storefront-bold .storefront-bold__home .sf-home__about {
  display: block;
  width: 100%;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body.storefront-bold .storefront-bold__home .sf-home__grid {
  display: grid;
  width: 100%;
  gap: 1rem 1.25rem;
  margin: 0;
  float: none;
}

body.storefront-bold .storefront-bold__home .sf-home__grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.storefront-bold .storefront-bold__home .sf-home__grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.storefront-bold .storefront-bold__home .sf-home__grid--blog {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.storefront-bold .storefront-bold__home .sf-home__grid--benefit {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

body.storefront-bold .storefront-bold__home .sf-home__grid-cell {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  flex: none !important;
}

body.storefront-bold .storefront-bold__home .sf-home__cta {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 1.25rem;
}

body.storefront-bold .storefront-bold__home .sf-home__cta-inner {
  width: 100%;
}

@media (max-width: 991.98px) {
  body.storefront-bold .storefront-bold__home .sf-home__grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.storefront-bold .storefront-bold__home .sf-home__grid--blog,
  body.storefront-bold .storefront-bold__home .sf-home__grid--benefit {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  body.storefront-bold .storefront-bold__home .sf-home__grid--4,
  body.storefront-bold .storefront-bold__home .sf-home__grid--3,
  body.storefront-bold .storefront-bold__home .sf-home__grid--blog,
  body.storefront-bold .storefront-bold__home .sf-home__grid--benefit {
    grid-template-columns: 1fr;
  }
}

/* --- Product listing + CMS sidebar pages (products, blog, classification) --- */
body.storefront-bold .sf-plp__banner {
  background-image: var(--sf-plp-banner-bg, none);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

body.storefront-bold .sf-cms__banner {
  background-image: var(--sf-cms-banner-bg, none);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

body.storefront-bold .sf-plp__layout,
body.storefront-bold .sf-cms__layout {
  display: grid !important;
  grid-template-columns: minmax(11rem, 16rem) minmax(0, 1fr);
  gap: 1.25rem 1.5rem;
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}

body.storefront-bold .sf-plp__sidebar,
body.storefront-bold .sf-plp__main,
body.storefront-bold .sf-cms__sidebar,
body.storefront-bold .sf-cms__main {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  flex: none !important;
}

body.storefront-bold .sf-cms__sidebar-head,
body.storefront-bold .sf-cms__sidebar-search {
  width: 100%;
  min-width: 0;
}

body.storefront-bold .sf-plp__toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem 1rem;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
}

body.storefront-bold .sf-plp__toolbar-sort,
body.storefront-bold .sf-plp__toolbar-count {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

body.storefront-bold .sf-plp__grid,
body.storefront-bold .sf-cms__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem 1.25rem;
  width: 100%;
  margin: 0;
  float: none;
}

body.storefront-bold .sf-plp__grid-cell,
body.storefront-bold .sf-cms__grid-cell {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  flex: none !important;
}

body.storefront-bold .sf-plp__empty,
body.storefront-bold .sf-cms__empty,
body.storefront-bold .sf-events__empty {
  grid-column: 1 / -1;
  width: 100%;
}

/* --- Events listing (events/index.php) — 2-col cards in CMS shell --- */
body.storefront-bold .sf-events__layout {
  align-items: start;
}

body.storefront-bold .storefront-bold__cms-main > .sf-events__grid,
body.storefront-bold .sf-events__grid,
body.storefront-bold .sf-cms__grid--2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem 1.5rem;
  width: 100%;
  margin: 0;
  float: none;
}

body.storefront-bold .sf-cms__grid--4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem 1.25rem;
  width: 100%;
  margin: 0;
  float: none;
}

body.storefront-bold .sf-cms__grid--4 .sf-cms__grid-cell img {
  width: 100%;
  height: auto;
  display: block;
}

/* --- Event detail (events/detail.php) — sidebar + scrollable schedule table --- */
body.storefront-bold .sf-event-detail__layout {
  align-items: start;
}

body.storefront-bold .sf-event-detail__table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

body.storefront-bold .sf-event-detail__table {
  width: 100%;
  min-width: 36rem;
}

/* --- Cart (cart.php) — table + summary aside --- */
body.storefront-bold .sf-cart__banner {
  background-image: var(--sf-cart-banner-bg, none);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

body.storefront-bold .sf-cart__layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.65fr) minmax(11rem, 1fr);
  gap: 1.25rem 1.5rem;
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}

body.storefront-bold .sf-cart__main,
body.storefront-bold .sf-cart__aside {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  flex: none !important;
}

body.storefront-bold .sf-cart__aside {
  margin-top: 0 !important;
}

body.storefront-bold .sf-cart__biz-row {
  display: block;
  width: 100%;
  margin: 1rem 0;
}

body.storefront-bold .sf-cart__biz-cell {
  width: 100%;
  min-width: 0;
}

body.storefront-bold .sf-cart__biz-cell .cart-biz-type-label {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
}

/* --- Checkout flow (shipping / billing / payment / index) --- */
body.storefront-bold .sf-checkout__layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 22rem);
  gap: 1.5rem 2rem;
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  align-items: start;
}

body.storefront-bold .sf-checkout__main,
body.storefront-bold .sf-checkout__summary {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  flex: none !important;
}

body.storefront-bold .sf-checkout__fields,
body.storefront-bold .sf-checkout__pay-grid,
body.storefront-bold .sf-checkout__actions {
  display: grid;
  width: 100%;
  margin: 0;
  float: none;
}

body.storefront-bold .sf-checkout__fields,
body.storefront-bold .sf-checkout__pay-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1rem;
}

body.storefront-bold .sf-checkout__actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

body.storefront-bold .sf-checkout__field,
body.storefront-bold .sf-checkout__pay-option,
body.storefront-bold .sf-checkout__action {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

body.storefront-bold .sf-checkout__field--full,
body.storefront-bold .sf-checkout__action--full {
  grid-column: 1 / -1;
}

body.storefront-bold .sf-checkout__field label,
body.storefront-bold .sf-checkout__pay-option label {
  display: block;
  width: 100%;
}

body.storefront-bold .sf-checkout__field input,
body.storefront-bold .sf-checkout__field select,
body.storefront-bold .sf-checkout__field textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

body.storefront-bold .sf-checkout__thanks {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  width: 100%;
  max-width: 36rem;
  margin: 0 auto;
  text-align: center;
}

body.storefront-bold .sf-checkout__thanks-inner {
  width: 100%;
}

/* --- Bookdata / imagebox detail (gallery + info + sidebar) --- */
body.storefront-bold .sf-book-detail__layout {
  display: grid !important;
  grid-template-columns: minmax(0, 4fr) minmax(0, 5fr) minmax(10rem, 3fr);
  gap: 1.25rem 1.5rem;
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  align-items: start;
}

body.storefront-bold .sf-book-detail__gallery,
body.storefront-bold .sf-book-detail__info,
body.storefront-bold .sf-book-detail__sidebar {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  flex: none !important;
}

body.storefront-bold .sf-book-detail__gallery img,
body.storefront-bold .sf-book-detail__gallery #show-img {
  max-width: 100%;
  height: auto;
}

body.storefront-bold .sf-book-detail__prose-wrap {
  display: block;
  width: 100%;
  margin-top: 1.5rem;
}

body.storefront-bold .sf-book-detail__prose {
  width: 100%;
  min-width: 0;
}

body.storefront-bold .sf-book-detail__partner-wrap {
  display: block;
  width: 100%;
  margin: 0 !important;
  float: none !important;
}

body.storefront-bold .sf-book-detail__partner-inner {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0.625rem 0 !important;
  float: none !important;
  flex: none !important;
}

body.storefront-bold .sf-book-form.sf-cms .sf-cms__sidebar .saf_contact_info {
  width: 100%;
  min-width: 0;
}

body.storefront-bold .sf-book-form__form .sf-checkout__field label.displalabel,
body.storefront-bold .sf-checkout__main .sf-checkout__field label.displalabel {
  display: block;
  width: 100%;
  max-width: 100%;
  float: none;
}

body.storefront-bold .sf-song-detail__layout {
  display: grid !important;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  gap: 1.5rem 2rem;
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  align-items: start;
}

body.storefront-bold .sf-song-detail__media,
body.storefront-bold .sf-song-detail__body {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  flex: none !important;
}

body.storefront-bold .sf-song-detail__media .songs-detail__cover {
  width: 100%;
  height: auto;
  display: block;
}

/* --- Contact (home/contact) — grid replaces col-lg-4 / col-lg-7; pairs with storefront-modern-bem contact skin --- */
body.storefront-bold .sf-contact__layout {
  display: grid !important;
  grid-template-columns: minmax(14rem, 4fr) minmax(0, 7fr);
  gap: clamp(1rem, 3vw, 1.5rem);
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  align-items: stretch;
}

body.storefront-bold .sf-contact__aside,
body.storefront-bold .sf-contact__main {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  flex: none !important;
}

body.storefront-bold .sf-contact__aside {
  display: flex;
}

body.storefront-bold .sf-contact__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.75rem, 2vw, 1.1rem);
  width: 100%;
  margin: 0;
  float: none;
}

body.storefront-bold .sf-contact__field,
body.storefront-bold .sf-contact__field--half,
body.storefront-bold .sf-contact__field--full {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 0 clamp(0.75rem, 2vw, 1rem) !important;
  padding: 0 !important;
  float: none !important;
  flex: none !important;
}

body.storefront-bold .sf-contact__field--full,
body.storefront-bold .sf-contact__submit,
body.storefront-bold .sf-contact__captcha {
  grid-column: 1 / -1;
}

body.storefront-bold .sf-contact__radio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem 0.75rem;
  width: 100%;
}

body.storefront-bold .sf-contact__radio-option {
  min-width: 0;
}

body.storefront-bold .sf-contact__captcha-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.75rem 1rem;
  align-items: start;
  width: 100%;
}

body.storefront-bold .sf-contact__captcha-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  align-items: center;
}

body.storefront-bold .sf-contact__map-row {
  display: block;
  width: 100%;
  margin: 0;
}

body.storefront-bold .sf-contact__map-cell {
  width: 100%;
  padding: 0;
}

body.storefront-bold .sf-contact__field .form-control,
body.storefront-bold .sf-contact__field .saf_form_field,
body.storefront-bold .sf-contact__field textarea,
body.storefront-bold .sf-contact__field select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* --- Auth (login / register / forgot) — grid replaces Bootstrap row/col --- */
body.storefront-bold .sf-auth__layout {
  display: grid !important;
  grid-template-columns: minmax(16rem, 5fr) minmax(0, 7fr);
  gap: clamp(1rem, 3vw, 2rem);
  width: 100% !important;
  max-width: min(100%, 72rem);
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  align-items: stretch;
}

body.storefront-bold .sf-auth__aside {
  display: none;
}

body.storefront-bold .sf-auth__main {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  flex: none !important;
}

body.storefront-bold .sf-auth__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1rem;
  width: 100%;
  margin: 0 0 0.75rem;
}

body.storefront-bold .sf-auth__field--half {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

body.storefront-bold .sf-pdp__tab-pane {
  display: block;
  width: 100%;
  margin: 0;
}

body.storefront-bold .sf-pdp__tab-body {
  width: 100%;
  min-width: 0;
  padding: 0;
}

body.storefront-bold .sf-map-embed__container,
body.storefront-bold .sf-map-embed__row,
body.storefront-bold .sf-map-embed__inner {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

body.storefront-bold .sf-map-embed__inner iframe {
  display: block;
  width: 100%;
  max-width: 100%;
}

body.storefront-bold .sf-event-book__calendar-action {
  display: block;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}

body.storefront-bold .sf-event-book__calendar-action-inner {
  width: 100%;
  max-width: 24rem;
  margin: 0 auto;
}

body.storefront-bold .sf-checkout__field label.displalabel,
body.storefront-bold .sf-contact__field label.displalabel,
body.storefront-bold .sf-event-book__field label.displalabel,
body.storefront-bold .sf-book-form__form label.displalabel {
  display: block;
  width: 100%;
  max-width: 100%;
  float: none;
  padding: 0;
}

@media (min-width: 992px) {
  body.storefront-bold .sf-auth__aside {
    display: flex;
  }
}

body.storefront-bold .sf-auth__layout--narrow {
  display: grid !important;
  grid-template-columns: 1fr;
  max-width: min(100%, 36rem);
  margin-left: auto !important;
  margin-right: auto !important;
}

body.storefront-bold .sf-auth__narrow {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

body.storefront-bold .sf-auth__narrow--wide {
  max-width: min(100%, 42rem);
}

/* --- Events booknow / pickuptime — form + summary (8+4) --- */
body.storefront-bold .sf-event-book__layout {
  display: grid !important;
  grid-template-columns: minmax(0, 2fr) minmax(14rem, 1fr);
  gap: 1.5rem 2rem;
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  align-items: start;
}

body.storefront-bold .sf-event-book__main,
body.storefront-bold .sf-event-book__summary {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  flex: none !important;
}

body.storefront-bold .sf-event-book__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1rem;
  width: 100%;
  margin: 0;
  float: none;
}

body.storefront-bold .sf-event-book__intro,
body.storefront-bold .sf-event-book__field,
body.storefront-bold .sf-event-book__field--half,
body.storefront-bold .sf-event-book__field--full,
body.storefront-bold .sf-event-book__submit-mobile {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 0 0.75rem !important;
  padding: 0 !important;
  float: none !important;
}

body.storefront-bold .sf-event-book__intro,
body.storefront-bold .sf-event-book__field--full,
body.storefront-bold .sf-event-book__submit-mobile {
  grid-column: 1 / -1;
}

body.storefront-bold .sf-event-book__radio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem 0.75rem;
  width: 100%;
}

body.storefront-bold .sf-event-book__radio-option {
  min-width: 0;
}

body.storefront-bold .sf-event-book__field .form-control,
body.storefront-bold .sf-event-book__field textarea,
body.storefront-bold .sf-event-book__field select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

body.storefront-bold .sf-event-book__calendar-wrap {
  width: 100%;
  min-width: 0;
}

/* --- Events service list (events/lists) — 3-column cards --- */
body.storefront-bold .sf-events-list__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  float: none !important;
}

body.storefront-bold .sf-events-list__cell {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

body.storefront-bold .sf-events-list__legacy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
}

body.storefront-bold .sf-events-list__legacy-cell {
  min-width: 0;
}

body.storefront-bold .sf-events-list__alert {
  width: 100%;
  margin-bottom: 1rem;
}

/* --- Account sub-panels (user/* inside sf-account__main) --- */
body.storefront-bold .sf-account-panel__shell {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  margin: 0;
  float: none;
}

body.storefront-bold .sf-account-panel__main {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

body.storefront-bold .sf-account-panel__main--wide {
  max-width: min(100%, 42rem);
  margin-left: auto !important;
  margin-right: auto !important;
}

body.storefront-bold .sf-account-panel__main--narrow {
  max-width: min(100%, 36rem);
  margin-left: auto !important;
  margin-right: auto !important;
}

body.storefront-bold .sf-account-panel__table-wrap,
body.storefront-bold .sf-account-panel__block {
  width: 100%;
  min-width: 0;
}

body.storefront-bold .sf-account-panel__blocks {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  width: 100%;
}

body.storefront-bold .sf-account-panel__pagination,
body.storefront-bold .sf-account-panel__pagination-inner {
  width: 100%;
  margin-top: 0.5rem;
}

/* --- 404 error page --- */
body.storefront-bold .sf-error-page__wrap {
  display: grid;
  justify-items: center;
  width: 100%;
  min-height: 50vh;
  padding: 2rem 1rem;
  box-sizing: border-box;
}

body.storefront-bold .sf-error-page__box {
  width: 100%;
  max-width: 28rem;
  text-align: center;
}

body.storefront-bold .sf-events__grid-cell {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

/* --- CMS static pages (home/pages.php) — image + prose --- */
body.storefront-bold .sf-page-content__layout {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 1.25rem 1.75rem;
  width: 100%;
  margin: 0;
  float: none;
}

body.storefront-bold .sf-page-content__layout--full {
  grid-template-columns: minmax(0, 1fr);
}

body.storefront-bold .sf-page-content__media,
body.storefront-bold .sf-page-content__body,
body.storefront-bold .sf-page-content__pdf-col,
body.storefront-bold .sf-page-content__short-col {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  float: none !important;
}

body.storefront-bold .sf-page-content__media img {
  width: 100%;
  height: auto;
  display: block;
}

/* --- Product detail (products/detail.php) --- */
body.storefront-bold .sf-pdp__banner {
  background-image: var(--sf-pdp-banner-bg, none);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

body.storefront-bold .sf-pdp__layout {
  display: grid !important;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 1.5rem 2rem;
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}

body.storefront-bold .sf-pdp__gallery,
body.storefront-bold .sf-pdp__info {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  flex: none !important;
}

body.storefront-bold .sf-pdp__form-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem 1rem;
  width: 100%;
}

body.storefront-bold .sf-pdp__form-field {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  float: none !important;
}

body.storefront-bold .sf-pdp__form-field--full,
body.storefront-bold .sf-pdp__form-actions {
  grid-column: 1 / -1;
}

body.storefront-bold .sf-pdp__related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem 1.25rem;
  width: 100%;
}

body.storefront-bold .sf-pdp__related-cell {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  float: none !important;
}

@media (max-width: 991.98px) {
  body.storefront-bold .sf-plp__layout,
  body.storefront-bold .sf-cms__layout {
    grid-template-columns: 1fr;
  }

  body.storefront-bold .sf-plp__grid,
  body.storefront-bold .sf-cms__grid,
  body.storefront-bold .sf-events__grid,
  body.storefront-bold .sf-cms__grid--2,
  body.storefront-bold .sf-cms__grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.storefront-bold .sf-cart__layout,
  body.storefront-bold .sf-checkout__layout,
  body.storefront-bold .sf-event-book__layout {
    grid-template-columns: 1fr;
  }

  body.storefront-bold .sf-event-book__fields {
    grid-template-columns: 1fr;
  }

  body.storefront-bold .sf-event-book__radio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.storefront-bold .sf-events-list__grid,
  body.storefront-bold .sf-events-list__legacy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.storefront-bold .sf-checkout__fields,
  body.storefront-bold .sf-checkout__pay-grid {
    grid-template-columns: 1fr;
  }

  body.storefront-bold .sf-book-detail__layout {
    grid-template-columns: 1fr;
  }

  body.storefront-bold .sf-song-detail__layout {
    grid-template-columns: 1fr;
  }

  body.storefront-bold .sf-contact__layout {
    grid-template-columns: 1fr;
  }

  body.storefront-bold .sf-contact__fields {
    grid-template-columns: 1fr;
  }

  body.storefront-bold .sf-contact__radio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.storefront-bold .sf-auth__layout {
    grid-template-columns: 1fr;
  }

  body.storefront-bold .sf-auth__fields {
    grid-template-columns: 1fr;
  }

  body.storefront-bold .sf-page-content__layout:not(.sf-page-content__layout--full) {
    grid-template-columns: 1fr;
  }

  body.storefront-bold .sf-pdp__layout {
    grid-template-columns: 1fr;
  }

  body.storefront-bold .sf-pdp__related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.storefront-bold .sf-pdp__form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  body.storefront-bold .sf-plp__toolbar {
    grid-template-columns: 1fr;
  }

  body.storefront-bold .sf-contact__captcha-grid,
  body.storefront-bold .sf-contact__captcha-actions,
  body.storefront-bold .sf-contact__radio-grid,
  body.storefront-bold .sf-event-book__radio-grid,
  body.storefront-bold .sf-events-list__grid,
  body.storefront-bold .sf-events-list__legacy-grid {
    grid-template-columns: 1fr;
  }

  body.storefront-bold .sf-plp__grid,
  body.storefront-bold .sf-cms__grid,
  body.storefront-bold .sf-events__grid,
  body.storefront-bold .sf-cms__grid--2,
  body.storefront-bold .sf-cms__grid--4,
  body.storefront-bold .sf-pdp__related-grid {
    grid-template-columns: 1fr;
  }
}

/* --- Inner pages (non-home) — consistent container under pagetitle --- */
body.storefront-bold .sf-page {
  width: 100%;
  box-sizing: border-box;
}

body.storefront-bold .sf-page__container {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 575.98px) {
  body.storefront-bold .sf-footer__grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  body.storefront-bold .sf-pagetitle__inner {
    padding-left: 12px;
    padding-right: 12px;
  }

  body.storefront-bold .sf-pagetitle__grid {
    gap: 0.5rem;
  }

  body.storefront-bold .sf-page__container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
