<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 295:0 Unexpected "&lt;"
Line 817:0 Unexpected "&lt;"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.divTable {
  display: table;
  width: 100%;
  border: 1px solid #999;
  border-collapse: collapse;
}
.divTableRow {
  display: table-row;
}
.divTableRow:nth-child(even) {
  background: #f1fcfe;
}
.divTableHeading {
  background-color: #eee;
  display: table-header-group;
}
.divTableCell, .divTableHead {
  border: 1px solid #D3D3D3;
  display: table-cell;
  padding: 12px;
  text-align: center;
}
.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}
.divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}
.divTableBody {
  display: table-row-group;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1)
}
.col-lg-9 {
  max-width: 63%;
  margin: auto;
}
.spacer1 {
  padding-top: 0px;
  padding-bottom: 75px;
}
.h_search_frm {
  border: 2px solid #1f779f;
  border-radius: 10px;
  padding: 2px;
}
.price_range {
  font-weight: bold;
  color: #4493d1;
}
.sp-tabs {
  padding-top: 0px;
  padding-bottom: 0px;
}
.h_search_frm button.h_search_btn {
  border-radius: 5px;
}
.ul_tabs li.active a, .ul_tabs li.tab_title_block.active a {
  border-color: #d9d9d9;
  background: #e9ebec;
}
#wrap_des_pr {
  border-bottom: 1px solid;
  border-bottom-color: #ececec;
  border-top: 1px solid;
  border-top-color: #ececec;
  padding-bottom: 20px;
  padding-top: 30px;
}
#simpAskQuestion .simpAsk-title-container {
  margin-bottom: 10px !important;
  text-align: center;
}
.simp-ask-question-header {
  background-color: #fafafa;
  padding: 30px;
  position: relative;
  border: 1px solid;
  border-color: #ddd;
}
#simpAskQuestion .simpAskForm-container {
  padding: 10px !important;
  margin-bottom: 10px !important;
  background: #fafafa;
  border: 1px solid;
  border-color: #ddd;
}
.simpAskForm-cancel-btn.button {
  border-radius: 5px;
}
.single_add_to_cart_button {
  border-radius: 5px;
}
.hc {
  text-align: left;
}
.collection-info {
  margin-top: 50px;
}
.rtet4 a:not(.btn):not(.cd):not(.db):not(.cb):not(.chp) {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 7px;
  border-bottom-color: #d9d9d9;
}
.nt-social a {
  margin-left: 0px;
  margin-right: 15px;
}
.cb {
  color: #5e5e5e;
}
.btn_checkout {
  height: 50px;
}
.button.button_primary {
  background-color: #1f4b9f;
}
.mini_cart_footer a.button.btn-cart {
  border: solid 1px #4a4a4a;
}
.header_picker {
  border: 1px solid #b5b5b5;
}
input:not([type=submit]):not([type=checkbox]), select, textarea {
  color: #464646;
}
.h_search_frm select {
  color: #464646;
}
.variations_form .shopify-payment-button__more-options {
  border: 2px solid;
  text-transform: capitalize;
  display: none;
}
.product-single-quantity .quantity-selector {
  height: 50px;
  width: 85px;
  text-align: center;
  padding: 0 5px;
  color: #353333;
  border: 1px solid #dddddd;
  background: transparent;
  border-radius: 0 !important;
  opacity: 1 !important;
  margin: 0 -5px;
}
.yml-spacer {
  margin-bottom: 50px;
}
.fbt_product_section {
  display: block;
  width: 100%;
  margin-top: 50px;
}
.fbt_product_section .fbt_product {
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  width: 250px;
}
.fbt_product_section .fbt_product img {
  padding: 10px;
}
.fbt_product_section .product-price, .fbt-price {
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
}
.fbt_product_section .quantity-product {
  padding: 10px 0;
}
.fbt_product_section h1 {
  font-weight: 400;
  text-transform: none;
  text-align: left;
  font-size: 28px;
  color: #000;
  margin: 0 0 8px;
}
.fbt_product_section .quantity-product label b {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .fbt_product_section h1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 500px) {
  .fbt_product_section .fbt_product {
    display: block;
  }
}
.fbtproductname {
  margin-bottom: 5px;
  color: #056cc7;
  font-weight: bold;
  text-transform: none;
  font-size: 13px;
}
/* CSS popup manufacturing info*/
body {
  font-family: Arial, sans-serif;
  height: 100vh;
}
.box {
  width: 60%;
  background: rgba(255, 255, 255, 0.2);
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.button {}
.button:hover {}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  position: relative;
  top: 50px;
  transition: all 5s ease-in-out;
}
.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
@media screen and (max-width: 1000px) {
  .box {
    width: 80%;
  }
  .popup {
    width: 80%;
  }
}
&lt;style type="text/css"&gt; .tg {
  border-collapse: collapse;
  border-spacing: 0;
}
.tg td {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}
.tg th {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}
.tg .tg-pnhl {
  background-color: #e4e4e4;
  border-color: #c0c0c0;
  text-align: left;
  vertical-align: top
}
.tg .tg-wo29 {
  border-color: #c0c0c0;
  text-align: left;
  vertical-align: top
}
a.char1:link {
  color: #0d8bc0;
  font-weight: bold;
  text-decoration: none !important;
}
a.char1:visited {
  color: #0d8bc0;
  font-weight: bold;
  text-decoration: none !important;
}
a.char1:active {
  color: #0d8bc0;
  font-weight: bold;
  text-decoration: none !important;
}
a.char1:hover {
  color: #034560;
  font-weight: bold;
  text-decoration: none !important;
}
.ret {
  text-align: center;
}
.containerspacer {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 80px;
}
.faqmq {
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 0px;
}
.spacer-fbt-cs {
  margin-top: 30px;
}
.spacer-sec-footer {
  margin-bottom: 40px;
}
table.customTable {
  width: 100%;
  background-color: #FFFFFF;
  border-collapse: collapse;
  border-width: 1px;
  border-color: #DFDFE6;
  border-style: solid;
  color: #000000;
}
table.customTable td, table.customTable th {
  border-width: 1px;
  border-color: #DFDFE6;
  border-style: solid;
  padding: 5px;
}
table.customTable thead {
  background-color: #DFDFE6;
}
* {
  box-sizing: border-box;
}
.columnthree {
  float: left;
  padding: 2px;
}
/* Clearfix (clear floats) */
.rowthree::after {
  content: "";
  clear: both;
  display: table;
}
.boxreturn {
  height: 150px;
  width: 650px;
  background-color: #c4edff;
  color: #000;
  padding: 10px;
  margin-left: 30px;
  margin-bottom: 35px;
  border: solid 1px #0D70A7;
}
.boxaddress {
  height: 90px;
  width: 650px;
  padding: 0px;
  margin-left: 30px;
  margin-bottom: 55px;
}
.button-69 {
  background-color: #2f80ed;
  border-radius: 5px;
  border-style: none;
  box-shadow: rgba(245, 244, 247, .25) 0 1px 1px inset;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  margin-left: -4px;
  outline: 0;
  text-align: center;
  transition: all .3s cubic-bezier(.05, .03, .35, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: bottom;
  width: 550px;
}
.button-69:hover {
  background-color: #0bc0e7;
}
@media screen and (max-width: 1000px) {
  .button-69 {
    font-size: 14px;
    height: 55px;
    line-height: 55px;
    width: 250px;
  }
}
ul.p {
  list-style-type: square;
}
.shadowbox {
  width: 50em;
  border: 1px solid #333;
  box-shadow: 3px 3px 2px #c6c6c6;
  padding: 8px 12px;
  margin-bottom: 15px;
  margin-top: 15px;
  background-color: #f4faff;
}
.t4s-selector-mode__dropdown .t4s-swatch__option:not(.is-t4s-style__color) .t4s-swatch__list &gt; button, .t4s-color-mode__dropdown .t4s-swatch__option.is-t4s-style__color .t4s-swatch__list &gt; button {
  color: #202020;
}
.short_details {
  background-color: #ffffff;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 11px;
  margin: 0px 0px;
  list-style: none;
}
.shopify-payment-button__more-options {
  background: #031e2a;
  border: 0 none;
  cursor: pointer;
  display: block;
  font-size: 1em;
  margin-top: 1em;
  text-align: center;
  width: 100%;
  height: 40px;
  padding-top: 5px;
display: none;
}
.t4s-product-form__buttons .shopify-payment-button__more-options {
  color: #f4f6f8 !important;
}
.badges {
  display: inline-block;
}
.t4s_ratio:not(.t4s_bg) &gt; :not(.t4s-not-style) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 1px;
  border-color: #dfdfdf;
}
.cbList {
  list-style: none;
  padding-top: 15px;
  margin: 0;
  border-bottom: 0px;
}
.t4s-rte ul.cbList a:not(.btn):not(.cd):not(.db):not(.cb):not(.chp) {
  padding-bottom: 5px;
  border-bottom: 0px;
  text-decoration: none; /* Remove default underline */
  transition: text-decoration 0.5s ease-in-out; /* Smooth transition */
}
.t4s-rte ul.cbList a:not(.btn):not(.cd):not(.db):not(.cb):not(.chp):hover {
  text-decoration: underline; /* Add underline on hover */
}
#cbTable {
  margin-top: 10px; /* Sets the top margin to 10px for the table with ID "myTable" */
  border: 1px solid #dddddd;
}
.cbContainer {
  display: flex;
}
.list-column {
  flex: 1 0 33.33%; /* Make each column 33.33% width */
  margin: 0 10px; /* Add spacing between columns */
  padding: 10px; /* Add padding within each column */
  list-style: none; /* Remove default bullet points */
}
@media (max-width: 768px) {
  /* Adjust layout for smaller screens */
  .list-column {
    flex: 1 0 50%; /* Make each column 50% width on smaller screens */
  }
}
@media (max-width: 480px) {
  /* Adjust layout for even smaller screens */
  .list-column {
    flex: 1 0 100%; /* Make each column 100% width on very small screens */
  }
}
/* Battery Features */
.containerbf {
    display: flex;
    align-items: flex-start; /* Align items at the top */
    gap: 10px; /* Space between image and text */
    margin-bottom: 20px;
    flex-wrap: wrap; /* Allow items to wrap */
}

/* Ensure the image doesnâ€™t shrink or stretch */
.containerbf img {
    flex-shrink: 0;
    width: auto;
    height: auto;
}

/* Text styling */
.textbf {
    flex: 1;
    padding: 10px;
    text-align: left; /* Ensure text is always left-aligned */
}

/* Responsive layout: stack elements vertically on small screens */
@media (max-width: 768px) {
    .containerbf {
        flex-direction: column;
        align-items: flex-start; /* Align items to the left */
    }
    
    .containerbf img {
        width: 100%; /* Adjust image size for small screens */
        max-width: 300px; /* Optional: Limit maximum size */
    }
}

/* Product Page Disclaimer Container */
.disclaimer-container {
  background-color: #f0f0f0; /* Choose your desired background color */
  padding: 20px;
  color: #333; /* Choose your desired text color */
  font-family: Arial, sans-serif;
  border: 1px solid #ddd; /* Choose your desired border color */
  border-radius: 5px; /* Optional: Adds rounded corners */
}
.disclaimer-container p {
  margin-bottom: 0;
}
.tips-recycle-image-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 20px; /* Adjust margin as needed */
}
.tips-recycle-image-container img {
  max-width: 45%; /* Adjust the width as needed */
  height: auto;
  margin-bottom: 10px; /* Adjust margin as needed */
}
.t4s-product .t4s-product-info {
  padding-top: 8px;
}
.price-note {
  font-size: 0.9em;
  color: #b62e0f;
  margin-top: 5px;
  display: flex;
  align-items: center;
}
.note-icon {
  margin-right: 5px;
  font-size: 1.5em; /* Adjust the size as needed */
  color: #b62e0f; /* Adjust the color to match your design */
}
.note-text {
  font-style: italic;
}
.shipping_details {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  padding: 11px;
  margin: 0px 0px;
  list-style: none;
  border-radius: 8px;
  font-size: 0.85em;
}
.shipping_details .icon-color {
  color: #0a77a0; /* Change this to your desired color */
  font-size: 1.2em; /* Optional: adjusts the icon size */
}
.shipping_details .icon-color-1 {
  color: #0aa026; /* Change this to your desired color */
  font-size: 1.2em; /* Optional: adjusts the icon size */
}
.shipping_details .icon-color-2 {
  color: #c9340c; /* Change this to your desired color */
  font-size: 1.2em; /* Optional: adjusts the icon size */
}
/* Container for left and right columns */
.guarantees {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
/* Styles for left and right columns */
.left-column, .right-column {
  flex-basis: 45%;
}
/* List styling */
.guarantees ul {
  list-style-type: none;
  padding: 0;
}
/* List item styling */
.guarantees li {
  margin-bottom: 5px;
  font-size: 14px; /* Adjust the font size as needed */
}
/* Icon styling */
.guarantees li i {
  margin-right: 5px;
  font-size: 20px; /* Adjust the icon size as needed */
}
/* Place Checkout Button below Shipping Protection */
@media (min-width: 768px) {
    .t4s-main-cart .t4s-btn-group__checkout-update {
        display: flex; /* Use flex for better control */
        flex-direction: column; /* Stack items vertically */
        align-items: flex-end; /* Align items to the start (left) */
        gap: 10px; /* Add spacing between elements */
    }
}
.t4s-footer-link.t4s-footer-link-active {
    color: #fff;
}
/* Beyond Borders */
  .container-beyond-borders {
            font-family: 'Arial', sans-serif;
            max-width: 700px;
            padding: 20px;
            border-radius: 12px;
            background-color: #293f51;
            color: #cdcdcd;
            text-align: center;
        }
        .main-header h1 {
            font-size: 1.5em;
            font-weight: bold;
            letter-spacing: 3px;
            margin-bottom: 0px;
            text-transform: uppercase;
            color: #cdcdcd;
        }
        .subtitle-bb {
            font-size: .85em;
            font-weight: 600;
            margin-bottom: 0px;
            color: #cdcdcd;
            letter-spacing: 1.5px;
            text-transform: uppercase;
        }
        .icon-bb {
            font-size: 2em;
            margin-bottom: 0 px;
        }
        .description-bb {
            font-size: 1em;
            line-height: 1.8;
            margin-bottom: 10px;
            font-weight: 400;
        }
        .info-bb {
            display: flex;
            justify-content: space-around;
            font-size: .85em;
            border-top: 2px solid #cdcdcd;
            padding-top: 10px;
            font-weight: 500;
        }
        .info-bb div {
            flex: 1;
        }
/* Meta Box */
.highlight-box {
  background-color: #fef4e8;
  border: 2px solid #F79342;
  border-radius: 10px;
  padding: 16px;
  margin: 16px 0;
  font-size: 16px;
  line-height: 1.5;
  color: #222831;
}
.highlight-box a {
  color: #F79342;
  font-weight: bold;
}

.footer-trust-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0px; /* reduced from 40px to 24px */
  margin-top: 30px;
  margin-bottom: 60px;
}

.trust-box {
  max-width: 280px;
  width: 100%;
  text-align: center;
  background-color: #031d29;
  padding: 20px 24px;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font-family: 'Segoe UI', sans-serif;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 150px;
}

.amazon-trust-box h3 {
font-size: 1.2rem;
color:#fff;
margin-bottom: 12px; /* reduced vertical spacing */
line-height: 1.4;
}

.amazon-btn {
  background-color: #F79342;
  color: white;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  transition: background-color 0.3s ease;
  display: inline-block;
}

.amazon-btn:hover {
  background-color: #fca864;
}

.judge-align-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px; /* match Amazon box */
}

/* Responsive stack */
@media (max-width: 768px) {
  .footer-trust-row {
  flex-direction: column;
  align-items: center;
    gap: 20px;
  }

  .judge-align-wrapper,
  .trust-box {
   width: 100%;
   max-width: 100%;
  }
}



&lt;/style&gt;

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  
}</pre></body></html>