.cart-item-count-header--quantity {
    font-style: normal;
    font-family: 'Inter','Helvetica Neue','Helvetica',sans-serif;
    cursor: pointer;
    line-height: 24px;
    white-space: normal;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #05853e;
    background: none !important;
    width:3em;
    padding: 0;
    position: absolute;
    top: -4px;
    left: 7px;
}

/* div to include announcet bar with sticky header.  .drawer to move search and side bar cart below */
.sticky_group {
    position:sticky;
    top:0;
    z-index:9001;

}

.drawer {
    top:108px !important;
}
/* */

.ajaxcart__product > div > div > div:nth-child(1) {
    margin-right:25px;
}

.ajaxcart__product > div > div > div:nth-child(2), .ajaxcart__product > div > div > div:nth-child(2)>* {
    flex: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ajaxcart__product > div > div > div:nth-child(2), .ajaxcart__product > div > div > div:nth-child(2)>*>*>* {
    display: flex;
}

.ajaxcart__qty-remove {
    margin:0 10px !important;
}

.ajaxcart__footer {
    margin:0 4cqi;
}

@media screen and (max-width: 989px) {
    .cart-item-count-header--quantity {
        font-size: 15px;
        top: 2px;
        left: 0px;
    }
}
@media screen and (max-width: 768px) {
    .cart-item-count-header--quantity {
        font-size: 14px !important;
        top: 3px;
        left: 2px;
    }
}


/* fix Firefox (and others?) glitch where width is shown on display none */
img[src^="https://arttrk.com/pixel/"] {
  position:absolute;
  width: 1px;
}

.laz-badge {
    background: var(--sale-badge-color);
    color: var(--badge-font-color);
    font-size: 9px;
    font-weight: 700;
    line-height: 14px;
    padding: 5px 8px;
    text-transform: uppercase;
    z-index: 5;
    position: absolute;
    top: 15px;
    left: 15px;
}


.laz-badge::before {
    top: 0;
    border-width: 22px 15px 0 0;
    border-color: var(--sale-badge-color) transparent transparent transparent;
}
.laz-badge::after {
    bottom: 0;
    border-width: 0 15px 22px 0;
    border-color: transparent transparent var(--sale-badge-color) transparent;
}

@font-face {
  font-family:"Adonis_Reg_Laz";
  src: url('https://cdn.shopify.com/s/files/1/0819/3084/6501/files/Adonis_Regular_d859941b-9eb8-45bb-9425-0839cb8382de.otf?v=1707094775');
}
.ll_head_points a{
  display:inline !important;
}
li.ll_head_points , span.ll_head_points {
    color: #034225;
    font-family: 'Helvetica' !important;
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 700 !important;
    line-height: clamp(18px, calc(1vw + 4px), 22px);
}
span.ll_head_points {
  margin-top:10px;
}