/** Shopify CDN: Minification failed

Line 602:6 Unexpected "/"
Line 705:5 Unexpected "/"
Line 859:3 Unexpected "/"

**/
/* Split out of cstm-style.css (F-project): loaded only on its page family. */

.technicalBannerblcktsoomom_technical_banner_j3zXhx .soomom_technical_button {
    position: relative;
    display: flex;
    justify-content: end;
}
.technicalBannerblcktsoomom_technical_banner_8DNbEm .soomom_technical_button {
    position: relative;
    display: flex;
    justify-content: end;
}
/*-----------Product Detail-----------*/
.products_media_wrappers .carousel-main button.slick-next.slick-arrow {
    background-image: url(/cdn/shop/files/right-arrow-black.png);
    width: 40px;
    height: 32px;
    background-position: center;
    background-size: 25px;
    background-repeat: no-repeat;
    background-color: transparent;
    box-shadow: none;
}
.products_media_wrappers .carousel-main button.slick-prev.slick-arrow {
    background-image: url(/cdn/shop/files/left-arrow-black.png);
    width: 40px;
    height: 32px;
    background-position: center;
    background-size: 25px;
    background-repeat: no-repeat;
    background-color: transparent;
    box-shadow: none;
}
.products_media_wrappers .carousel-main button.slick-arrow:before {
    display: none;
}
.products_media_wrappers .slick-bar-dots {
    gap: 5px;
    margin-top: 0;
}
.products_media_wrappers .slick-bar-dots .bar-dot .bar {
    height: 2px;
    border-radius: 10px;
}
.products_media_wrappers .carousel-navs {
    position: relative;
    padding-top: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.products_info_wrappers  .product__column-sticky {
    top: 80px;
} 
.products_media_wrappers .carousel-cells {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    aspect-ratio: 1.5;
    background: #f7f7f7;
}
.products_media_wrappers .carousel-cells>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.products_info_wrappers .product__title h1 {
    letter-spacing: 0;
    line-height: 1.1;
    color: #000;
}
.cstm-main-product-desc .price__regular span {
    line-height: 1.1;
    letter-spacing: 0;
}
.products_info_wrappers .product__tax.caption.rte {
    display: none;
}
.products_info_wrappers  variant-selects fieldset.product-form__input legend.form__label {
    color: #000;
    line-height: normal;
}
.products_info_wrappers p {
    line-height: 1.4;
    color: #000;
}
.products_info_wrappers  .product__description.rte {
    margin-bottom: 10px;
    margin-top: 0;
}
.products_info_wrappers a.learn-more-btn {
    color: #000;
    font-weight: 400;
}
.cstm-main-product-desc {
    position: relative;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.products_info_wrappers .MainHeading {
    line-height: normal;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    padding-bottom: 4px;
    margin-bottom: 4px;
}
.products_info_wrappers .Main_Description .product-txt p br {
    display: none;
}
.products_info_wrappers .Main_Description {
    margin-bottom: 0;
}
.products_info_wrappers .product__accordion summary .summary__title h2.h4.accordion__title {
    color: #000;
    letter-spacing: 0;
}
.products_info_wrappers .product__accordion .accordion__content p {
    line-height: 1.4;
    opacity: 1;
}
/* =====================================================
   Size Chart drawer — slides in from the right
   ===================================================== */
body.sc-drawer-open { overflow: hidden; }

.sc-drawer {
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
    visibility: hidden;
    transition: visibility 0s linear 360ms;
}
.sc-drawer.is-open {
    pointer-events: auto;
    visibility: visible;
    transition: visibility 0s linear 0s;
}
.sc-drawer__overlay {
    display: block !important; /* override theme's div:empty { display: none } */
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 340ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.sc-drawer.is-open .sc-drawer__overlay { opacity: 1; }

.sc-drawer__panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(480px, 92vw);
    background: #fff;
    box-shadow: -8px 0 32px rgba(0, 0, 0, 0.08);
    transform: translateX(100%);
    transition: transform 360ms cubic-bezier(0.22, 0.61, 0.36, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.sc-drawer.is-open .sc-drawer__panel { transform: translateX(0); }

.sc-drawer__header {
    flex: 0 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 32px 32px 22px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.sc-drawer__title-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}
.sc-drawer__eyebrow {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #0a0a0a;
    line-height: 1.2;
}
.sc-drawer__title {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.15;
    color: #0a0a0a;
    margin: 0;
}
.sc-drawer__close {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    border-radius: 50%;
    color: #0a0a0a;
    cursor: pointer;
    transition: background-color 180ms ease;
    margin: -6px -6px 0 0;
}
.sc-drawer__close:hover { background: rgba(0, 0, 0, 0.05); }
.sc-drawer__close svg { width: 16px; height: 16px; stroke-width: 1.4; }

.sc-drawer__body {
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 32px 40px;
    -webkit-overflow-scrolling: touch;
}
.sc-drawer__body::-webkit-scrollbar { width: 6px; }
.sc-drawer__body::-webkit-scrollbar-track { background: transparent; }
.sc-drawer__body::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.15); border-radius: 3px; }
.sc-drawer__body::-webkit-scrollbar-thumb:hover { background: rgba(0, 0, 0, 0.3); }
.sc-drawer__body h2 { font-size: 14px; }
.sc-drawer__body h3 { font-size: 12px; font-weight: 500; }
.sc-drawer__body h4 {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgba(0, 0, 0, 0.45);
    font-weight: 400;
}
.sc-drawer__body p {
    font-size: 12px;
    line-height: 1.6;
    color: #1a1a1a;
    margin: 0 0 12px;
    letter-spacing: 0.005em;
    font-weight: 400;
}
.sc-drawer__body :first-child { margin-top: 0; }
.sc-drawer__body table th,
.sc-drawer__body table td {
    padding: 9px 6px;
    text-align: center;
    font-size: 11px;
    color: #1a1a1a;
    border: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
    font-weight: 400;
    letter-spacing: 0.01em;
}
.sc-drawer__body table th {
    font-size: 9px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(0, 0, 0, 0.5);
    padding-top: 6px;
    padding-bottom: 11px;
    border-bottom-color: rgba(0, 0, 0, 0.15) !important;
}
.sc-drawer__body table tr:last-child td {
    border-bottom: 0 !important;
}
.sc-drawer__body table tr td:first-child,
.sc-drawer__body table tr th:first-child {
    text-align: left;
    font-weight: 500;
    color: #0a0a0a;
}

/* Tab buttons for size unit switcher (cm / inches) — refined pill */
.sc-drawer__body .SizesBtn {
    display: inline-flex;
    align-items: center;
    gap: 0;
    padding: 2px;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 999px;
    margin: 0 0 18px;
}
.sc-drawer__body .SizesBtn button.sizeBtn {
    background: transparent;
    border: 0 !important;
    border-radius: 999px !important;
    padding: 6px 14px !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.45);
    opacity: 1;
    cursor: pointer;
    transition: background-color 220ms ease, color 220ms ease;
    line-height: 1;
}
.sc-drawer__body .SizesBtn button.sizeBtn:hover {
    color: #0a0a0a;
}
.sc-drawer__body .SizesBtn button.sizeBtn.active {
    background: #0a0a0a;
    color: #fff;
    border: 0 !important;
}

/* CM/IN switch — unified pill. Also styles the bare .text-center button group
   used by some size-chart CMS pages (e.g. male-top-of-body) as a pill track. */
.sc-drawer__body .text-center:has(.sizeBtn) {
    display: inline-flex !important;
    align-items: center;
    gap: 0 !important;
    justify-content: flex-start !important;
    width: auto;
    padding: 3px !important;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 999px;
    margin: 4px 0 18px !important;
}
.sc-drawer__body .sizeBtn {
    background: transparent !important;
    border: 0 !important;
    border-bottom: 0 !important;
    border-radius: 999px !important;
    padding: 7px 18px !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.45) !important;
    opacity: 1 !important;
    line-height: 1 !important;
    cursor: pointer;
    transition: background-color 220ms ease, color 220ms ease;
    white-space: nowrap;
}
.sc-drawer__body .sizeBtn span {
    color: inherit !important;
    font-size: inherit !important;
    letter-spacing: inherit !important;
}
.sc-drawer__body .sizeBtn:hover { color: #0a0a0a !important; }
.sc-drawer__body .sizeBtn.active {
    background: #0a0a0a !important;
    color: #fff !important;
    border: 0 !important;
}

/* Section container */
.sc-drawer__body .sizecontent {
    border: 0;
    border-radius: 0;
    padding: 0;
    overflow: visible;
}
.sc-drawer__body .sizecontent1 h4,
.sc-drawer__body .sizecontents2 h3 {
    border-bottom: 0;
    padding-bottom: 0;
}
.sc-drawer__body .InnerSizeHead {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 16px;
}
.sc-drawer__body .InnerSizeHead h2,
.sc-drawer__body .InnerSizeHead h4 {
    margin: 0;
}
.sc-drawer__body img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 12px 0;
}

@media (max-width: 600px) {
    .sc-drawer__header { padding: 22px 20px 16px; }
    .sc-drawer__body { padding: 20px 20px 32px; }
    .sc-drawer__title { font-size: 18px; }
}

.sc-drawer__body .sizecontent { overflow-x: auto; overflow-y: visible; }
/* span#closeSizeChart removed (replaced by .sc-drawer__close) */
.MainHeading2 {
    padding-top: 25px;
    max-width: 75%;
}
.relatedProducts img.my_related_Image {
    width: 100%;
    object-fit: contain;
    aspect-ratio: 2;
    height: auto;
}
.cstm-main-product-desc .product__title {
    margin-bottom: 0;
}
.cstm-main-product-desc .price__container {
    margin-bottom: 0;
    line-height: normal;
}
.products_info_wrappers .klaviyo-star-rating-widget {
    line-height: 1 !important;
}
.cstm-main-product-desc .product__title h1,
.cstm-main-product-desc .product__title {
    margin: 0 !important;
}
.cstm-main-product-desc .price__container,
.cstm-main-product-desc > [id^="price-"] {
    margin: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
}
/* Nuke ALL extra space in price block — explicit 18px height on price wrappers */
.cstm-main-product-desc > [id^="price-"],
.cstm-main-product-desc .price.price--large,
.cstm-main-product-desc .price__container,
.cstm-main-product-desc .price__regular {
    display: block !important;
    line-height: 1 !important;
    height: 18px !important;
    min-height: 0 !important;
    overflow: visible !important;
}
/* Pull price up 2px closer to reviews */
.cstm-main-product-desc > [id^="price-"] {
    margin-top: -2px !important;
}
.cstm-main-product-desc > [id^="price-"] .price-item,
.cstm-main-product-desc > [id^="price-"] .money,
.cstm-main-product-desc > [id^="price-"] s {
    font-size: 18px !important;
}
.cstm-main-product-desc .price,
.cstm-main-product-desc .price__regular,
.cstm-main-product-desc .price__sale,
.cstm-main-product-desc .price *,
.cstm-main-product-desc [id^="price-"] *,
.cstm-main-product-desc .price-item {
    line-height: 1 !important;
    min-height: 0 !important;
}
/* Kill inline-block baseline space inside price block */
.cstm-main-product-desc .price__container {
    display: block !important;
}

/* =====================================================
   PDP Reviews / Star rating — refined minimal style
   ===================================================== */
.products_info_wrappers .kl_reviews__star_rating_widget {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
}
.products_info_wrappers .kl_reviews__star_rating_widget__stars,
.products_info_wrappers .kl_reviews__star_rating_widget svg {
    display: inline-flex;
    align-items: center;
}
.products_info_wrappers .kl_reviews__stars_badge {
    gap: 1px;
}
.products_info_wrappers .kl_reviews__star_rating_widget svg path {
    fill: #d4d4d4;
}
.products_info_wrappers .kl_reviews__star_rating_widget svg.kl_reviews__full_star path,
.products_info_wrappers .kl_reviews__star_rating_widget svg.kl_reviews__half_star path {
    fill: #1a1a1a;
}
.products_info_wrappers .kl_reviews__star_rating_widget__label {
    text-decoration: none !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #8a8a8a !important;
    transition: color 180ms ease;
    line-height: 1;
}
.products_info_wrappers .kl_reviews__star_rating_widget__label:hover {
    color: #000 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}
.products_info_wrappers .Main_Description p.usagetemp_ranges, .products_info_wrappers .Main_Description p.Ridingtitle  {
}
/* =====================================================
   Temperature range bar — refined minimal design
   ===================================================== */
.temp-bar-container {
    width: 100%;
    margin: 20px 0 0;
    padding: 0 4px;
}
.temp-bar-line {
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.12);
    position: relative;
    border-radius: 0;
}
/* Range fill — thin black bar from min to max */
.temp-bar-fill {
    position: absolute;
    height: 1.5px;
    top: 50%;
    transform: translateY(-50%);
    background: #1a1a1a;
    border-radius: 1px;
}
/* End caps — small filled circles */
.temp-bar-fill:before,
.temp-bar-fill:after {
    position: absolute;
    content: "";
    top: 50%;
    width: 6px;
    height: 6px;
    background: #1a1a1a;
    border: 0;
    border-radius: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    z-index: 1;
}
.temp-bar-fill:before {
    left: 0;
    margin-left: -3px;
}
.temp-bar-fill:after {
    right: 0;
    margin-right: -3px;
}

.temp-bar-scale {
    position: relative;
    width: 100%;
    min-height: 16px;
    margin-top: 14px;
}

.temp-bar-scale span {
    position: absolute;
    transform: translateX(-50%);
    font-size: 10px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.45);
    letter-spacing: 0.06em;
    white-space: nowrap;
    line-height: 1;
}
/* Small tick marks above each scale label */
.temp-bar-scale span::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 4px;
    background: rgba(0, 0, 0, 0.18);
}
.temp-bar-scale span:first-child {
  transform: translateX(0);
}
 
.temp-bar-scale span:last-child {
  transform: translateX(-100%);
}

/* =====================================================
   PDP REFINED TYPOGRAPHY & LAYOUT (MAAP/Rapha inspired)
   Scope: .products_info_wrappers (top product info column)
   ===================================================== */

/* -- Top info column — consistent rhythm -- */
.products_info_wrappers {
    --pdp-fg: #0a0a0a;
    --pdp-muted: #6b6b6b;
    --pdp-line: rgba(0, 0, 0, 0.08);
    --pdp-line-strong: rgba(0, 0, 0, 0.18);
    --pdp-gap: 24px;
}
.products_info_wrappers .product__info-container {
    display: flex;
    flex-direction: column;
    gap: var(--pdp-gap);
    padding: 4px 0 0;
} -- */
.products_info_wrappers .product__title h1,
.cstm-main-product-desc .product__title h1 {
    line-height: 1.18 !important;
    letter-spacing: -0.005em !important;
    color: var(--pdp-fg);
    margin: 0;
}
.cstm-main-product-desc .product__title {
    flex: 1 1 auto;
    min-width: 0;
}

/* -- Price -- */
.cstm-main-product-desc .price__container,
.cstm-main-product-desc .price__regular,
.cstm-main-product-desc .price__sale {
    line-height: 1.2;
}
.cstm-main-product-desc .price__regular span,
.cstm-main-product-desc .price__sale .price-item--regular,
.cstm-main-product-desc .price__sale .price-item--sale {
    letter-spacing: 0 !important;
    line-height: 1 !important;
    color: var(--pdp-fg);
}
.cstm-main-product-desc .price-item--regular.price__strikethrough,
.cstm-main-product-desc s.price-item--regular {
    opacity: 0.45;
    color: var(--pdp-fg);
}
.cstm-main-product-desc .price__container > .price__regular,
.cstm-main-product-desc .price__container > .price__sale {
    margin-top: 8px;
}
.cstm-main-product-desc .price.price--on-sale .price__sale > span:not(.visually-hidden) {
    margin: 0 !important;
    padding: 0 !important;
}
/* Hide the duplicate regular block when on sale so only the sale row renders */
.cstm-main-product-desc .price.price--on-sale .price__regular {
    display: none !important;
}
.cstm-main-product-desc .price.price--sold-out .price__badge-sold-out {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 3px 10px !important;
    font-size: 11px !important;
    line-height: 1 !important;
    border-radius: 999px !important;
    vertical-align: middle !important;
    transform: none !important;
}
.cstm-main-product-desc .price:not(.price--sold-out) .price__badge-sold-out {
    display: none !important;
}

/* =====================================================
   PDP — Sale badge overlay on the gallery (top-right of first image)
   ===================================================== */
.products_media_wrappers .pdp-media-container {
    position: relative;
}
.products_media_wrappers .pdp-media-sale-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #0a0a0a;
    color: #ffffff;
    padding: 6px 14px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 999px;
    pointer-events: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.products_media_wrappers .pdp-media-sale-badge__sep {
    opacity: 0.5;
    font-weight: 300;
}
.products_media_wrappers .pdp-media-sale-badge__pct {
    text-transform: none;
    letter-spacing: 0.03em;
}
@media screen and (max-width: 749px) {
    .products_media_wrappers .pdp-media-sale-badge {
        top: 12px;
        right: 12px;
        padding: 5px 11px;
        font-size: 10px;
        gap: 5px;
    }
}
 -- */
.products_info_wrappers .product__description.rte {
    line-height: 1.55;
    color: var(--pdp-fg);
    margin: 24px 0 0;
}
/* Collapsed state uses native -webkit-line-clamp so the cut always aligns to a line boundary
   (no partial-line / cut-descender artifacts that a max-height-based clip would produce). */
.products_info_wrappers .product__description.rte.is-collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.products_info_wrappers .product__description.rte p {
    line-height: 1.55 !important;
    color: var(--pdp-fg) !important;
    margin: 0 0 0.6em !important;
}
.products_info_wrappers a.learn-more-btn {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: var(--pdp-fg);
    text-decoration: underline;
    text-underline-offset: 3px;
    margin-top: 10px; /* default = "Show more" collapsed state: bigger gap */
    transition: margin-top 0.25s ease;
}
.products_info_wrappers a.learn-more-btn.is-expanded {
    margin-top: 0;  /* "Show less" expanded state: smaller gap */
}
/* PDP color swatch size — driven by admin (section.settings.pdp_color_swatch_size) */

/* -- Variant picker (size) — label row + size guide right-aligned -- */
.products_info_wrappers variant-selects {
    display: block;
    position: relative;
    padding-top: 4px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--pdp-line);
    margin-bottom: 22px;
}
.products_info_wrappers variant-selects fieldset.product-form__input {
    position: relative;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.products_info_wrappers variant-selects fieldset.product-form__input legend.form__label {
    text-transform: uppercase;
    letter-spacing: 0.12em !important;
    color: var(--pdp-muted) !important;
    line-height: 1 !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
}
.products_info_wrappers .SizeChart {
    position: absolute;
    right: 0;
    top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.12em !important;
    color: var(--pdp-fg) !important;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
    z-index: 2;
    line-height: 1;
}
/* Avoid double-line where Main_Description (with border-bottom) sits directly before an accordion */
.products_info_wrappers .Main_Description + .product__accordion {
    border-top: 0;
}
.products_info_wrappers .product__accordion:last-of-type {
    border-bottom: 1px solid var(--pdp-line);
}
.products_info_wrappers .product__accordion details {
    background: transparent !important;
    border: 0 !important;
}
.products_info_wrappers .product__accordion summary {
    padding: 18px 0 !important;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.products_info_wrappers .product__accordion summary::-webkit-details-marker {
    display: none;
}
.products_info_wrappers .product__accordion summary .summary__title {
    flex: 1 1 auto;
    gap: 10px;
}
.products_info_wrappers .product__accordion summary .summary__title h2.h4.accordion__title {
    color: var(--pdp-fg) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.14em !important;
    line-height: 1 !important;
    margin: 0 !important;
}
.products_info_wrappers .product__accordion summary svg,
.products_info_wrappers .product__accordion summary .icon-caret {
    width: 12px;
    height: 12px;
    flex: 0 0 auto;
    transition: transform 240ms cubic-bezier(0.22, 0.61, 0.36, 1);
    color: var(--pdp-fg);
}
.products_info_wrappers .product__accordion details[open] summary svg,
.products_info_wrappers .product__accordion details[open] summary .icon-caret {
    transform: rotate(180deg);
}
.products_info_wrappers .product__accordion .accordion__content {
    padding: 0 0 22px !important;
    line-height: 1.6;
    color: var(--pdp-fg);
}
.products_info_wrappers .product__accordion .accordion__content p {
    line-height: 1.6 !important;
    color: var(--pdp-fg) !important;
    opacity: 1 !important;
    margin: 0 0 0.7em !important;
}
.products_info_wrappers .product__accordion .accordion__content p:last-child {
    margin-bottom: 0 !important;
}
.products_info_wrappers .product__accordion .accordion__content ul,
.products_info_wrappers .product__accordion .accordion__content ol {
    padding-left: 18px;
    margin: 0 0 0.7em;
}
.products_info_wrappers .product__accordion .accordion__content li {
    line-height: 1.6;
    margin: 0 0 0.3em;
}

/* -- Custom maindescription block -- */
.products_info_wrappers .MainHeading {
    color: var(--pdp-fg) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.14em !important;
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 10px !important;
    line-height: 1 !important;
}
.products_info_wrappers .Main_Description {
    margin: 0 !important;
    padding: 18px 0;
    border-bottom: 1px solid var(--pdp-line);
} */
.products_info_wrappers .product__info-container > .Main_Description,
.products_info_wrappers .product__info-container > .product__accordion {
    margin: 0 !important;
}
.products_info_wrappers .Main_Description + .Main_Description {
    /* consecutive Main_Description blocks share single hairline (top of next = bottom of prev) */
    border-top: 0;
}
.products_info_wrappers .Main_Description .product-txt p {
    line-height: 1.6 !important;
    color: var(--pdp-fg) !important;
}
.products_info_wrappers .Main_Description p.usagetemp_ranges,
.products_info_wrappers .Main_Description p.Ridingtitle {
    /* color / letter-spacing / font-weight / font-size are driven by the
       main-product section's "Accordion title" typography settings. */
    text-transform: uppercase;
    margin: 0 0 4px;
    display: flex;
    align-items: baseline;
    gap: 8px;
}
.products_info_wrappers .Main_Description p.usagetemp_ranges b,
.products_info_wrappers .Main_Description p.usagetemp_ranges span,
.products_info_wrappers .Main_Description p.Ridingtitle b,
.products_info_wrappers .Main_Description p.Ridingtitle span {
    font-weight: 500;
    color: var(--pdp-muted);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.products_info_wrappers .Main_Description p.usagetemp_ranges b {
    margin-right: 4px;
}

/* SKU / inventory small print */
.products_info_wrappers .product__sku,
.products_info_wrappers .product__inventory {
    text-transform: uppercase;
    letter-spacing: 0.1em !important;
    color: var(--pdp-muted) !important;
    margin: 0 !important;
}
.products_info_wrappers .CstmPWSsize_Pills {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 26px;
}
@media screen and (max-width: 749px) {
    .products_info_wrappers .CstmPWSsize_Pills {
        gap: 18px;
    }
}


/* =====================================================
   PDP — Buy buttons row (Add to Cart pill + bookmark pill)
   ===================================================== */
.products_info_wrappers .buy-buttons-row {
    display: flex;
    align-items: stretch;
    gap: 10px;
    margin-top: 0;
}
.products_info_wrappers .buy-buttons-row > product-form,
.products_info_wrappers .buy-buttons-row > .product-form,
.products_info_wrappers .buy-buttons-row > .buy_button_sammom_product,
.products_info_wrappers .buy-buttons-row .buy_button_sammom_product product-form,
.products_info_wrappers .buy-buttons-row form,
.products_info_wrappers .buy-buttons-row .shopify-payment-button {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: 100% !important;
}
.products_info_wrappers .buy-buttons-row .product-form__buttons {
    max-width: 100% !important;
    width: 100%;
    margin: 0 !important;
}
.products_info_wrappers button.product-form__submit:hover,
.products_info_wrappers button.product-form__submit:hover * {
    color: var(--pdp-fg) !important;
}
.products_info_wrappers button.product-form__submit:hover {
    background: #fff !important;
    border-color: var(--pdp-fg) !important;
}
.products_info_wrappers button.product-form__submit:disabled,
.products_info_wrappers button.product-form__submit[disabled] {
    background: #d4d4d4 !important;
    border-color: #d4d4d4 !important;
    color: #fff !important;
    cursor: not-allowed;
}
.products_info_wrappers button.product-form__submit:after,
.products_info_wrappers button.product-form__submit:before {
    display: none !important;
}
.products_info_wrappers .buy-buttons-row .product-bookmark:hover {
    background: rgba(0, 0, 0, 0.04) !important;
    border-color: var(--pdp-fg) !important;
}
.products_info_wrappers .buy-buttons-row .product-bookmark svg {
    width: 18px;
    height: 18px;
}
/* Hide text label — icon-only */
.products_info_wrappers .buy-buttons-row .product-bookmark .product-bookmark__label {
    display: none !important;
}
.products_info_wrappers .buy-buttons-row .product-bookmark[data-saved="true"] {
    color: var(--pdp-fg) !important;
    border-color: var(--pdp-fg) !important;
}
.products_info_wrappers .buy-buttons-row .product-bookmark[data-saved="true"] .product-bookmark__label::before {
    content: none !important;
}
.cstm-main-product-desc .product__title.product__title--with-bookmark h1 {
    flex: 1 1 auto;
    min-width: 0;
}
.cstm-main-product-desc .product__title.product__title--with-bookmark > a.product__title {
    display: none; /* duplicate hidden h2 anchor — not needed */
}
.cstm-main-product-desc .product__title.product__title--with-bookmark .product-bookmark {
    flex: 0 0 auto;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 6px !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.cstm-main-product-desc .product__title.product__title--with-bookmark .product-bookmark:hover {
    background: transparent !important;
}
.cstm-main-product-desc .product__title.product__title--with-bookmark .product-bookmark svg {
    width: 20px;
    height: 20px;
}
.cstm-main-product-desc .product__title.product__title--with-bookmark .product-bookmark .product-bookmark__label {
    display: none !important;
}

/* Remove flex gap on the PDP info container — we control spacing via per-block margins */
.products_info_wrappers .product__info-container {
    gap: 0 !important;
}
.products_info_wrappers .Main_Description--inline .MainHeading {
    margin: 0 !important;
    flex: 0 0 auto;
}
.products_info_wrappers .Main_Description--inline .product-txt {
    flex: 1 1 auto;
    text-align: right;
}
.products_info_wrappers .Main_Description--inline .product-txt p {
    margin: 0 !important;
    line-height: 1 !important;
}

/* Inline-row variant for Temperature Range + Riding Condition */
.products_info_wrappers .UsageTemp__inline {
    display: flex !important;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
}
.products_info_wrappers .UsageTemp__inline .MainHeading {
    margin: 0 !important;
    flex: 0 0 auto;
}
.products_info_wrappers .UsageTemp__inline .usagetemp_ranges,
.products_info_wrappers .UsageTemp__inline .Ridingtitle {
    /* color / letter-spacing / font-weight / font-size are driven by the
       main-product section's "Accordion title" typography settings.
       Keep only structural/layout properties here. */
    margin: 0 !important;
    flex: 0 0 auto;
    text-transform: uppercase !important;
}
.products_info_wrappers .Main_Description--inline .product-txt,
.products_info_wrappers .Main_Description--inline .product-txt p {
    line-height: 1 !important;
}

/* =====================================================
   Care instructions — minimal line icons with tooltip
   ===================================================== */
.products_info_wrappers .Main_Description--care {
    display: flex !important;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 24px;
    overflow: visible;
}
.products_info_wrappers .Main_Description--care .MainHeading {
    margin: 0 !important;
    flex: 0 0 auto;
    min-height: 24px;
    display: inline-flex;
    align-items: center;
}
.products_info_wrappers .Main_Description--care .product-txt {
    display: none !important;
}
.products_info_wrappers .care-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0;
    justify-content: flex-end;
    flex: 1 1 auto;
    min-width: 0;
}
.products_info_wrappers .care-icon {
    flex: 0 0 24px;
}
.products_info_wrappers .care-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #1a1a1a;
    cursor: default;
    transition: color 180ms ease;
}
.products_info_wrappers .care-icon:hover {
    color: #000;
}
.products_info_wrappers .care-icon svg {
    width: 22px;
    height: 22px;
    display: block;
}
/* Tooltip on hover */
.products_info_wrappers .care-icon::after {
    content: attr(data-tip);
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) translateY(2px);
    background: #111;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    padding: 6px 9px;
    border-radius: 3px;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 180ms ease, transform 180ms ease, visibility 0s 180ms;
    z-index: 10;
    letter-spacing: 0.02em;
}
.products_info_wrappers .care-icon::before {
    content: "";
    position: absolute;
    bottom: calc(100% + 3px);
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid transparent;
    border-top-color: #111;
    opacity: 0;
    visibility: hidden;
    transition: opacity 180ms ease, visibility 0s 180ms;
    pointer-events: none;
    z-index: 10;
}
.products_info_wrappers .care-icon:hover::after,
.products_info_wrappers .care-icon:focus-visible::after {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    transition: opacity 180ms ease, transform 180ms ease, visibility 0s 0s;
}
.products_info_wrappers .care-icon:hover::before,
.products_info_wrappers .care-icon:focus-visible::before {
    opacity: 1;
    visibility: visible;
    transition: opacity 180ms ease, visibility 0s 0s;
}
/* The care-icon tooltips (::after/::before) are hover-only and never show on touch
   devices, but as visibility:hidden absolute boxes they still occupy layout — the
   right-most tooltip then spills ~22px past a narrow viewport, which lets mobile
   Safari pan the whole page sideways. Drop the tooltips on mobile (icons remain). */
@media screen and (max-width: 989px) {
    .products_info_wrappers .care-icon::after,
    .products_info_wrappers .care-icon::before {
        display: none;
    }
}


/* =====================================================
   PDP custom gallery — first image FULL natural ratio (never crop)
   Markup: .Main3dimage (first) + .carousel-navs .carousel-cells (others)
   ===================================================== */
.products_media_wrappers .Main3dimage {
    width: 100%;
    margin: 0;
}
.products_media_wrappers .Main3dimage .my_related_Image,
.products_media_wrappers .Main3dimage img {
    width: 100% !important;
    height: auto !important;
    display: block;
    object-fit: contain;
}
.products_media_wrappers .carousel-navs {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: 8px;
}
@media screen and (max-width: 749px) {
    /* Tighter image-to-image gap on narrow viewports (PDP gallery) */
    .products_media_wrappers .carousel-navs {
        gap: 6px;
        margin-top: 6px;
    }
}

/* Hide slick dots — we have the carousel-navs grid below for thumbnails */
.products_media_wrappers .container > .slick-bar-dots,
.products_media_wrappers .container .slick-dots {
    display: none !important;
    margin: 0 !important;
    height: 0 !important;
}
.products_media_wrappers .carousel-navs .carousel-cells {
    aspect-ratio: 3 / 4 !important;
    overflow: hidden;
    background: #f5f5f5;
    padding-bottom: 0 !important;
}
.products_media_wrappers .carousel-navs .carousel-cells img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
}