/** Shopify CDN: Minification failed

Line 22:62 Unexpected ")"
Line 525:64 Unexpected ")"

**/
:root {
  --primary-blue-color: #0e7ec1;
  --secondary-blue-color: #ccdae3;
}

/*Navbar*/
#rp-helpcenter {
  display: grid;
  cursor: pointer;
}

.header__icons [aria-label="Expert Help"] {
  display: none;
}

:is(.rp-helpcenter__svg, .account-icon__svg, .cart-icon__svg, ) {
  color: black;
  width: 25px;
  height: auto;
}

.cart-icon--solid {
  background-color: transparent;
}

.header__buttons .cart-count {
  background-color: #cc4b37;
}

.cart-icon .cart-count--absolute {
  top: -1rem;
}

.header__buttons {
  column-gap: 1.8rem;
}

.font-navigation {
  font-weight: 500 !important;
}

/*Breadcrumbs - native*/
.breadcrumbs :is(a, span) {
  font-size: 1.4rem;
}

/*Product*/
.atc__btn {
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  font-size: 1.9rem;
  padding: 0 var(--buttons-padding);
  line-height: 30px;
  font-family: var(--font-button-family);
  font-weight: var(--font-button-weight);
  letter-spacing: var(--buttons-letter-spacing, 0);
  text-transform: var(--buttons-transform, var(--buttons-transform-default));
}

.atc__btn:hover {
  background-color: #0d6193 !important;
  color: white;
}

.atc__btn:before {
  background-color: transparent;
  transition: none;
}

.norton__img {
  display: none;
}

/*Product - hide out of stock variants*/
variant-selects input:is([type=checkbox], [type=radio]):is(:disabled, .disabled)+label {
  display: none;
}


/* Product - feature bullets*/
:is([data-block-id="payment_info_dPbUHp"]) li::marker {
  content: '\2713';
}

[data-block-id="payment_info_dPbUHp"] strong {
  margin-left: 1rem;
}

[data-block-id="payment_info_dPbUHp"] .product__payment-info {
  padding: 1rem;
}

/*product tax */
.product__tax {
  display: none;
}

/* Delivery and norton */
.delivery-norton__container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Product - collapsible table*/
.accordion-details__content.rte ul {
  margin-bottom: 0px;
}

.additional-details__container {
  margin-top: 0px;
  padding-top: 0px;
}

.custom-footer-logo {
  max-width: 250px;
  height: auto;
  margin-bottom: 1rem;
}

.footer-additional-images {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: left;
  align-items: center;
  padding-top: 1rem;
}

.footer-additional-images img {
  max-width: 100px;
  height: auto;
  object-fit: contain;
}

.footer-add-img-bottom {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

/* Footer & Header update */
.footer-style-container {
  display: grid;
  max-width: 210px;
  margin-inline: auto;
  margin-top: 1rem;
}

.footer-style-container a {
  display: flex;
  gap: 0.4rem;
  align-items: center;
}

.footer-style-container h5 {
  text-align: start;
  font-size: var(--font-body-size);
}

.footer-style-container .video-icon {
  width: 42px;
  margin-right: 4px;
}

.footer-style-container .yt-icon {
  height: 30px;
  margin-right: 10px;
}

.buyers-guide-footer-css {
  margin-top: 1rem;
  font-size: var(--font-body-size);
}

/* Header Menu Images fit */
.mega-menu img,
.menu-drawer__submenu img {
  object-fit: contain !important;
}

/* Footer & Header update */


/*Product - vendor image - collapsible tab */
.vendor_img__container {
  display: grid;
  place-items: center;
}

[data-js-async-drawer-open] {
  color: var(--primary-blue-color);
  text-decoration: underline;
  border: unset;
  padding-left: 2rem;
}

.custom-pagination-color {
  color: white;
  background-color: var(--primary-blue-color);
}

/* Product - product details tab*/
.details-tab__container li {
  display: grid;
  grid-template-columns: 50% 50%;
  border-bottom: 1px solid lightgray;
  padding-block: .6rem;
  padding-left: 1rem;
}

.details-tab__container li:last-child {
  border-bottom: none;
}

.details-tab__container li:nth-child(even) {
  background-color: #ecf5fa;
}

/* upselly - Frequently bought together widget */
[data-js-upselly-mobile] {
  /* border:1px solid pink; */
}

[data-js-upselly-desktop] {
  padding-top: 1rem;
  /* border:1px solid blue; */
}


/* This was: :is([data-js-app="ATUNEdGh2WnYyMUQ3b__upselly_star_rating_TQYiHC"], [data-js-app='ATlNhNUNraklPWG5wO__upselly_star_rating_TQYiHC']) */
[data-js-app*="upselly_star_rating"] {
  opacity: 0;
}

.upselly-product-data .upselly-variant-options {
  display: none;
}

/* FAQ */
.accordion-details__summary .h4 {
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 1px;
}

.faq-content-container li:not(:first-child) {
  padding-top: 2rem;
}

:is([href="/collections/cane-tips-quad-cane-tips/"],
  [href="/collections/extra-strong-walking-canes/"],
  a[href="#open-zepto"]) {
  color: var(--primary-blue-color)
}

.accordion-details__summary {
  padding-inline: 1rem;
}

.product__block--collapsible_tab .text-subtext {
  color: black
}

/* This was :is(#Details-collapsible-row-2-template--16302200717445__main, #Details-collapsible-row-2-template--16302200520837__main) */
[id^="Details-collapsible-row-2-template--"] p {
  text-align: center;
}

[id^="Details-collapsible-row-2-template--"] p::before {
  content: url('/cdn/shop/files/phone-icon.png?v=1775485644&width=16');
  display: inline-block;
  margin-right: .6rem;
  vertical-align: sub;
}

[id^="Details-collapsible-row-2-template--"] li::marker {
  content: '\2713';
}

[id^="Details-collapsible-row-2-template--"] li {
  padding-left: 1rem;
  padding-block: 1rem;
}

[id^="Details-collapsible-row-2-template--"] li:nth-child(odd) {
  background-color: #ecf5fa;
}

/*Product Payment block*/
[data-block-id="payment_info"] .list {
  gap: .6rem !important;
}

/* Payment Info Cards */
[data-block-id="payment_info"] :is([aria-labelledby="pi-diners_club"], [aria-labelledby="pi-jcb"], [aria-labelledby="pi-venmo"]) {
  display: none
}

.footer__payment :is([aria-labelledby="pi-diners_club"], [aria-labelledby="pi-jcb"], [aria-labelledby="pi-venmo"]) {
  display: none
}

/*=============== clear stix video =============== */
/* #Details-collapsible_tab_qbit9q-template--16302200520837__main summary {
  display: none;
} */

[id^="Details-collapsible_tab_qbit9q-template--"] summary {
  display: none;
}

/*=============== clear stix video =============== */

.style-stix-video__container p {
  font-weight: bold;
  font-size: 2rem;
}

.style-stix-video__container iframe {
  width: 100%;
  height: 350px;
}

/* Accesory product */
.is-accessory-product :is(.zepto-facade-container-alt, .sizing-dropdown__container) {
  display: none !important;
}

/*cart*/
.cart-item__options {
  display: flex;
  flex-direction: column;
}

.cane-default-size-tag {
  margin-top: 6px;
  order: 1;
}

.cane-default-size-tag select {
  width: 100%;
}

/*product afterpay*/
[data-js-app="AdTFheHp1TzN5TTZLR__afterpay_on_site_messaging_payments_messaging_QLzVNq"] {
  margin: 0px !important;
}

square-placement {
  margin: 0px !important;
}

.afterpay-paragraph {
  font-size: 14px !important;
}

/*product scratch and dent */
.agreement-product__title {
  color: var(--primary-blue-color);
  font-size: 1.8rem;
  font-weight: bold;
}

.agreement-product__video {
  width: 100%;
  height: 350px;
}


/*Zepto modal add to cart btn*/
.pplr-modal-box .pplr-btn {
  background-color: var(--primary-blue-color);
  color: white;
}

/*coupon - cart drawer*/
cart-drawer .drawer__footer-head {
  display: none;
}

/* theme buttons - remove default styles*/
.btn--primary:hover {
  color: white !important;
  background-color: #0d6193 !important
}

.btn--primary:before {
  transition: unset !important;
  content: unset !important;
}


/*utils*/
.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.collection .f-price-item--regular {
  color: #111 !important;
  font-weight: 600 !important;
}

.collection .f-price__sale .f-price-item--regular {
  color: #999 !important
}

.collection .from-text-sale {
  color: #111 !important;
  font-weight: normal !important;
  background-color: white !important;
}



.collection .from-price__amount {
  background-color: #EAF3DE !important;
  border-radius: 6px;
  padding: 4px 12px !important;
  color: #27500A !important;
  font-weight: bold !important;
}

.no-price-varies {
  background-color: #EAF3DE !important;
  border-radius: 6px;
  padding: 4px 12px !important;
  color: #27500A !important;
  font-weight: bold !important;
}

.custom-a-tag-container {
  position: relative;
}

.full-cover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  z-index: 10;
}

.payment-desktop-only {
  display: none;
}

.custom-collection-list .custom-collection_list-hover {
  transition: transform 0.3s ease-in-out;
}

.custom-collection-list .custom-collection_list-hover:hover {
  transform: scale(1.1) translateY(-5px);
}

@media (max-width: 768px) {
  .custom-footer-logo {
    max-width: 200px;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .footer-additional-images {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: left;
  }
}

.section-app .klaviyo-form {
  width: 80%;
  margin: 0 auto;
}

@media (min-width: 749px) {
  .payment-desktop-only {
    display: block;
  }

  .payment-mobile-only {
    display: none;
  }
}


@media(min-width:640px) {
  .cart-icon--solid {
    --cart-icon-size: 2.4rem;
  }

  .details-tab__container {
    padding-right: 2rem;
  }

  .details-tab__container li {
    grid-template-columns: 60% auto;

  }
}

@media(min-width:1027px) {
  :is(.rp-helpcenter__svg, .account-icon__svg, .cart-icon__svg, ) {
    /* fill: var(--primary-blue-color); */
  }

  .header--show-sperator-line .header__bottom {
    border-block-end: .7rem solid var(--primary-blue-color);
  }
}

@media(min-width:1240px) {

  .cane-default-size-tag select {
    width: 85%;
  }

}


@media(min-width:1400px) {
  .delivery-norton__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
    justify-content: space-between;
  }

  .tab-details__container {
    display: flex;
    justify-content: space-between;
  }

  /* This was :is(#Details-collapsible-row-2-template--16302200717445__main, #Details-collapsible-row-2-template--16302200520837__main) */
  [id^="Details-collapsible-row-2-template--"] ul {
    columns: 2;
    column-gap: 2rem;
    row-gap: 1rem;
  }

  [id^="Details-collapsible-row-2-template--"] li:nth-child(odd) {
    background-color: transparent;
  }

  [id^="Details-collapsible-row-2-template--"] :is(li:nth-child(1), li:nth-child(3), li:nth-child(4), li:nth-child(6)) {
    background-color: #ecf5fa;
  }
}

/* START HAT DIALOG MODAL */
.rg-container {
  padding: 1em 0.5em;
}

.border-box {
  border: 1px solid #ddd;
  background-color: #f5f5f5;
}

.borderless {
  border-bottom: none;
}

.main-header {
  background-color: #595855;
  color: #fff;
  text-align: center;
  border: 1px solid #595855 !important;
}

table.rg-table {
  border-collapse: collapse;
  border-spacing: 0;
}

table.rg-table tr {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  text-align: center;
}

table.rg-table thead {
  border: 1px solid #d0d0d0;
  background-color: #d0d0d0;
}

table.rg-table td {
  padding: 0.25em;
  vertical-align: middle;
}

.wrapper {
  max-width: 1200px;
}

.wrapper .float-image.right {
  float: right;
}

.clearDiv,
.cleardiv,
.clear {
  clear: both;
  height: 0;
  width: 100%;
}

@media screen and (max-width: 600px) {
  table.rg-table {
    width: 100%;
  }

  table.rg-table thead {
    display: none;
  }

  table.rg-table tbody {
    width: 100%;
  }

  table.rg-table tr,
  table.rg-table th,
  table.rg-table td {
    display: block;
    padding: 0;
  }

  table.rg-table tr {
    border-bottom: none;
    margin: 0 0 1em 0;
    padding: 0.5em;
  }

  table.rg-table.zebra tr:nth-child(even) {
    background-color: transparent;
  }

  table.rg-table.zebra td:nth-child(even) {
    background-color: #f6f6f6;
  }

  table.rg-table tr:nth-child(even) {
    background-color: transparent;
  }

  table.rg-table td {
    padding: 0.5em 0.4em 0.4em;
    border-bottom: 1px dotted #ccc;
    border-left: 0;
    border-right: 0;
    text-align: right;
    background-color: #f5f5f5;
  }

  table.rg-table td[data-title]::before {
    content: attr(data-title);
    font-weight: bold;
    float: left;
    margin-right: 0.5em;
    font-size: 0.95em;
  }

  table.rg-table td:last-child {
    padding-right: 0;
    border-bottom: 2px solid #ccc;
  }

  table.rg-table td:empty {
    display: none;
  }

  table.rg-table .highlight td {
    background-color: inherit;
    font-weight: normal;
  }

  .extend-block {
    display: none !important;
  }

  .border-box {
    border: 0;
  }

  .borderless {
    border-bottom: 2px solid #ccc !important;
  }

  .mobile-header {
    border: 1px solid #ddd;
    background-color: #ddd !important;
  }
}

@media screen and (min-width: 601px) {
  .d-md-none.d-lg-none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .hat-sizer-container {
    display: flex;
  }
}

/* END HAT DIALOG MODAL */