/** Shopify CDN: Minification failed

Line 559:55 Expected ")" to end URL token
Line 561:55 Expected ")" to end URL token
Line 563:55 Expected ")" to end URL token
Line 564:55 Expected ")" to end URL token

**/
.modify-a-standard-jacket header {
    background-color: #0e1e31;
}
.error-message {
  margin-top: 4px;
}
/* customize Button */
button.all_btn {
    background: #000000;
    color: #fff;
    box-shadow: unset;
    outline: 0;
    border: 1px solid #000000;
    line-height: 1;
    border-radius: 4px;
    letter-spacing: 0;
    height: auto;
    min-height: auto;
    display: inline-block;
    font-size: 15px;
    font-family: Switzer;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s;
    padding: 18px 20px;
}
.product-form__buttons {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
button.custom_size_btn.all_btn {
    background: #204065;
    color: #fff;
    box-shadow: unset;
    outline: 0;
    border: 1px solid #204065;
    line-height: 1;
    border-radius: 4px;
    letter-spacing: 0;
    height: auto;
    min-height: auto;
    display: inline-block;
    font-size: 15px;
    font-family: Switzer;
    font-weight: 500;
    min-width: 134px;
    cursor: pointer;
    transition: all 0.3s;
}
.product-form__buttons button.product-form__submit {
    margin: 0;
    max-width: 100% !important;
    height: auto;
    min-width: auto;
    padding: 18.5px 15px;
}
.product__info-wrapper .product-form {
    display: flex;
    gap: 10px;
}
.product-form form button{
    width: 100%;
}
.product-form form {
    width: calc(100% - 138px);
}
.product__info-wrapper .product-form {
    margin-top: 32px !important;
}
.custom_cart_bottom .product-form form button.drawer-add-button {
    width: 100%;
    min-width: 200px;
}
/* Color */
fieldset legend.form__label {
    font-size: 14px;
    font-family: Switzer;
    font-weight: 500;
    letter-spacing: 0;
    color: #000;
}
fieldset label.swatch-input__label span.swatch.swatch--square {
    --swatch--size: 38px;
    margin: 2px;
}
fieldset.product-form__input label.swatch-input__label {
    outline-offset: 1px !important;
}
fieldset.product-form__input label.swatch-input__label:hover {
    outline: 1px solid rgb(0 0 0 / 49%) !important;
}
fieldset.product-form__input .swatch-input__input:checked+label.swatch-input__label {
    outline: 1px solid #000 !important;
} 

/*  */
span.size_value {
    display: none;
}
button.slect_size_btn {
    border: 1px solid #E4E4E4;
    background: transparent;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-family: Switzer;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
    padding: 18px 28px 17px 16px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    outline: unset;
    box-shadow: unset;
    cursor: pointer;
}
button.slect_size_btn svg {
    position: relative;
    right: -11px;
}
.slect_size_btn span.size_value {
    color: #1D1D1D80;
    gap: 10px;
}
.slect_size_btn span.size_value span {
    color: #1D1D1D;
}
.size_popup_drawer {
    position: fixed;
    top: var(--header-height);
    width: 100%;
    height: calc(100vh - var(--header-height));
    left: 0;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    transition: 0s linear .45s;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
}
/* .scrolled-past-header ~ main .size_popup_drawer{
    height: 100vh;
    top: 63px !important;
} */
.size_popup_drawer .size_popup_drawer_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block !important;
    background: #1D1D1D40;
}
.size_popup_drawer .size_popup_drawer_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block !important;
    background: #1D1D1D40;
    opacity: 0;
    transition: opacity .45s cubic-bezier(.165, .84, .44, 1);
}
.size_tab_data {
    padding-bottom: 25px;
}
.size_popup_drawer_inner {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    display: flex;
    flex-flow: column;
    height: 100%;
    max-width: 660px;
    transition: .35s cubic-bezier(.45, .05, 0, 1);
    will-change: transform;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    padding: 36px 48px 0px;
    transform: translateX(101%);
}
.pro_drawer_open,.pro_drawer_open body,.pro_customize_open,.pro_customize_open body {
    overflow: hidden !important;
}
.size_popup_drawer.pro_open {
    visibility: visible;
    opacity: 1;
    transition: 0s;
        z-index: 3;
}
.size_popup_drawer.pro_open .size_popup_drawer_overlay{
    opacity: 1;
}
.size_popup_drawer.pro_open .size_popup_drawer_inner {
    transform: translateX(0);
}
.pro_drawer_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 0;
}
.pro_drawer_header button.pro_drawer_close,.pro_drawer_header button.pro_custom_close {
    padding: 0;
    border: 0;
    background: transparent;
    outline: unset;
    box-shadow: unset;
    cursor: pointer;
}
.pro_drawer_header button.pro_drawer_close svg,.pro_drawer_header button.pro_custom_close svg {
    width: 23px;
}
.pro_drawer_header h2 {
    font-size: 20px;
    font-family: Switzer;
    font-weight: 500;
    color: #000;
    letter-spacing: 0;
    margin: 0;
}
.size_tabbing {
    border: 0;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 16px;
    display: flex;
    gap: 16px;
    background: #fff;
    z-index: 1;
    cursor: pointer;
    padding-top: 34px;
}
.size_tabbing button.tabbing_btn,.find_size_btn {
    background: transparent;
    border: 0 !important;
    outline: 0;
    box-shadow: unset;
    letter-spacing: 0;
}
.size_tabbing button.tabbing_btn {
    font-size: 16px;
    font-family: Switzer;
    font-weight: 500;
    padding: 0 0 16px;
    position: relative;
    color: rgb(29 29 29 / 50%);    
    cursor: pointer;
}
.size_tabbing button.tabbing_btn:before {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #000;
    bottom: -1px;
    opacity: 0;
    transition: all 0.5s;
    right: 0;
}
.size_tabbing button.tabbing_btn.active:before {
    opacity: 1;
    left: 0;
    right: auto;
    width: 100%;
}
.size_tabbing button.tabbing_btn.active {
    color: #1D1D1D;
}
.find_size_block {
    display: flex;
    justify-content: flex-end;
}
.find_size_block button.find_size_btn {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: Switzer;
    font-weight: 500;
    gap: 6px;
    cursor: pointer;
}
.tab_data_content {
    padding-top: 19px;
}
.size_title {
    margin: 0 0 20px 0px;
    font-size: 16px;
    font-family: Switzer;
    font-weight: 600;
    letter-spacing: 0;
}
.size_tabbing {
   position: sticky;
    top: -54px;
}

.size_block:not(:last-child) {
    margin-bottom: 42px;
}
label.size_field {
    display: flex;
    flex-flow: column;
    align-items: center;
    cursor: pointer;
}
.size_inforantion {
    --size-minw: 150px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(var(--size-minw, 100px), 1fr));
    gap: 8px;
    row-gap: 24px;
}
.size_field .s_value {
    font-size: 16px;
    font-family: Switzer;
    font-weight: 500;
    letter-spacing: 0;
    background-color: #f1f1f1;
    color: #000;
    border: 1px solid #E4E4E4;
    width: 100%;
    text-align: center;
    line-height: 1;
    border-radius: 4px;
    padding: 17.5px 10px;
    transition: all 0.3s;
}
.size_field input {
    display: none;
}
.size_field .s_label {
    font-size: 14px;
    font-family: Switzer;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    /* color: #1D1D1D80; */
    color: gray;
    margin-top: 8px;
}
.size_field.is-active .s_value {
    background: #204065;
    color: #fff;
}
.size_add_to_cart_block {
    /* max-width:calc(100% - 15px);
    width:100%; */
    text-align: center;
    border-top: 1px solid #E4E4E4;
    padding-top: 10px;
    position: sticky;
    bottom: 0;
    margin-top: auto;
    background: #fff;
    padding-bottom: 10px;
    z-index: 1;
}
.size_add_to_cart_block p {
    margin: 0;
    font-size: 14px;
    font-family: Switzer;
    font-weight: 500;
    margin-bottom: 23px;
    line-height: 1;
    color: rgb(29 29 29 / 50%);
}
button#get_result {
    background: #000000;
    border: 1px solid #000000;
    margin-bottom:15px;
}
.size_add_to_cart_block button.all_btn {
    max-width: 100%;
    width: 100%;
}
.size_add_to_cart_block product-form.product-form {
    margin-top: 0 !important;
}
.size_add_to_cart_block product-form.product-form button.custom_size_btn.all_btn {
    display: none;
}
.size_add_to_cart_block  .product-form .form {
    width: 100%;
}
.size_add_to_cart_block .product-form .form .product-form__buttons {
    width: auto;
    max-width: max-content;
    max-width: 320px;
    margin: 0 auto;
}
.size_add_to_cart_block .product-form__buttons button.disabled {
    pointer-events: none;
    opacity: 0.78;
}



/* Customize */
.customize_block_sec {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: #fff;
    top: var(--header-height);
    height: calc(100vh - var(--header-height));
    transition: all 0.6s ease-in-out;
    transition-delay: 0.6s;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
}
.product_custom_data_col img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.scrolled-past-header ~ main .customize_block_sec{
    /* height: 100vh;
    top: 0; */
}
.customize_block_sec.open{
    visibility: visible;
    opacity: 1;
}
.customize_block_inner {
    display: flex;
    height: 100%;
    justify-content: flex-end;
}
.product_custom_data_col.product_custom_data_image {
    width: 55%;
    padding: 32px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.product_custom_data_col.product_custom_data_details {
    width: 100%;
    max-width:700px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #F0F0F0;
    padding: 32px 32px 0;
    position: relative;
    display: flex;
    flex-flow: column;
}
.product_custom_data_details .pro_drawer_header {
    padding-bottom: 40px;
}
.product_custom_data_details button.slect_size_btn {
    background: #fff;
}
.custom_fabrics_item.custom_fabrics__title {
    border-top: 0;
    cursor: default;
}
.custom_fabrics_item {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 18px 0;
    color: #565656;
    font-size: 14px;
    font-weight: 500;
    font-family: Switzer;
    letter-spacing: 0;
    line-height: 1.5;
}
.custom_fabrics_item:hover .custom_value {
    color: #1D1D1D;
}
.custom_fabrics_item .custom_value_block {
    transition: all 0.3s;
}
.custom_fabrics_list {
    margin-top: 24px;
}
.custom_fabrics_item .custom_value_block svg {
    margin-left: 10px;
}
.custom_fabrics_item .custom_value_block svg path {
    fill: #565656;
}
.custom_fabrics_item:hover .custom_value_block svg path {
    fill: #1D1D1D;
}
 .header_block h5 {
    color: #1D1D1D;
    font-size: 20px;
    font-weight: 500;
    font-family: Switzer;
    letter-spacing: 0;
    text-align: center;
    margin: 0;
}
 .header_block {
    position: relative;
    margin-bottom: 22px;
}
 .header_block button.back {
    position: absolute;
    border: 0;
    background: #000000;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .header_block button.back svg path {
    stroke: #fff;
}
.custom_fabrics_info {
    max-height: 0;
    height: 0;
    overflow: hidden;
    box-sizing: border-box;
}
.custom_fabrics_info.active {
    max-height: none;
    height: auto;
    overflow: visible;
}

/*  */
span.custom_field_input {
    /* overflow: auto; */
    display: flex;
    align-items: center;
    flex-flow: column;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 4px;
    position: relative;
    --icon-corner-check: url(data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 5L5 8.5L12 1.5' stroke='white' stroke-width='2.5'/%3E%3C/svg%3E);
    --icon-corner-check: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 5L5 8.5L12 1.5' stroke='white' stroke-width='2.5'/%3E%3C/svg%3E");
    --icon-corner-check: url(data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 5L5 8.5L12 1.5' stroke='white' stroke-width='2.5'/%3E%3C/svg%3E);
    --corner-check: #000 var(--icon-corner-check) no-repeat center center / 50%;
    --icon-corner-check: url(data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 5L5 8.5L12 1.5' stroke='white' stroke-width='2.5'/%3E%3C/svg%3E);
    --icon-corner-check: url(data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 5L5 8.5L12 1.5' stroke='white' stroke-width='2.5'/%3E%3C/svg%3E);
    padding: 24px 24px;
    cursor:pointer;
    height: 100%;
}
.custom_fabrics_info[data-info="custom-data_8"] .custom_fabric_field .custom_field_input img ,.custom_fabrics_info[data-info="custom-data_1"] .custom_fabric_field .custom_field_input img {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    display: block;
    max-width: 100% !important;
    object-fit: cover;
}
.custom_fabrics_info[data-info="custom-data_2"] span.custom_field_input {flex-flow: unset;}
.custom_fields input[type="radio"] {
    display: none;
}
span.custom_field_input img {
    max-width: 200px;
    width: 75%;
    display: flex;
    margin-right: 15px;
    min-height: 20;
    border-radius: 5px;
    /* background:#fff; */
}
span.custom_field_input:before {
    content: '';
    position: absolute;
    top: -6px;
    right: -6px;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    background: #000;
    opacity: 0;
    z-index: 1;
    -webkit-transform: scale(.2);
    -ms-transform: scale(.2);
    transform: scale(.2);
    -webkit-transition: .3s cubic-bezier(.175, .885, .32, 1.275);
    transition: .3s cubic-bezier(.175, .885, .32, 1.275);
    top: -6px;
    right: -6px;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    background: var(--corner-check);
}
label input:checked ~ span.custom_field_input:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
label input:checked ~ span.custom_field_input {
    background: #fff;
    border-color: #000;
    justify-content:center;
}
.smart_size_drawer_steping span.custom_field_input{
     justify-content:center;
}
.monogram_cols input[type="checkbox"] {
    display: none;
}
.custom_fields .item__name {
    color: #565656;
    font-size: 14px;
    font-weight: 500;
    font-family: Switzer;
    line-height: 1.5;
    letter-spacing: 0;
}
.custom_fields .item__name span.items_price {
    display: inline;
    border: 1px solid transparent;
    background: #e7e7e7;
    padding: 5px;
    margin-left: .5rem;
    font-size: 12px;
    font-weight: 500;
    border-radius: 3px;
    line-height: 1;
}
p.item__details {
    margin-bottom: 0;
    margin-top: 10px;
    /* max-width: 440px; */
}
.custom_fabric_field {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}
label input[type="radio"]:checked ~ span.custom_field_input .item__name {
    color: #000;
}
.custom_fabric_field label.custom_fields {
    width: 100%;
}
.custom_fabric_field.field-w-50 label.custom_fields {
    width: calc(50% - 5px);
}
.custom_fabric_field.field-w-50 label.custom_fields {
    width: calc(50% - 5px);
}
.custom_fabric_field.field-w-50 label.custom_fields span.custom_field_input {
    padding: 17.1px 8px;
}
.custom_fabric_field.field-w-50 label.custom_fields span.custom_field_input img {
    margin: 0 0 16px;
    max-width: 250px;
}
.custom_cart_bottom {
    position: sticky;
    /* width: 100%; */
    /* left: 0; */
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
    padding: 12px;
    background: #000;
    bottom: 0;
    margin: 0 -32px;
    z-index: 2;
}
.custom_cart_bottom button.all_btn {
    background: #fff;
    color: #000;
}
.custom_cart_bottom .custom_price_total {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: Switzer;
    display:flex;
    flex-direction:column;
    text-align:center;
}
.selected_custom_data {
    margin-top: auto;
    background: rgba(245, 245, 245, 0.96);
    box-shadow: 0 -1px 0 1px rgba(0, 0, 0, 0.025);
    position: sticky;
    /* width: 100%; */
    left: 0;
    display: none;
    gap: 10px;
    padding: 16px 24px;
    bottom: 77px;
    margin: auto -32px 0;
    z-index: 1;
    transform: translateY(110%);
    -webkit-transition: transform .3s cubic-bezier(.35, .35, 0, 1);
    transition: transform .3s cubic-bezier(.35, .35, 0, 1);
}
.selected_custom_data .selected_name {
    color: #1D1D1D;
    font-size: 16px;
    font-weight: 500;
    font-family: Switzer;
    letter-spacing: 0;
    margin: 0;
    line-height: 1.2;
}
.selected_custom_data .selected_details {
    color: #565656;
    font-size: 14px;
    font-weight: 500;
    font-family: Switzer;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 0;
}
.selected_custom_data.active {
    transform: translateY(0%);
}
.custom_fabrics_inforamtion {
    padding-bottom: 25px;
}
.field-w-50 .custom_fields .item__name {
    text-align: center;
}

.product_custom_data_col.product_custom_data_details {
    transform: translateX(110%);
    transition: all 0.3s ease-in-out;
    transition-delay: 0.6s;
}
.open .product_custom_data_col.product_custom_data_details {
    transform: translateX(0%);
}

.custom_fabrics_list button.toggle-more {
    background: #000000;
    color: #fff;
    box-shadow: unset;
    outline: 0;
    border: 1px solid #000000;
    line-height: 1;
    border-radius: 4px;
    letter-spacing: 0;
    height: auto;
    min-height: auto;
    display: inline-block;
    font-size: 14px;
    font-family: Switzer;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s;
    padding: 12.5px 20px;
    margin-bottom: 10px;
    margin-top: 20px;
    min-width: 154px;
}
.more_fabrics .custom_fabrics_item:first-child {
    border-top: 0;
}
.more_fabrics .custom_fabrics_item:last-child {
    border: 0;
}
.more_fabrics {
    max-height: 0;
    height: 0;
    overflow: hidden;
    box-sizing: border-box;
}
.more_fabrics.is-active {
    max-height: none;
    height: auto;
    overflow: visible;
}
span.select_icon {
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: -25px;
    position: relative;
    top: -17px;
    transition: all 0.3s;
}
.monogram_cols span.custom_field_input {
    padding: 15px 15px;
}
.monogram_cols input[type="checkbox"] {
    display: none;
}
span.select_icon:before {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 12px;
    border: solid #ffffff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: all 0.3s;
    background: transparent;
}
label input:checked ~ span.custom_field_input span.select_icon {
    background: #000;
}
label input:checked ~ span.custom_field_input span.select_icon:before {
    opacity: 1;
}
.custom_fabrics_list button.toggle-more:after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18" fill="rgba(255,255,255,1)"><path d="M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z"></path></svg>');
    content: '';
    display: inline-flex;
    background-size: 16px;
    width: 18px;
    height: 8px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 5px;
}
.input_boxes span.input_label {
    display: block;
    text-align: left;
    color: #565656;
    font-size: 14px;
    font-weight: 500;
    font-family: Switzer;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 8px;
    position: relative;
}
label.input_boxes {
    width: calc(33.33% - 8px);
    display: block;
    max-width: 400px;
    margin: 0 auto;
}
.input_monogram_field {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.monogram-options {
    /* display: none; */
    width: 100%;
    margin-top: 30px;
}
.input_boxes input[type="text"] {
    width: 100%;
    text-align: left;
    background: transparent;
    box-shadow: unset;
    outline: unset;
    border: 1px solid #d3d3d3;
    padding: 10px 13px;
    font-size: 14px;
    color: #000;
    line-height: 1;
}
.input_boxes span.input_label span {
    position: absolute;
    right: 0;
    top: 0;
}
.custom_fabric_fields.monogram_cols {
    padding: 0 1px;
}
.custom_fabric_field.field-w-33 label.custom_fields {
    width: calc(33.33% - 7px);
}
.custom_fabric_field.field-w-25 label.custom_fields {
    width: calc(25% - 8px);
}
.monogram-options .inner {
    margin-top: 40px;
}
.monogram-options.active {
    display: block;
}


/* Find You size */
.find_your_size_data .img_wrap {
    background: #F1F1F1;
    padding: 16px;
    border-radius: 4px;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}
.find_your_size_data .img_wrap img {
    width: 100%;
    aspect-ratio: 5 / 4;
    max-width: 230px;
    margin: 0 auto;
    transition: opacity .15s ease;
    object-fit: contain;
    height: 100%;
    opacity: 0.5;
}
.find_size_drawer,
.product__drawer__content,
.find_size_drawer_new {
    display: flex;
    flex-direction: column;
    will-change: transform;
    transition: .35s cubic-bezier(.45, .05, 0, 1);
    flex: 1 0 auto;
    overflow: auto;
    overflow-x: hidden;
    visibility: visible;
    transform: translateX(101%);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    min-width: 100%;
    top: 0;
    position: fixed;
    left: 0;
    background: #fafafa;
    z-index: 1;
    padding: 44px 48px;
    height: 100%;
    min-height: 100%;
}
.find_size_block {
    flex-wrap: wrap;
}
.find_size_open .size_popup_drawer_inner {
    overflow: hidden;
}
.find_size_drawer.open_find,
.find_size_drawer_new.open_find,
.product__drawer__content.open_find {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
}
.find_size_drawer_new .find-size-ineer-main{
    max-width:60%;
    margin:0 auto;
    text-align:center;
}
.find_size_drawer_new .find-size-ineer-main img{
    height:100%;
    width:100%;
    padding:0 0px;
    margin:auto;
    max-width:250px;
}
.find_size_drawer_new .find-size-ineer-main h4 {
    text-transform: uppercase;
    font-family: Switzer;
    font-weight: 500;
    font-size: 18px;
    margin: 10px 0;
}
.find_size_drawer_new .find-size-ineer-main p {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    line-height: normal;
    max-width: 70%;
    margin: 0 auto;
}
.find_size_drawer_new .find-size-ineer-main .find-size-new-img{
    margin-top:20px;
}
.toggle-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #555;
  user-select: none;
  justify-content: flex-end;
  margin-bottom: 16px;
}
.toggle-row span {
  display: inline-flex;
  color: #565656;
  font-size: 14px;
  font-weight: 500;
  font-family: Switzer;
}
.switch,
.unit-switch {
  position: relative;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  line-height: 1;
}
.switch input,
.unit-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.toggle_slider {
  position: relative;
  cursor: pointer;
  background-color: #ccc;
  transition: 0.3s;
  border-radius: 12px;
  width: 28px;
  height: 14px;
  display:block !important;
}
.toggle_slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 1px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.switch input:checked + .toggle_slider,
.unit-switch input:checked + .toggle_slider {
  background-color: #204065;
}
.switch input:checked + .toggle_slider:before ,
.unit-switch input:checked + .toggle_slider:before {
  transform: translateX(13px);
}
.measure-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.measure-block select,.measure-block select option {
    min-width: 200px;
    border: 1px solid #E4E4E4;
    background: transparent;
    padding: 16.4px 26px 16.4px 14px;
    text-indent: 0;
    outline: 0;
    box-shadow: unset;
    cursor: pointer;
    -webkit-appearance: none; /* Safari and Chrome */
    -moz-appearance: none;    /* Firefox */
    appearance: none;
    background: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 1.5L8 8L14.5 1.5' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 96% 50%;
    font-family: Switzer;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}
.measure-block:not(:last-child) {
    margin-bottom: 20px;
}
.measure-block label {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    font-family: Switzer;
    letter-spacing: 0;
    line-height: 1;
}
.find_your_size_block {
    /* border-bottom: 1px solid #E4E4E4; */
    padding-bottom: 30px;
}
.find_your_size_data h4 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    font-family: Switzer;
    letter-spacing: 0;
    margin: 35px 0 14px;
}
.find_your_size_list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    row-gap: 16px;
}
label.custom_find_fields span {
    text-align: center;
    display: block;
    transition: background .15s ease;
    border: 1px solid #E4E4E4;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    font-family: Switzer;
    letter-spacing: 0;
    line-height: 1.2;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.find_your_size_list.w-50 label.custom_find_fields span{
    padding: 10px 10px;
}
.find_your_size_list label.custom_find_fields span{
    padding: 17.5px 20px;
}
label.custom_find_fields input {
    display: none;
    transition: background .15s ease;
}
label.custom_find_fields {
    flex: 1;
    display: inline-block;
}
.find_your_size_list.w-50 label.custom_find_fields {
    flex: 1;
    max-width: 25%;
    min-width: calc(25% - 10px);
    width: 100%;
    display: block;
}
.find_your_size_list.w-50 label.custom_find_fields img {
    width: 100%;
    height: auto;
    border-radius: 2px;
    margin-bottom: 5px;
    object-fit: contain;
    /* aspect-ratio: 9 / 16; */
    background:#fff;
}
.find_your_size_list.w-50 {
    row-gap: 8px;
}
@media(max-width:650px){
    .measure-block label {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    font-family: Switzer;
    letter-spacing: 0;
    line-height: 1;
    min-width:50px;
    text-align:left;
}
    .find_your_size_data h4, .measure-block label, .size_title {
    font-weight: 600;
}
    .find_your_size_list label.custom_find_fields span{
    padding: 14px 4px;
    }
    .find_your_size_list.w-50 label.custom_find_fields img {
    width: 100%;
    height: auto;
    border-radius: 2px;
    margin-bottom: 5px;
    object-fit: contain;
    /* aspect-ratio: 1; */
    background:#fff;
}
    .find_your_size_list.w-50 label.custom_find_fields {
        flex: 1;
        max-width: 50%;
        min-width: calc(50% - 10px);
        width: 100%;
        display: block;
    }
}
label.custom_find_fields input:checked ~ span {
    background: #204065;
    color: #fff;
    border-color: #FFE;
}
.product__info-wrapper .custom_cart_bottom .product-form {
    margin-top: 0px !important;
}
.custom_cart_bottom .product-form form {
    width: 100%;
}
body  button.drawer-add-button[disabled] {
    cursor: not-allowed;
    opacity: .5;
}
.custom_cart_bottom .product-form form button.drawer-add-button[disabled] {
    opacity: 1;
    background: #979797;
    color: #fff;
}
.customize_block_sec button.custom_size_btn.all_btn {
    display: none;
}
/*  */
.custom_sizes_data {
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 15px;
    color: #1D1D1D;
}
.custom_sizes_data p, .custom_sizes_data span {
    color: #1D1D1D;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    font-family: Switzer;
    letter-spacing: 0;
    line-height: 1.2;
}
.custom_sizes_data span {
    margin-top: 12px;
    display: inline-block;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
     margin-top:0px;
}
.custom_sizes_acc a{
    color: #1D1D1D;
}
.custom_sizes_acc p {
    color: #1D1D1D;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    font-family: Switzer;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: right;
}
.custom_sizes_acc {
    margin-top: 20px;
}
.custom_sizes_data_drawer {
    display: flex;
    flex-direction: column;
    will-change: transform;
    transition: .35s cubic-bezier(.45, .05, 0, 1);
    flex: 1 0 auto;
    overflow: auto;
    overflow-x: hidden;
    visibility: visible;
    transform: translateX(101%);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    min-width: 100%;
    top: 0;
    position: fixed;
    left: 0;
    background: #fafafa;
    z-index: 1;
    padding: 44px 48px;
    height: 100%;
    min-height: 100%;
}
.custom_sizes_data_drawer.open_smart {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
}
.size_block.size_block_3 .size_inforantion {
    --size-minw: 120px;
}
.size_block.size_block_2 .size_inforantion {
    --size-minw: 150px;
}
.custom_sizes_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px 0;
    gap: 15px;
    cursor: pointer;
    text-decoration: unset;
}
.custom_sizes_list h3 {
    color: #565656;
    font-size: 16px;
    font-weight: 600;
    font-family: Switzer;
    letter-spacing: 0;
    line-height: 1.5;
    margin: 0 0 5px;
}
.custom_sizes_list p {
    margin: 0;
    color: #565656;
    font-size: 14px;
    font-weight: 500;
    font-family: Switzer;
    letter-spacing: 0;
    line-height: 1.5;
}
a.custom_sizes_info.appointment{
    text-decoration:none;
}
.custom_sizes_info svg {
    width: 18px;
}
.custom_sizes_datas {
    margin-top: 15px;
}

/* 11-12-2025 css start */

.size-chart-ico-main {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    justify-content: space-between;
}
.size-chart-ico-main .size_title{
    margin:0px;
}
.size-chart-ico-main .size-guide {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
    color: #000;
    border-radius: 50px;
    display: flex;
    height: 22px;
    width: 22px;
    justify-content: center;
    align-items: center;
    cursor:pointer;
    opacity:0;
    transition:all .4s;
    visibility:hidden;
}
.size_block.size_block_1:hover .size-chart-ico-main .size-guide{
    opacity:1;
    visibility:visible;
}

.size-chart-ico-main .size-chart__config .size-el{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.size-chart-ico-main .size-chart__config h5{
    margin:0px;
    flex: 0 1 105px;
    font-family: 'Switzer';
    font-size:14px;
    color:#000;
    text-transform:uppercase;
    font-weight:500;
}
.size-chart-ico-main .flex.fit-group,
.size-chart-ico-main .flex.length-group{
    display:flex;
    flex:1;
    gap:8px;
}
.size-chart-ico-main .flex.fit-group .opt,
.size-chart-ico-main .flex.length-group .opt{
    flex:1;
    padding:10px 0px;
    font-family: 'Switzer';
    color:#555;
    border-radius:5px;
    background: transparent;
    border: 1px solid #ccc;
    text-align: center;
    line-height:1;
    cursor:pointer;
    font-size:14px;
}
.size-chart-ico-main .flex.fit-group .opt.active,
.size-chart-ico-main .flex.length-group .opt.active{
    border-color:#000;
    color:#000;
    background-color:#fff;
    font-weight:300;
}
.size-chart-ico-main .size-chart .chart-row{
    display:flex;
}
.size-chart-ico-main .size-chart .chart-row div,
.size-chart-ico-main .size-chart .chart-header div{
    min-width:80px;
    padding: 10px 12px;
    font-size: var(--pdp-font-size-sm);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    scroll-snap-align: none start;
}
.size-chart-ico-main .size-chart .chart-row .first-box,
.size-chart-ico-main .size-chart .chart-header .first-box{
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    background: #fafafa;
    font-size: 12px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    min-width: 160px;
    padding-left: 2px;
    z-index: 2;
    display:flex;
    align-items:center;
    color:#444;
    font-weight:300;
    text-decoration:none;
    border-bottom:1px solid rgba(0, 0, 0, 0.2);
}
.size-chart-ico-main .size-chart .chart-header{
    display:flex;
}
.size-chart-ico-main .size-chart{
    overflow-x:scroll;
    padding-bottom:15px;
    width:530px;
    border-top:1px solid #00000033;
    margin-top:25px;
}
.unit-switch .label--off, .unit-switch .label--on {
    font-weight:500;
    color: black;
}


.size-chart-ico-main .toggle_slider{
    min-width:unset !important;
    padding:0px !important;
}
.find_size_drawer_inner .header_block{
    margin-bottom:32px;
}
.size-chart-ico-main .size-chart .chart-row div:nth-child(2n+2),
.size-chart-ico-main .size-chart .chart-header div:nth-child(2n+2){
    background: rgba(0, 0, 0, 0.01);
}
.size-chart-ico-main .size-chart .chart-header div{
    font-size:14px;
    font-weight:500;
}
.size-chart-ico-main .size-chart .chart-row div{
    font-size:14px;
    font-weight:300;
}
.first-box .icon--info{
    height: 16px;
    width: 16px;
    border: 1px solid #555;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}
.chart-row:hover a,
.chart-row:hover div {
    background: #f0f0f0 !important;
}
.size-chart-ico-main .size-chart .chart-row a.first-box:hover{
    text-decoration:underline;
}
.find_size_drawer_inner .size-guide__content__block{
    margin-top:50px;
}
.find_size_drawer_inner .size-guide__content__block h2{
    font-size:17px;
    color:#444;
    margin-top:0px;
    font-family: 'Switzer';
    font-weight:300;
}
.find_size_drawer_inner .size-guide__content__block h3{
    font-weight:500;
    font-size:13px;
    color:#555;
    margin-top:24px;
    text-transform:uppercase;
    font-family: 'Switzer';
}
.find_size_drawer_inner .size-guide__content__block p,
.find_size_drawer_inner .find_size_btn{
    font-size:13px;
    color:#555;
    margin-top:0px;
    font-weight:300;
}
.find_size_drawer_inner .size-guide__content__block p strong{
    font-weight:500;
}
.find_size_drawer_inner .size-guide__content__block.find-size .find_size_btn{
    text-decoration:underline;
}
.find_size_drawer_inner .size-guide__content__block.find-size {
    padding-top:24px;
    padding-bottom:24px;
    border-top:1px solid rgba(0,0,0,0.1);
    border-bottom:1px solid rgba(0,0,0,0.1);
}
.find_size_drawer_inner .size-guide__content__block.size-conversions{
    margin-top:0px;
    padding-top:24px;
    padding-bottom:24px;
    border-bottom:1px solid rgba(0,0,0,0.1);
}
.find_size_drawer_inner .size-guide__content__block.size-conversions h2{
    margin-bottom: 25px;
}
.find_size_drawer_inner .size-guide__conv {
    display: flex;
    width:530px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    scroll-padding-left: var(--drawer-inset);
    scroll-margin-left: var(--drawer-inset);
    margin-left: calc(-1 * var(--drawer-inset));
    padding-bottom: 24px;
}
.size-chart-ico-main .product__drawer__content{
    width:100%;
}
.find_size_drawer_inner .size-guide__conv>div:first-child {
    border-radius: 6px 0 0 6px;
}
.find_size_drawer_inner .size-guide__conv>div {
    border: 1px solid #ccc;
    flex: 1 0 45%;
    width: 45%;
    width: 60cqw;
    padding: 12px 24px 8px;
    margin-right: -1px;
    scroll-snap-align: none start;
}
.find_size_drawer_inner .size-guide__conv li:first-child {
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.find_size_drawer_inner .size-guide__conv ul{
    padding:0px;
    margin:0px;
}
.find_size_drawer_inner .size-guide__conv li {
    display: flex;
    align-items: baseline;
    font-size:13px;
    justify-content: space-between;
    padding: 2px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    list-style:none;
}
.find_size_drawer_inner .size-guide__conv li span:first-child {
    font-size: 12px;
    color: #757575;
    font-weight:300;
}
.find_size_drawer_inner .size-guide__conv li:first-child span:last-child {
    font-size: 17px;
    font-weight: 500;
}
.find_size_drawer_inner .size-guide__conv li span:last-child {
    color: #000;
    font-weight:300;
}
.find_size_drawer_inner .size-guide__conv li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.find_size_drawer_inner .size-guide__conv li:hover span{
    color: #000;
}
.find_size_drawer_inner .size-guide__conv>div:hover {
    border-color: #aaa;
}
.find_size_drawer_inner .size-guide__help-text p,
.find_size_drawer_inner .size-guide__help-text p a{
    margin:0px;
    font-size:13px;
    color:#555;
    font-weight:300;
}
.find_size_drawer_inner .size-guide__help-text{
    margin-top:24px;
    margin-bottom:40px;
}



.measure-slider {
  position: fixed;
  right: -600px;
  top: 0;
  width: 600px;
  height: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: -4px 0 20px rgba(0,0,0,0.15);
  transition: right .35s ease;
  overflow-y: auto;
  z-index: 99999;
}

.measure-slider.open {
  right: 0;
}

.close-btn {
  font-size: 24px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 20px;
}

.chart-row .first-box {
  cursor: pointer;
}


/* 11-12-2025 css end */

.active_off {
    max-height: 0;
    height: 0;
    overflow: hidden;
    box-sizing: border-box;
}
.size_tab_data.active_off {
    padding: 0;
}
.step_button_block {
    margin-top: 20px;
    gap: 10px;
    display: flex;
}
.step_button_block button.all_btn {
    width: 100%;
}
button.prev_button.all_btn, .btn-default-grey.btn-secondary.back-review {
    /*background: #C0C0C5;
    border-color: #C0C0C5;*/
    background: #eeeeee;
    border-color: #eeeeee;
    color: #000;
}

.custom_sizes_data_drawer .header_block h5 {
    max-width: 71%;
    margin-left: auto;
    margin-right: auto;
}
.custom_sizes_datas {
    margin-bottom: 160px;
}

.size_add_to_cart_inner {
    display: grid;
    grid-template-columns:1fr;
    /*gap: 15px;*/
}
.find_size_open .size_add_to_cart_inner {
    grid-template-columns: 1fr 1fr;
}

.size_add_to_cart_inner button#get_result {
    margin: 0;
}
.get_result_smart  svg, .continue  svg {
    width: 18px;
    height: auto;
}
.get_result_smart, .continue {
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
/* .find_size_open{
    display:block;
}
.size_popup_drawer .sheet_result {
    display:none;
    padding-bottom: 15px;
    font-weight: bold;
} */
/* Responsive */
body .custom_fabrics_info.custom_fabrics_info_living .custom_fabric_field .custom_field_input img {
    margin: 0 0 8px;
}
body .custom_fabrics_info.custom_fabrics_info_living .custom_fabric_field span.custom_field_input {
    padding: 14px;
}
@media (min-width: 992px) and (max-width: 1199px){
    .product_custom_data_col.product_custom_data_image, .product_custom_data_col.product_custom_data_details {
        width: 50%;
    }
}

.template-product .product__info-wrapper .product-form {
        margin: 0px !important;
}

@media screen and (max-width: 991px){
    .custom_sizes_list h3 {
        font-size: 15px;
    }
    .custom_sizes_datas {
        margin-bottom: 160px;
    }
    .custom_sizes_data_drawer {
        padding: 30px 16px;
    }
    .size_popup_drawer_inner {
        max-width: 600px;
        padding: 20px 15px 0px;
        width: 95%;
    }
    .size_tabbing button.tabbing_btn {
        font-size: 13px;
        padding: 0 0 9px;
    }
    .size_tabbing {
        margin-bottom: 12px;
        padding-top: 24px;
        top: -24px;
    }
    .size_title {
        margin: 0 0 14px;
        font-size: 14px;
    }
    .size_field .s_value {
        font-size: 15px;
        padding: 14px 10px;
    }
    .size_field .s_label {
        font-size: 12px;
        margin-top: 6px;
    }
    .size_inforantion {
        --size-minw: 110px;
        grid-template-columns: repeat(auto-fit, minmax(var(--size-minw, 100px), 1fr));
        gap: 8px;
        row-gap: 16px;
    }
    .size_block:not(:last-child) {
        margin-bottom: 28px;
    }
    .size_add_to_cart_block p {
        font-size: 12px;
        margin-bottom: 16px;
    }
    .product-form__buttons button.product-form__submit {
        margin: 0;
        height: auto;
        min-width: auto;
        padding: 16px 15px;
        font-size: 13px;
    }
    .pro_drawer_header button.pro_drawer_close svg, .pro_drawer_header button.pro_custom_close svg {
        width: 14px;
    }
    .product_custom_data_col.product_custom_data_image {
        display: none;
    }
    .customize_block_inner {
        flex-wrap: wrap;
    }
    .product_custom_data_col.product_custom_data_details {
        width: 100%;
        padding: 20px 15px 0;        
        height: 100%;
    }
    .product_custom_data_details .pro_drawer_header {
        padding-bottom: 20px;
    }
    .custom_fabrics_item {
        padding: 16px 0;
        font-size: 13px;
        gap: 12px;
    }
    .customize_block_inner {
        flex-wrap: wrap;
    }
    .product_custom_data_col.product_custom_data_image {
        display: none;
    }
    span.custom_field_input {
        padding: 14px 15px;
    }
    .custom_fabrics_item span:last-child {
        font-size: 12px;
        text-align: right;
    }
    p.item__details {
        margin-top: 7px;
    }
    .custom_cart_bottom {
        padding: 12px 12px;
        margin: 0 -15px;
    }
    .custom_fabrics_list button.toggle-more {
        font-size: 12px;
        padding: 12px 10px;
        margin-bottom: 10px;
        margin-top: 20px;
        min-width: 134px;
    }
    button.all_btn {
        font-size: 15px;
        padding: 15.5px 18px;
    }
    .custom_cart_bottom .custom_price_total {
        font-size: 12px;
    }
    .custom_fields .item__name span.items_price {
        padding: 2px 4px;
        margin-left: .5rem;
        font-size: 9px;
        line-height: 1;
    }
    .custom_fields .item__name {
        font-size: 12px;
        line-height: 1.4;
    }
    .selected_custom_data .selected_name {
        font-size: 14px;
    }
    .custom_fabric_field.field-w-50 label.custom_fields span.custom_field_input {
        padding: 10px 8px;
    }
    .selected_custom_data {
        gap: 5px;
        padding: 14px 15px;
        bottom: 64px;
        margin: auto -15px 0;
    }
    .selected_custom_data .selected_details {
        font-size: 12px;
        line-height: 1.4;
    }
     .header_block h5 {
        font-size: 18px;
    }
     .header_block button.back {
        width: 30px;
        height: 30px;
    }
    .custom_fabric_field.field-w-25 label.custom_fields {
        width: calc(33.33% - 7px);
    }
    .monogram_cols span.custom_field_input {
        padding: 11px 11px;
    }
    .input_boxes input[type="text"] {
        width: 100%;
        text-align: left;
        background: transparent;
        box-shadow: unset;
        outline: unset;
        border: 1px solid #d3d3d3;
        padding: 10px 13px;
        font-size: 14px;
        color: #000;
        line-height: 1;
    }
    .input_boxes input[type="text"] {
        padding: 14px 15px;
        font-size: 14px;
    }
    .input_boxes span.input_label {
        font-size: 14px;
    }
    span.custom_value_block {
        display: flex;
        align-items: center;
    }
    .product__info-wrapper .product-form {
        margin-top: 22px !important;
    }
    .find_size_drawer {
        padding: 25px 15px;
    }
    label.custom_find_fields span {
        font-size: 12px;
        padding: 14px 15px;
    }
    
    .find_your_size_data .img_wrap img {
        max-width: 200px;
    }
    .measure-block label {
        font-size: 14px;
    }
    .measure-block select, .measure-block select option {
        min-width: 160px;
        padding: 10px 22px 10px 14px;
        background-size: 10px;
        background-position: 96% 50%;
        font-size: 13px;
    }
    .toggle-row span {
        font-size: 13px;
    }
    .find_your_size_data h4 {
        font-size: 14px;
        margin: 25px 0 12px;
    }
    .custom_fabric_field.field-w-25.field-w-mb-50 label.custom_fields{
        width: calc(50% - 5px);
    }
    .custom_fabric_field.field-w-25.field-w-mb-50 label.custom_fields.field_w-100{
        width: 100%;
    }
}

@media screen and (max-width: 767px) {

    :root {
        --header-height: 80px !important;
    }

    .customize_block_sec {
        top: var(--header-height);
    }

     label.custom_find_fields span {
        padding: 10px 4px;
    }
    .find_your_size_list label.custom_find_fields span {
        padding: 14px 4px;
    }
    .find_your_size_list {
    row-gap: 8px;
}
    .custom_fabrics_info[data-info="custom-data_2"] span.custom_field_input {
        flex-flow: column;
    }
    .custom_fabrics_info[data-info="custom-data_2"] span.custom_field_input img {
        margin: 0 0 15px;
    }
}