/** Shopify CDN: Minification failed

Line 1174:0 Unexpected "}"

**/
:root{--lnk:#0b1e65;--lnkH:#12308a;--foc:#fb8500}
.rte a{color:var(--lnk);text-decoration:underline;text-underline-offset:.18em;text-decoration-thickness:1px}
.rte a:hover{color:var(--lnkH);text-decoration-thickness:2px}
.rte a:focus-visible{outline:2px solid var(--foc);outline-offset:2px;border-radius:4px}


/* Footminders type scale to match Figma variables */
:root{
  --fm-h1: 58px;
  --fm-h2: 48px;
  --fm-h3: 36px;
  --fm-h4: 28px;
  --fm-h5: 22px;
  --fm-h6: 18px;

  --fm-body-lg: 20px;
  --fm-body-md: 18px;
  --fm-body: 16px;
  --fm-body-sm: 14px;
  --fm-body-xs: 12px;

  --orange: #F28C4B;
  --dark-blue: #1F5F8B;
}

/* Desktop heading scale */
h1{font-size:var(--fm-h1); line-height:1.15; font-weight:600;}
h2{font-size:var(--fm-h2); line-height:1.2;  font-weight:600;}
h3{font-size:var(--fm-h3); line-height:1.25; font-weight:500;}
h4{font-size:var(--fm-h4); line-height:1.3;  font-weight:500;}
h5{font-size:var(--fm-h5); line-height:1.35; font-weight:500;}
h6{font-size:var(--fm-h6); line-height:1.4;  font-weight:500;}

/* Mobile scale */
@media (max-width: 749px){
  :root{
    --fm-h1: 40px;
    --fm-h2: 32px;
    --fm-h3: 26px;
    --fm-h4: 22px;
    --fm-h5: 18px;
    --fm-h6: 16px;

    --fm-body-lg: 18px;
    --fm-body-md: 16px;
    --fm-body: 14px;
    --fm-body-sm: 13px;
    --fm-body-xs: 12px;
  }
}
button, .btn, .button, input[type="submit"]{
  font-weight:600;
}

.kids-size-guide{
  margin: 12px 0 10px;
}

.kids-size-guide__title{
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 10px;
  color: inherit;
}

.kids-size-guide__table-wrap{
  overflow-x: auto;
  border-radius: 10px;
}

.kids-size-guide__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 520px;
  border: 1px solid #0b1e65;
  border-radius: 10px;
}

.kids-size-guide__table thead th{
  background: #0B1E65;
  color: #ffffff;
  font-weight: 700;
  padding: 12px 10px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.25);
  white-space: nowrap;
}
.kids-size-guide__table thead th:first-child{
  border-top-left-radius: 10px;
}
.kids-size-guide__table thead th:last-child{
  border-top-right-radius: 10px;
  border-right: 0;
}

.kids-size-guide__table tbody td{
  padding: 12px 10px;
  border: 1px solid #E6E6E6;
  border-top: 0;
  text-align: center;
  white-space: nowrap;
  background: transparent;
}

.kids-size-guide__strong{
  font-weight: 700;
  text-align: left;
}

/* Alternating row shading like the landing page image */
.kids-size-guide__table tbody tr:nth-child(odd){
  background: #D7DDE3;
}
.kids-size-guide__table tbody tr:nth-child(even){
  background: #EEF2F5;
}

/* Rounded bottom corners */
.kids-size-guide__table tbody tr:last-child td:first-child{
  border-bottom-left-radius: 10px;
}
.kids-size-guide__table tbody tr:last-child td:last-child{
  border-bottom-right-radius: 10px;
}

@media (max-width: 600px){
  .kids-size-guide__title{ font-size: 15px; }
  .kids-size-guide__table{ min-width: 340px; }
  .kids-size-guide__table thead th,
  .kids-size-guide__table tbody td{
    padding: 10px 6px;
    font-size: 12px;
  }
}

/* ==================================== */

.csm-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.cms-text-block {
    display: flex;
    flex-direction: column;
}

.cms-text-block h1,
.cms-text-block h2,
.cms-text-block h3,
.cms-text-block h4,
.cms-text-block h5,
.cms-text-block h6 {
    font-family: "Inter", sans-serif !important;
    /* font-weight: 600; */
    /* letter-spacing: 1.13px; */
    letter-spacing: 0;
    color: #000;
    margin: 0 0 16px 0;
}

.custom-body-lg {
    font-size: 16px;
    line-height: 150%;
    font-weight: 600;
}

.custom-body-md {
    font-size: 14px;
    line-height: 160%;
}

.custom-body-rg {
    font-size: 14px;
    line-height: 165%;
}

.custom-body-sm {
    font-size: 13px;
    line-height: 160%;
}

.custom-body-tiny {
    font-size: 12px;
}

.custom-body-lg,
.custom-body-md,
.custom-body-rg,
.custom-body-sm,
.custom-body-tiny {
    font-family: "Inter", sans-serif !important;
    letter-spacing: 0;
    color: #000;
}

.cms-text-desc {
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.cms-text-desc >:first-child {
    margin-top: 0;
}

.cms-text-desc >:last-child {
    margin-bottom: 0;
}

.cms-text-desc a {
    text-decoration: underline;
}

.custom-body-lg >:first-child,
.custom-body-md >:first-child,
.custom-body-rg >:first-child,
.custom-body-sm >:first-child,
.custom-body-tiny >:first-child {
    margin-top: 0;
}
.custom-body-lg >:last-child,
.custom-body-md >:last-child,
.custom-body-rg >:last-child,
.custom-body-sm >:last-child,
.custom-body-tiny >:last-child {
    margin-bottom: 0;
}

.cms-text-block span,
.cms-text-block li,
.cms-text-block a,
.cms-text-block p,
.cms-text-block ul {
    font-family: "Inter", sans-serif !important;
    letter-spacing: 0;
    color: #000;
}

.cms-text-block ul {
    margin-left: 28px;
}

.cms-text-block li {
    margin-bottom: 0;
}

.custom-btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 15px -6px 0 -6px;
}

.custom-btn-spacer {
    padding: 6px;
}

.custom-btn {
    display: inline-flex;
    text-decoration: none;
    padding: 10px 12px;
    transition: all 0.25s ease;
    border-radius: 12px;
}

.btn-primary {
    background-color: var(--orange);
    border: 1px solid var(--dark-blue);
    line-height: 150%;
    color: #fff;
    font-weight: 600;
}

.btn-primary span {
    color: #fff;
}

.btn-primary:hover {
    background-color: #fff;
    color: var(--orange);
}

.btn-primary:hover span {
    color: var(--orange);
}

.btn-blue {
    background-color: #628FAD;
    border: 1px solid #00000026;
    line-height: 150%;
    color: #fff;
    font-weight: 600;
}

.btn-blue span {
    color: #fff;
}

.btn-blue:hover {
    background-color: #fff;
    color: #628FAD;
}

.btn-blue:hover span {
    color: #628FAD;
}

.btn-secondary {
    text-decoration: underline;
    padding: 0;
}

.cms-text-block .custom-tag {
    display: block;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 14px;
    line-height: 150%;
}

@media (max-width: 991px) {
    .custom-btn {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .custom-btn-wrapper {
        margin: 15px -8px 0 -8px;
    }

    .custom-btn-spacer {
        padding: 8px;
    }

    .cms-text-block h1,
    .cms-text-block h2,
    .cms-text-block h3,
    .cms-text-block h4,
    .cms-text-block h5,
    .cms-text-block h6 {
        margin-bottom: 24px;
    }

    .custom-body-lg {
        font-size: 20px;
    }

    .custom-body-md {
        font-size: 18px;
    }

    .custom-body-rg {
        font-size: 16px;
    }

    .custom-body-sm {
        font-size: 14px;
    }

    
    .cms-text-desc {
        gap: 31px;
    }

    .custom-btn-wrapper {
        margin-top: 18px;
        justify-content: flex-start;
    }
}

/* intro section */

.cms-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -20px;
}

.cms-left,
.cms-right {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 20px;
}

.ciwt-section .cms-left {
    display: none;
}

.cms-img-box {
    overflow: hidden;
    border-radius: 16px;
}

.cms-right .cms-img-box {
    margin-top: 20px;
}

.ciwt-section.type-b .cms-img-box {
    margin-top: 44px;
}

.cms-img-box.grid__image-ratio:before {
    padding-bottom: 133.3333333333333%;
}

.ciwt-section.type-b .cms-img-box.grid__image-ratio:before {
    padding-bottom: 106.6666666666667%;
}

.ciwt-section.type-c .cms-img-box {
    background-color: transparent;
}
.ciwt-section.type-c .cms-img-box.grid__image-ratio:before {
    padding-bottom: 92.03833333333333%;
}

.ciwt-section.ready-to-add .cms-img-box.grid__image-ratio:before {
    padding-bottom: 110.8208955223881%;
}

.ready-to-add .cms-img-box img {
    object-fit: contain;
}

.cms-right .custom-heading-h1,
.alternative-section .custom-heading-h2,
.alternative-section h4 {
    text-align: center;
}

.alternative-row {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media (max-width: 991px) {
    .ciwt-section .custom-body-lg p {
        text-align: center;
    }
    .ciwt-section.type-c .custom-heading-h1 {
        position: relative;
        order: 1;
    }

    .ciwt-section.type-c .cms-img-box {
        position: relative;
        order: 2;
        margin: 20px 0;
    }

    .ciwt-section.type-c .cms-text-desc {
        position: relative;
        order: 3;
    }

    .ciwt-section.type-c .custom-btn-wrapper {
        position: relative;
        order: 4;
    }

    .how-it-work .cms-img-box {
        margin-top: 17px !important;
    }

    .custom-text-block:not(.type-a) {
        background-color: #FDF3ED !important;
    }

    .cms-faq-section-right .custom-btn-wrapper {
        display: flex !important;
    }

    .cms-faq-section-left .custom-btn-wrapper {
        display: none !important;
    }

    .alternative-section h4 {
        font-weight: 500;
        font-size: 18px;
        margin-bottom: 0;
    }

    .alternative-section .cms-right .cms-text-desc {
        display: none;
    }

    .rst-section .custom-heading-h1,
    .rst-section h4 {
        text-align: center;
    }

    .rst-item-thumb {
        margin-left: auto;
        margin-right: auto;
    }

    .rst-items {
        margin: 0 !important;
        background-color: #fff;
    }

    .ct-section .custom-heading-h1 {
        margin-bottom: 0;
    }
    .ct-section .cms-text-desc {
        display: none;
    }

}

@media (min-width: 992px) {
    .cms-row {
        margin: 0 -40px;
    }

    .ciwt-section .cms-left {
        display: block;
    }

    .cms-left,
    .cms-right {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
        padding: 40px;
    }

    .cms-right li {
        margin-bottom: 0;
    }

    .cms-right .custom-heading-h1 {
        margin-right: 30px;
        text-align: start;
    }

    .ciwt-section.type-b .custom-heading-h1 {
        margin-right: 51px;
    }

    .alternative-section .custom-heading-h2,
    .alternative-section h4 {
        text-align: start;
    }

    .cms-right .cms-img-box {
        display: none;
        margin-top: 0;
    }

    .ciwt-section.type-b .cms-img-box {
        margin-top: 0;
    }

    .alternative-section .alternative-row > .cms-text-block {
        display: none;
    }

    .how-it-work .cms-left,
    .how-it-work .cms-right {
        padding-top: 0;
        padding-bottom: 0;
    }
}

/* common support part */
.ccs-top-part {
    width: 100%;
    max-width: 768px;
    margin: 0 auto 22px auto;
    text-align: center;
}

.ccs-bottom-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -24px;
}

.ccs-bottom-cell {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.how-it-work .cms-img-box.grid__image-ratio:before {
    padding-bottom: 74.83333333333333% !important;
}

.ccs-bottom-cell .grid__image-ratio:before {
    padding-bottom: 59.24050632911392%;
}

.ccs-bottom-cell .cms-text-desc {
    max-width: 290px;
    margin: 0 auto;
}
.ccs-bottom-cell .custom-heading-h2 {
    font-weight: normal;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .ccs-bottom-cell {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }
}

@media (min-width: 992px) {
    .ccs-top-part {
        margin-bottom: 32px;
    }
    .ccs-bottom-cell {
        width: 33.33%;
        max-width: 33.33%;
        flex: 0 0 33.33%;
        gap: 32px;
    }
}

/* alternative section css */

.alternative-section .custom-body-lg {
    font-weight: 400;
}

@media (min-width: 992px) {
    .alternative-section .custom-heading-h1 {
        margin-right: 30px;
    }
    .alternative-section .cms-right .cms-text-block {
        width: 100%;
        max-width: 555px;
    }

    .alternative-section  .alternative-cell-r .custom-body-lg {
        font-size: 24px;
    }

    .alternative-section h4 {
        font-weight: 400;
    }
}

.custom-text-block .cms-row {
    justify-content: center;
}

.custom-text-block.type-a .custom-tag,
.custom-text-block.type-a .custom-heading-h1 {
    text-align: center;
    margin-right: 0;
}
.custom-text-block.type-a .cms-text-desc {
    max-width: 500px;
}
.custom-text-block.type-a .custom-btn-wrapper {
    justify-content: center;
}

.custom-text-block .cms-text-block {
    width: 100%;
    max-width: 767px;
    margin: 0 auto;
}

.cms-faq-section {
    position: relative;
    overflow: hidden;
}
.cms-faq-section-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.cms-faq-section-left,
.cms-faq-section-right {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 15px;
}

.cms-faq-section-right .custom-btn-wrapper {
    display: none;
}

.cms-faq-item:not(:last-child) {
    margin-bottom: 16px;
}

.trust-item:not(:last-child) {
    margin-bottom: 14px;
}

.trust-item {
    border: 1px solid #00000026;
    background: #F2F2F2;
    border-radius: 16px;
}

.cms-faq-item {
    border: 1px solid #00000026;
    background: #F2F2F2;
    border-radius: 16px;
}

.cms-faq-question {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    padding: 18px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cms-faq-question .custom-body-md {
    flex: 1 1 auto;
    padding-right: 15px;
    font-weight: 700;
}

.cms-faq-description {
    display: none;
    padding: 0 20px 20px;
}

.cms-faq-section .book-package-text-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cms-faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    transition: all 0.25s ease;
}

.cms-faq-item.active .cms-faq-icon  {
    transform: rotate(45deg);
}

@media(min-width: 992px) {
    .cms-faq-question {
        padding: 18px 24px;
    }

    .cms-faq-description {
        padding: 0 24px 22px 24px;
    }
}

.ct-section .cms-faq-item {
    background: #fff;
    padding: 16px 32px;
}

.trust-item {
    background: #fff;
    padding: 16px 32px;
}

.ct-section .cms-left .cms-text-block {
    gap: 8px;
}

.ct-section .cms-left .cms-text-block .custom-body-md {
    font-weight: normal;
    font-style: italic;
    text-align: end;
    line-height: 140%;
}

.ct-section .cms-left .cms-text-block >*,
.ct-section .cms-left .cms-text-block >* p {
    margin-bottom: 0;
    font-weight: normal;
    font-style: italic;
}

@media(min-width: 992px) {
    .trust-item:not(:last-child) {
        margin-bottom: 32px;
    }

    .ct-section .cms-faq-item {
        padding: 32px;
    }

    .trust-item {
        padding: 32px;
    }
    .cms-faq-section-row {
        margin: 0 -40px;
    }

    .cms-faq-section-left {
        width: 42.64705882352941%;
        max-width: 42.64705882352941%;
        flex: 0 0 42.64705882352941%;
        padding: 40px;
    }

    .cms-faq-section-right {
        width: 57.35294117647059%;
        max-width: 57.35294117647059%;
        flex: 0 0 57.35294117647059%;
        padding: 40px;
    }

    .custom-size-chart .cms-left,
    .custom-size-chart .cms-right {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.custom-size-chart .cms-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cms-size-table .kids-size-guide >:last-child.kids-size-guide__title {
    margin: 10px 0 0 0;
}

/* result section */
.rst-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.rst-left,
.rst-right {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 20px;
}

.rst-item-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
}

.rst-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -12px;
}

.rst-item {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 12px;
}

.rst-right h4 {
    font-weight: normal;
}

@media (min-width: 768px) {
    .rst-item-thumb {
        margin-bottom: 24px;
    }

    .rst-item {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
        padding: 24px;
    }
}

@media (min-width: 992px) {
    .rst-row {
        margin: 0 -40px;
    }

    .rst-left {
        width: 33.82352941176471%;
        max-width: 33.82352941176471%;
        flex: 0 0 33.82352941176471%;
        padding: 40px;
        margin-top: 24px;
    }

    .rst-right {
        width: 66.17647058823529%;
        max-width: 66.17647058823529%;
        flex: 0 0 66.17647058823529%;
        padding: 40px;
    }

    .rst-left .custom-heading-h1 {
        margin-right: 15px;
    }

    .rst-items {
        margin: 0 -24px;
        row-gap: 15px;
    }
}
/* Header nav: make dropdown parent (Shop Insoles) match others */
.site-header--heading-style summary.site-nav__link--has-dropdown{font-weight:700!important}
.site-header--heading-style summary.site-nav__link--has-dropdown *{font-weight:700!important}

/* Optional: make dropdown items a bit larger/bolder */
.site-header--heading-style .site-nav__dropdown a{font-weight:600!important;font-size:15px!important}

/* Pronation page */
.fm-pronation { padding: 18px 0; }
.fm-pronation .fm-wrap { max-width: 980px; margin: 0 auto; padding: 0 16px; }

.fm-h1 { font-size: 42px; line-height: 1.1; margin: 0 0 10px 0; }
.fm-h2 { font-size: 28px; margin: 0 0 10px 0; }
.fm-h3 { font-size: 18px; margin: 0 0 8px 0; }

.fm-lead { font-size: 18px; margin: 0 0 12px 0; }
.fm-section { margin: 24px 0; }

.fm-figure { margin: 14px 0 0 0; }
.fm-img { width: 100%; height: auto; border-radius: 14px; display: block; }

/* Pronation page: make the caption more readable */
.fm-pronation .fm-caption{
  font-size: 16px;
  line-height: 1.35;
  opacity: 0.92;
  margin-top: 10px;
}

.fm-routing { margin-top: 14px; padding: 16px; border: 1px solid rgba(0,0,0,0.12); border-radius: 16px; background: rgba(0,0,0,0.02); }
.fm-routing-title { margin: 0 0 12px 0; }
.fm-routing-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(260px,1fr)); gap: 12px; }
.fm-routing-card { display: block; padding: 14px; border: 1px solid rgba(0,0,0,0.14); border-radius: 14px; text-decoration: none; }
.fm-routing-head { font-weight: 800; margin-bottom: 6px; }
.fm-routing-body { opacity: 0.9; }
.fm-routing-link { margin-top: 10px; font-weight: 700; text-decoration: underline; }
.fm-trust { margin: 12px 0 0 0; font-size: 14px; opacity: 0.9; }

.fm-toc { margin-top: 14px; }
.fm-toc-title { margin: 0 0 6px 0; }
.fm-toc-list { margin: 0; padding-left: 18px; }

.fm-list { margin: 0; padding-left: 18px; }
.fm-callout { margin-top: 12px; padding: 14px; border-left: 4px solid rgba(0,0,0,0.25); border-radius: 14px; background: rgba(0,0,0,0.03); }
.fm-callout-wide { margin-top: 14px; }

.fm-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap: 14px; margin-top: 14px; }
.fm-grid-2 { grid-template-columns: repeat(auto-fit,minmax(300px,1fr)); }
.fm-grid-3 { grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); }

.fm-card { padding: 14px; border: 1px solid rgba(0,0,0,0.12); border-radius: 16px; background: #fff; }
.fm-card-soft { background: rgba(0,0,0,0.02); }

.fm-compare { margin-top: 12px; border: 1px solid rgba(0,0,0,0.12); border-radius: 16px; overflow: hidden; }
.fm-compare-row { display: grid; grid-template-columns: 1.4fr 0.6fr 1fr; gap: 12px; padding: 10px 12px; border-top: 1px solid rgba(0,0,0,0.08); }
.fm-compare-head { font-weight: 800; border-top: none; background: rgba(0,0,0,0.02); }

.fm-product { padding: 16px; border: 1px solid rgba(0,0,0,0.12); border-radius: 16px; background: #fff; }
.fm-sub { margin: 0 0 10px 0; }

.fm-btn { display: inline-block; padding: 12px 16px; border-radius: 14px; border: 1px solid rgba(0,0,0,0.28); text-decoration: none; font-weight: 800; }
.fm-btn-ghost { background: transparent; }

.fm-box { margin-top: 12px; padding: 14px; border: 1px solid rgba(0,0,0,0.12); border-radius: 16px; background: rgba(0,0,0,0.02); }
.fm-box-title { margin: 0 0 10px 0; }

.fm-footer { margin: 22px 0 26px 0; padding: 16px; border: 1px solid rgba(0,0,0,0.12); border-radius: 16px; background: rgba(0,0,0,0.02); }
.fm-footer-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }

.fm-faq { margin-bottom: 10px; }
.fm-faq summary { cursor: pointer; }
.fm-disclaimer { margin-top: 12px; font-size: 14px; opacity: 0.85; }
.fm-note { margin-top: 14px; font-size: 14px; opacity: 0.9; }

/* Anchor links: ensure section headings are visible below sticky header */
.fm-pronation .fm-section{
  scroll-margin-top: 110px;
}
@media (max-width: 749px){
  .fm-pronation .fm-section{
    scroll-margin-top: 90px;
  }
}

/* Card titles: bold + slightly larger */
.fm-pronation .fm-product .fm-h3,
.fm-pronation .fm-card .fm-h3{
  font-weight: 800;
  font-size: 20px;
  line-height: 1.25;
}

/* CTA buttons: more visible */
.fm-pronation .fm-btn{
  background: var(--lnk);
  border-color: var(--lnk);
  color: #fff;
}
.fm-pronation .fm-btn:hover{
  background: var(--lnkH);
  border-color: var(--lnkH);
  color: #fff;
}

/* CTA spacing + keep buttons normal size */
.fm-pronation .fm-actions{
  margin-top: 14px;      /* space above button */
  padding-top: 6px;      /* extra breathing room */
  text-align: center;      /* default align (change to center if you want) */
}

.fm-pronation .fm-btn{
  display: inline-block;
  width: auto !important;
  max-width: none !important;
}


.fm-pronation .fm-product .fm-actions{
  margin-top: 14px;   /* adds space above buttons */
  text-align: center; /* centers the inline-block button */
}


/* Pronation page image placeholders */
.fm-img-placeholder{
  width:100%;
  border:1px solid #e6e6e6;
  background:#f5f5f5;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#666;
  font-size:14px;
  padding:16px;
  min-height:280px;
}

.fm-img-placeholder--hero{
  min-height:360px;
}

.fm-img-placeholder--wide{
  min-height:320px;
}
/* Pronation page: figure caption styling */
.fm-pronation .fm-caption{
  font-size: 18px;      /* make it larger */
  line-height: 1.5;     /* more readable spacing */
  margin-top: 10px;     /* space between image and caption */
  margin-bottom: 22px;  /* space under caption before next section */
  display: block;
}

/* Optional: on larger screens, bump it slightly more */
@media (min-width: 768px){
  .fm-pronation .fm-caption{
    font-size: 17px;
    margin-bottom: 28px;
  }
}
.fm-pronation figure{
  margin-bottom: 30px;
}

.fm-why-matters .fm-kicker{
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  opacity: 0.8;
  letter-spacing: 0.2px;
  text-transform: none;
}
.fm-eyebrow--products{
  margin-top: 16px;
  margin-bottom: 10px;
}

/* Added by ChatGPT for PF page update */
.fm-pronation .fm-table{
  width:100%;
  border-collapse:collapse;
  margin-top:12px;
  border:1px solid rgba(0,0,0,0.12);
  border-radius:16px;
  overflow:hidden;
  font-size:14px;
}
.fm-pronation .fm-table th,
.fm-pronation .fm-table td{
  padding:10px 12px;
  vertical-align:top;
  border-top:1px solid rgba(0,0,0,0.08);
}
.fm-pronation .fm-table thead th{
  background:rgba(0,0,0,0.02);
  font-weight:800;
  border-top:none;
}
@media (max-width: 749px){
  .fm-pronation .fm-table{
    display:block;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }
  .fm-pronation .fm-table th,
  .fm-pronation .fm-table td{
    white-space:nowrap;
  }
}
.fm-routing-img-wrap{
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 12px;
  background: #f5f5f5;
  overflow: hidden;
  margin: 0 0 12px 0;
}

.fm-routing-img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

}
