/** Shopify CDN: Minification failed

Line 213:13 Expected identifier but found whitespace
Line 213:15 Unexpected "{"
Line 213:24 Expected ":"
Line 223:8 Expected identifier but found whitespace
Line 223:10 Unexpected "{"
Line 223:19 Expected ":"
Line 225:19 Expected identifier but found whitespace
Line 225:21 Unexpected "{"
Line 225:30 Expected ":"
Line 1873:18 Unexpected ".4week"

**/
/* ===== Margins and Paddings ===== */
.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb50 {margin-bottom: 50px !important;}
.mtb20 {margin: 20px 0 !important;}
.pt10 {padding-top: 10px !important;}
.pt20 {padding-top: 20px !important;}
/* ===== Font Sizes ===== */
.fs2rem {font-size: 2rem !important;}
/* ===== General ===== */
body {
  line-height: calc(1 + 0.5 / var(--font-body-scale)) !important;
}
h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
  letter-spacing: 0 !important;
  font-family: Roboto, sans-serif !important;
}
.continue-button {
  width: 100%;
  background: #5ea521;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 0.75em 1em;
  border-radius: 0;
  text-decoration: none;
  text-transform: uppercase;
}

h4 {
  font-size: calc(var(--font-heading-scale) * 1.6rem) !important;
}
@media only screen and (max-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 3.4rem);
  }
}
@media only screen and (min-width: 750px) {
  h1, .h1 {
    font-size: calc(var(--font-heading-scale) * 3.6rem);
  }
}
a {
  color: #58a618 !important;
  text-decoration: none !important;
}
a:hover {
  text-decoration: underline !important;
}
a.button {
  color: #fff !important;
  text-decoration: none !important;
}
.button {
  font-size: 1.6rem !important;
  letter-spacing: 0 !important;
}
.small {
  font-size:1.5rem !important;
}
.right {
  text-align: right;
}
.no-border {
  border: none !important
}
.bottom-border {
  border-bottom: 1px solid #eee !important;
  margin-top: -10px !important;
  padding-bottom: 16px;
}
.grey-border {
  color: #333;
  border-left: 3px solid #bbb;
  padding-left: 20px;
}
.grey-border span {
  display: block;
  font-size: 14px;
}
.bg-orange {
  background-color: #fa4 !important;
}
.bg-grey {
  background-color: #f8f8f8 !important;
  border: 2px solid #bbb;
  padding: 10px 20px;
}
.page-bottom {
  font-size: 1.8rem !important;
  letter-spacing: 0 !important;
}
@media screen and (max-width: 750px) {
  .page-bottom {
    font-size: 1.5rem !important;
  }
}
.left-image img {
  display: block;
  float: left;
  padding-right: 16px;
  vertical-align: middle;
  border: none !important;
}
.left-image.calibr img {
  padding-top: 20px;
}
.image-text-block {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 2rem;
}
.image-text-block img {
  max-width: 150px;
  height: auto;
  flex-shrink: 0;
}
.image-text-block .text-content p {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .image-text-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .image-text-block .text-content {
    text-align: left;
  }
}
.left-image.comp {
  display: block;
  min-height: 200px;
  padding-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .left-image.comp img {
    width: 100% !important;
    height: auto;
    padding-bottom: 10px;
  }
  .left-image.comp p {
    display: block !important;
  }
}
input[type="checkbox"]:checked {
  accent-color: #58a618; 
}
.tooltip-icon.show-tooltip-mobile {
  display: inline-flex !important;
  align-items: center;
  cursor: pointer;
}
/* ===== Elements ===== */
/* Breadcrumbs */
.breadcrumbs {
  color: #444 !important;
  font-size: 14px;
  padding: 1rem 2rem;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs a {
  text-decoration: none;
  color: var(--breadcrumb-color, #58a618); /* fallback */
}
.breadcrumbs a[aria-current="page"] {
  pointer-events: none;
  font-weight: normal;
  text-decoration: none;
}
.breadcrumbs span.breadcrumb-delimeter {
  color: #58a618;
}
.breadcrumb-delimeter:not(:last-child):after {
  content: "›";
  font-size: 18px;
  display: inline-block;
  margin-left: 0.75rem;
  margin-right: 0.5rem;
  speak: none;
}
.home-icon-container {
  display: inline-block;
  margin-right: 4px;
  vertical-align: sub;
}
.page_product .breadcrumbs a.colection-handles {
  color: #58a618 !important;
}
/* From breadcrumb.liquid */
:root  {
  --svg_fill: {{ section.settings.breadcrumb_text_color}}
  ;
}
.home-icon-container {
  display: inline-block;
  margin-right: 4px;
  vertical-align: sub;
}
.breadcrumbs {
  padding: 1rem 2rem;
  color: {{ section.settings.breadcrumb_text_color }}
  ;
  background-color: {{ section.settings.breadcrumb_bg_color }}
}
.page_product .breadcrumbs a.colection-handles {
    color: #58a618 !important;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs a {
  text-decoration: none;
  /*Will put liquid customization here*/
  font-size: 14px;
  color: #58a618;
}
span.breadcrumb-delimeter {
  display: none;
}
.breadcrumbs a.hidebefore:before {
    content: unset;
}
.breadcrumbs a.hideafter:after {
  content: unset !important;
}
.breadcrumb-delimeter:not(:last-child):after {
  content: none;
}
.breadcrumbs a:after {
  content: "›";
  font-size: 18px;
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.50rem;
  speak: none;
  color: #58a618;
}
.breadcrumbs [aria-current="page"] {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
}
/* End breadcrumb.liquid */
/* HERO Section */
 .banner__content .subtitle {
  font-size: 2.3rem !important;
  line-height: calc(1 + .6 / var(--font-body-scale)) !important;
  color: #5aa51c !important;
}
.banner {
  border-bottom: 3rem solid #5aa51c;
}
.banner__box .banner__heading + * {
  margin-bottom: 3rem;
}
/* Floating hero image (desktop only) */
@media screen and (min-width: 990px) {
  .hero-with-floating-image {
    position: relative;
    overflow: hidden; /* prevents weird scrollbars if image overlaps */
  }

  .hero-with-floating-image .hero-floating-image {
    position: absolute;
    top: 12%;
    right: 12%;
    bottom: 0;
    z-index: 200;
    max-width: 18%;
    pointer-events: none;
  }

  .hero-with-floating-image .hero-floating-image img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Optional: give your text a little breathing room so it doesn't collide */
  .hero-with-floating-image .banner__content {
    position: relative;
    z-index: 3;
  }

  .hero-with-floating-image .banner__box {
    max-width: 60%;
  }
}

/* Hide on tablet/mobile */
@media screen and (max-width: 989px) {
  .hero-floating-image {
    display: none !important;
  }
}

/* End HERO Section */
/* Tables */
table.grey-white {
  width: 100%;
  color: #444 !important;
  padding: 0 !important;
  border-spacing: 0;
  border-collapse: collapse;
}
.grey {
  background-color: #eee;
}
table.grey-white td {
  letter-spacing: 0 !important;
  padding: .6rem 1rem !important;
  border: 1px solid #eee !important;
  line-height: 22px;
}
table.grey-white-noborder td {
  padding: 0.2rem 1rem 0.2rem 0 !important;
  border: none !important;
}
table.grey-white-noborder-top td {
  padding: 0.2rem 1rem 0.2rem 0 !important;
  border: none !important;
  vertical-align: top;
}
.grey-white.small {
  font-size: 1.4rem !important;
}
table.grey-white td img {
  vertical-align: middle;
  border: none !important;
  width: 14px !important;
  height: 14px !important;
}
/* === */
table.prev-next {
  min-width:100%;
  margin-top: 3rem !important;
  border-top: 1px solid #eee !important;
  padding-top: 1rem;
}
table.prev-next td {
  min-width:50%;
  padding: 0 !important;
}
table.prev-next a {
  font-size: 1.5rem !important;
}
/* Lists */
ul.tick-list, ul.stop-list, ul.warning-list {
  font-size: 1.5rem;
  list-style: none;
  padding-left: 0;
}
ul.tick-list li, ul.arrow-list li, ul.view-list li, ul.stop-list li {
  position: relative;
  margin-bottom: 0.4rem;
}
ul.tick-list li::before, ul.arrow-list li::before, ul.view-list li::before, ul.stop-list li::before {
  content: '';
  position: relative;
  left: 0;
  width: 14px;
  height: 14px;
  background-image: url('/cdn/shop/files/tick-only.png?v=1746057143');
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  padding-right: 22px;
}
ul.arrow-list, ul.view-list {
  list-style: none;
  padding-left: 0;
}
ul.view-list {
  line-height: calc(1 + .8 / var(--font-body-scale)) !important;
}
ul.arrow-list li::before {
  width: 15px;
  height: 12px;
  background-image: url('/cdn/shop/files/list-arrows.png?v=1746083547');
  padding-right: 24px;
}
ul.view-list li::before {
  width: 22px !important;
  height: 22px !important;
  background-image: url('/cdn/shop/files/eye-icon.jpg?v=1748067416') !important;
  padding-right: 30px !important;
}
ul.stop-list li::before {
  width: 14px !important;
  height: 14px !important;
  background-image: url('/cdn/shop/files/stop-icon.png?v=1748645745') !important;
  padding-right: 22px !important;
}
ul.warning-list li::before {
  width: 14px !important;
  height: 14px !important;
  background-image: url('/cdn/shop/files/attention-icon.png?v=1747012710') !important;
  padding-right: 22px !important;
}
/* Accordion */
.accordion {
  border: none !important;
  background-color: #eee !important;
  margin-bottom: 1px !important;
}
.accordion .svg-wrapper {
  margin-right: 0 !important;
  margin-left: calc(var(--font-heading-scale) * 1rem);
}
.accordion .rte p, .accordion ul {
  font-size: 1.5rem !important;
  letter-spacing: 0 !important;
}
.accordion__title {
  font-family: Roboto, sans-serif !important;
  font-size: calc(var(--font-heading-scale) * 1.8rem) !important; 
  padding-left: 1rem !important;
  letter-spacing: 0 !important;  
  font-weight: normal !important;
  margin-left: .5rem !important;
}
.accordion__content {
  background-color: #fff;
  padding: 2rem !important;
}
.accordion .summary__title + .icon-caret, .accordion .icon.icon-caret  {
  height: calc(var(--font-heading-scale) * .8rem) !important;
  color: #000 !important;
}
.accordion.color-scheme-2 .summary__title + .icon-caret, .accordion.color-scheme-2 .icon.icon-caret {
  height: calc(var(--font-heading-scale) * .8rem) !important;
  color: #fff !important;
}
.icon-caret {
  transition: transform 0.3s ease;
  width: 14px;
  height: 14px;
  margin-left: auto;
}
details[open] .icon-caret {
  transform: rotate(180deg);
}
.accordion__content {
  overflow: hidden;
  transition: height 0.5s ease;
  height: 0;
}
details[open] .accordion__content {
  height: auto; /* Will be set dynamically in JS */
}
.collapsible-content-wrapper-narrow {
  padding-right: 0 !important;
  padding-left:  0 !important;
}
@media screen and (max-width: 750px) {
  .collapsible-content-wrapper-narrow {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}
.collapsible-content-wrapper-narrow .accordion__content {
  padding: 2rem 0 !important;
}
.collapsible-content-wrapper-narrow .accordion .rte p, .collapsible-content-wrapper-narrow .accordion ul {
  font-size: 1.6rem !important;
}
/* Cart */
.cart-count-bubble {
  bottom: 1.6rem !important;
}
cart-remove-button a.button {
  color: #7E888D !important;
}
/* Cart Drawer */
@media screen and (min-width: 750px) {
  .cart__ctas {
    display: block !important;
  }
}
.cartdrawer-continue {
  display: block;
  margin: 1rem 0;
}
a.cartdrawer-continue::after {
  content: " \bb";
  font-size: 18px !important;
}
/* Multicolumn Section */
.multicolumn h2.title {
	color: #222 !important;
}
.multicolumn-list h3 {
  font-size: 1.6rem !important;
  font-family: Roboto, sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}
.multicolumn-list h3 a::after {
  content: " »";
}
.page_index .multicolumn-list h3 {
  font-size: 2rem !important;
}
.multicolumn-card__info {
  padding: 1.5rem !important;
}
#Slider-template--20104303575273__multicolumn_PPBaxj a,
#Slider-template--20104303673577__multicolumn_C3RwaX a,
#Slider-template--20104302330089__multicolumn_ExxA4G a,
#Slider-template--20104303214825__multicolumn_E376i9 a,
#Slider-template--20104303149289__multicolumn_RKpqhH a,
#Slider-template--20104302526697__multicolumn_E376i9 a,
#Slider-template--20706586493161__multicolumn_ExxA4G a,
#Slider-template--20872821637353__multicolumn_jNByUm a {
  color: #fff !important;
  font-weight: 600;
  font-size: 2.2rem !important;
}
#Slider-template--20104303214825__multicolumn_E376i9 a,
#Slider-template--20104302526697__multicolumn_E376i9 a {
  font-weight: 400;
  font-size: 1.7rem !important;
}
@media screen and (max-width: 750px) {
  #Slider-template--20104303575273__multicolumn_PPBaxj a, 
  #Slider-template--20104303673577__multicolumn_C3RwaX a, 
  #Slider-template--20104302330089__multicolumn_ExxA4G a,
  #Slider-template--20104303214825__multicolumn_E376i9 a,
  #Slider-template--20104303149289__multicolumn_RKpqhH a,
  #Slider-template--20104302526697__multicolumn_E376i9 a,
  #Slider-template--20706586493161__multicolumn_ExxA4G a,
  #Slider-template--20872821637353__multicolumn_jNByUm a {
    font-weight: 400;
    font-size: 1.7rem !important;
  }
  .multicolumn-card__info {
    padding: 1rem !important;
  }
}
/* Product Grid */
.card-wrapper {
  border: 1px solid #eee;
}
.card--media .card__inner .card__content {
  padding: 0 !important;
}
@media screen and (min-width: 750px) {
  .card__information {
    padding: 1.2rem !important;
  }
}
@media screen and (min-width: 990px) {
  .grid--4-col-desktop .grid__item {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 750px) {
  .card--standard > .card__content .card__information {
    padding-left: 1rem !important;
  }
}
.quick-add__submit {
  min-width: auto !important;
  padding: 0 3rem !important;
  background-color: #fa4 !important;
  border-radius: 6px;
}
/* === Compare Function Styles === */
/*.button-group {
  display: flex; 
  padding: 0 0.8rem;
}*/
.price-per-item__container {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.product-card__compare-checkbox {
  margin: 16px 0; 
  padding: 0 0.8rem;
}
.product-card__compare-checkbox label {
  display: flex; 
  align-items: center;
  justify-content: center;
  gap: 6px; 
  font-size: 14px; 
  cursor: pointer;
}
.product-card__compare-checkbox input[type='checkbox'] {
  margin-right: 6px;
  transform: scale(1.2);
}
.compare-checkbox {
  display: none !important;
}
.product__compare-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-left: 2rem;
}
.custom-checkbox {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #888;
  border-radius: 3px;
  position: relative;
  background-color: #fff;
  margin-right: 0.8rem;
}
.compare-scroll-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.compare-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.compare-modal__content {
  position: relative;
  background-color: #fff;
  margin: 3% auto;
  padding: 28px;
  width: 94%;
  max-width: 1200px;
  border-radius: 8px;
}
.compare-table-container {
  overflow-x: auto;
}
.compare-table {
  min-width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  margin: 0 auto;
  table-layout: auto;
}
.compare-table th, .compare-table td {
  white-space: nowrap;
  border: 1px solid #ddd;
  padding: 8px;
  vertical-align: middle;
}
.compare-table td:first-child,
.compare-table th:first-child {
  text-align: left;
  white-space: normal;
  max-width: 240px;
  word-break: break-word;
}
.compare-table td:not(:first-child),
.compare-table th:not(:first-child) {
  text-align: center;
}
.compare-table th {
  color: #fff;
  background-color: #444;
  font-weight: 600;
}
.compare-table tbody tr:nth-child(even) {
  background-color: #f4f4f4;
}
.compare-modal__content table td {
  padding: 6px 8px !important;
}
.compare-modal__content table img {
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 750px) {
  .compare-modal__content table img {
    width: 10px;
    height: 10px;
  }
}
.compare-modal__close {
  position: absolute;
  top: 2px;
  right: 2px;
  background: transparent;
  border: none;
  font-size: 28px;
  color: #000;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
}
.remove-compare-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  margin-left: 8px;
  cursor: pointer;
  line-height: 1;
}
.remove-compare-btn:hover {
  color: #999;
}
.feature-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}
/* Position icon container */
.tooltip-icon {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #444;
}
/* Tooltip content */
.feature-tooltip {
  display: none;
  position: absolute;
  top: 125%;     /* Show below icon */
  left: 0;       /* Align with icon */
  background: #f9f9f9;
  color: #333;
  padding: 8px 10px;
  border: 1px solid #ccc;
  font-size: 15px;
  max-width: 380px;
  min-width: 320px;
  white-space: normal;
  word-break: break-word;
  line-height: 1.4;
  border-radius: 4px;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
/* Show tooltip on hover */
.tooltip-icon:hover .feature-tooltip {
  display: block;
}
.compare-checkbox:checked + .custom-checkbox::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.compare-checkbox:checked + .custom-checkbox {
  background-color: #58a618;
}
.view-compare-button {
  position: fixed;
  display: block;
  bottom: 220px;
  right: 80px;
  padding: 12px 18px;
  font-size: 16px;
  background-color: #58a618;
  color: #fff;
  border: none;
  border-radius: 0;
  cursor: pointer;
  z-index: 1000;
  transition: background-color 0.3s ease;
}
@media (min-width: 1024px) {
  .view-compare-button {
    display: none !important;
  }
}
.view-compare-button:hover {
  background-color: #0f5dc0 !important;
}
/* Compare Bar on Desktops */
#compare-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #5d6a71f0;
  border-top: 1px solid #ddd;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.08);
  z-index: 50;
  padding: 20px 0;
  display: none; /* Will be shown by JS */
}
#compare-bar .compare-bar__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}
.compare-bar__products {
  display: flex;
  align-items: center;
  gap: 20px;
  overflow-x: auto;
}
.compare-item {
  background: #fff;
  padding: 10px;
}
.compare-bar__products img {
  width: auto;
  height: 80px; 
}
.compare-bar__products span {
  font-size: 15px;
  color: #333;
}
.compare-bar__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.compare-bar__clear {
  background: none;
  border: none;
  color: #f2f2f2;
  text-decoration: underline;
  cursor: pointer;
}
.compare-bar__submit {
  font-size: 16px;
  padding: 14px 24px;
  background-color: #58a618 !important;
  color: #fff !important;
  text-decoration: none;
  border: none;
  border-radius: 4px;
}
.compare-bar-item {
  display: flex; 
  justify-content: 
    space-between; 
  align-items: center;
}
.remove-compare-item {
  margin-left: 4px; 
  font-size: 20px;
  font-weight: bold; 
  color: red; 
  border: none; 
  background: none; 
  cursor: pointer;
}
.compare-bar-img {
  margin-top: 6px; 
  max-width: 120px; 
  display: block;
  margin: auto;
}

@media (max-width: 1024px) {
  #compare-bar {
    display: none !important;
  }
}

/* 5-Pin 3 Phase Lead */
.five-pin-option {
  margin: -10px 0 16px 0 !important;
}
.five-pin-option-wrapper, .five-pin-option label {
  display: flex; align-items: center; gap: 8px;
}
@media (max-width: 768px) {
  .tooltip-icon.show-tooltip-mobile {
    display: inline-block !important;
  }
}
/* === Collection Filters === */

.facets-container {
  border: 1px solid #eee;
  padding: 20px 20px 0 20px !important;
  background: #f8f8f8;
}
span.active-facets__button-inner {
  display: none !important;
}
@media screen and (min-width: 758px) {
  .active-facets__button-wrapper {
    display: none !important;
  }
  .filter-popup__close .svg-wrapper {
    display: none;
  }
  .facets__disclosure fieldset {
    padding: 10px !important;
  }
}
.feature-filter-wrapper .facets__display, 
.brand-filter-wrapper .facets__display,
.printer-filter-wrapper .facets__display, 
.compatibility-filter-wrapper .facets__display,
.tag-printing-type-filter-wrapper .facets__display,
.software-type-filter-wrapper .facets__display {
  left: 0;
  width: 290px;
  z-index: 99;
  background-color: #f4f4f4;
}
.facets__form {
  margin-bottom: 0 !important;
}
.active-facets {
  margin-top: -1rem !important;
}
.facet-filters__sort.select__select {
  appearance: none;
  margin-top: -5px;
  border: 1px solid #ccc;
  padding: 5px 30px 5px 12px;
  font-size: 14px;
  border-radius: 4px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 10.94l3.71-3.71a.75.75 0 111.06 1.06l-4.24 4.24a.75.75 0 01-1.06 0L5.21 8.29a.75.75 0 01.02-1.08z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  min-width: 180px;
}
.custom-price-slider-wrapper {
  margin-left: 1rem;
}
.price-range-slider {
  margin-left: 4rem;
  margin-top: 2px;
}
.price-range-values {
  font-size: 1.4rem;
  margin: 16px 0 6px 0;
}
.active-facets__button[data-param-name*="filter.v.price"] {
  display: none !important;
}
#details-features .facets__summary, 
#details-brand .facets__summary, 
#details-printer .facets__summary,
#details-compatibility .facets__summary, 
#details-tag-printing-type .facets__summary,
#details-software-type .facets__summary {
  color: rgba(var(--color-foreground),.75);
  font-size: 1.4rem;
  padding: 5px 18px 5px 12px;
  background: #fff;
  border: 1px solid #ccc;
}
.svg-wrapper {
  position: relative; 
  top: 4px;
}
*, ::before, ::after {
  box-sizing: inherit;
}
.noUiSlider-container {
  display: block !important;
  min-height: 10px;
  border: 1px solid red;
}
.noUi-target {
  background: #e0e0e0 !important;
  border: none !important;
  border-radius: 4px !important;
  height: 8px !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;
}
.noUi-handle {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  border: 3px solid #666 !important;
  box-shadow: none !important;
  margin-right: 8px !important;
  cursor: pointer !important;
}
.noUi-handle:hover {
  box-shadow: 0 0 6px rgba(0, 123, 193, 0.4) !important;
}
.noUi-horizontal {
  height: 6px !important;
  margin-top: -6px !important;
}
.noUi-target {
  background: #58a618 !important;
  border: none !important;
  box-shadow: none !important;
}
.noUi-handle::before, .noUi-handle::after {
  display: none !important;
}
.features-filter, .brand-filter, 
.printer-filter, 
.compatibility-filter, 
.tag-printing-type-filter,
.software-type-filter {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 4rem;
  margin-right: 0 !important;
}
@media screen and (min-width: 990px) {
  .facet-filters {
    padding-left: 0 !important;
    margin-top: 6px;
  }
  .product-count {
    margin-top: 6px;
  }
}
/* Mobile Filters CSS */
@media screen and (max-width: 758px) {
  .noUi-target {
    width: 60%;
    left: 20%;
  }
  .facets-container {
    padding: 4px 10px 14px 10px !important;
  }
  .mobile-facets {
    z-index: 100000;
  }
  .mobile-facets .facets__summary {
    color: rgba(var(--color-foreground),.75);
    font-size: 1.4rem;
    padding: 5px 18px 5px 12px;
    border: none;
  }
  .mobile-facets .feature-filter-wrapper .facets__display, 
  .mobile-facets .brand-filter-wrapper .facets__display,
  .mobile-facets .printer-filter-wrapper .facets__display,
  .mobile-facets .compatibility-filter-wrapper .facets__display,
  .mobile-facets .tag-printing-type-filter-wrapper .facets__display,
  .mobile-facets .software-type-filter-wrapper .facets__display {
    width: 220px !important;
    left: 0 !important;
    background-color: #fff;
    border: none !important;
    box-shadow: none !important;
    z-index: 99;
  }
  .mobile-facets__header-inner {
    flex-grow: 0 !important;
    margin-left: 9rem !important;
  }
  .price-range-slider {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .price-range-values {
    margin: 2rem 0 0 11rem;
  }
  .feature-filter-wrapper, 
  .brand-filter-wrapper, 
  .printer-filter-wrapper, 
  .tag-printing-type-filter-wrapper,
  .software-type-filter-wrapper {
    margin-top: 1.2rem;
  }
  .facets__disclosure {
    margin-right: 0 !important;
  }
  .features-filter, 
  .brand-filter, 
  .printer-filter, 
  .tag-printing-type-filter,
  .software-type-filter {
    margin-left: 6.5rem !important;
  }
  .mobile-facets__summary {
    padding: 0 !important;
    margin: 38rem 0 0 6.5rem;
  }
  .mobile-facets__sort .select {
    border: 1px solid #ccc;
  }
  .mobile-facets__sort .select__select {
    color: rgba(var(--color-foreground),.75);
    font-size: 1.4rem;
    margin: 0 !important;
    padding: 5px 18px 5px 12px !important;
    height: auto !important;
    min-width: 190px !important;
  }
  .mobile-facets__sort .select .svg-wrapper {
    right: 3rem !important;    
  }
  .mobile-facets__sort .select svg.icon.icon-caret {
    color: #444 !important;
    transform: none !important;
  }
  .js .mobile-facets .submenu-open {
    visibility: visible !important;
  }
  .active-facets facet-remove:only-child {
    display: block !important;
  }
  .mobile-facets__open {
    padding-bottom: 1rem !important;
  }
  .active-facets__button-remove {
    margin-left: 1.8rem !important;
  }
  .active-facets__button-wrapper * {
    font-size: 13px !important;
  }
  .filter-popup__close {
    position: absolute;
    display: inline-block !important;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 3;
    cursor: pointer;
    background: transparent;
    border: none;
  }
  .filter-popup__close .svg-wrapper {
    width: 16px;
    height: 16px;
  }
}
.force-redraw {
  outline: 1px solid transparent; /* Force repaint */
}

/* Hide default icon only on collection page */
.template-collection .svg-wrapper {
  display: none !important;
}
/* === Equal Column Width on Desktops === */
@media (min-width: 768px) {
  .compare-table th:not(:first-child),
  .compare-table td:not(:first-child) {
    width: 200px; /* or whatever fixed width you want */
    text-align: center;
    white-space: normal;
  }
  .compare-table th:first-child,
  .compare-table td:first-child {
    width: 200px;
    text-align: left;
    white-space: normal;
  }
}
.title-wrapper {
  display: block;
}

.title-wrapper.custom {
  display: block;
  width: 100% !important;
  text-align: center !important;
}
/* === Mobile Compare Styles === */
@media screen and (max-width: 900px) {
  .compare-modal__content {
    min-width: auto;
    width: auto;
    max-width: 100vw !important;
    max-height: 100vh !important
    padding: 3rem;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
  }
  .compare-scroll-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .compare-table-container {
    width: max-content;
    min-width: fit-content;
  }
  .compare-table {
    width: auto;
    min-width: unset;
    table-layout: auto !important;
    font-size: 1.2rem;
  }
  .compare-table th,
  .compare-table td {
    white-space: nowrap;
    max-width: none;
    width: auto;
  }
  .compare-modal__close {
    top: 0.5rem;
    left: 0.5rem;
    right: auto;
    font-size: 24px;
    z-index: 10001;
  }
  .view-compare-button {
    bottom: 154px;
    left: 20%;
    padding: 14px;
    font-size: 18px;
  }
  .feature-tooltip {
    width: 200px;
  }
  .tooltip-icon {
    display: none !important;
  }
}
/* Only underline on small screens */
@media (max-width: 767px) {
  .mobile-tooltip-trigger {
    text-decoration: underline;
    cursor: pointer;
    color: #333;
  }
  .desktop-only {
    display: none;
  }
}
/* Tooltip box for mobile (toggle with JS) */
.mobile-tooltip-box {
  display: none;
  background: #f9f9f9;
  color: #333;
  padding: 8px 12px;
  border: 1px solid #ccc;
  font-size: 14px;
  max-width: 280px;
  border-radius: 4px;
  margin-top: 6px;
  position: absolute;
  z-index: 1000;
}
/* Green-White Tabs */
@media screen and (min-width: 990px) {
  .page-width--narrow-1 {
    max-width: 76.6rem;
    padding: 0;
  }
}
.page-width--narrow-1 ul.green-white {
  list-style: none !important;
  list-style-image: none;
  list-style-image: none !important;
  background: url(/cdn/shop/files/process-stroke.jpg?v=1747185222) repeat-y 6% 0;
  margin-top: 30px;
  padding: 0;
}
.green-white li {
  margin: 16px 0;
  padding: 8px 12px 20px 10px;
  letter-spacing: 0;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 12px;
  box-shadow: 2px 3px #eee;
}
.green-white img {
  float: left;
  margin: 0 15px 0 0;
  padding: 0;
}
.green-white li span {
  display: block;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
}
.green-white li.green {
  color: #fff !important;
  background-color: #58a618;
}
.green-white li.green span {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
/* ===== Announcement Bar ===== */
.announcement-bar__message.h5 {
  letter-spacing: 0;
  font-weight: normal !important;
  font-family: Roboto, sans-serif;
}
@media only screen and (min-width: 750px) {
  .announcement-bar__message.h5 {
    font-size: calc(var(--font-heading-scale) * 1.5rem);
  }
}
/* Header */
@media screen and (min-width: 1367px) {
  .header:not(.drawer-menu).page-width {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
header a {
  color: #7E888D !important;
}
.header__icon, .header__icon--cart .icon {
  color: #898989;
}
header .top-cart-row-container .phone-holder {
  font-size: 2.4rem !important;
  line-height: 60px !important;
}
header .top-cart-row-container .phone-holder .inline a:hover {
  text-decoration: none !important;
}
header .top-cart-row-container .phone-holder .inline a img {
  margin-right: .5rem !important;
}
.header__menu-item .icon-caret {
  right: 1rem !important;
}
.header__submenu details .header__submenu {
    height: auto !important;
}
.header__submenu .header__menu-item {
  min-height: 20px !important;
}
@media only screen and (max-width: 750px) {
  .header__heading-logo {
    height: auto;
    max-width: 80% !important;
    text-align: left !important;
  } 
  .header__heading-link {
    padding: 2rem 0 1rem 0 !important;
  }
  .header__icon--accont.small-hide {
    display: flex !important;
  }
  .phone-holder {
    margin-top: 1rem !important;
  }
}
@media screen and (min-width: 750px) {
  .banner__content {
    padding: 0 !important;
  }
}
@media only screen and (min-width: 990px) {
  .search__button .icon {
    color: #58a618 !important;
  }
}
.header__icon, .header__icon--cart .icon.added {
  margin-top: 0.5rem;
}
.header__menu-item .header__submenu span {
  color: red !important;
}
.header__submenu .list-menu__item:hover {
  background-color: #eee !important;
}
/* ===== HERO Section ===== */

.banner__content {
  width: 90% !important;
}
.banner__heading {
  font-size: calc(var(--font-heading-scale) * 2.6rem);
  font-weight: normal !important;
  font-family: Roboto, sans-serif !important;
}
.banner__heading strong {
  font-size: calc(var(--font-heading-scale) * 3.6rem);
  display: block;
}
.banner__heading em {
  display: block;
  font-size: calc(var(--font-heading-scale) * 3.6rem);
  color: #555a5e !important;
  font-style: normal !important;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .banner__media {
    background-color: #58a618 !important;
  } 
  .banner__heading strong {
    font-size: calc(var(--font-heading-scale) * 3.3rem) !important;
  } 
  .banner__content .subtitle {
    font-size: 2.1rem !important;
  }
  /*.banner__media img {
    display: none !important;
  } */
}
/* ===== newcss - Dev ===== */
body.index .enrol-holder {
    display: none;
}
.course_form_popup {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    padding: 50px 27px;
    overflow-y: auto;
    overflow-x: hidden;
    background: rgb(0,0,0,0.7);
}
body.active .course_form_popup{
    display: flex;
}
body.active .shopify-section-group-header-group {
    z-index: 1;
}
body.active .product__column-sticky {
    z-index: 0;
}
.course_form_popup::after {
    content: "";
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle;
    display: inline-block;
}
.course_form_popup_wrap {
    margin: auto;
    width: 100%;
    max-width: 570px;
}
.course_form_popup_wrap .hero_course_form_field h2 {
    color: #fff !important;
    margin-top: 0;
    text-align: center;
}
.course_form_popup_wrap_inner{
  position: relative;
}
span.course_popup_close {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: absolute;
    top: -15px;
    right: -15px;
    padding: 6px;
    cursor: pointer;
}
body.page_product.active .product__media-toggle:after, body.page_product.active .product__media-icon {
    z-index: 0 !important;
}
.footer-block__heading {
    font-weight: 400 !important;
    font-family: 'Roboto';
    color: #000;
}
.footer {
  background-color: #d7dbde;
}
@media(min-width:768px){
	.footer__content-top .footer__blocks-wrapper .grid__item {
		width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5) !important;
	}
    .footer__content-top.page-width {
      max-width: 90% !important;
    }
}
@media screen and (min-width: 990px) {
  .footer-block__heading {
    font-size: calc(var(--font-heading-scale) * 1.7rem) !important;
  }
}
.footer a {
  color: #58a618 !important;
  font-size: 1.5rem !important;
  text-decoration: none !important;
  background: none !important;
}
.footer a:hover {
  opacity: 0.5;
  background: none;
}
@media screen and (max-width: 989px) {
  .footer-block__details-content .list-menu__item--link {
    padding-top: .2rem !important;
    padding-bottom: .2rem !important;
  }
}
.footer p {
  font-size: 1.5rem !important;
}
.footer__content-top {
  padding: 3rem 0 !important;
}
.footer .list-menu__item {
  background-color: none !important;
}
.footer .nz-flag {
  margin-right:10px; 
  vertical-align:middle;
}
.newsletter-form__button:not(:focus-visible):not(.focused) {
  color: #fff !important;
  background-color: #58a618 !important;
}
.footer__content-bottom-wrapper .caption {
  width: 100% !important;
  text-align: center !important;
}
.newsletter__subheading {
  max-width: 74rem !important;
}
.exeltest-logo {
  padding-top:20px;
}
.copyright__content {
  font-size: 1.4rem !important;
  letter-spacing: 0;
  display: block;
}
.footer__content-bottom {
  border-top: none !important;
  padding-top: 2rem !important;
}
.my_data svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.my_data {
  display: flex;
  gap: 10px;
  padding-bottom: 2px;
  align-items: center;
}
.my_data p {
  margin: 0;
}
.my_data.color svg path {
  fill: rgba(var(--color-foreground), 0.75);
  stroke: rgba(var(--color-foreground), 0.75);
}
.list-social__item .icon {
  height: 3.2rem !important;
  width: 3.2rem !important;
}
@media screen and (min-width: 1300px) {
    .header__inline-menu .list-menu.list-menu--inline {
      margin: 0.6rem 16rem !important;
  }
}
@media screen and (min-width: 990px) {
  header.header.header--middle-left.header--mobile-center.page-width.header--has-menu {
    margin: 1rem auto;
  }
.header__inline-menu .list-menu.list-menu--inline {
    margin: 0.6rem 2rem !important;
}
  .custom-top__header .header__inline-menu {
    background-color: #969fa3 !important;
        margin:0;
  }
  .header__icon span, .header__icon:not(.header__icon--summary) {
    margin-top: 6px;
    padding: 0 0 6px 3px;
  }
}
@media only screen and (min-width: 750px) {
  .banner--content-align-left.banner--desktop-transparent .banner__box, .banner--content-align-right.banner--desktop-transparent .banner__box, .banner--medium.banner--desktop-transparent .banner__box {
    max-width: 58rem !important;
  }
}
@media screen and (max-width: 1550px) {
  .footer__content-top .footer__blocks-wrapper .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 3 / 5)!important;
  }
}
@media screen and (max-width: 991px) {
  .list-menu__item {
    color: #fff !important;
    font-size: 16px !important;
    text-decoration: none !important;
    text-align: left !important;    
  }
  .menu-drawer__menu-item {
    background-color: #969fa3!important;
  }
}
@media screen and (max-width: 989px) {
  .header {
      grid-template-columns: 1fr 1fr 2fr;
  }
    header .top-cart-row-container {
      margin-right: 0;
  }
  header .top-cart-row-container .phone-holder {
    margin: 0;
}
  header .top-cart-row-container .phone-holder .inline a {
    font-size: 16px;
    line-height: 39px;
}
   body.page_index sticky-header .page-width.mobile-btn.mobile_buy_course {
    display: none;
  }
}
@media(max-width: 749px){
  .footer__content-top .footer__blocks-wrapper .grid__item {
       width: 100% !important; 
  }
  .header {
    grid-template-columns: 1fr 2fr 1fr;
}
  .footer__content-top {
      padding: 3rem 15px!important;
  }
}
/* ===== Collections ===== */
.card__information a, a.cart-item__name {
  font-weight: 400 !important;
  font-size: 16px !important;
  font-family: Roboto, sans-serif !important;
  letter-spacing: 0 !important;  
}
/* ===== Product Page =====  */
.pickup-availability-preview {
  display: none !important;
}
pickup-availability[available] {
  min-height: 0 !important;
}
.product__tax {
    display: none !important;
}
@media only screen and (min-width: 750px) {
  .product__title h1, .product__title .h1 {
    color: #222 !important;
    font-size: calc(var(--font-heading-scale) * 3.6rem) !important;
    letter-spacing: 0 !important;
  }
  .price--large {
    font-size: 2.8rem !important;
    font-weight: bold !important;
    color: #222 !important;
    letter-spacing: 0 !important;
  }
}
.product__media img {
  border: none;
}
.product-form__input--pill input[type="radio"] + label {
  border-radius: 0 !important;
}
.product-form__input .select {
  max-width: fit-content !important;
  padding: 0 0 0 2rem !important;
}
.product-form__input .select__select {
  font-size: 1.4rem !important;
  height: 4rem !important;
  min-width: calc(15rem + (var(--inputs-border-width) * 2)) !important;
  padding-left:13px;
  /* background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 10.94l3.71-3.71a.75.75 0 111.06 1.06l-4.24 4.24a.75.75 0 01-1.06 0L5.21 8.29a.75.75 0 01.02-1.08z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px; */
}
/* Zoom modal sizing */
.media-modal__content {
  max-width: 800px;
  max-height: 80vh;
}
.media-modal__content img {
  width: 100%;
  height: auto;
  max-height: 80vh;
}
/* --- Cap product zoom modal size --- */
:where(#MediaGallery-modal, [id^="ProductModal-"], .product-media-modal) .media-modal__content {
  max-width: min(800px, 80vw) !important; /* adjust 900px as you like */
  max-height: 80vh !important;
}

:where(#MediaGallery-modal, [id^="ProductModal-"], .product-media-modal) .media-modal__content img {
  width: 100% !important;
  height: auto !important;
  max-height: 80vh !important;
}
/* Cap the MAIN product image (not the modal) on desktop */
@media (min-width: 990px) {
  .product-media-container.media-type-image .product__media {
    max-width: 700px;         /* ← adjust to taste */
    margin-inline: auto;      /* center it */
  }
  .product-media-container.media-type-image .product__media img.image-magnify-lightbox {
    width: 100%;              /* scale within the cap */
    max-width: 700px;         /* hard ceiling */
    height: auto;
  }
}
/* In Stock Old */
.in-stock {
  display: block;
  text-align: right;
  margin: 0;
}
/* In Stock */
.tp-stars-product {
  display: flex; 
  align-items: center; 
  justify-content: space-between; 
  gap: 1rem; 
  flex-wrap: wrap;
}
.stock-message {
  display: flex; 
  align-items: center; 
  gap: 8px;
}
body.product\.custom-test-tags div#stock-message {
    display: none;
}
.stock-message img {
  width: 20px; 
  height: 20px;
}
.stock-message p {
  font-weight: bold; 
  margin: 0;
}
.price--on-sale .price-item--regular {
  color: #ff0000 !important;
}
.product__description.rte {
  font-size: 1.5rem !important;
  letter-spacing: 0  !important;
  line-height: calc(1 + .4 / var(--font-body-scale)) !important;
}
.price .custom_message {
  font-size: 18px;
  color: #666;
  letter-spacing: 0;
  font-weight: normal;
  vertical-align: bottom;
}
.sticky-atc-price .price .custom_message {
  font-size: 1.5rem;
  color: #666;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 0px;
}
.product-form__input--dropdown .dropdown-swatch {
  visibility: hidden !important;
}
.product-form__input--dropdown .dropdown-swatch + select {
  padding-left: 0 !important;
}
body.product\.custom-test-tags .media--transparent.pplr span.pplr_preview_wrapper {
    top: 0% !important;
}
.approval_checkbox {
    padding: 10px 0;
}

.product canvas#pplr_canvas {
    height: calc(100% - 470px);
}

@media only screen and (max-width: 750px) {
  .price--large {
    font-size: 2.4rem !important;
    letter-spacing: 0 !important;
    font-weight: bold !important;
  }
  .price .custom_message {
    font-size: 15px;
    margin: 0 10px 0 0;
  }
  .product canvas#pplr_canvas {
    height: 500px;
  }


}
.badge.price__badge-sale {
  vertical-align: middle !important;
  margin-left: 18px;
  background-color: red !important;
}
.badge {
  background-color: red !important;
  font-size: 1.2rem !important;
  font-weight: 600;
  padding: .8rem 1.6rem !important;
}
.badge-custom {
  justify-self: flex-start;
  text-align: left;
  top: 0;
  left: 0;
}
.badge-custom span {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: .1rem;
  line-height: 1;
  padding: .8rem;
  text-align: center;
  background: #407ac5;
  color: #fff;
  word-break: break-word;
  text-transform: uppercase;
}
.badge-custom span.tablet {
  background: #407ac5;
}
.badge-custom span.new {
  background: #740a92;
}
.badge-custom span.popular {
  background: #34b247;
}
.badge-custom span.updated {
  background: #23b8ca;
}
.badge-custom span.top5 {
  background: #b29f34;
}
.badge-custom span.eoy {
  background: #983c3c;
}
.badge-custom span.4week {
  background: #9a9a9a;
}
.price__badge-sold-out {
  display: none !important;
}
.product-form__submit.button {
  font-size: 2.2rem !important;
  background-color: #fa4 !important;
  text-transform: uppercase;
}
.product-form__input .svg-wrapper {
  top: 0 !important;
  right: 0 !important;
}
.card-information > .price {
   font-weight: 600;
}
.card__content, .card-information {
  text-align: center !important;
}
.question {
  font-size: 1.5rem;
  line-height: 28px;
  min-width: 100%;
}
.question a {
  color: #58a618 !important;
}
.question a:hover {
  text-decoration: none !important;
}
.question img {
  margin-right: 6px;
  margin-bottom: 4px;
  vertical-align: middle;
}
.attention::before {
  content: "";
  position: absolute;
  left: 0;
  margin-top: 3px;
  width: 18px;
  height: 18px;
  background-image: url(/cdn/shop/files/attention-icon.png?v=1747012710);
  background-size: contain;
  background-repeat: no-repeat;
}
.small.attention {
  margin-left: 2.6rem !important;
}
/* Product Specification Table */
.product-spec td {
  font-size: 1.5rem;
  vertical-align: top;
  padding: 1.2rem 0.4rem !important;
  border-bottom: #ddd solid 1px;
}
/* Pages */
@media only screen and (min-width: 750px) {
  .main-page-title {
    margin-bottom: 2rem !important;
  }
  .h0 {
    font-size: calc(var(--font-heading-scale) * 3.6rem) !important;
  }
}
/* PAT Support Pages */
.download::before, .software::before {
  content: "";
  display: inline-block;
  margin-top: 5px;
  width: 16px;
  height: 16px;
  background-image: url(/cdn/shop/files/download-icon.png?v=1747018267);
  background-size: contain;
  background-repeat: no-repeat;
  padding-right: 2.8rem;
  vertical-align: top;
}
.software::before {
  background-image: url(/cdn/shop/files/software-icon.png?v=1747023785) !important;
}
.download, .software {
  display: inline-block;
  margin-bottom: 1rem;
}
/* Product Video */
.product-video {
  margin-top: 2rem;
}
.product-video__wrapper {
  position: relative;
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden;
}
.product-video__wrapper iframe {
  position: absolute; 
  top: 0; left: 0; 
  width: 100%; 
  height: 100%;
}
.iframe-wrapper {
  padding-bottom:56.25%; 
  position:relative; 
  display:block; 
  width: 100%
}

/* Then style the iframe to fit in the container div with full height and width */
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* ===== Blog ===== */
.main-blog .title--primary {
  display: none; 
}
.article-template__back { 
  display: none; 
}

.breadcrumbs a[aria-current="page"] {
    pointer-events: none;
}
/* ===== Button:hover border ===== */
.button:not([disabled]):hover::after,
.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
  --border-offset: 1.3px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
      rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 calc(var(--buttons-border-width) + 1px)
      rgba(var(--color-button-background), var(--alpha-button-background)) !important;
}
.quick-add__submit:hover {
  opacity: .5 !important;
}
body.product\.barcode-asset-labels .product-form__input .select__select:focus{
    box-shadow:unset;
    outline: unset;
    border-radius: unset;
}
body.product\.barcode-asset-labels .product-form__input .select {
    padding: 0px !important;
}
body.product\.barcode-asset-labels .product-form__input .select  svg.icon.icon-caret {
    color: #222222;
}
body.product\.barcode-asset-labels .product-form__input .select .svg-wrapper {
    top: 18px !important;
    right: 12px !important;
}
body.product\.barcode-asset-labels .product-form__input .select select {
  appearance: none; /* Standard */
  background-image:unset !important;
}
/* ===== Complementary Products ===== */
.complementary-products__container .card--horizontal .card__inner {
  background: #fff !important;
  padding: 0 10px !important;
}
.complementary-products__container .card--horizontal .card__content, .complementary-products__container .card--horizontal .card-information {
  text-align: left !important;
}
.complementary-products__container .quick-add__submit {
  padding: 1rem 1.5rem !important;
  min-height: inherit;
  margin: 0 0 1rem 1rem;
}
.complementary-products__container .icon-wrap {
  display: none !important;
}
.complementary-slide .card-wrapper {
  height: 100% !important;
  min-height: auto !important;
}
/* ===== Custom Tags ===== */
.pplr_option_text_span {
  font-size: 100% !important;
  color: #000;
  opacity: 1 !important;
  display: block !important;
  padding-top: 1rem !important;
}



/* new css */
.pplr_atc_form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.pplr_atc_form .approval_checkbox {
    order: 2;
}
.pplr_atc_form .product-personalizer{
  order:1;
}
.pplr_atc_form .product-form__buttons{
  order:3;
}
.pplr_atc_form .pplr_text {
    height: 45px;
    min-height: auto !important;
    resize: none;
    padding: 13px 13px 13px;
}
.pplr_text:focus-visible {
    outline: 0;
    box-shadow: none;
}
.pplr-btn-group i {
    line-height: normal;
}
/* ===== Predictive Search ===== */
.predictive-search__link-only {
  display: flex;
  padding: 1rem 2rem;
  text-align: left;
  text-decoration: none;
  width: 100%;
}
a.predictive-search__link-only {
  color: #000 !important;
  font-size: calc(var(--font-heading-scale) * 1.3rem) !important;
  font-weight: 600 !important;
}
span.ptooltiptext.top {
  text-align: left;
  padding-left: 20px;
}
/* ===== Design Tool ===== */
.ptooltip {
  width: 20px !important;
  height: 20px !important;
  border-radius: 10px !important;
}
.qcon {
  font-size: 1.8rem !important;
}
/* Complementary products: adapt to image (remove forced square/portrait ratio) */
product-recommendations.complementary-products .card__inner.ratio {
  padding-bottom: 0 !important;     /* cancels ratio box */
  height: auto !important;
}

product-recommendations.complementary-products .card__media .media {
  position: relative !important;     /* stops absolute-fill behavior */
  padding-bottom: 0 !important;
  height: auto !important;
}

product-recommendations.complementary-products .card__media img {
  position: relative !important;
  height: auto !important;
  width: 100% !important;
  object-fit: contain !important;    /* no cropping */
}
/* Remove forced min-height / spacing under image for complementary products */
product-recommendations.complementary-products .card__inner {
  display: block !important;
}

product-recommendations.complementary-products .card__media {
  min-height: unset !important;
}

product-recommendations.complementary-products .card__media .media {
  min-height: unset !important;
}
/* Complementary products: keep image visible when removing ratio */
product-recommendations.complementary-products .card__media,
product-recommendations.complementary-products .card__media .media {
  position: relative !important;
  height: auto !important;
  min-height: 0 !important;
  display: block !important;
}

product-recommendations.complementary-products .card__media .media img {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
}
