.ofp-section{position:relative}.ofp-inner{max-width:var(--ofp-section-width, var(--page-width, 1400px));margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.ofp-header{text-align:center;margin-bottom:3rem}.ofp-header--with-cta{display:flex;align-items:center;justify-content:space-between;gap:2rem;text-align:left}.ofp-header--with-cta .ofp-subheading{margin-left:0;max-width:520px}.ofp-heading{margin:0;font-size:var(--ofp-heading-size, 3.6rem)!important;line-height:1.1;font-weight:900;color:var(--ofp-heading-color, #152447)}.ofp-subheading{margin:1rem auto 0;max-width:640px;font-size:var(--ofp-subheading-size, 1.6rem)!important;line-height:1.6;display:var(--ofp-subheading-display, block);color:var(--ofp-subheading-color, #666666)!important}.ofp-footer{text-align:center;margin-top:3.2rem}.ofp-cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:5.2rem;padding:0 3.2rem;border-radius:999px;background:var(--ofp-cta-bg, #152447);color:var(--ofp-cta-color, #ffffff);border:2px solid transparent;font-size:1.5rem;font-weight:800;text-decoration:none;letter-spacing:.01em;transition:opacity .16s ease,background-color .2s ease,color .2s ease,border-color .2s ease}.ofp-cta:hover{opacity:.9}.ofp-cta--outline{background:transparent;color:var(--ofp-cta-border-color, #152447);border-color:var(--ofp-cta-border-color, #152447)}.ofp-cta--outline:hover{background:var(--ofp-cta-border-color, #152447);color:#fff;opacity:1}.ofp-cta--top{min-height:auto;padding:0 0 1px;border:0;border-radius:0;background:transparent;color:var(--ofp-cta-top-color, #152447);font-size:1.4rem;border-bottom:1.5px solid currentColor;white-space:nowrap;flex-shrink:0}.ofp-cta--top:hover{opacity:.65}@media screen and (max-width:749px){.ofp-header--with-cta{flex-direction:column;align-items:flex-start;gap:1.2rem}}.ofp-empty{text-align:center;padding:4rem 1.5rem;font-size:1.5rem;color:#00000080}.ofp-grid{display:grid;grid-template-columns:repeat(var(--ofp-cols-mobile, 2),minmax(0,1fr));gap:var(--ofp-gap-mobile, 12px);list-style:none;padding:0;margin:0}@media screen and (min-width:750px){.ofp-grid{grid-template-columns:repeat(var(--ofp-cols-desktop, 4),minmax(0,1fr));gap:var(--ofp-gap-desktop, 20px)}}.ofp-grid__item{min-width:0}.ofp-carousel{position:relative}.ofp-carousel__btn{position:absolute;top:50%;z-index:10;transform:translateY(calc(-50% - 3.2rem));display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;border:1.5px solid rgba(var(--color-foreground, 0 0 0),.14);background:#fff;color:var(--ortomed-button-bg, #152447);box-shadow:0 4px 14px #00000017;cursor:pointer;transition:box-shadow .16s ease,border-color .16s ease,opacity .16s ease}.ofp-carousel__btn:hover:not(:disabled){box-shadow:0 6px 20px #00000024;border-color:rgba(var(--color-foreground, 0 0 0),.22)}.ofp-carousel__btn:disabled{opacity:.35;cursor:not-allowed}.ofp-carousel__btn--prev{left:-1.6rem}.ofp-carousel__btn--next{right:-1.6rem}.ofp-track{display:flex;overflow-x:scroll;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:var(--ofp-gap-desktop, 20px);margin-left:0;margin-right:0;padding-bottom:.4rem}.ofp-track::-webkit-scrollbar{display:none}.ofp-slide{flex:0 0 calc((100% - (var(--ofp-cols-desktop, 4) - 1) * var(--ofp-gap-desktop, 20px)) / var(--ofp-cols-desktop, 4));scroll-snap-align:start;min-width:0}.ofp-carousel__dots{display:flex;justify-content:center;gap:.7rem;margin-top:2rem}.ofp-dot{width:.8rem;height:.8rem;border-radius:50%;border:0;background:rgba(var(--color-foreground, 0 0 0),.2);cursor:pointer;padding:0;transition:background .2s ease,transform .2s ease}.ofp-dot.is-active{background:var(--ortomed-button-bg, #152447);transform:scale(1.25)}@media screen and (max-width:749px){.ofp-carousel__btn{display:none}.ofp-track{gap:var(--ofp-gap-mobile, 12px);padding-left:1.2rem;padding-right:1.2rem;margin-left:-1.2rem;margin-right:-1.2rem}.ofp-slide{flex:0 0 calc((100% - (var(--ofp-peek-mobile, 1.2) - 1) * var(--ofp-gap-mobile, 12px)) / var(--ofp-peek-mobile, 1.2))}}.ortomed-card{display:flex;flex-direction:column;height:100%;background:var(--ortomed-card-bg, #ffffff);border:1px solid var(--ortomed-card-border, #e6e6e6);border-radius:var(--ortomed-card-radius, 12px);overflow:hidden;position:relative;transition:box-shadow .18s ease,border-color .18s ease}@media screen and (min-width:990px){.ortomed-card:hover{box-shadow:0 8px 24px #1524470f;border-color:#1524472e}}.ortomed-card__image-link{display:block;color:inherit;text-decoration:none}.ortomed-card__image-wrap{position:relative;aspect-ratio:var(--ortomed-image-ratio, 1 / 1);background:var(--ortomed-image-bg, #f7f7f7);overflow:hidden}.ortomed-card__image,.ortomed-card__placeholder{width:100%;height:100%;object-fit:var(--ortomed-image-fit, contain);display:block}.ortomed-card__badge{position:absolute;z-index:2;top:1rem;left:1rem;display:inline-flex;align-items:center;justify-content:center;padding:.45rem .8rem;border-radius:999px;background:var(--ortomed-sale-bg, #d92600);color:var(--ortomed-sale-color, #ffffff);font-size:1.1rem;font-weight:800;line-height:1;text-transform:uppercase;letter-spacing:.03em}.ortomed-card__content{display:flex;flex-direction:column;flex:1;padding:1.4rem}.ortomed-card__title{margin:0;font-size:1.45rem;line-height:1.32;font-weight:800;color:var(--ortomed-title-color, #152447);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:3.828rem}.ortomed-card__title a{color:inherit;text-decoration:none}.ortomed-card__title a:hover{text-decoration:underline;text-underline-offset:3px}.ortomed-card__rating{display:flex;align-items:center;gap:.45rem;margin-top:.8rem;font-size:1.25rem}.ortomed-card__stars{color:var(--ortomed-star-color, #ffc400);letter-spacing:-.05em;line-height:1}.ortomed-card__rating-count{color:rgba(var(--color-foreground, 0 0 0),.65);font-weight:600}.ortomed-card__price,.ortomed-size-modal__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:.65rem;margin-top:.9rem;margin-bottom:1.4rem}.ortomed-card__price-current{color:var(--ortomed-price-color, #d92600);font-size:1.55rem;font-weight:900;line-height:1}.ortomed-card__price-compare{color:rgba(var(--color-foreground, 0 0 0),.55);font-size:1.25rem;font-weight:700;line-height:1;text-decoration:line-through}.ortomed-card__thumbs{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;margin-top:-.4rem;margin-bottom:1.4rem}.ortomed-card__thumb{width:5.2rem;height:5.2rem;padding:0;border:1px solid var(--ortomed-card-border, #e6e6e6);border-radius:calc(var(--ortomed-card-radius, 12px) - 4px);background:#fff;overflow:hidden;cursor:pointer;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease,background-color .16s ease}.ortomed-card__thumb:hover{border-color:#15244738;box-shadow:0 4px 10px #1524470f;transform:translateY(-1px)}.ortomed-card__thumb.is-active{border-color:var(--ortomed-button-bg, #152447);box-shadow:0 0 0 1px var(--ortomed-button-bg, #152447);background:#fff}.ortomed-card__thumb:focus-visible{outline:none;border-color:var(--ortomed-button-bg, #152447);box-shadow:0 0 0 1px var(--ortomed-button-bg, #152447),0 0 0 4px #1524471a}.ortomed-card__thumb-img{width:100%;height:100%;object-fit:contain;display:block;background:var(--ortomed-image-bg, #f7f7f7)}.ortomed-card__thumb--extra{display:none!important}@media screen and (min-width:750px){.ortomed-card__thumb--extra:nth-child(4){display:inline-flex!important}.ofp-more__count--mob{display:none}.ofp-more--single-extra{display:none!important}}@media screen and (max-width:749px){.ofp-more__count--desk{display:none}.ortomed-card__thumbs{flex-wrap:wrap!important;gap:.45rem!important;align-items:flex-start}.ortomed-card__thumb,.ortomed-card__thumb-more{flex-shrink:0!important;flex-grow:0!important;width:calc(25% - .34rem)!important;height:auto!important;aspect-ratio:1 / 1}}.ortomed-card__thumb-more{border:1.5px dashed rgba(21,36,71,.25);background:#1524470a;color:var(--ortomed-title-color, #152447);font-size:1.1rem;font-weight:800;letter-spacing:-.01em;cursor:pointer;transition:border-color .16s ease,background .16s ease}.ortomed-card__thumb-more:hover{border-color:#15244780;background:#15244714}.ortomed-card__pills{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:-.4rem;margin-bottom:1.4rem}.ortomed-card__pill{display:inline-flex;align-items:center;min-height:2.2rem;padding:.38rem .72rem;border-radius:999px;background:#e8f6f6ad;border:1px solid rgba(76,130,132,.22);color:#244f52;font-size:1rem;font-weight:500;line-height:1;letter-spacing:.01em}.ortomed-card__pill:nth-child(2){background:#eff4ffb8;border-color:#5069a533;color:#273f73}.ortomed-card__pill:nth-child(3){background:#f8f2e6c7;border-color:#a17b3f38;color:#6b4a1f}.ortomed-card__add{width:100%;min-height:4.4rem;margin-top:auto;border:1px solid var(--ortomed-button-bg, #152447);border-radius:var(--ortomed-button-radius, 4px);background:var(--ortomed-button-bg, #152447);color:var(--ortomed-button-color, #ffffff);font-size:1.3rem;font-weight:900;text-transform:uppercase;letter-spacing:.035em;cursor:pointer;transition:opacity .18s ease,background-color .18s ease}.ortomed-card__add:hover:not(:disabled){opacity:.92}.ortomed-card__add:disabled{opacity:.55;cursor:not-allowed}.ortomed-size-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:2rem}.ortomed-size-modal.is-open{display:flex}.ortomed-size-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008f}.ortomed-size-modal__dialog{position:relative;z-index:2;width:min(760px,100%);max-height:calc(100vh - 4rem);overflow:auto;background:#fff;border-radius:1.2rem;box-shadow:0 18px 60px #00000038}.ortomed-size-modal__close{position:absolute;top:1rem;right:1.2rem;z-index:3;width:3.4rem;height:3.4rem;border:0;background:transparent;color:#111;font-size:3rem;line-height:1;cursor:pointer}.ortomed-size-modal__layout{display:grid;grid-template-columns:280px 1fr;gap:2.4rem;padding:3rem}.ortomed-size-modal__image-wrap{background:var(--ortomed-image-bg, #f7f7f7);border-radius:1rem;overflow:hidden;aspect-ratio:1 / 1}.ortomed-size-modal__image-wrap img{width:100%;height:100%;object-fit:contain;display:block}.ortomed-size-modal__title{margin:0;padding-right:3rem;font-size:2.2rem;line-height:1.2;color:var(--ortomed-title-color, #152447)}.ortomed-size-modal__rating{margin-top:1rem}.ortomed-size-modal__sizes{margin-top:1.6rem}.ortomed-size-modal__sizes-label{margin-bottom:.8rem;font-size:1.25rem;font-weight:900;color:rgba(var(--color-foreground, 0 0 0),.72)}.ortomed-size-modal__size-options{display:flex;flex-wrap:wrap;gap:.6rem}.ortomed-size-modal__size-btn{min-width:4.2rem;min-height:3.8rem;padding:0 .95rem;border:1px solid rgba(var(--color-foreground, 0 0 0),.18);border-radius:.8rem;background:#fff;color:rgb(var(--color-foreground, 0 0 0));font-size:1.25rem;font-weight:900;cursor:pointer;transition:all .16s ease}.ortomed-size-modal__size-btn:hover{border-color:rgb(var(--color-foreground, 0 0 0))}.ortomed-size-modal__size-btn.is-active{background:var(--ortomed-button-bg, #152447);border-color:var(--ortomed-button-bg, #152447);color:var(--ortomed-button-color, #ffffff)}.ortomed-size-modal__size-btn.is-disabled{opacity:.35;cursor:not-allowed;text-decoration:line-through}.ortomed-size-modal__add{width:100%;min-height:4.8rem;margin-top:1.8rem;border:1px solid var(--ortomed-button-bg, #152447);border-radius:var(--ortomed-button-radius, 4px);background:var(--ortomed-button-bg, #152447);color:var(--ortomed-button-color, #ffffff);font-size:1.35rem;font-weight:900;text-transform:uppercase;letter-spacing:.035em;cursor:pointer;transition:opacity .16s ease}.ortomed-size-modal__add:hover:not(:disabled){opacity:.92}.ortomed-size-modal__add:disabled{opacity:.55;cursor:not-allowed}body.ortomed-modal-open{overflow:hidden}@media screen and (max-width:749px){.ofp-inner{padding-left:1.2rem;padding-right:1.2rem}.ofp-header{margin-bottom:2rem}.ofp-heading{font-size:clamp(2rem,5vw,2.6rem)}.ortomed-card__content{padding:1.1rem}.ortomed-card__badge{top:.8rem;left:.8rem;font-size:.95rem;padding:.35rem .65rem}.ortomed-card__title{font-size:1.25rem}.ortomed-card__rating{font-size:1.1rem}.ortomed-card__price-current{font-size:1.35rem}.ortomed-card__price-compare{font-size:1.1rem}.ortomed-card__thumbs{gap:.45rem;margin-bottom:1.1rem}.ortomed-card__thumb{width:4.4rem;height:4.4rem;border-radius:calc(var(--ortomed-card-radius, 12px) - 5px)}.ortomed-card__thumb-more{width:4.4rem;height:4.4rem;font-size:1rem}.ortomed-card__pill{font-size:.9rem;padding:.3rem .55rem}.ortomed-card__add{min-height:4rem;font-size:1.05rem}.ortomed-size-modal{padding:1.2rem;align-items:center}.ortomed-size-modal__dialog{width:100%;max-height:calc(100vh - 2.4rem);border-radius:1.2rem}.ortomed-size-modal__layout{grid-template-columns:1fr;gap:1.6rem;padding:2.2rem 1.6rem 1.6rem}.ortomed-size-modal__image-wrap{max-width:200px;margin:0 auto}.ortomed-size-modal__title{font-size:1.8rem}.ortomed-size-modal__size-btn{min-width:4rem;min-height:3.6rem;font-size:1.15rem}}
/*# sourceMappingURL=/cdn/shop/t/33/assets/ortomed-featured-products.css.map */
