/** Shopify CDN: Minification failed

Line 405:23 Unexpected "{"
Line 405:29 Expected ":"

**/
#online-shop .alo-image:after {
    position: absolute;
    z-index: 9;
    content: '';
    height: 100%;
    width: 100%;
    background: #00000078;
    top: 0;
    left: 0;
}

#online-shop .alo-image {
    position: relative;
}

#online-shop .content {
    z-index: 9;
}

#online-shop .title {
    margin-bottom: 20px;
}


.vendor-sku b {
  color: #7E22CE;
  font-size: 14px;
  font-weight: 600;
}

.vendor-sku .sku-product {
  color: #6B7280;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
}

.product-main-block {
  border: 1px solid #E5E7EB;
  padding: 24px;
  border-radius: 16px;
}

.product-offer-info table,
.product-offer-info th,
.product-offer-info td,
.product-offer-info tr {
  background: transparent;
  border: none;
}

.product-offer-info tr:not(:last-child) td {
  border-bottom: 1px solid #E5E7EB !important;
}

.product-offer-info td:last-child {
  border-bottom: none;
}

.product-offer-info tbody tr:nth-child(2) {
  color: #7E22CE;
}

.product-offer-info tbody td:nth-child(2) {
  text-align: right;
}

.laber-breadcrumb .breadcrumbs {
  border-bottom: 0;
}

.product-item .button-cart-bottom a.select_options,
.product-item .button-cart-bottom button.add-to-cart {
  font-size: 20px;
  background: #7E22CE;
  width: 40px;
  height: 40px;
  border-radius: 12px;
}

.product-item  .product-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.product-item  .product-card-footer .frm-price-color {
  flex: 1;
}

.product-main-block .product-offer-info table tr:first-child td {
  padding-top: 8px;
}
.product-main-block .product-offer-info table td {
  padding: 16px 0 8px 0;
}
.product-main-block .product-offer-info table tr:last-child td {
  padding-bottom: 8px;
}

.menu-footer.menu-footer-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
  margin-bottom: 24px;
}

.menu-footer.menu-footer-button .btn-footer {
  background: #fff;
  padding-top: 18px;
  padding-right: 32px;
  padding-bottom: 18px;
  padding-left: 32px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #581C87;
  border: 2px solid #fff;
}

.menu-footer.menu-footer-button .btn-footer2 {
  color: #fff;
  padding-top: 18px;
  padding-right: 32px;
  padding-bottom: 18px;
  padding-left: 32px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  background: #6B21A8;
  border: 2px solid #7E22CE;
}

#laber_footer-top .row {
  justify-content: center;
}

#laber_footer-top .widget-title .txt_title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
}

#laber_footer-top .row .footer-iteam:nth-child(1) .widget .textwidget {
  margin-bottom: 24px;
}

#laber_footer-top .widget .textwidget p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #E9D5FF;
}

#laber_footer-top .main-footer .widget-title {
  margin-bottom: 24px;
}

#laber_footer-top .menu-footer.menu-footer-button {
  margin-top: 16px;
  margin-bottom: 0;
}

#laber_footer-top .row .footer-iteam:nth-child(3) {
  margin-top: 24px;
}

#laber_footer-top .row .footer-iteam:nth-child(3) .widget .textwidget p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #D8B4FE;
  margin-bottom: 0;
}

.type_shipping .alo-benefit .icon {
  color: #fff;
  font-size: 22px;
}

/* Product Specifications Block styling */
.specs-layout {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.specs-col {
  width: 50%;
  padding: 15px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .specs-col {
    width: 100%;
  }
}

.specs-header {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin-bottom: 16px;
  line-height: 1.2;
  font-family: inherit;
}

.specs-table {
  border: 1px solid #eaeaea;
  border-radius: 8px;
  overflow: hidden;
}

.specs-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid #E5E7EB;
}

/* .specs-row:nth-child(even) {
  background-color: #fafafa;
} */

.specs-row:last-child {
  border-bottom: none;
}

.specs-label {
  font-size: 14px;
  color: #666;
  width: 40%;
}

.specs-val {
  font-size: 14px;
  color: #111;
  font-weight: 700;
  text-align: right;
  width: 60%;
}

.cp-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cp-card {
  display: flex;
  align-items: center;
  padding: 12px;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  background: #fff;
  transition: border-color 0.2s ease;
}

.cp-card:hover {
  border-color: #d1d1d1;
}

.cp-img {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  background: #f5f5f5;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  border: 1px solid #f0f0f0;
}

.cp-img svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}

.cp-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cp-title {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 4px;
  line-height: 24px;
}

.cp-price {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #6B7280;
  margin: 0;
}

.cp-btn {
  background: none;
  border: none;
  padding: 5px;
  cursor: pointer;
  color: #7E22CE;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  margin-left: auto;
}

.cp-btn svg {
  width: 20px;
  height: 20px;
}

.cp-btn:hover {
  opacity: 0.8;
  transform: scale(1.1);
  color: #3d1c6b;
}

.install-tip {
  background: #f3f9eb;
  border: 1px solid #71BA12;
  border-radius: 8px;
  padding: 24px 16px 16px 16px;
  margin-top: 16px;
  background-color: rgba(113, 186, 18, 0.16);
}

.tip-head {
  display: flex;
  align-items: center;
  color: #16A34A;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
}

.tip-head svg {
  width: 18px;
  height: 18px;
  margin-right: 12px;
  fill: currentColor;
}

.tip-desc,
p.tip-desc {
  padding-left: 30px;
  font-size: 14px;
  color: #4B5563;
  line-height: 20px;
  margin: 0;
  font-weight: 400;
}

/* Delivery Info Block */
.delivery-info-block {
  margin: 24px 0;
}

.delivery-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 480px) {
  .delivery-info-grid {
    grid-template-columns: 1fr;
  }
  .wrapper_caption #b_{{block.id}}.slide_item_h3{font-size: 18px !important; line-height: 1.2em !important; font-weight: 700 !important;}
}

.delivery-info-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  background: #fff;
}

.delivery-info-icon {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.delivery-info-icon svg {
  display: block;
}

.delivery-info-text {
  display: flex;
  flex-direction: column;
}

.delivery-info-text strong {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  line-height: 20px;
}

.delivery-info-text span {
  font-size: 12px;
  line-height: 16px;
  color: #6B7280;
}

/* Technical Support Block */
.tech-support-card {
  padding: 24px;
}

.tech-support-inner {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.tech-support-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.tech-support-icon svg {
  display: block;
}

.tech-support-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.tech-support-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #111827;
  display: block;
}

.tech-support-desc {
  font-size: 14px;
  color: #4B5563;
  line-height: 20px;
  margin: 0;
}

.tech-support-link {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.tech-support-link:hover {
  text-decoration: underline;
}

/* Certifications Block */
.certifications-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding: 16px 0 0 0;
  border-top: 1px solid #E5E7EB;
  overflow: hidden;
}

.cert-badge {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cert-badge:last-child {
  border-right: none;
}

@media (max-width: 600px) {
  /* .certifications-row {
    flex-direction: column;
  } */

  .cert-badge {
    /* width: 100%; */
    flex: 1;
    border-right: none;
    /* border-bottom: 1px solid #eaeaea; */
  }

  .cert-badge .cert-label {
    font-size: 12px;
    line-height: 20px;
  }

  .cert-badge:last-child {
    border-bottom: none;
  }
}

.cert-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.cert-icon svg {
  display: block;
}

.cert-label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #4B5563;
  white-space: nowrap;
}

/* Product Media Gallery - Static Info Section */
.just-info-section {
  background-image: linear-gradient(180deg, rgba(17, 24, 39, 0.9) 0%, rgba(17, 24, 39, 0.76) 50%, rgba(17, 24, 39, 0.8) 100%), url(https://cdn.shopify.com/s/files/1/0065/4901/2551/files/a69ea1aeefc546bd18aa84f1f868c6489cfc49d5_76be4c1f-cd0b-4e34-b0b5-f9512440378b.jpg?v=1775632125);

  border-radius: 16px;
  padding: 24px;
  margin-top: 16px;
  color: #fff;
  background-size: cover;
}

.just-info-header {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #C084FC;
  /* purple shade matching screenshot */
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.just-info-icon {
  flex-shrink: 0;
}

.just-info-text {
  color: #D1D5DB;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
  font-weight: 400;
}

.just-info-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
}

.just-info-link:hover {
  text-decoration: underline;
  color: #fff;
}

/* Downloads Table */
.downloads-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.downloads-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  min-width: 500px;
}

.downloads-table thead {
  background: #fafafa;
}

.downloads-table th {
  padding: 14px 16px;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #eaeaea;
}

.downloads-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #eaeaea;
  vertical-align: middle;
}

.downloads-table tbody tr:last-child td {
  border-bottom: none;
}

.downloads-table tbody tr:hover {
  background-color: #fafafa;
}

.dl-col-icon {
  width: 50px;
}

.dl-col-name {
  width: 30%;
}

.dl-col-desc {
  width: auto;
}

.dl-col-action {
  width: 120px;
  text-align: right;
}

.dl-icon {
  color: #7E22CE;
}

.dl-icon svg {
  width: 28px;
  height: 28px;
  display: block;
}

.dl-name {
  font-size: 14px;
  font-weight: 600;
  color: #111;
}

.dl-desc {
  font-size: 13px;
  color: #666;
  line-height: 1.4;
}

.dl-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: #7E22CE;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.dl-btn svg {
  width: 16px;
  height: 16px;
}

.dl-btn:hover {
  background: #581C87;
  transform: translateY(-1px);
}

.dl-empty {
  text-align: center;
  padding: 40px 20px;
  color: #888;
  font-size: 14px;
  background: #fafafa;
  border-radius: 8px;
  border: 1px dashed #eaeaea;
}

#main-collection-filters {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media (max-width: 600px) {
  .type_shipping .alo-shipping {
    padding: 0;
  }

  .quotes_wrapper.style1 .quote_slide:not(:last-child) {
    margin-bottom: 32px;
  }

  .dl-col-name,
  .dl-col-desc {
    width: auto;
  }
  
  .dl-desc {
    display: none;
  }
  
  .dl-btn {
    padding: 6px 10px;
    font-size: 12px;
  }
  
  .dl-btn span {
    display: none;
  }

  .menu-footer.menu-footer-button {
    flex-direction: column;
  }

  .menu-footer.menu-footer-button li {
    width: 100%;
  }

  .menu-footer.menu-footer-button a {
    justify-content: center;
  }

  .dealer-section .dealer-overlay {
    padding: 32px 20px;
  }
  .dealer-overlay .dealer-container {
    text-align: left;
  }
  .dealer-overlay .dealer-container .dealer-features {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .dealer-right h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .dealer-description {
    font-size: 14px;
    line-height: 24px;
  }
  #laber_footer-top .widget-title .txt_title {
    font-size: 40px;
    line-height: 44px;
  }
  .products-arrivals .grid-slider .product-item {
    margin-bottom: 24px;
  }
  #product-single .details-info {
    margin-top: 48px;
  }
  .template-product #PageContainer > .container {
    padding: 0;
  }
}
@media (max-width: 420px) {
  #product-single .details-info .cms-product-meta {
    flex-direction: column;
  }
}

/* ========= Topbar Dark Announcement Bar Design ========= */
.cms-top-header .topbar {
  background-color: #0e1b2a !important;
  border-bottom: 1px solid #1a2d40 !important;
}

/* Full-width row: left message, right contact */
.cms-top-header .topbar-announcement-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
}

.cms-top-header .wrapper-bar-message .announcement-bar__message,
.cms-top-header .topbar-announcement-row .announcement-bar__message {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff !important;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.cms-top-header .topbar-announcement-row .announcement-bar__message .topbar-bag-icon,
.cms-top-header .wrapper-bar-message .announcement-bar__message .topbar-bag-icon {
  color: #84cc16;
  stroke: #84cc16;
  flex-shrink: 0;
}

.cms-top-header .topbar-announcement-row .announcement-bar__message a,
.cms-top-header .topbar-announcement-row .announcement-bar__message .buttons {
  color: #fff !important;
}

.cms-top-header .topbar-announcement-row .announcement-bar__message a:hover {
  color: #a3e635 !important;
}

/* Contact info - right side */
.cms-top-header .topbar-contact-info {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
}

.cms-top-header .topbar-contact-info li a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.cms-top-header .topbar-contact-info li a svg {
  flex-shrink: 0;
  stroke: #ffffff;
}

.cms-top-header .topbar-contact-info li a:hover {
  color: #84cc16 !important;
}

.cms-top-header .topbar-contact-info li a:hover svg {
  stroke: #84cc16;
}

/* Legacy contac_header block (white text) */
.cms-top-header .topbar .top_contac ul li,
.cms-top-header .topbar .top_contac ul li a {
  color: #ffffff !important;
}

.cms-top-header .topbar .top_contac ul li i {
  color: #ffffff;
}

.cms-top-header .topbar .top_contac ul li a:hover {
  color: #84cc16 !important;
}

@media (max-width: 767px) {
 .template-article .breadcrumbs .outline-breadcrum .wrap-breadcrum {
        height: auto;
    }
    .shopify-policy__title {
    margin-bottom: 20px;
    margin-top: 20px;
}
  .cms-top-header .topbar-announcement-row {
    flex-direction: column;
    gap: 6px;
    padding: 6px 0;
  }
  .cms-top-header .topbar-contact-info {
    gap: 12px;
  }

  .product-item .product-card-footer{
        gap: 0px;
  }

  .product-item .button-cart-bottom a.select_options, .product-item .button-cart-bottom button.add-to-cart
  {
    width: 30px;
    height: 30px;
    border-radius: 6px;
  }
  li.shop-page-cta-btns svg {
    display: none;
}
.template-index .site-header__logo-image img{
max-width: 110px !important;
}
li.shop-page-cta-btns .shop-cta-btn {
    font-size: 12px;
    padding: 10px 14px;
}

.template-index .header-nav-mobile {
    order: 3;
}
.template-index .announcement-bar__message{
  display:none !important;
}

.product_description iframe {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
}


@media (max-width: 350px) {

li.shop-page-cta-btns .shop-cta-btn {
    font-size: 10px;
    padding: 8px 10px;
}
}
