/* Smart Search Plugin - Hero / Template 3 Styles */

.search_bg_glass {
  background: rgb(0 0 0 / 60%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10.2px);
  -webkit-backdrop-filter: blur(10.2px);
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483646;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 300ms, visibility 300ms;
}

.search_bg_glass.active-search-bg {
  opacity: 1 !important;
  visibility: visible;
  pointer-events: auto;
}
.search-toggle {
  position: fixed;
  right: 4%;
  bottom: 1%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 71px;
  background-color: #3C3834;
  border-radius: 32px;
  box-sizing: border-box;
}

.search-toggle svg {
  background-color: var(--smart-secondary-color, #66B036);
  border-radius: 23px;
  width: 54px;
  height: 46px;
  padding: 11px 15px;
  box-sizing: border-box;
  fill: var(--smart-searchbar-text-color, #fff);
}

.search-toggle.active {
  opacity: 1;
  z-index: 999;
  visibility: visible;
}
.hero-search-wrapper {
  position: fixed;
  bottom: 32px;
  bottom: 3.2vh;
  left: 50%;
  z-index: 2147483647;
  transform: translateX(-50%);
  width: calc(57.82% + 104px);
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;

  transition: all 300ms;
}

.hero-search-wrapper.home-page-search.sticky-search-wrap {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}

.hero-search-wrapper.rest-pages-search.is-scroll-hidden:not(.active-results) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hero-search-wrapper.rest-pages-search.active-results,
.hero-search-wrapper.rest-pages-search.sticky-bottom-search {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}


.hero-search-wrapper.active-results .hero-search-bar.search-bar-wrap {
  background-color: var(--smart-searchbar-bg-color, transparent);
  border: 0;
  border: solid 1px var(--smart-searchbar-text-color, #fff);
}


.hero-search-bar.search-bar-wrap.bg-search {
  background-color: var(--smart-searchbar-bg-color, #2B2B2B);
}

.hero-search-wrapper.sticky-search-wrap .search-info {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  display: none;
}

.hero-tabs {
  display: flex;
  gap: 56px;
  align-items: center;
}

.hero-tab {
  background: none;
  border: none;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  cursor: pointer;
  padding: 0;
}

.hero-tab.active {
  font-weight: 700;
  color: var(--smart-text-color, #ffffff);
  letter-spacing: -1.2px;
}

.hero-tab:not(.active) {
  font-weight: 500;
  color: #888888;
  letter-spacing: -0.48px;
}

.hero-search-bar {
  background-color: var(--smart-searchbar-bg-color, rgba(0, 0, 0, 0.56));
  border-radius: 32px;
  height: 54px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px 8px 40px;
  box-sizing: border-box;
  position: relative;
  z-index: 999;
  overflow: hidden;
  margin-bottom: 8px;
}

.hero-search-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 32px;
  gap: 3.3vh;
  /* position: relative; */
  /* width: 91%; */
  margin: 0 auto;
}

.hero-search-input-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}

.hero-search-input-wrapper img {
  width: 14px;
  height: 14px;
}

.hero-search-wrapper.active-results .inner-result-container {
  padding: 20px 40px 0;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.hero-search-wrapper.sticky-search-wrap .inner-result-container {
  width: 100%;
}

.hero-search-input,
.hero-search-wrapper .smart-search-input {
  background: transparent;
  border: none;
  color: var(--smart-text-color, #ffffff);
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  font-size: 13px;
  width: 100%;
  outline: none;
  height: auto;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.hero-search-input::placeholder,
.hero-search-wrapper .smart-search-input::placeholder {
  color: var(--smart-searchbar-text-color, #ffffff) !important;
  opacity: 0.8 !important;
}
.hero-search-wrapper #site-search {
  width: 100%;
}

.hero-search-wrapper .search-bar-container {
  display: flex !important;
  align-items: center;
  width: 100%;
  gap: 12px;
}

.hero-search-wrapper .services-search__field {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 8px;
}

.hero-search-wrapper .search-toggle-in {
  display: flex;
  align-items: center;
}

.hero-search-wrapper .search-toggle-in svg {
  fill: var(--smart-searchbar-text-color, #D9D9D9);
}

.hero-search-wrapper .services-search__submit {
  background-color: var(--smart-secondary-color, #F15D5D);
  color: #fff !important;
  border: none;
  border-radius: 45px;
  padding: 0 32px;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  white-space: nowrap;
  height: 33px;
  letter-spacing: -0.36px;
  position: static !important;
  right: auto !important;
  top: auto !important;
  width: auto !important;
  flex-shrink: 0;
  transform: none !important;
  line-height: 33px;
}

.hero-search-wrapper #smart-search-category,
.hero-search-wrapper select#smart-search-category,
.hero-search-bar #smart-search-category,
.hero-search-bar select {
  background-color: transparent !important;
  background-image: var(--smart-searchbar-arrow) !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 4px) center !important;
  background-size: 8px 5px !important;
  color: var(--smart-searchbar-text-color, #ffffff) !important;
  -webkit-text-fill-color: var(--smart-searchbar-text-color, #ffffff) !important;
  border: none !important;
  border-right: 1px solid rgba(255,255,255,0.3) !important;
  border-radius: 0 !important;
  padding: 0 20px 0 0 !important;
  margin-right: 4px;
  font-size: 13px;
  outline: none;
  cursor: pointer;
  width: auto !important;
  max-width: 100px;
  flex-shrink: 0;
  height: 33px !important;
  transform: none !important;
  -webkit-appearance: none;
  appearance: none;
}

.hero-search-wrapper #smart-search-category option {
  background: var(--smart-searchbar-bg-color, #333);
  color: var(--smart-searchbar-text-color, #fff);
}

.hero-search-wrapper #smart-search-input {
  background: transparent !important;
  border: none !important;
  color: var(--smart-searchbar-text-color, #fff) !important;
  font-size: 16px !important;
  width: 100% !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  height: 33px !important;
  border-radius: 0 !important;
  line-height: 33px !important;
}

.hero-search-wrapper .smart-search-results {
  position: relative;
  padding: 0 !important;
  padding-top: 0 !important;
  margin: 0 0 10px 0 !important;
  max-height: calc(100vh - 280px) !important;
  overflow-y: auto;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  color: var(--smart-text-color, #fff);
}
.hero-search-wrapper .smart-search-results img {
  width: 100% !important;
  max-width: 100% !important;
  height: 160px !important;
  height: 17.6vh !important;
  object-fit: cover !important;
  border-radius: 24px !important;
  margin-right: 0 !important;
  background-color: rgba(255,255,255,0.08);
}
.hero-search-wrapper .column.template1.products ul li a {
  display: flex !important;
  flex-direction: column !important;
  height: 100%;
  align-items: stretch !important;
}

.hero-search-wrapper .column.template1.products ul li {
  background-color: transparent;
}

.hero-search-wrapper .column.template1.products .product-desc {
  margin-top: 10px;
}

.hero-search-wrapper .column.template1.products .smp-title {
  font-size: 12px !important;
  font-weight: 400;
  line-height: 1.2;
}

.hero-search-wrapper .column.template1.products .product-sku {
  display: none;
}

.hero-search-wrapper .column.template1.products .sm-price {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.hero-search-wrapper .column.template1.products ul {
  display: grid;
  gap: 28px 12px;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  padding-right: 5px;
  padding-bottom: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  max-height: 50vh;
  overflow-y: auto;
}
.hero-search-wrapper .column.template1.products:after {
  display: none;
}

.hero-search-wrapper .column.template1.products.is-at-bottom:after {
  opacity: 0;
}
.hero-search-wrapper .smart-search-inner {
  background-color: transparent !important;
  overflow: visible !important;
  flex-wrap: nowrap !important;
  width: 100%;
  padding-top: 15px !important;
}
.hero-search-wrapper .smart-search-results .column {
  flex: none !important;
  margin: 0 !important;
}
.hero-search-wrapper .smart-search-results a {
  color: var(--smart-text-color, #fff) !important;
  text-decoration: none;
}
.hero-search-wrapper .smart-search-results ul li {
  padding: 0 !important;
  border-bottom: none !important;
}
.hero-search-wrapper .smart-search-results .column.template1.categories a,
.hero-search-wrapper .smart-search-results .column.template1.popular-products a {
  display: block !important;
}

.hero-search-wrapper .column.template1 {
  box-sizing: border-box;
  padding-top: 20px;
}

.hero-search-wrapper .column.template1.products {
  width: 40% !important;
  min-width: 40%;
  flex: none !important;
  border-right: solid 1px #444444;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  padding-bottom: 0;
}

.hero-search-wrapper .column.template1.categories {
  width: 30% !important;
  min-width: 30%;
  flex: none !important;
  padding-left: 20px;
  padding-right: 20px;
  border-right: solid 1px #444444;
  padding-bottom: 20px;
}

.hero-search-wrapper .column.template1.popular-products {
  width: 30% !important;
  min-width: 30%;
  flex: none !important;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.hero-search-wrapper .column.template1.categories ul {
  display: block !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow-y: auto;
  max-height: 45vh;
  flex-wrap: nowrap !important;
}

.hero-search-wrapper .column.template1.categories li {
  width: 100% !important;
  margin-bottom: 8px !important;
  font-size: 14px;
  line-height: 1.4;
}

.hero-search-wrapper .column.template1.categories li a {
  padding: 4px 0;
  display: block;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-bottom: 8px;
}
.hero-search-wrapper .column.template1.popular-products ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  max-height: 45vh;
}

.hero-search-wrapper .column.template1.popular-products li {
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.4;
}

.hero-search-wrapper .column.template1.popular-products li a {
  padding: 4px 0;
  display: block;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-bottom: 8px;
}
.hero-search-wrapper .search-cat-info {
  color: rgba(255,255,255,0.6);
  font-size: 12px;
  line-height: 1.4;
  margin-top: 12px;
}
.hero-search-wrapper .column.template1.categories img {
  height: 210px;
  height: 22.3vh;
}
.hero-search-wrapper .smart-search-results .column ul::-webkit-scrollbar {
  width: 6px !important;
}

.hero-search-wrapper .smart-search-results .column ul::-webkit-scrollbar-track {
  background: transparent !important;
}

.hero-search-wrapper .smart-search-results .column ul::-webkit-scrollbar-thumb {
  background: var(--smart-secondary-color, rgba(255,255,255,0.6)) !important;
  border-radius: 0 !important;
}

.hero-search-wrapper .smart-search-results .column ul::-webkit-scrollbar-thumb:hover {
  background: var(--smart-secondary-color, rgba(255,255,255,0.8)) !important;
}
.hero-search-wrapper .smart-search-results::-webkit-scrollbar {
  width: 6px !important;
}

.hero-search-wrapper .smart-search-results::-webkit-scrollbar-track {
  background: transparent !important;
}

.hero-search-wrapper .smart-search-results::-webkit-scrollbar-thumb {
  background: var(--smart-secondary-color, rgba(255,255,255,0.6)) !important;
  border-radius: 0 !important;
}

.hero-search-wrapper .smart-search-results::-webkit-scrollbar-thumb:hover {
  background: var(--smart-secondary-color, rgba(255,255,255,0.8)) !important;
}
.hero-search-wrapper #speech-to-text-button {
  filter: brightness(0) invert(1) !important;
  width: 20px !important;
  height: 20px !important;
  border: none !important;
  cursor: pointer;
  flex-shrink: 0;
  position: absolute !important;
  right: 130px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 10;
  background-size: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.hero-search-wrapper.active-results .hero-tabs {
  display: none;
}

.hero-search-wrapper .smart-search-results h3,
.hero-search-wrapper .smart-search-results a,
.hero-search-wrapper .smart-search-results p,
.hero-search-wrapper .smart-search-results li,
.hero-search-wrapper .smart-search-results .smp-title,
.hero-search-wrapper .smart-search-results .product-sku,
.hero-search-wrapper .smart-search-results .no-results-line {
  color: var(--smart-text-color, #fff) !important;
}
.hero-search-wrapper .smart-search-results h3 {
  color: var(--smart-title-color, #fff) !important;
  border-bottom: 1px solid rgba(255,255,255,0.15) !important;
  padding-bottom: 12px;
  margin-bottom: 15px;
}

.hero-search-wrapper .smart-search-results .sm-price {
  color: var(--smart-secondary-color, #66B036) !important;
}
.hero-search-wrapper .search-info {
  display: none !important;
}
.hero-search-wrapper .close-btn {
  display: none !important;
}
.hero-search-wrapper.has-search-results .close-btn {
  display: flex !important;
  position: absolute !important;
  top: 16px;
  right: 16px;
  z-index: 100;
  cursor: pointer;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  padding: 0;
}

.hero-search-wrapper .inner-result-container {
  overflow: visible;
}
.hero-search-wrapper .close-in-wrapper {
  position: relative;
  width: 16px;
  height: 16px;
}

.hero-search-wrapper .close-in-wrapper::before,
.hero-search-wrapper .close-in-wrapper::after {
  width: 16px;
  background-color: var(--smart-title-color) !important;
}
.hero-search-wrapper #speech-to-text-button {
  display: inline-block !important;
  filter: brightness(0) invert(1);
}

.hero-search-wrapper.active-results .inner-result-container:after {
  content: none;
}

.hero-search-wrapper.active-results.has-search-results .inner-result-container:after {
  content: '';
  position: absolute;
  width: 100%;
  top: -50px;
  bottom: 0;
  background-color: var(--smart-results-bg-color, #2B2B2B);
  z-index: -1;
  left: 0;
  right: 0;
  border-radius: 32px;
}

.hero-search-wrapper .smart-search-header {
  width: 100%;
  color: var(--smart-text-color, #fff);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px var(--smart-title-color, #444444);
  padding-bottom: 13px;
  position: relative;
  position: absolute;
  top: 16px;
  left: 0;
  padding-left: 4.5%;
  padding-right: 4.5%;
  padding-top: 14px;
}

.hero-search-wrapper.rest-pages-search {
  top: calc(80px + 24px);
  max-width: 631px;
  min-width: auto;
  bottom: unset;
}

.sticky-bottom-search .hero-tabs {
  padding-left: 4.5%;
}

.hero-search-wrapper.rest-pages-search .hero-tabs {
  display: none;
}

.hero-search-wrapper.rest-pages-search .inner-result-container {
  flex-direction: column-reverse;
  display: flex;
}

.hero-search-wrapper.rest-pages-search.active-results {
  max-width: 100%;
}

.hero-search-wrapper.rest-pages-search.sticky-search-wrap {
  max-width: 100%;
}

.sticky-header .hero-search-wrapper.rest-pages-search.sticky-search-wrap {
  top: unset;
}

.hero-search-wrapper.rest-pages-search.sticky-bottom-search {
  top: unset;
}

.hero-search-wrapper.rest-pages-search.sticky-bottom-search .inner-result-container {
  display: block;
}

.hero-search-wrapper.rest-pages-search.active-results .inner-result-container {
  padding-top: 24px;
}

.hero-search-wrapper.rest-pages-search.sticky-bottom-search .inner-result-container {
  padding-top: 0;
}

.hero-search-wrapper.rest-pages-search.sticky-bottom-search .search-info {
  bottom: 14.5px;
  top: unset;
}

.search_bg_glass {
  /* From https: //css.glass */
  background: rgb(0 0 0 / 60%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10.2px);
  -webkit-backdrop-filter: blur(10.2px);
  opacity: 0;
  transition: all 300ms;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
  pointer-events: none;
}

.search_bg_glass.active-search-bg {
  z-index: 2147483646;
  opacity: 1 !important;
}

.mega-menu-body .hero-search-wrapper {
  z-index: -1;
  display: none;
}

.hero-search-wrapper .column.template1.categories li {
  width: calc(50% - 8px);
}

.hero-search-wrapper .column.template1.categories ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 57px;
  padding-right: 2.7vw;
}

.hero-search-wrapper .search-cat-info {
  color: var(--smart-text-color, #fff);
  line-height: 1.4;
  font-size: 12px;
  font-weight: 400;
}

.hero-search-wrapper .searched-for span {
  color: #aaaaaa;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.hero-search-wrapper.rest-pages-search.active-results .smart-search-header {
  top: 95px;
}

.hero-search-wrapper.rest-pages-search.sticky-bottom-search.active-results .smart-search-header {
  top: 14px;
}

.hero-search-wrapper.rest-pages-search.active-results {
  top: 25px;
}

.hero-search-wrapper.rest-pages-search.sticky-bottom-search.active-results {
  top: unset;
  bottom: 3.2vh;
}

.search-toggle {
  position: fixed;
  right: 4%;
  bottom: 1%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms;
}

.search-toggle.active {
  opacity: 1;
  z-index: 2147483647;
  visibility: visible;
}
.search_bg_glass {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483646;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 300ms, visibility 300ms;
}

.search_bg_glass.active-search-bg {
  opacity: 1 !important;
  visibility: visible;
  pointer-events: auto;
}
.hero-search-wrapper {
  z-index: 2147483647;
}
.hero-search-wrapper.active-results .inner-result-container:after {
  content: none !important;
}

.hero-search-wrapper.active-results.has-search-results .inner-result-container:after {
  content: '' !important;
  position: absolute;
  width: 100%;
  top: -50px;
  bottom: 0;
  background-color: var(--smart-results-bg-color, #2B2B2B);
  z-index: -1;
  left: 0;
  right: 0;
  border-radius: 32px;
}
.hero-search-wrapper.active-results:not(.has-search-results) .search-results-append {
  display: none;
}

.hero-search-wrapper.active-results.has-search-results .search-results-append {
  display: block;
}
.hero-search-wrapper.active-results .search-bar-wrap {
  background-color: transparent;
}

.hero-search-wrapper.active-results .search-bar-wrap.bg-search {
  background-color: var(--smart-searchbar-bg-color, #2B2B2B);
}

.hero-search-wrapper .smart-search-results {
  display: none;
}

.hero-search-wrapper.has-search-results .smart-search-results {
  display: flex;
}
.hero-search-wrapper.rest-pages-search.is-scroll-hidden:not(.active-results),
.hero-search-wrapper.home-page-search.sticky-search-wrap:not(.active-results) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hero-search-wrapper.active-results,
.hero-search-wrapper.sticky-bottom-search {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hero-search-wrapper.active-results .inner-result-container:after {
  content: none !important;
}

.hero-search-wrapper.active-results.has-search-results .inner-result-container:after {
  content: '' !important;
  position: absolute;
  width: 100%;
  top: -50px;
  bottom: 0;
  background-color: var(--smart-results-bg-color, #2B2B2B);
  z-index: -1;
  left: 0;
  right: 0;
  border-radius: 32px;
}

.hero-search-wrapper.active-results:not(.has-search-results) .search-results-append {
  display: none;
}

.hero-search-wrapper.active-results.has-search-results .search-results-append {
  display: block;
}

.search_bg_glass {
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.search_bg_glass.active-search-bg {
  opacity: 1 !important;
  visibility: visible;
  pointer-events: auto;
}

.hero-search-wrapper {
  z-index: 2147483647;
}

/* ===== 1.4.0: posts rows in the hero ===== */
/* The full-width rounded image-card rule above is meant for product and
   category cards. Posts keep their compact 56px thumbs — this also removes
   the horizontal overflow (and its scrollbar) the oversized image caused. */
.hero-search-wrapper .smart-search-results .column.posts img {
  width: 56px !important;
  max-width: 56px !important;
  height: 56px !important;
  border-radius: 8px !important;
}
.hero-search-wrapper .smart-search-results .column.posts ul {
  overflow-x: hidden;
}
/* Belt & braces: the results panel never scrolls horizontally, and if some
   theme forces it anyway, the bar is as slim as the vertical ones. */
.hero-search-wrapper .smart-search-results {
  overflow-x: hidden;
}
.hero-search-wrapper .smart-search-results .column ul::-webkit-scrollbar:horizontal,
.hero-search-wrapper .smart-search-results::-webkit-scrollbar:horizontal {
  height: 6px !important;
}

/* ===== 1.4.0: posts as a full-width band under the hero columns ===== */
/* The hero's 3-column layout is hard-sized (40/30/30, nowrap) — a 4th
   column can never fit beside them. Posts instead wrap to a full-width
   "articles" band below, as a 2-column grid of compact rows. */
.hero-search-wrapper .smart-search-inner {
  flex-wrap: wrap !important; /* 3 columns sum to 100%, so nothing else moves */
}
.hero-search-wrapper .smart-search-results .column.posts {
  width: 100% !important;
  min-width: 100%;
  border-top: solid 1px #444444;
  margin-top: 16px !important;
  padding: 14px 20px 4px !important;
}
.hero-search-wrapper .smart-search-results .column.posts ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px 32px;
  max-height: none !important;
}
@media (max-width: 768px) {
  .hero-search-wrapper .smart-search-results .column.posts ul {
    grid-template-columns: 1fr;
  }
}
