.sizeguidance {
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
}
.sizeguidance-outer {
    --card-sizer-width: 312px;
    --card-sizer-height: 196px;
    --circle-size: 56.15888688px;
    max-width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sizeguidance-outer h2 {
    margin-bottom: 20px;
}
.sizeguidance-outer {
    max-width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sizeguidance-card {
    background-color: #f9eeeb;
    width: var(--card-sizer-width);
    height: var(--card-sizer-height);
    border-radius: 9px;
    max-width: 100%;
    margin: 47px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.sizeguidance-watermark {
    font-size: 28px;
    color: #262626;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
}
.sizeguidance-indicator {
    width: 33px;
    height: calc(var(--card-sizer-height) + 27px);
    background-color: #63c8ff51;
    border: 2px solid #63c8ff;
    position: absolute;
}
.sizeguidance-lines {
    width: 33px;
    height: calc(var(--card-sizer-height) + 3px);
    border-top: 2px solid red;
    border-bottom: 2px solid red;
    position: absolute;
}
.sizeguidance-control {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0 15px;
    padding-top: 25px;
}
.sizeguidance-slider {
    flex: 1 1 0%;
    min-width: 230px;
    background: #f9eeeb;
    border: none;
    border-radius: 10px;
    height: 10px;
}
.noUi-base {
    position: relative;
    width: 100%;
    height: 100%;
}
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 0;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat;
    touch-action: none;
}
.noUi-connects {
    width: 100%;
    border-radius: 3px;
    height: 100%;
    position: relative;
    z-index: 1;
}
.noUi-handle {
    height: 10px;
    width: 10px;
    right: 0;
    top: 0px;
    position: absolute;
    border-radius: 9px;
    background-color: #262626;
}
.sizeguidance-increments {
    display: flex;
    flex-direction: row;
    gap: 0 15px;

}
@media (max-width: 768px) {
    .sizeguidance-increments {
        display: none;
    }
}
.sizeguidance-increments button {
    padding: 10px 20px;
}
.sizeguidance-circle {
    width: calc(var(--circle-size) + 2px);
    height: calc(var(--circle-size) + 2px);
    background-color: #262626;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: white;
}
.sizeguidance-text {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}
.sizeguidance-text--rotate {
    font-weight: bold;
    padding-top: 5px;
    display: block;
 }
.sizeguidance-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(249, 238, 235, 0.52);
    z-index: 90;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sizeguidance-modal.hidden {
    display: none;
}
.sizeguidance-modal-content {
    max-width: 750px;
    margin: 0 auto;
    background: white;
    padding: 30px;
    text-align: center;
    position: relative;
}
@media screen and (max-width: 1024px) {
    .sizeguidance-modal-content {
        height: 100%;
        overflow: auto;
    }
}
.sizeguidance-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    background: white;
    border: 1px solid transparent;
}
.sizeguidance-modal-close::after {
    color: #8f8f8f;
    content: "✕";
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}
.sizeguidance-modal-close span{
    display: none;
}
.sizeguidance-creditcard {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.1;
}

@media all and (min-width: 768px) {
    .sizeguidance-text--rotate {
        display: none;
    }
}
