/** Shopify CDN: Minification failed

Line 272:36 Unexpected "{"

**/
/* native theme css was incorrectly adding margin bottom */
.rev-search--overlay .rev-search__input {
    margin-bottom:0;
}

.rev-header__menu-link {
    font-size:unset!important;
}

.rev-megamenu__heading {
    opacity: 1!important;
    border-bottom: 1px solid rgba(0,0,0,0.1)!important;
    padding-bottom: 1em!important;
    margin-right: 1rem!important;
}

@media (min-width: 769px) {
    .rev-megamenu__inner {
        grid-template-columns: repeat(5, 1fr)!important;
    }
}

/* Accessibility layering */
/*
.uwy.userway_p3.uts {
    z-index: 10!important;
}
*/

/*
Product Page Stylizations
*/
.rev-product-item.rev-block-header-box {
    display: flex;
    flex-wrap: nowrap;
}
.cst-header-box__text {
    margin-bottom: 0;
}
.cst-product-subheading {
    font-weight: 400;
    font-size: .75em;
    opacity: .5;
    margin-top: .35em!important;
}
.cst-header-box__num {
    display: flex;
    flex-direction: column;
    align-items: end;
    min-width: max-content;
}
.cst-header-box__num .rev-product-rating {
    flex-wrap: nowrap;
    min-width: max-content;
}
.cst-header-box__num .rev-stars-rating {
    display: none;
}
.cst-header-box__num .rev-product-rating .rev-stars-count {
    margin-left: 0;
    transform: scale(1);
    font-size: .75em;
    text-decoration: none;
}
.rev-product-info {
    z-index:1;
}
.rev-product-item.rev-block-richtext p {
    font-size: 0.8em;
    line-height: inherit!important;
}
.rev-legend,
.rev-product-modal-button {
    font-size: 0.85em!important;
}
.rev-swatch-image .rev-swatch,
.rev-swatch-color .rev-swatch {
    border-radius: 99px;
}
.rev-swatch-image .rev-label,
.rev-swatch-color .rev-label {
    align-items: center;
    background: #fff;
    border-radius: 50px;
    top: -12px;
    box-shadow: 0 4px 16px -4px rgba(0,0,0,.2);
    color: #333;
    display: flex!important;
    font-size: .75rem;
    font-weight: 400;
    height: 36px;
    letter-spacing: .025rem;
    margin-bottom: 14px;
    max-width: none;
    padding: 8px 16px;
    position: absolute;
    text-align: center;
    visibility: hidden;
    white-space: nowrap;
    z-index: 1;
}
.rev-swatch-image:hover .rev-label,
.rev-swatch-color:hover .rev-label {
    visibility: visible!important;
}
.cst-product__size-guide {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.cst-product__size-guide {
    margin-bottom: 8px;
}
.cst-product__size-guide .rev-legend {
    margin-bottom: 0!important;
}
@media (min-width: 769px) {
    .rev-option.rev-option__size .rev-swatch-wrapper {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
    }
    .rev-option.rev-option__size .rev-swatch-option {
        width: 100%;
    }
    .rev-option.rev-option__size .rev-swatch-option label {
        margin-left: 0!important;
        width: stretch;
    }
}
.rev-block-sku {
    margin-top: var(--rev-spacing-tight)!important;;
}
.rev-sku {
    opacity: .5;
    font-weight: 400;
    font-size: 14px;
}
.rev-feature-list {
    gap: var(--rev-spacing-element)!important;
}
.rev-feature-item {
    margin-bottom: 0;
    gap: var(--rev-spacing-element-mob)!important;
}
.rev-feature-item strong {
    width: 100%;
    display: block;
    margin-bottom: 4px;
}
.rev-feature-item p {
    font-size: 14px;
    line-height: 1.1em;
}
.rev-block-separator {
    display: inline-flex!important;
    border-bottom: 1px solid #000;
    opacity: .15;
}
.rev-reasons-content {
    height: fit-content;
    position: sticky;
    top: 75px;
}
.rev-dropdown-inner p,
.rev-dropdown-inner ul {
    margin-bottom: 1rem;
    font-size: 0.9em;
}

/* Size Guide Section */
.rev-size-guide-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.rev-size-guide-header span {
    display: none;
}
.rev-size-guide-inner {
    display: grid;
    gap: 44px;
    align-items: start;
}

@media (min-width: 769px) {
    .rev-size-guide-inner {
        grid-template-columns: 1.15fr 0.85fr;
    }
    .rev-size-guide-header span {
        display: block;
    }
    .rev-sizing-table-container {
        position: sticky;
        top: 0px;
    }
}

.rev-sizing-steps-container {
    display: grid;
    gap: 2rem;
    padding: 2rem 0;
}
.rev-sizing-steps-container .rev-media {
    outline: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}
.rev-sizing-steps-container h3 {
    margin-bottom: 0;
}
.rev-sizing-step {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}
.rev-sizing-step-count {
    min-width: max-content;
    aspect-ratio: 1/1;
    border-radius: var(--rev-radius-icons);
    background: #00284c;
    color: #fff;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
}
.rev-sizing-step-content {}
.rev-sizing-table-container {
    display: grid;
    gap: 2rem;
    padding: 2rem 0;
}
.rev-sizing-table-wrap {}
.rev-sizing-table {
    margin-top: 2rem;
    outline: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}
.rev-sizing-table tr {
    display: grid;
    grid-template-columns: 70px 1.5fr 1fr 72px;
    background: rgb(255, 255, 255);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.cst-sizing-flexfit tr {
    grid-template-columns: 94px 1.4fr 1fr;
}
.rev-sizing-table thead {
    border-bottom: 1.5px solid rgb(26, 26, 26);
}
.rev-sizing-table th {
    padding: 11px 15px;
    font-weight: 600;
    font-size: 1em;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgb(107, 107, 107);
}
.rev-sizing-table td {
    padding: 12px 15px;
    font-size: 1.1em;
 }
.rev-sizing-table tr td:first-child,
.rev-sizing-table tr td:last-child, {
    font-weight: 600;
}
.rev-sizing-table tbody tr:nth-child(even) {
    background: rgb(247, 245, 242);
}
.rev-sizing-table th,
.rev-sizing-table td {
    border-bottom: 0;
}