/* Homepage full dark theme */
body.cms-index-index {
  background-color: #0B0B0B !important;
  color: #F5F5F5;
}

/* Hero banner only — not product sliders */
.cms-index-index .page-wrapper #heroBannerSlider {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  z-index: 2 !important;
  overflow: hidden;
  background: #0B0B0B;
}

.cms-index-index .page-wrapper #heroBannerSlider .hero-slider__slides {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1920 / 600;
  position: relative !important;
}

.cms-index-index .page-wrapper #heroBannerSlider .hero-slider__slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.cms-index-index .page-wrapper #heroBannerSlider .hero-slider__slide picture {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cms-index-index .page-wrapper #heroBannerSlider .hero-slider__slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
}

@media (max-width: 767px) {
  .cms-index-index .page-wrapper #heroBannerSlider .hero-slider__slides {
    aspect-ratio: 1896 / 830;
  }
}

.cms-index-index .page-wrapper {
  background-image: none !important;
  background-color: #0B0B0B !important;
  min-height: 100vh;
}

.cms-index-index #maincontent,
.cms-index-index .page-main,
.cms-index-index .columns,
.cms-index-index .column.main {
  background-color: #0B0B0B !important;
}

.cms-index-index .page-wrapper .page-main {
  background: #0B0B0B !important;
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.cms-index-index .page-wrapper .page-main .columns .column.main {
  background: #0B0B0B !important;
  color: #F5F5F5;
  width: 100%;
}

/* Category nav overlays hero banner on menu page */
body.cms-index-index:not(.vp-deals-only-view) #categoryNavigationWrapper {
  position: fixed;
  top: 78px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 900;
  margin-top: 0;
  padding: 6px 0;
  background: rgba(11, 11, 11, 0.88);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

@media (min-width: 992px) {
  body.cms-index-index:not(.vp-deals-only-view) #categoryNavigationWrapper {
    top: 98px;
    padding: 8px 0;
  }
}

body.cms-index-index:not(.vp-deals-only-view) #categoryNavigationWrapper .category-navigation-menu {
  position: relative;
  z-index: 901;
  max-width: 100%;
  margin: 0 auto;
}

body.cms-index-index:not(.vp-deals-only-view) #categoryNavigationWrapper.sticky {
  top: 78px;
}

@media (min-width: 992px) {
  body.cms-index-index:not(.vp-deals-only-view) #categoryNavigationWrapper.sticky {
    top: 98px;
  }
}

/* Menu page: push banner below category nav so image is not cut */
body.cms-index-index:not(.vp-deals-only-view) .page-wrapper #heroBannerSlider {
  margin-top: 68px !important;
}

@media (min-width: 992px) {
  body.cms-index-index:not(.vp-deals-only-view) .page-wrapper #heroBannerSlider {
    margin-top: 76px !important;
  }
}

/* Category nav + search on dark */
.cms-index-index .category-navigation-wrapper,
.cms-index-index .category-navigation-wrapper .category-navigation-menu {
  background-color: #0B0B0B !important;
}

.cms-index-index .category-navigation-wrapper .category-navigation-menu .nav-scroll-container .nav-items-wrapper .nav-item {
  color: #F5F5F5 !important;
}

.cms-index-index .category-navigation-wrapper .category-navigation-menu .nav-scroll-container .nav-items-wrapper .nav-item:hover {
  color: #F7C600 !important;
  background-color: rgba(247, 198, 0, 0.1) !important;
}

.cms-index-index .category-navigation-wrapper .category-navigation-menu .nav-scroll-container .nav-items-wrapper .nav-item.active {
  color: #F7C600 !important;
  border-color: #F7C600 !important;
}

.cms-index-index .custom-search-wrapper {
  background-color: #0B0B0B !important;
}

/* Product sections */
.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 20px 60px;
  background: transparent;
}

.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products {
  margin-bottom: 64px;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}

.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 36px;
  width: 100%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-section-heading__line {
  position: relative;
  flex: 1;
  height: 3px;
  min-width: 100px;
  max-width: 300px;
  border-radius: 999px;
}

.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-section-heading__line--left {
  background: linear-gradient(to right, transparent 0%, rgba(247, 198, 0, 0.05) 15%, rgba(247, 198, 0, 0.25) 45%, rgba(247, 198, 0, 0.75) 80%, #F7C600 100%);
  box-shadow: 0 0 14px rgba(247, 198, 0, 0.2);
}

.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-section-heading__line--left::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle, #FFF8D6 0%, #F7C600 55%, rgba(247, 198, 0, 0) 72%);
  box-shadow: 0 0 10px #F7C600, 0 0 22px rgba(247, 198, 0, 0.65);
}

.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-section-heading__line--right {
  background: linear-gradient(to left, transparent 0%, rgba(247, 198, 0, 0.05) 15%, rgba(247, 198, 0, 0.25) 45%, rgba(247, 198, 0, 0.75) 80%, #F7C600 100%);
  box-shadow: 0 0 14px rgba(247, 198, 0, 0.2);
}

.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-section-heading__line--right::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle, #FFF8D6 0%, #F7C600 55%, rgba(247, 198, 0, 0) 72%);
  box-shadow: 0 0 10px #F7C600, 0 0 22px rgba(247, 198, 0, 0.65);
}

.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-title {
  margin: 0;
  text-align: center;
}

.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-title .category-title-text {
  font-size: 32px;
  font-weight: 400;
  color: #F5F5F5;
  font-family: 'Bebas Neue', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.1;
}

.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-header {
  position: relative;
  width: 100%;
  margin-bottom: 36px;
}

.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-header .category-image-wrapper {
  position: relative;
  width: 100%;
  height: 50vh;
  min-height: 400px;
  max-height: 500px;
  overflow: hidden;
}

.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-header .category-image-wrapper .category-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 94%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  display: block;
}

.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories,
.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products,
.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section,
.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list,
.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  overflow-x: clip !important;
}

.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .products.list.items {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 28px !important;
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  align-items: stretch !important;
}

.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .products.list.items .item.product.product-item {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 100% !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .products.list.items .item.product.product-item .product-item-info.pizza-product-card {
  background-color: #1A1A1A !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-height: 0;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  flex: 1 1 auto !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
}

.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .products.list.items .item.product.product-item .product-item-info.pizza-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35) !important;
}

/* Product image — aspect-ratio keeps image inside card */
.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .products.list.items .item.product.product-item .product-item-info .pizza-product-image-wrapper {
  padding: 8px 8px 0 !important;
  margin: 0 !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  position: relative !important;
  overflow: hidden !important;
  flex-shrink: 0 !important;
}

.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .products.list.items .item.product.product-item .product-item-info .pizza-product-image-wrapper .pizza-heart-icon {
  display: none !important;
}

.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .products.list.items .item.product.product-item .product-item-info .pizza-product-image-wrapper .product-item-photo {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  aspect-ratio: 4 / 3 !important;
  height: auto !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  position: relative !important;
  box-sizing: border-box !important;
}

.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .products.list.items .item.product.product-item .product-item-info .pizza-product-image-wrapper .product-item-photo .pizza-product-image {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover !important;
  border-radius: 10px !important;
  display: block !important;
}

.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .products.list.items .item.product.product-item .product-item-info .product-item-details.pizza-product-details {
  padding: 12px 10px 14px !important;
  background-color: transparent !important;
  text-align: left !important;
  align-items: stretch !important;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  flex-grow: 1 !important;
  min-height: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .products.list.items .item.product.product-item .product-item-info .product-item-details .product-item-name {
  margin-bottom: 6px !important;
  text-align: left !important;
}

.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .products.list.items .item.product.product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  font-size: 24px !important;
  font-weight: 400 !important;
  color: #F5F5F5 !important;
  font-family: 'Bebas Neue', sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left !important;
  line-height: 1.1 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  min-height: auto !important;
}

.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .products.list.items .item.product.product-item .product-item-info .product-item-details .pizza-product-description {
  margin-bottom: 8px !important;
  text-align: left !important;
  flex: 0 0 auto !important;
  min-height: 0 !important;
}

.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .products.list.items .item.product.product-item .product-item-info .product-item-details .pizza-product-description p {
  font-size: 14px !important;
  color: rgba(245, 245, 245, 0.8) !important;
  font-family: 'Poppins', sans-serif !important;
  line-height: 1.5 !important;
  text-align: left !important;
  margin: 0 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .products.list.items .item.product.product-item .product-item-info .product-item-details .pizza-product-price {
  margin-bottom: 10px !important;
  text-align: left !important;
  width: 100% !important;
}

.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .products.list.items .item.product.product-item .product-item-info .product-item-details .pizza-product-price .price-label,
.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .products.list.items .item.product.product-item .product-item-info .product-item-details .pizza-product-price .price {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #F7C600 !important;
  font-family: 'Poppins', sans-serif !important;
  text-align: left !important;
}

.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .products.list.items .item.product.product-item .product-item-info .product-item-details .product-item-inner,
.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .products.list.items .item.product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions,
.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .products.list.items .item.product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary,
.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .products.list.items .item.product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .quickview-actions-primary {
  width: 100% !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .products.list.items .item.product.product-item .product-item-info .product-item-details .product-item-inner {
  margin-top: 0 !important;
  padding-top: 0 !important;
  flex-shrink: 0 !important;
}

.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .products.list.items .item.product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .pizza-add-to-cart {
  width: 100% !important;
  display: block !important;
  box-sizing: border-box !important;
  background-color: #D71920 !important;
  color: #F5F5F5 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.2px;
  font-size: 18px !important;
  font-weight: 400 !important;
  font-family: 'Bebas Neue', sans-serif !important;
  padding: 14px 16px !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 8px !important;
  text-align: center !important;
  line-height: 1.2 !important;
}

.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .products.list.items .item.product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .pizza-add-to-cart span {
  font-family: 'Bebas Neue', sans-serif !important;
}

.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .products.list.items .item.product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .pizza-add-to-cart:hover {
  background-color: #b9151b !important;
}

.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .category-view-all-wrap {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .category-view-all-btn {
  background: transparent;
  border: 2px solid #F7C600;
  color: #F7C600;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 32px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .category-view-all-btn:hover {
  background-color: #F7C600;
  color: #0B0B0B;
}

.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid.pizza-products-grid--collapsed .products.list.items .item.product.product-item.product-item--extra {
  display: none !important;
}

@media (max-width: 1024px) {
  .cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .products.list.items {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }
}

@media (max-width: 767px) {
  .cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories {
    padding: 28px 12px 40px;
    overflow-x: clip !important;
  }

  .cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .products.list.items {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products--featured .category-products-section .block-products-list .pizza-products-grid .vp-product-slider__track.products.list.items .item.product.product-item.vp-product-slider__item {
    padding: 0 4px !important;
  }

  .cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products--featured .vp-product-slider__track .vp-product-slider__item .product-item-info.pizza-product-card {
    min-height: 0 !important;
  }

  .cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products {
    margin-bottom: 48px;
  }

  .cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-section-heading {
    gap: 14px;
    margin-bottom: 28px;
  }

  .cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-section-heading__line {
    min-width: 50px;
    max-width: 120px;
  }

  .cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-title .category-title-text {
    font-size: 24px;
  }

  .cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .products.list.items .item.product.product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    font-size: 20px !important;
  }

  .cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .products.list.items .item.product.product-item .product-item-info .product-item-details .pizza-product-description p {
    font-size: 13px !important;
  }

  .cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .products.list.items .item.product.product-item .product-item-info .product-item-details .pizza-product-price .price-label,
  .cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .products.list.items .item.product.product-item .product-item-info .product-item-details .pizza-product-price .price {
    font-size: 20px !important;
  }

  .cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .products.list.items .item.product.product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary .pizza-add-to-cart {
    font-size: 16px !important;
    padding: 12px 14px !important;
  }

  .cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-header {
    margin-bottom: 24px;
  }

  .cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-header .category-image-wrapper {
    min-height: 180px;
    max-height: 240px;
    height: 24vh;
  }

  .cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-header .category-image-wrapper .category-image {
    width: 100%;
  }

  .cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .products.list.items .item.product.product-item .product-item-info.pizza-product-card {
    min-height: 0 !important;
    height: 100% !important;
  }

  .cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .products.list.items .item.product.product-item .product-item-info .product-item-details.pizza-product-details {
    padding: 10px 8px 12px !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  .cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .products.list.items .item.product.product-item .product-item-info .product-item-details .product-item-name .product-item-link {
    min-height: auto !important;
  }

  .cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .products.list.items .item.product.product-item .product-item-info .product-item-details .pizza-product-description {
    min-height: 0 !important;
  }

  .cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .products.list.items .item.product.product-item .product-item-info .pizza-product-image-wrapper {
    padding: 6px 6px 0 !important;
  }

  .cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .products.list.items .item.product.product-item .product-item-info .pizza-product-image-wrapper .product-item-photo {
    aspect-ratio: 1 / 1 !important;
    padding: 0 !important;
  }

  /* Mobile: show whole uploaded image without cropping */
  .cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products .category-products-section .block-products-list .pizza-products-grid .products.list.items .item.product.product-item .product-item-info .pizza-product-image-wrapper .product-item-photo .pizza-product-image {
    object-fit: contain !important;
    background: #fff !important;
  }
}

/* Featured sections — visually separate from full menu */
.cms-index-index .asquaretec-home-featured-categories {
  background: linear-gradient(180deg, rgba(247, 198, 0, 0.08) 0%, rgba(11, 11, 11, 0) 100%);
  border-top: 1px solid rgba(247, 198, 0, 0.22);
  border-bottom: none;
  border-radius: 16px 16px 0 0;
  padding-top: 32px;
  margin-top: 0;
  margin-bottom: 60px;
}

.cms-index-index .asquaretec-home-featured-categories__header {
  text-align: center;
  margin-bottom: 28px;
}

.cms-index-index .asquaretec-home-featured-categories__label {
  display: inline-block;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  color: #F7C600;
  text-transform: uppercase;
  padding: 6px 18px;
  border: 1px solid rgba(247, 198, 0, 0.4);
  border-radius: 999px;
}

.cms-index-index .asquaretec-home-menu-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 1200px;
  margin: 48px auto 28px;
  padding: 0 20px;
}

.cms-index-index .asquaretec-home-menu-divider__line {
  flex: 1;
  height: 1px;
  background: rgba(247, 198, 0, 0.3);
  max-width: 200px;
}

.cms-index-index .asquaretec-home-menu-divider__title {
  margin: 0;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  letter-spacing: 2px;
  color: #F5F5F5;
  text-transform: uppercase;
  white-space: nowrap;
}

.cms-index-index .category-navigation-featured {
  background: rgba(247, 198, 0, 0.06);
  border-bottom: 1px solid rgba(247, 198, 0, 0.2);
  padding: 10px 16px 12px;
}

.cms-index-index .category-navigation-featured__label {
  text-align: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 14px;
  letter-spacing: 1.5px;
  color: #F7C600;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.cms-index-index .category-navigation-featured__menu .nav-items-wrapper--featured {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 0 8px;
}

.cms-index-index .nav-item--featured {
  background: rgba(247, 198, 0, 0.12) !important;
  border: 1px solid rgba(247, 198, 0, 0.45) !important;
  color: #F7C600 !important;
}

.cms-index-index .category-navigation-divider {
  text-align: center;
  padding: 8px 0 4px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 13px;
  letter-spacing: 1.5px;
  color: rgba(245, 245, 245, 0.6);
  text-transform: uppercase;
}

.cms-index-index .asquaretec-home-featured-categories .home-category-with-products--featured {
  margin-bottom: 64px;
}

.cms-index-index .asquaretec-home-featured-categories .home-category-with-products--featured:last-child {
  margin-bottom: 0;
}

/* Featured sections only on DEAL page — hidden on normal MENU homepage */
body.cms-index-index #homeFeaturedCategories {
  display: none !important;
}

/* Featured section product slider — smooth horizontal slide, hero-style nav/dots */
.cms-index-index .home-category-with-products--featured .vp-product-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.cms-index-index .home-category-with-products--featured .vp-product-slider__viewport {
  overflow: hidden;
  width: 100%;
}

/* High specificity needed to beat the long-chain grid rules above */
.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products--featured .category-products-section .block-products-list .pizza-products-grid .vp-product-slider__track.products.list.items {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: visible !important;
  flex-wrap: nowrap !important;
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products--featured .category-products-section .block-products-list .pizza-products-grid .vp-product-slider__track--no-transition.products.list.items {
  transition: none !important;
}

.cms-index-index .page-wrapper .page-main .columns .column.main .asquaretec-home-categories .home-category-with-products--featured .category-products-section .block-products-list .pizza-products-grid .vp-product-slider__track.products.list.items .item.product.product-item.vp-product-slider__item {
  flex-shrink: 0 !important;
  flex-grow: 0 !important;
  width: auto !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  padding: 0 8px !important;
  overflow: visible !important;
}

/* Slider arrows aligned with the product image */
.cms-index-index .home-category-with-products--featured .vp-product-slider__nav--title-level {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
  padding: 0 2px;
}

.cms-index-index .home-category-with-products--featured .vp-product-slider__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.55);
  border: none;
  color: #fff;
  width: 36px;
  height: 36px;
  padding: 0;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  border-radius: 4px;
  pointer-events: all;
  transition: background 0.3s ease, transform 0.2s ease;
}

.cms-index-index .home-category-with-products--featured .vp-product-slider__arrow:hover {
  background: rgba(0, 0, 0, 0.75);
  transform: scale(1.08);
}

.cms-index-index .home-category-with-products--featured .vp-product-slider__arrow:active {
  transform: scale(0.95);
}

.cms-index-index .home-category-with-products--featured .vp-product-slider .hero-slider__dots {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  display: flex !important;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
  z-index: 10;
}

.cms-index-index .home-category-with-products--featured .vp-product-slider .hero-slider__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  padding: 0;
}

.cms-index-index .home-category-with-products--featured .vp-product-slider .hero-slider__dot--active {
  background: #ffffff !important;
  border-color: #ffffff !important;
  transform: scale(1.2);
}

.cms-index-index .home-category-with-products--featured .vp-product-slider .hero-slider__dot:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: scale(1.1);
}

.cms-index-index .home-category-with-products--featured .vp-product-slider__view-all {
  display: flex !important;
  justify-content: center;
  margin-top: 32px;
}

@media (max-width: 767px) {
  .cms-index-index .home-category-with-products--featured .vp-product-slider__arrow {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}

/* Header DEAL view — only Deals, Special Pizzas, Combo sections */
body.cms-index-index.vp-deals-only-view #categoryNavigationWrapper,
body.cms-index-index.vp-deals-only-view #customSearchWrapper,
body.cms-index-index.vp-deals-only-view .vegas-why-choose,
body.cms-index-index.vp-deals-only-view #homeRegularCategories,
body.cms-index-index.vp-deals-only-view .asquaretec-home-popup {
  display: none !important;
}

body.cms-index-index.vp-deals-only-view #homeFeaturedCategories {
  display: block !important;
}

body.cms-index-index.vp-deals-only-view #homeFeaturedCategories [data-category-section]:not([data-category-section="deals"]):not([data-category-section="special-pizzas"]):not([data-category-section="combo"]) {
  display: none !important;
}

body.cms-index-index.vp-deals-only-view .asquaretec-home-featured-categories,
body.cms-index-index.vp-deals-only-view .asquaretec-home-categories {
  padding-top: 24px;
  margin-top: 0;
}

body.cms-index-index.vp-deals-only-view .page-main {
  padding-top: 0;
}

@media (max-width: 767px) {
  body.cms-index-index.vp-deals-only-view .asquaretec-home-categories {
    padding-top: 16px;
  }
}
