
.container {
  max-width: 90% !important;
}
@media (max-width: 991px) {
  .container,
  .container-fluid {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Readable inset for text blocks after full-bleed layout */
  .home .section-title,
  .home .side-menu-wrapper,
  .home .info-box,
  .cart-container,
  .checkout-page .container.mb-5,
  .breadcrumb-nav .container,
  .page-header .container,
  .product-page .container,
  .products-page .container,
  footer .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

.header-top {
  border-bottom: 1px solid #fb8e1f;
  font-size: 12px;
}

/* Top Categories sidebar — align Font Awesome icons with list text */
.side-menu li a i.fas,
.side-menu li a i.far,
.side-menu li a i.fab {
  margin-right: 0.5rem;
  width: 1.25em;
  text-align: center;
  display: inline-block;
}


.header-middle {
  padding: 3px;
}
@media (max-width: 991px) {
  .header .header-middle > .container,
  .header .header-top > .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
/* Header middle - black text and icons */
.header-middle .header-contact h6,
.header-middle .header-contact a,
.header-middle .header-contact .font1 {
  color: #000 !important;
}
.header-middle .header-contact {
  align-items: center;
  gap: 0.65rem;
}
.header-call-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fb8e1f;
  color: #fff;
  flex-shrink: 0;
}
.header-call-icon .call-icon {
  color: #fff !important;
  font-size: 15px;
}
.header-middle .search-toggle,
.header-middle .header-icon i,
.header-middle .icon-search-3,
.header-middle .icon-magnifier {
  color: #000 !important;
}
.header-middle .minicart-icon,
.header-middle .minicart-icon::before {
  border-color: #000 !important;
}
.header-middle .cart-dropdown .dropdown-toggle {
  color: #000 !important;
}
.header-middle .mobile-menu-toggler,
.header-middle .mobile-menu-toggler i {
  color: #000 !important;
}

.sticky-navbar.fixed
{
  display: none;
}

@media (max-width: 575px) {
  footer {
    margin-bottom: 0px !important;
  }
}
/* Mobile: header height 55px and smaller logo */
@media (max-width: 991px) {
  .header-middle.sticky-header,
  .header-middle {
    min-height: 55px;
    height: 55px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .header-middle .container,
  .header-middle.sticky-header .container {
    display: flex;
    align-items: center;
    min-height: 55px;
    height: 55px;
  }
  .header-middle .logo,
  .sticky-header .logo {
    display: flex;
    align-items: center;
  }
  .header-middle .logo img,
  .sticky-header .logo img {
    max-height: 36px;
    width: auto;
    object-fit: contain;
  }
}

/* Featured Products - uniform image size */
.products-section .product-default figure {
  height: 300px;
  overflow: hidden;
  margin: 0;
}

.products-section .product-default figure a {
  display: block;
  width: 100%;
  height: 100%;
}

.products-section .product-default figure img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

/* Inner pages - product grid */
.products-page .product-default figure,
.product-page .product-default figure,
.category-page .product-default figure {
  height: 300px;
  overflow: hidden;
  margin: 0;
}
.products-page .product-default figure img,
.product-page .product-default figure img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.page-title {
  font-size: 1.5rem;
  font-weight: 600;
}

/* Main nav - active and hover link orange */
.main-nav .menu > li.active > a {
  color: #fb8e1f !important;
}
.main-nav .menu > li > a:hover {
  color: #fb8e1f !important;
}

/* Sticky header - black text and icons */
.sticky-header.fixed .main-nav .menu > li > a,
.header-bottom.fixed .main-nav .menu > li > a {
  color: #000 !important;
}
.sticky-header.fixed .main-nav .menu > li.active > a,
.sticky-header.fixed .main-nav .menu > li > a:hover,
.header-bottom.fixed .main-nav .menu > li.active > a,
.header-bottom.fixed .main-nav .menu > li > a:hover {
  color: #fb8e1f !important;
}
.sticky-header.fixed .header-icon i,
.sticky-header.fixed .search-toggle,
.sticky-header.fixed .icon-search-3,
.header-bottom.fixed .header-icon i,
.header-bottom.fixed .search-toggle {
  color: #000 !important;
}
.sticky-header.fixed .minicart-icon,
.sticky-header.fixed .minicart-icon::before,
.header-bottom.fixed .minicart-icon,
.header-bottom.fixed .minicart-icon::before {
  border-color: #000 !important;
}
.sticky-header.fixed .cart-dropdown .dropdown-toggle,
.header-bottom.fixed .cart-dropdown .dropdown-toggle {
  color: #000 !important;
}

.inner-quickview .product-details {
  align-items: flex-start;
  -ms-flex-align: start;
  padding-top: 14px !important;
}

/* Product page - remove card-body min-height */
.products-page .card-body,
.product-page .card-body {
  min-height: unset !important;
}

/* Products page — category chips on “All products” */
.products-page .products-category-chip {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s, border-color 0.2s, background 0.2s;
}
.products-page .products-category-chip:hover {
  border-color: #fb8e1f !important;
  box-shadow: 0 4px 14px rgba(251, 142, 31, 0.18);
  background: #fffdf9;
}

/* Products page - left sidebar (no inner scroll; use collapse on small screens) */
.products-page .sidebar-wrapper .products-sidebar {
  max-height: none;
  overflow: visible;
}
.products-page .products-sidebar-wrap {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.products-page .products-sidebar-wrap > summary.products-sidebar-summary {
  list-style: none;
  cursor: pointer;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  user-select: none;
  margin: 0;
}
.products-page .products-sidebar-wrap > summary.products-sidebar-summary::-webkit-details-marker {
  display: none;
}
.products-page .products-sidebar-wrap > summary.products-sidebar-summary::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.75rem;
  color: #fb8e1f;
  transition: transform 0.2s ease;
}
.products-page .products-sidebar-wrap[open] > summary.products-sidebar-summary::after {
  transform: rotate(-180deg);
}
@media (min-width: 992px) {
  .products-page .products-sidebar-wrap {
    border: none;
    border-radius: 0;
    background: transparent;
  }
  .products-page .products-sidebar-wrap > summary.products-sidebar-summary {
    display: none;
  }
  .products-page .products-sidebar-wrap .products-sidebar {
    display: block !important;
  }
}

/* Products page — collapsible “Browse by category” */
.products-page .products-browse-categories-wrap {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background: #fafbfc;
  overflow: hidden;
}
.products-page .products-browse-categories-wrap > summary.browse-categories-summary {
  list-style: none;
  cursor: pointer;
  padding: 0.9rem 1.15rem;
  font-weight: 700;
  font-size: 0.95rem;
  color: #111827;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  user-select: none;
  margin: 0;
}
.products-page .products-browse-categories-wrap > summary.browse-categories-summary::-webkit-details-marker {
  display: none;
}
.products-page .products-browse-categories-wrap > summary.browse-categories-summary::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.72rem;
  color: #fb8e1f;
  transition: transform 0.2s ease;
}
.products-page .products-browse-categories-wrap[open] > summary.browse-categories-summary::after {
  transform: rotate(-180deg);
}
.products-page .products-browse-categories-wrap .products-browse-categories {
  padding: 0 1rem 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  background: #fff;
}

.products-page .products-sidebar .products-sidebar-item {
  padding: 1.5rem 2rem !important;
  border-color: rgba(0, 0, 0, 0.08);
  min-height: 44px;
  display: flex;
  align-items: center;
}
.products-page .products-sidebar .products-sidebar-item a {
  color: #000 !important;
}
.products-page .products-sidebar .products-sidebar-item.active {
  background-color: rgba(251, 142, 31, 0.08) !important;
  border-left: 3px solid #fb8e1f;
  padding: 1.5rem 2rem !important;
}
.products-page .products-sidebar .products-sidebar-item.active a {
  color: #fb8e1f !important;
}
.products-page .products-sidebar .products-sidebar-item.active {
  display: block;
  align-items: unset;
}
.products-page .products-sidebar-item-details {
  width: 100%;
}
.products-page .products-sidebar-item-summary {
  list-style: none;
  cursor: pointer;
  font-weight: 600;
  color: #111827;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.products-page .products-sidebar-item-summary::-webkit-details-marker {
  display: none;
}
.products-page .products-sidebar-item-summary::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.72rem;
  color: #6b7280;
  transition: transform .2s ease;
}
.products-page .products-sidebar .products-sidebar-item.active .products-sidebar-item-summary {
  color: #fb8e1f;
  font-weight: 700;
}
.products-page .products-sidebar .products-sidebar-item.active .products-sidebar-item-summary::after {
  color: #fb8e1f;
}
.products-page .products-sidebar-item-details[open] .products-sidebar-item-summary::after {
  transform: rotate(-180deg);
}
.products-page .products-sidebar-product-list {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.products-page .products-sidebar-product-item + .products-sidebar-product-item {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.products-page .products-sidebar-product-link {
  display: block;
  padding: 10px 0;
  color: #111827 !important;
  font-size: 14px !important;
  line-height: 1.3;
}
.products-page .products-sidebar-product-link:hover {
  color: #fb8e1f !important;
}
.products-page .products-sidebar-product-empty {
  margin-top: 10px;
  color: #6b7280;
  font-size: 0.9rem;
}
.products-page .products-sidebar-view-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.82rem;
  color: #6b7280 !important;
  text-decoration: none;
}
.products-page .products-sidebar-view-link:hover,
.products-page .products-sidebar-view-link.is-active {
  color: #fb8e1f !important;
  text-decoration: underline;
}

/* Products page - 3 columns (3 per row) */
.products-page .products-grid-3 > [class*="col-"] {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
@media (max-width: 991px) {
  .products-page .products-grid-3 > [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .products-page .products-grid-3 > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Category page cards - increased image height, minimal bottom space */
.category-page .category-card-body {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.category-page .card-body .card-title {
  margin-bottom: 0.25rem;
}

/* Home categories section: only name + arrow with stronger highlight */
.home-category-card-body {
  display: flex;
  align-items: center;
  padding: 1.4rem 1.6rem;
  flex: 0 0 auto;
  min-height: 60px !important;
}
.home-category-title-row {
  position: relative;
  width: 100%;
  min-height: 32px;
}
.home-category-name {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #111;
  display: block;
  width: 100%;
  padding-right: 44px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.home-category-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fb8e1f;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
}
.home-category-arrow i {
  font-size: 1.2rem;
}

/* Contact page - map container */
.map-container {
  width: 100%;
  overflow: hidden;
}
.map-container iframe {
  width: 100% !important;
  height: 300px !important;
  border: 0;
  display: block;
}

/* Contact page form labels */
.contact-us-container .form-group label {
  margin-bottom: 0.5rem;
}

/* Contact page - address, phone, email, hours in black */
.contact-us-container .contact-info .feature-box h5,
.contact-us-container .contact-info .feature-box h5 a {
  color: #000 !important;
}
.contact-us-container .contact-info .feature-box h5 a:hover {
  color: #fb8e1f !important;
}

/* Floating WhatsApp & Call buttons */
.floating-info-buttons .info-link {
  position: fixed;
  z-index: 999;
  margin: 40px;
}
.floating-info-buttons .info-link.info-download-link {
  left: 0;
  right: auto;
  bottom: 0;
}
.floating-info-buttons .info-link.info-call-link {
  left: 0;
  right: auto;
  bottom: 0;
}
.floating-info-buttons .info-link.info-download-link ~ .info-link.info-call-link {
  bottom: 70px;
}
.floating-info-buttons .info-link.info-wp-link {
  left: auto;
  right: 0;
  bottom: 0;
}
.floating-info-buttons .info-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 22px;
  position: relative;
  text-decoration: none;
}
.floating-info-buttons .info-link a .floating-btn-icon {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
.floating-info-buttons .info-link.info-wp-link a {
  background: #25D366;
  font-size: 24px;
}
.floating-info-buttons .info-link.info-wp-link a:before,
.floating-info-buttons .info-link.info-wp-link a:after {
  border-color: #25D366;
}
.floating-info-buttons .info-link.info-download-link a {
  background: #fb8e1f;
}
.floating-info-buttons .info-link.info-download-link a:before,
.floating-info-buttons .info-link.info-download-link a:after {
  border-color: #fb8e1f;
}
.floating-info-buttons .info-link.info-call-link a {
  background: #212529;
  font-size: 18px;
}
.floating-info-buttons .info-link.info-call-link a .call-icon {
  color: #fff !important;
  font-size: 18px;
}
.floating-info-buttons .info-link.info-call-link a:before,
.floating-info-buttons .info-link.info-call-link a:after {
  border-color: #212529;
}
.floating-info-buttons .info-link a:before {
  content: '';
  border-radius: 100%;
  position: absolute;
  height: 50px;
  width: 50px;
  border: solid 2px;
  left: 0;
  top: 0;
  opacity: 0.5;
  animation: sonarEffect 1.5s ease-out infinite;
}
.floating-info-buttons .info-link a:after {
  content: '';
  border-radius: 100%;
  position: absolute;
  height: 90px;
  width: 90px;
  border: solid 2px;
  left: -20px;
  top: -20px;
  opacity: 0;
  animation: sonarEffect 1.5s ease-out 2s infinite;
}
.floating-info-buttons .info-link a:before,
.floating-info-buttons .info-link a:after {
  pointer-events: none;
}
@keyframes sonarEffect {
  0% { opacity: 0.5; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.3); }
}
.floating-info-buttons .info-link .info_label {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  border-radius: 5px;
  padding: 8px 12px;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  margin-left: 42px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 5;
}
.floating-info-buttons .info-link.info-wp-link .info_label {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 42px;
}
.floating-info-buttons .info-link:hover .info_label {
  visibility: visible;
  opacity: 1;
  margin-left: 12px;
}
.floating-info-buttons .info-link.info-wp-link:hover .info_label {
  margin-left: 0;
  margin-right: 12px;
}
.floating-info-buttons .info-link .info_label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  background: #000;
  transform: translate(-50%, -50%) rotate(45deg);
}
.floating-info-buttons .info-link.info-wp-link .info_label:before {
  left: auto;
  right: 0;
  transform: translate(50%, -50%) rotate(45deg);
}
@media (max-width: 767px) {
  .floating-info-buttons .info-link {
    margin: 20px;
  }
}

/* Product page — hero matches category listing; never uses unrelated demo slider art */
.product-page .product-page-hero {
  position: relative;
  min-height: 280px;
  background: #0f172a center/cover no-repeat;
  color: #fff;
}
.product-page .product-page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(15, 23, 42, 0.92) 0%, rgba(15, 23, 42, 0.62) 52%, rgba(15, 23, 42, 0.4) 100%);
}
.product-page .product-page-hero--solid::before {
  background: linear-gradient(120deg, rgba(15, 23, 42, 0.97) 0%, rgba(19, 78, 74, 0.85) 100%);
}
.product-page .product-page-hero .hero-inner {
  position: relative;
  z-index: 1;
  padding: 3.25rem 0 3rem;
}
.product-page .product-page-hero .breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 0.5rem;
}
.product-page .product-page-hero .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.45);
}
.product-page .product-page-hero .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.65);
}
.product-page .product-page-hero .breadcrumb-item a:hover {
  color: #fff;
}
.product-page .product-page-hero .breadcrumb-item.active,
.product-page .product-page-hero .breadcrumb-item.active::before {
  color: #fff !important;
}
.product-page .product-hero-thumb {
  width: 132px;
  height: 132px;
  object-fit: cover;
  border-radius: 14px;
  border: 3px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
}
.product-page .product-hero-thumb--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
}
.product-page .product-hero-eyebrow {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.35rem;
  opacity: 0.88;
}
.product-page .product-hero-eyebrow a {
  color: rgba(255, 255, 255, 0.82);
}
.product-page .product-hero-eyebrow a:hover {
  color: #fff;
}
.product-page .product-hero-title {
  font-size: 32px !important;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 0.75rem;
  text-transform: none;
}
.product-page .product-hero-lead {
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
  max-width: 42rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .product-page .product-hero-lead {
    font-size: 1.05rem;
  }
}
@media (min-width: 768px) {
  .product-page .product-hero-thumb,
  .product-page .product-hero-thumb--icon {
    width: 168px;
    height: 168px;
  }
}
@media (min-width: 992px) {
  .product-page .product-hero-title {
    margin-bottom: 1.35rem;
  }
}
.product-page .product-detail-shell {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 40px rgba(15, 23, 42, 0.06);
  padding: 1.5rem 1.25rem 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .product-page .product-detail-shell {
    padding: 2rem 2rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .product-page .product-detail-block {
    position: sticky;
    top: 1.5rem;
    padding-left: 0.5rem;
  }
}

/* Product detail block - e-commerce (Ariel-style: yellow price, variant buttons, yellow CTA) */
.product-page .product-detail-block {
  background: #fff;
  padding: 0;
  margin-bottom: 0;
  max-width: 100%;
}
.product-detail-category {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6b7280;
  margin-bottom: 0.4rem;
  font-weight: 400;
}
.product-detail-category a {
  color: #6b7280;
}
.product-detail-category a:hover {
  color: #111;
}
.product-detail-title {
  font-size: 23px;
  padding-bottom: 20px;
  font-weight: 700;
  color: #111;
  margin-bottom: 0;
  line-height: 1.3;
  letter-spacing: 0.01em;
  text-transform: none;
}
.product-detail-price-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  margin-bottom: 1.25rem;
}
.product-price-current-wrap {
  display: inline-block;
  padding: 4px 23px;
  background: #fef08a;
  border-radius: 8px;
}
.product-detail-price-amount {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.product-detail-price-original {
  font-size: 15px;
  color: #9ca3af;
  text-decoration: line-through;
}
.product-detail-discount {
  font-size: 15px;
  font-weight: 700;
  color: #16a34a;
}
.product-detail-price-unit {
  font-size: 15px;
  color: #6b7280;
  font-weight: 400;
}
.product-detail-desc {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.65;
}
.product-detail-desc-heading {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f26a1b;
  margin: 0 0 0.65rem;
}
.product-detail-desc-body {
  padding: 1rem 1.15rem;
  background: #fafbfc;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-left: 3px solid #f26a1b;
  border-radius: 8px;
}
.product-detail-actions {
  padding-top: 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: 0.25rem;
}
.product-detail-desc p {
  margin-bottom: 0.5rem;
}
.product-detail-desc p:last-child {
  margin-bottom: 0;
}
.product-variant-block {
  margin-bottom: 1.25rem;
}
.product-variant-heading {
  font-size: 18px;
  font-weight: 700;
  color: #374151;
  margin-bottom: 0.5rem;
}
.product-variant-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.variant-btn {
  margin: 0;
  cursor: pointer;
  display: inline-block;
}
.variant-btn input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.variant-btn-label {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background: #fff;
  color: #374151;
  font-size: 18px;
  font-weight: 500;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.variant-btn:hover .variant-btn-label {
  border-color: #9ca3af;
  background: #f9fafb;
}
.variant-btn input:checked + .variant-btn-label {
  background: #374151;
  border-color: #374151;
  color: #fff;
}
.product-qty-block {
  margin-bottom: 1.25rem;
}
.product-qty-label {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #374151;
  margin-bottom: 0.5rem;
}
.product-qty-control {
  display: inline-flex;
  align-items: center;
  gap: 0;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.product-qty-btn {
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: #ecfdf5;
  color: #059669;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s, color 0.2s;
}
.product-qty-btn:hover {
  background: #d1fae5;
  color: #047857;
}
.product-qty-btn:active {
  background: #a7f3d0;
}
.product-qty-input {
  width: 56px;
  min-width: 56px;
  height: 40px;
  padding: 0 8px;
  border: none;
  border-left: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
  font-size: 18px;
  font-weight: 500;
  color: #111;
  text-align: center;
  background: #fff;
  -moz-appearance: textfield;
}
.product-qty-input::-webkit-outer-spin-button,
.product-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-qty-unit {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #6b7280;
  margin-top: 0.35rem;
}
.product-action-buttons {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0.5rem;
  width: 100%;
}
.product-action-buttons .btn-add-to-cart,
.product-action-buttons .btn-product-whatsapp,
.product-action-buttons .btn-product-call {
  flex: 1 1 0;
  width: 0;
  min-width: 0;
  max-width: none;
  padding: 0.75rem 0.4rem;
  font-size: clamp(10px, 2.6vw, 14px);
  font-weight: 700;
  line-height: 1.2;
  border: none;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  min-height: 48px;
  height: 48px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
@media (min-width: 576px) {
  .product-action-buttons {
    gap: 0.75rem;
  }
  .product-action-buttons .btn-add-to-cart,
  .product-action-buttons .btn-product-whatsapp,
  .product-action-buttons .btn-product-call {
    padding: 0.85rem 0.65rem;
    font-size: 14px;
    min-height: 52px;
    height: 52px;
  }
}
@media (min-width: 992px) {
  .product-action-buttons .btn-add-to-cart,
  .product-action-buttons .btn-product-whatsapp,
  .product-action-buttons .btn-product-call {
    font-size: 15px;
    padding: 0.85rem 1rem;
  }
}
.product-action-buttons .btn-add-to-cart {
  background: #fb8e1f;
  color: #fff;
}
.product-action-buttons .btn-add-to-cart:hover {
  background: #e67a00;
  color: #fff;
}
.product-action-buttons .btn-product-whatsapp {
  background: #128C7E;
  color: #fff;
}
.product-action-buttons .btn-product-whatsapp:hover {
  background: #0d6b60;
  color: #fff;
}
.product-action-buttons .btn-product-call {
  background: #212529;
  color: #fff;
}
.product-action-buttons .btn-product-call:hover {
  background: #1a1d21;
  color: #fff;
}
.product-action-buttons .btn-add-to-cart i,
.product-action-buttons .btn-product-whatsapp i,
.product-action-buttons .btn-product-call i {
  font-size: 16px;
  flex-shrink: 0;
}
.product-btn-label--short {
  display: none;
}
@media (max-width: 575px) {
  .product-btn-label--full {
    display: none;
  }
  .product-btn-label--short {
    display: inline;
  }
}

/* Home — mobile: full-width layout, no side gaps */
@media (max-width: 991px) {
  .home .home-main-inner {
    margin-top: 0 !important;
  }
  .home .side-menu-wrapper {
    margin-top: 0;
  }
  .home .side-menu-body {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .home .home-category-card-body {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Home slider - mobile view */
@media (max-width: 991px) {
  .home .home-slider-mobile {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .home .home-slider-mobile .home-slide {
    position: relative;
    overflow: hidden;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
  .home .home-slider-mobile .home-slide > a {
    position: absolute;
    inset: 0;
    display: block;
  }
  .home .home-slider-mobile .slide-bg {
    width: 100% !important;
    height: 100% !important;
    min-height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .home .home-slider-mobile .owl-stage-outer {
    min-height: 0 !important;
  }
  .home .home-slider-mobile .owl-item {
    min-height: 0 !important;
  }
  .home .home-slider-mobile .owl-stage {
    display: flex;
  }
  .home .home-slider-mobile .banner-layer {
    z-index: 2;
  }
  .home .home-slider-mobile .banner-layer h2 {
    font-size: clamp(1.25rem, 5vw, 2rem);
    line-height: 1.2;
    word-break: break-word;
    max-width: 90%;
  }
  .home .home-slider-mobile .banner-layer .btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.2rem;
  }
  .home .home-slider-mobile.owl-carousel .owl-nav button {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
  .home .home-slider-mobile.owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.35rem;
    margin: 0;
    line-height: 1;
  }
}

/* Footer "Get in touch" ribbon - orange text */
.footer .footer-ribbon {
  color: #fb8e1f !important;
}

/* Cart page - two-column basket + price details UI */
.cart-container {
  max-width: 960px;
}
.cart-success-msg {
  background: #d4edda;
  color: #155724;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  margin-bottom: 1.25rem;
  font-size: 15px;
}
.cart-error-msg {
  background: #f8d7da;
  color: #721c24;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  margin-bottom: 1.25rem;
  font-size: 15px;
}
.cart-empty-text {
  color: #374151;
  margin-bottom: 1rem;
}
.text-black
{
  color: black;
}
.cart-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 1.5rem;
  align-items: start;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.cart-basket {
  padding: 1.5rem;
  min-height: 200px;
}
.cart-basket-title {
  font-size: 18px;
  font-weight: 700;
  color: #374151;
  margin-bottom: 1.25rem;
}
.cart-item-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.cart-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #f3f4f6;
}
.cart-item:last-child {
  border-bottom: none;
}
.cart-item-main {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  flex: 1;
  min-width: 0;
}
.cart-item-img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}
.cart-item-placeholder {
  width: 64px;
  height: 64px;
  background: #f3f4f6;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  flex-shrink: 0;
}
.cart-item-info {
  flex: 1;
  min-width: 0;
}
.cart-item-name {
  font-weight: 500;
  color: #111;
  display: block;
  margin-bottom: 0.25rem;
}
.cart-item-name:hover {
  color: #fb8e1f;
}
.cart-item-meta {
  color: #6b7280;
  margin-bottom: 0.35rem;
}
.cart-item-variant::after {
  content: " • ";
}
.cart-item-qty-form {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.25rem;
  margin-bottom: 0;
}
.cart-item-qty-input {
  width: 48px;
  height: 32px;
  padding: 0 6px;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  text-align: center;
  -moz-appearance: textfield;
}
.cart-item-qty-input::-webkit-outer-spin-button,
.cart-item-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-item-update {
  color: #374151;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
}
.cart-item-update:hover {
  color: #111;
}
.cart-item-remove-wrap {
  flex-shrink: 0;
}
.cart-item-remove {
  color: #374151;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem 0;
}
.cart-item-remove:hover {
  color: #111;
}
.cart-back-link {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.9375rem;
  font-size: 15px;
  color: #374151;
}
.cart-back-link:hover {
  color: #fb8e1f;
}
.cart-price-details {
  background: #fafafa;
  padding: 1.5rem;
  border-left: 1px solid #e5e7eb;
}
.cart-price-title {
  color: #6b7280;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.cart-price-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #374151;
  margin-bottom: 0.5rem;
}
.cart-dropdown .btn-remove span {
  display: block;
  margin-top: -2.5px;
  margin-left: -2px;
}
.cart-price-total {
  display: flex;
  justify-content: space-between;
  color: #111;
  padding-top: 0.75rem;
  margin-top: 0.5rem;
  border-top: 1px solid #e5e7eb;
  margin-bottom: 1rem;
}
.cart-trust-msg {
  font-size: 11px;
  color: #6b7280;
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.cart-trust-msg i {
  color: #059669;
  margin-top: 0.15rem;
}
.btn-cart-continue {
  display: block;
  width: 100%;
  padding: 0.85rem 1rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-align: center;
  background: #374151;
  color: #fff;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s;
}
.btn-cart-continue:hover {
  background: #1f2937;
  color: #fff;
}
.btn-continue-shopping {
  display: inline-block;
  padding: 0.6rem 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  background: #fff;
  color: #374151;
  border: 1px solid #374151;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.btn-continue-shopping:hover {
  background: #374151;
  color: #fff;
}
.btn-continue-shopping.d-block,
.btn-continue-shopping.btn-block {
  display: block !important;
  width: 100%;
  text-align: center;
  padding: 0.6rem 1rem;
}
@media (max-width: 767px) {
  .cart-layout {
    grid-template-columns: 1fr;
  }
  .cart-price-details {
    border-left: none;
    border-top: 1px solid #e5e7eb;
  }
  .cart-item {
    flex-direction: column;
    align-items: stretch;
  }
  .cart-item-remove-wrap {
    align-self: flex-end;
  }
}

/* Checkout page - font-size 16px */
.checkout-page .card-header h4,
.checkout-page .form-group label,
.checkout-page .form-control,
.checkout-page .form-control::placeholder,
.checkout-page .list-group-item,
.checkout-page .d-flex.justify-content-between strong,
.checkout-page .btn {
  font-size: 16px;
}
.checkout-page .invalid-feedback {
  font-size: 16px;
}
.checkout-buttons {
  display: flex;
  gap: 0.75rem;
}
.checkout-buttons .checkout-btn-left,
.checkout-buttons .checkout-btn-right {
  flex: 1;
  width: 50%;
  max-width: 50%;
  text-align: center;
  padding: 0.85rem 0.75rem;
}
.checkout-buttons .checkout-btn-right {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
@media (max-width: 575px) {
  .checkout-buttons {
    flex-direction: column;
  }
  .checkout-buttons .checkout-btn-left,
  .checkout-buttons .checkout-btn-right {
    width: 100%;
    max-width: 100%;
  }
}

.header-dropdown ul a,.header-top a
{
  color: black !important;
}

/* Font Awesome 5: Porto theme sets [class^=icon-]:before { font-family: porto } — force FA font for .fa/.fas/.far/.fab so icons like fa-shopping-cart render */
.fa,
.fas,
.far,
.fab,
.fal,
.fa:before,
.fas:before,
.far:before,
.fab:before,
.fal:before,
.fa::before,
.fas::before,
.far::before,
.fab::before,
.fal::before {
  font-family: "Font Awesome 5 Free" !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.far,
.far:before,
.far::before {
  font-weight: 400 !important;
}
.fas,
.fa,
.fas:before,
.fa:before,
.fas::before,
.fa::before {
  font-weight: 900 !important;
}
.fab,
.fab:before,
.fab::before {
  font-family: "Font Awesome 5 Brands" !important;
  font-weight: 400 !important;
}

/* Call / phone icons — reliable glyph on all pages (Porto + FA conflict safe) */
.call-icon,
.fa-phone,
.fa-phone-alt,
.fas.fa-phone,
.fas.fa-phone-alt {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  font-style: normal !important;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.fa-phone::before,
.fas.fa-phone::before {
  content: "\f095";
}
.fa-phone-alt::before,
.fas.fa-phone-alt::before {
  content: "\f879";
}
.product-action-buttons .btn-product-call .call-icon,
.product-page-hero .btn .call-icon {
  color: inherit;
}
.footer .contact-info .call-icon {
  color: #fb8e1f;
  font-size: 0.85em;
  vertical-align: middle;
}

/* Address block — highlight showroom / store line labels */
.address-line-label {
  color: #f26a1b;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* Product detail — image gallery slider */
.product-page .product-gallery {
  width: 100%;
}
.product-page .product-gallery-viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f8fafc;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  aspect-ratio: 1 / 1;
  min-height: 300px;
}
.product-page .product-gallery-track {
  position: absolute;
  inset: 0;
  display: flex;
  transition: transform 0.35s ease;
  will-change: transform;
}
.product-page .product-gallery-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
}
.product-page .product-gallery-slide--placeholder {
  min-height: 300px;
}
.product-page .product-gallery-main-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 16px;
  box-sizing: border-box;
}
.product-page .product-gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: #111827;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  transition: background 0.2s, color 0.2s;
}
.product-page .product-gallery-prev { left: 14px; }
.product-page .product-gallery-next { right: 14px; }
.product-page .product-gallery-nav:hover {
  background: #fff;
  color: #f26a1b;
}
.product-page .product-gallery-counter {
  position: absolute;
  bottom: 14px;
  right: 14px;
  z-index: 3;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.75);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  pointer-events: none;
}
.product-page .product-gallery-thumbs-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin-top: 14px;
  overflow-x: auto;
  padding: 4px 2px 6px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.product-page .product-gallery-thumb {
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  padding: 0;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.product-page .product-gallery-thumb.is-active {
  border-color: #f26a1b;
  box-shadow: 0 0 0 1px #f26a1b;
}
.product-page .product-gallery-thumb:hover {
  border-color: #fb8e1f;
}
.product-page .product-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
@media (min-width: 992px) {
  .product-page .product-gallery-viewport {
    aspect-ratio: 4 / 3;
  }
  .product-page .product-gallery-thumb {
    width: 88px;
    height: 88px;
  }
}

/* Category brands marquee + catalog downloads (product & category pages) */
.category-product-top-bar {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 4px solid #f26a1b;
  border-radius: 8px;
  padding: 1rem 1.25rem 1.15rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.category-product-top-bar__category-name {
  margin: 0 0 0.35rem;
  font-size: calc(1.35rem + 3px);
  font-weight: 700;
  color: #111827;
  letter-spacing: 0.02em;
  line-height: 1.25;
}
.category-product-top-bar__category-name a:hover {
  color: #f26a1b !important;
}
.category-product-top-bar__meta {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 0.75rem;
}
.category-product-top-bar__meta a {
  color: #6b7280;
  text-decoration: none;
}
.category-product-top-bar__meta a:hover {
  color: #f26a1b;
  text-decoration: underline;
}
.category-product-top-bar__brands-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f26a1b;
  margin-bottom: 0.35rem;
}
.category-product-top-bar__brands-marquee {
  overflow: hidden;
  width: 100%;
  margin: 0.15rem 0 0;
  position: relative;
}
.category-product-top-bar__brands-marquee-track {
  display: flex;
  width: max-content;
  animation: categoryBrandsMarquee 50s linear infinite;
}
.category-product-top-bar__brands-marquee:hover .category-product-top-bar__brands-marquee-track {
  animation-play-state: paused;
}
@keyframes categoryBrandsMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.category-product-top-bar__brands-wrap--strip {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
  align-items: stretch;
  gap: 0.65rem;
  padding-right: 0.65rem;
}
.category-product-top-bar__brands-wrap--strip .category-product-top-bar__brand-chip,
.category-product-top-bar__brands-wrap--strip .category-product-top-bar__brand-name {
  flex-shrink: 0;
}
@media (prefers-reduced-motion: reduce) {
  .category-product-top-bar__brands-marquee-track {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
  }
  .category-product-top-bar__brands-marquee {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .category-product-top-bar__brands-marquee-track .category-product-top-bar__brands-wrap--strip:last-child {
    display: none;
  }
  .category-product-top-bar__brands-wrap--strip {
    flex-wrap: wrap;
    width: 100% !important;
  }
}
.category-product-top-bar__brand-name {
  display: inline-block;
  font-size: calc(1rem + 3px);
  font-weight: 700;
  line-height: 1.35;
  color: #111827;
  padding: 0.4rem 0.85rem;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff7ed 0%, #ffedd5 100%);
  border: 1px solid rgba(242, 106, 27, 0.4);
  box-shadow: 0 1px 3px rgba(242, 106, 27, 0.12);
}
.category-product-top-bar__brand-chip {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap: 0.5rem;
  font-size: calc(1rem + 3px);
  font-weight: 700;
  line-height: 1.35;
  color: #111827;
  padding: 0.65rem 0.85rem 0.75rem;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff7ed 0%, #ffedd5 100%);
  border: 1px solid rgba(242, 106, 27, 0.4);
  box-shadow: 0 1px 3px rgba(242, 106, 27, 0.12);
  min-width: 200px;
  max-width: 300px;
}
.category-product-top-bar__brand-chip-img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  border-radius: 6px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  flex-shrink: 0;
}
.category-product-top-bar__brand-chip-text {
  font-weight: 700;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.25;
  word-break: break-word;
}
.category-product-top-bar__brands-fallback {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: #374151;
  white-space: pre-wrap;
  word-break: break-word;
}
.category-catalogs-section {
  padding: 1.25rem 1.25rem 1.5rem;
  background: #fff8f4;
  border: 1px solid rgba(242, 106, 27, 0.2);
  border-radius: 8px;
}
.category-catalogs-title {
  font-size: 16px;
  font-weight: 700;
  color: #c0440a;
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
}
.category-catalogs-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.category-catalog-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: #fff;
  border: 1px solid rgba(242, 106, 27, 0.35);
  border-radius: 8px;
  text-decoration: none;
  color: #1f2937;
  font-size: 16px;
  font-weight: 500;
  transition: background 0.15s, border-color 0.15s, transform 0.1s;
}
.category-catalog-btn:hover {
  background: #fff3ea;
  border-color: #f26a1b;
  color: #c0440a;
  text-decoration: none;
  transform: translateX(3px);
}
.catalog-btn-icon {
  font-size: 1.4rem;
  color: #e03e00;
  flex-shrink: 0;
  line-height: 1;
}
.catalog-btn-text {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.catalog-btn-dl {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f26a1b;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
}