<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 172:4 "boder" is not a known CSS property
Line 1002:10 Expected identifier but found whitespace
Line 1002:11 Unexpected "90px"

**/
/* Css for the Product Template Design, Uncostomized Product Template [Starts]*/
.customize-btn:hover {
    color: black;
}

.customizeYes-btn:hover {
    color: black;
}

.range-reference {
    display: block !important;
    font-size: 0.8em !important;
    color: #666 !important;
    margin-top: 5px !important;
}

.product-form-new {
    display: flex;
    justify-content: center;
}

.guid-popup {
    position: fixed;
    height: 100vh;
    /* background-color: #0000002c; */
    z-index: 998;
    bottom: 0;
    left: 0;
    cursor: pointer;
    width: 0;
    /* transition: all 2s ease; */
    background: #0b113035;
    -webkit-backdrop-filter: blur(0.5px);
    backdrop-filter: blur(0.5px);
    transform: translateX(200%);
    width: 100vw;

    @media only screen and (max-width: 480px) {
        height: 100vh;
        top: 0;
    }
}



@media only screen and (max-width: 480px) {
    .d-p {
        width: 100%;
        font-size: 12px;
    }

    .d-p p {
        width: 300%;
    }

    .d-p h4 {
        width: 200%;
    }
}

.h-stack legend {
    display: none;
}

.slider-before {
    position: absolute;
    cursor: pointer;
    /* top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #e1e1e1;
     transition: 0.4s;
     position: absolute;
     content: "cm"; */
    border-radius: 26px;
    font-size: 14px;
    height: 25px;
    width: 25px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* input:checked + .slider {
     background-color: #e1e1e1;
   } */

.slider-after {
    transform: translateX(20px);
}

.sr-only[type="radio"]+label {
    border: 1px solid rgb(28 28 28);
    color: rgb(28 28 28);
    padding: 8px 15px;
    border-radius: 6px;
    cursor: pointer;
    /* display: inline-block; */
    margin-right: 5px;
    font-size: 12px;
    margin-bottom: 5px;
    /* height: 2.5rem; */
    width: auto !important;
    min-width: 90px;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sr-only[type="radio"]:checked+.block-swatch {
    background-color: rgb(28 28 28);
    color: #fff;
}

.full-vw {
    /* transition: all 0.5s ease; */
    transform: translateX(0%);
}

.py-10 {
    margin: 30px 0 10px 0;
}

.guid-content {
    transform: translateX(200%);
    background-color: #ffffff;
    overflow-y: scroll;
    height: 100vh;
    width: 527px;
    position: fixed;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 20px 20px 20px 40px;
    z-index: 9999;
    transition: all 0.5s ease;
    height: calc(100vh - 75px);
    padding-top: 43px;

    @media only screen and (max-width: 480px) {
        width: 100%;
        height: 100vh;
        top: 0;
        padding: 0px 20px 20px;
    }
}

.full-vw+.guid-content {
    transition: all 0.5s ease;
    transform: translateX(0%) !important;
}

.pop-header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* border-bottom: 1px solid rgb(45, 45, 44);*/
    boder: none;
}

.ProductSize__ChartTable {
    min-width: 100%;
    font-size: 14px;
    color: #231f20;
    white-space: nowrap;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    border: 1px solid #bdbdbd;
}

@media screen and (min-width: 767px) {
    .ms-auto-md {
        margin-left: auto;
        margin-bottom: 10px;
    }
}

.ms-auto-md {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.two-btn-flex {
    display: flex;
    justify-content: end;
    gap: 10px;
    flex-wrap: wrap;
}

.form2-add-cart {
        display: flex;
    align-items: stretch;
    gap: 10px;
    flex: 1 1 100%;
    justify-content: stretch;
    flex-flow: column;
}

.ProductSize__ChartTable tbody tr:nth-child(2n) td,
.ProductSize__ChartTable tbody tr:nth-child(2n) th,
.ProductSize__ChartTable thead th {
    background-color: #f5f5f5;
}

.tip-table {
    overflow: auto;
    padding-bottom: 10px;
    margin: 10px 0;
}

.ProductSize__ChartTable tr th:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    text-transform: capitalize;
    font-size: 14px;
    white-space: nowrap;
    width: 95px;
    letter-spacing: 0px;
    opacity: 1 !important;
}

th {
    opacity: 1 !important;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.ProductSize__ChartTable td,
.ProductSize__ChartTable th {
    background-color: #fff;
    color: #231f20;
    border-width: 0 1px 1px 0;
    border-color: #bdbdbd;
    border-style: solid;
    padding: 0.34rem 0.75rem;
    text-align: center;

    @media only screen and (min-width: 480px) {
        padding: 0.34rem 0.45rem;
    }
}

.card__container.is-vertical {
    padding: 5px 5px 15px;
}

.card__container.is-horizontal {
    padding: 10px 15px;
}

.card-content__wrapper.is-horizontal {
    display: flex;
    justify-content: flex-end;
    gap: 5%;
    align-items: center;
    flex-direction: row-reverse;
}

.card-content__wrapper.is-horizontal .card__content {
    /* margin-inline-end: 24px;
  width: 60%; */
    text-align: left;
    padding: 0;
    position: relative;
}

/* .style-main-panel-height{
   height:65%  !important;
 } */
.card__content {
    color: rgb(45, 45, 44);
}

.card__title.has-bottom-offset {
    margin-block-end: 4px;
    font-size: clamp(1.125rem, 0.463vw + 0.903rem, 1.25rem);
    font-weight: 500;
    text-align: left !important;
    line-height: 1.15;
}

.style-sub-panel-height {
    height: 82% !important;
}

.multi-step-from-footer {
    display: flex;
    justify-content: space-between;
    margin-left: 10px;
    gap: 20px;
}

.card-content__wrapper.is-horizontal .card__content .card__description {
    /* margin-block-end: 2px; */
    font-size: 0.875rem;
    font-weight: 300;
    text-align: left !important;
    line-height: 1.25rem !important;
}

.add-icon {
    font-size: 20px;
    margin-block-start: -1px;
    margin-inline-end: 8px;
}

.add-initial {
    border-style: dashed !important;
}

.card-content__wrapper.is-horizontal .card__image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-content__wrapper.is-horizontal .card__image.image--medium img {
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
    max-width: 70px;
    max-height: 70px;

    @media only screen and (min-width: 480px) {
      max-height: 50px;
      max-width: 50px;
    }
}

/* .border-0{
   
   background-color: transparent !important;
 } */
.card__container {
    border-radius: 0px;
    border: 0.1rem solid rgba(var(--color-foreground),.15);
    cursor: pointer;
    margin-bottom: 10px;
    outline: none !important;
}

.card-image__container {
    position: relative;
}

.card-content__wrapper.is-vertical .card__image {
    height: 95px;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.card-content__wrapper.is-vertical .card__image img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
}

.card-content__wrapper.is-vertical .card__content {
    padding-inline: 5px !important;
}

.card__content {
    color: rgb(45, 45, 44);
}

.card-content__main-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-block-start: 6px;
}

.card-content__text-col {
    word-break: break-word;
    white-space: normal;
}

.card__price {
    display: flex;
    align-items: flex-start;
    padding-inline-start: 8px;
}

.card-content__wrapper.is-vertical .card__title {
    flex: 3 2 0px;
}

.card__price-currency {
    margin-inline-start: 4px;
    text-transform: uppercase;
    line-height: 18px !important;
}

.card__container:hover {
    border-color: #1c1c1c;
}

.style-button:hover {
    border-color: #1c1c1c;
    cursor: pointer;
}

.product-form-container {
    width: 100%;
    display: flex;
    background: none !important;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.middle-container {
    height: auto;
}

.measuring-tip {
    display: none;
}

.top-container {
    border-bottom: 1px solid rgb(225, 225, 225);
}

.bottom-container {
    padding: 10px 0px;
    /* border-top: 1px solid rgb(225, 225, 225); */
    border: none;
    display: flex;
    background: #fff0;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    align-items: center;

    &amp; h5.price_in_bottom {
        font-size: 25px;
    }

    &amp; .d-p {
        padding-right: 0 !important;
    }

    &amp; .customize-round_btn {
        width: 100%;
        color: #ffffff;
    }
}

.top-container-tab {
    display: flex;
    width: 100%;
    margin-top: 0 !important;
    justify-content: flex-start;
    align-items: center;

    &amp;&gt;div {
        width: max-content;
        column-gap: 25px !important;
        position: relative;
        justify-content: center;
        gap: 0.75rem;

        &amp; span.tabs_toggler_btn {
            padding: 8px 20px;
            border: 1px solid #000;
            border-radius: 30px;
            line-height: 1.0;
            transition: all 0.25s ease-in-out;
        }

        &amp; span.tabs_toggler_btn.active {
            background: #000;
            color: #fff;
            box-shadow: 1px 1px 6px 0px #000c;
        }
    }

    * {
        z-index: 2;
    }
}

.fabric-input[type="radio"]:checked+label .card__container {
    border: 1.5px solid #1C1C1C !important;
}

.tab-detail {
    padding: 30px;
    text-align: center;
}

.tab-detail h1 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;

    @media screen and (min-width: 769px) {
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
    }
}

input[type="radio"] {
    display: none;

    checked {
        +label {
            color: rgb(45, 45, 44);
            font-size: 0.75rem;
        }
    }
}

.tab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    /* min-width: 150px; */
    text-align: center;
    justify-content: center;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.15s ease-in;
    text-transform: uppercase;
}

.close-popup {
    position: absolute;
    transform: translate(50%);
    right: 22px;
    padding: 11px;
    background: transparent;
    border: none;
    color: black;
    font-size: 23px;
    z-index: 5;
}

.close-form-bar {
    padding: 11px;
    background: transparent;
    border: none;
    color: black;
    font-size: 23px;
}

.multi-step-from-footer button:disabled {
    background-color: #9090904d;

    border-color: light-dark(rgba(118, 118, 118, 0.3),
            rgba(195, 195, 195, 0.3));
    cursor: no-drop !important;
}

.multi-step-from-footer button:disabled:hover {
    cursor: no-drop !important;
}


.monogram-tab {
    display: none;
}

input.invalid {
    background-color: #ffdddd;
}

.style-sub-panel,
.product-form-new {
    transition: all 0.25s ease-out;
    box-sizing: border-box;
    position: relative;
    background: #fff0;
    height: auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.glider {
    position: absolute;
    display: none;
    border-bottom: 1.5px solid rgb(0, 0, 0);
    z-index: 1;
    transition: none;
    max-height: 2px;
    height: auto;
    max-width: calc(50% - 25px);
    width: 100%;
    left: 0;
    bottom: 0;
}

.style_panel_main {
    border: 0.1rem solid rgba(var(--color-foreground),.15);
    margin-bottom: 10px;
    padding-inline: 10px;
}

.style-sub-panel-height .bottom-container {
    justify-content: center;
}

.style-button {
    align-items: center;
    box-sizing: border-box;
    color: #1c1c1c;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 10px 5px;
    position: relative;
    width: 100%;
    column-gap: 15px;

    &amp; .style_image {
        max-width: 100px;
        width: 100%;
        margin: 10px 0;

        &amp; img {
            width: 100%;
        }
    }

    &amp; .style_content {
        padding-left: 10px;

        &amp; .name {
            width: 100%;
        }

        &amp; .main-detail {
            width: 100%;
        }
    }
}

.style-container {
    height: 100%;
}

.style-input[type="radio"]:checked+label .style-button {
    border-color: rgb(0, 0, 0) !important;
}

.main-detail .text {
    font-size: 13px !important;
    color: #707075 !important;
    font-weight: 500;
}

.measurement-tips-tab+label {
    background-color: #f0f0f0;
    color: #231f20;
    padding: 9px 20px;
    /* display: block;
 font-size: 16px;
 border-radius: 20px;
 display: flex; */
    line-height: 1;
    white-space: nowrap;
}

.measurement-tips-tab:checked+label {
    background-color: #000 !important;
    color: #fff !important;
}

.size_input_main.photo_input_main {
    border: 0;
    padding: 0;
}

.meansurement_nav_main {
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    overflow-y: hidden;
    overflow-clip-margin: 10px;
    scrollbar-gutter: stable;
    scrollbar-color: #ccc #efefef;
    scrollbar-width: thin;
    padding-bottom: 10px;
    margin: 20px 0;
    padding-bottom: 5px;
}

.measurement-tips-nav {
    padding: 0px 10px 10px 0px;
    display: flex;
    gap: 10px;
    width: max-content;

    @media only screen and (max-width: 769px) {
        padding: 8px 0;
        margin: 10px 0;
    }
}

/* WebKit browsers (Chrome, Safari, Edge) scrollbar styling */
.meansurement_nav_main::-webkit-scrollbar {
    height: 8px;
    /* Custom height for horizontal scrollbar */
}

.meansurement_nav_main::-webkit-scrollbar-thumb {
    background-color: #ccc;
    /* Thumb color */
    border-radius: 10px;
    /* Rounded scrollbar handle */
}

.meansurement_nav_main::-webkit-scrollbar-track {
    background: transparent;
    /* Transparent background for the track */
}

.meansurement_nav_main::-webkit-scrollbar-button {
    display: none;
    /* Hides the scrollbar buttons */
}

.measuring-tip-detail {
    max-width: 340px;
    text-align: center;
    font-size: 14px;
    color: rgb(35 31 32 / 80%);
    margin: auto;
    margin-top: 20px;
}

.guid-opener {
    display: inline-flex;
    cursor: pointer;
    align-items: self-start;
    gap: 10px;
}

.guid-opener-text {
    border-bottom: 1.0px solid #1c1c1c;
    cursor: pointer;
}

.customizeYes-btn {
    margin-top: -13px;
    display: none;
}

.display-flex {
    display: flex;
}

.display-inline-flex {
    display: inline-flex;
}

.size_main_container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
    padding: 10px 0;
}

input[type="text"]:focus,
input[type="number"]:focus select:focus {
    outline: none;
}

.image-group-collar {
    display: flex;
    gap: 10px;
}

.image-group-collar&gt;div {
    width: 24%;
}

.image-group-Front&gt;div {
    width: 49% !important;
}

label img {
    cursor: pointer;
    display: inline-block !important;
    padding: 1px;
}

.image-group-collar input[type="radio"]:checked+label img {
    border: 5px solid #570000;
    position: relative;
}

.image-group-collar input[type="radio"]:checked+label::before {
    content: "";
    background-image: url("https://swanshirts.com/wp-content/uploads/2018/03/checked.png");
    background-size: 20px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 999;
    left: 0;
    top: -18px;
    height: 20px;
    width: 20px;
}

.red {
    color: red !important;
}

.img-label {
    display: block;
    text-align: center;
    padding: 1em 0;
    line-height: 1.5;
    font-weight: bold;
    font-size: 0.9em;
    color: #222;
}

.bold-label {
    font-weight: 500;
    /*   margin-right: 30px;
  position: relative;
  font-size: 20px;
  margin: 5px 0;
 /*
 &amp; .inch{
   font-size: 16px;
 }
 &amp;.label_of_variant{
    margin: 15px 0 25px;
 }
 */
}

.name span {
    font-size: 16px;
    font-weight: 500;
}

.inch {
    font-weight: 400;
}

.fit input[type="radio"] {
    display: none;
}

.fit {
    display: flex;
    flex-wrap: wrap;
}

/*
.fit-selection input[type="radio"]+label {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.0;
  padding: 0 1rem;
  min-width: 90px;
  max-height: 3.5rem;
}
*/
.justify-content-end {
    display: flex;
    justify-content: end;
}

.size_input_main {
    width: 100%;
    max-width: 200px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding: 12px 0px;
    border: 0.1rem solid rgba(var(--color-foreground), .15);
    column-gap: 5px;
    position: relative;

    &amp; input[type="number"] {
        max-width: 100% !important;
    }
}

.input_alteration {
    padding: 0 8px;
    display: block;
    order: 2;
    --webkit-order: 2;
    background: none;
    border: none;
    color: #0b1130;
    cursor: pointer;
    opacity: 1.0;

    &amp;.input_decrease {
        order: 0;
        -webkit-order: 0;
    }
  
    &amp;:disabled {
        cursor: not-allowed !important;
        opacity: 0.75;
    }
}

.input_alter_icon {
    width: 25px;
    font-size: 20px;
    aspect-ratio: 1/1;
}

.fit.style-input {
    justify-content: space-between;
    align-items: center;
    text-align: center;

    &amp; label {
        max-width: 30%;
        width: 100%;
        text-align: left;
        font-weight: 500;
        line-height: normal;
    }

    &amp; input[type="number"] {
        width: 100% !important;
        margin-left: auto;
        border-radius: 0px !important;
        outline: none;
        padding: 0;
        caret-color: currentColor;
        background: #ffffff85;
        border: none !important;
        order: 1;
        --webkit-order: 1;
        text-align: center;
        font-family: inherit;
        font-size: inherit;
    }

    &amp; input#style_mockup {
        max-width: 60%;
        width: 100%;
    }

    &amp; span.range-reference {
        margin-left: auto;
    }
}

.style-input input[type="number"] {
    width: 40% !important;
}

/*
.fit input[type="radio"]+label {
  border: 1px solid #1c1c1c;
  padding: 8px 15px;
  border-radius: 6px;
  cursor: pointer;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 3.5rem; */
min-width: 90px;
min-height: 2.5rem;
font-size: 16px;
font-weight: 500;
color: #1c1c1c;
margin-right: 10px;
text-transform: uppercase;
}

*/ #Monogram_Detail {
    margin-left: 0%;
}

#Monogram_Detail .fit input[type="radio"]+label {
    /* width: 8rem !important; */
    white-space: nowrap;
}

/*
.fit input[type="radio"]+label:hover {
  background-color: #1c1c1c;
  color: #fff;
}
.block-swatch span{
font-size: 16px;
font-weight: 500;
}
.fit input[type="radio"]:checked+label {
  background-color: rgb(28 28 28);
  color: #fff;
}

*/
.cstom-temp-btn {
    border: 1px solid #555;
    border-radius: 30px !important;
    outline: 0;
    overflow: hidden;
    transition: all 0.25s ease-in-out;

    &amp; .button {
        border: none;
        transition: all 0.25s ease-in-out;
    }
}

.features--button-transition .button--outline:not([disabled]):hover {
    color: #000 !important
}

.customize-btn {
    display: flex !important;

    align-items: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
    outline: none;
    background: transparent;
}

.Customize input[type="radio"]:checked+label {
    display: none !important;
}

.PopupDrawer .ProductUnsure__About {
    max-width: 343px;
    margin: 0 auto;
}

.ProductElements__Name {
    margin-bottom: 24px;
}

.ProductUnsure__About .links-item {
    position: relative;
    display: flex;
    align-items: center;
    /* border: 1px solid rgba(35, 31, 32, 0.2);
  padding: 15px 25px;
  border-radius: 100px; */
}

.ProductUnsure__About .links-item+.links-item {
    margin-top: 15px;
}

.ProductUnsure__About .links-icon {
    min-width: 32px;
    margin-right: 10px;
}

.links-text,
.tooltip,
.tooltip span {
    line-height: 1;
}

.ProductUnsure__About .links-text p {
    font-size: 14px;
    line-height: 1.15;
    margin-bottom: 2px;
}

.ProductUnsure__About .links-text span {
    font-size: 14px;
    color: #707070;
    line-height: normal;
}

.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 32px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e1e1e1;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "cm";
    font-size: 14px;
    height: 25px;
    width: 25px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}

input:checked+.slider {
    background-color: #e1e1e1;
}

input:checked+.slider:before {
    transform: translateX(20px);
    content: "in";
}

/* Rounded slider */
.slider {
    border-radius: 34px;
}

.slider:before {
    border-radius: 50%;
}

.hover-black:hover {
    color: #000 !important;
}

.block-swatch {
    width: 150px !important;
}

.text-subdued {
    font-size: 10px !important;
    color: #6c757d !important;
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.text-subdued li {
    margin-bottom: 6px !important;
}

.middle-container.style-sub-panel-height {
    overflow: hidden;
}

.collar_subpanel {
    &amp; input.fabric-options {
        display: block;
    }

    &amp; input.fabric-options:not([name="properties[Collar]"]) {
        display: none !important;
    }
}

.cuff_subpanel {
    &amp; input.fabric-options {
        display: block;
    }

    &amp; input.fabric-options:not([name="properties[Cuff]"]) {
        display: none !important;
    }
}

.Placket_subpanel {
    &amp; input.fabric-options {
        display: block;
    }

    &amp; input.fabric-options:not([name="properties[Placket]"]) {
        display: none !important;
    }
}

.pocket_subpanel {
    &amp; input.fabric-options {
        display: block;
    }

    &amp; input.fabric-options:not([name="properties[Pocket]"]) {
        display: none !important;
    }
}

#collar-options input[type=radio][name="properties[Collar]"]~label {
    display: block !important;
}

#collar-options,
#cuff_options,
div#pocket_options,
#placket-options,
#fitting-options,
#monogram-options {
    &amp; label.fabric-label {
        display: block !important;
        max-width: 49%;
        width: 100%;
    }
}

@media screen and (max-width: 550px) {

    #collar-options,
    #cuff_options,
    div#pocket_options,
    #placket-options,
    #fitting-options {
        &amp; label.fabric-label {
            max-width: 100%;
        }
    }
}

button.button.w-full {
    transition: all 0.25s ease-in-out;
}


.size_input_main .tooltip {
    position: absolute;
    top: 0;
    font-size: 16px;
    background: #fff;
    color: #1C1C1C;
    font-family: inherit;
    font-weight: 400;
    padding: 8px 15px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    width: auto;
    height: fit-content;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.size_input_main .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #fff;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.size_input_main .tooltip.show {
    transform: translateY(-130%);
    opacity: 1;
    visibility: visible;
}

.size_input_main .tooltip.show {
    color: red;
}

p.selectedFileName {
    max-width: 65%;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.customize-round_btn {
    border: 1.5px solid #0b1130;
    overflow: hidden;
    background: #0b1130 !important;
    transition: all 0.25s ease-in;

    &amp;:hover {
        border: 1.5px solid #0b1130;
        background: transparent !important;
        color: #0b1130;
    }

    &amp; .button.button--outline {
        background: #0b1130 !important;
        /* background: transparent !important; */
        transition: all 0.25s ease-in;
        color: #fff !important;

        &amp;:hover {
            background: transparent !important;
            color: #0b1130 !important;
        }
    }

    &amp;.cancel_btn {
        background: transparent !important;

        &amp; .button.button--outline {
            transition: all 0.25s ease-in;
            background: transparent !important;
            color: #0b1130 !important;

            &amp;:hover {
                color: #fff !important;
                background: #0b1130 !important;
            }
        }
    }
}

.cart_prev_btn {
    display: none;
}

.style-sub-panel-height div[role="radiogroup"] {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    row-gap: 10px;
}

p.bold-label {
    margin-block-end: var(--spacing-2) !important;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.cstom-temp-btn {
    border: 1px solid #555;
    border-radius: 30px !important;
    outline: 0;
}

.price-list sale-price.h4.text-subdued {
    font-size: var(--text-h3) !important;
    color: rgb(28, 28, 28) !important;
    font-weight: bold;
}

.fit.style-input {

    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    input[type=number] {
        -moz-appearance: textfield;
    }
}

.size_input_main.photo_input_main {
    justify-content: flex-start;
    align-items: center;
}

label.customize-round_btn.file_select_btn {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 12px;
    justify-content: space-around;
    min-height: 30px;
    padding: 5px;
    max-width: 35%;
    width: auto;
    gap: 5px;
    margin-right: 5px;

    &amp;:hover {
        /* background: #000 !important; */
        color: #0b1130 !important;
    }

    &amp; .file_upload_text {
        text-wrap: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

div#GeneralFit~.d-flex .fit {
    row-gap: 10px;
}

.bottom-container .bottom_next_btn~.custom_product_add_To_cart .customize-round_btn.custom_product_add_To_cart {
    color: #fff;
    font-size: 16px;
    font-weight: 500;

    &amp;:hover {
        color: #0b1130;
    }
}

.customize-round_btn:disabled {
    opacity: 0.5;
    cursor: not-allowed !important;
    pointer-events: none;
}

.d-p.delivery_text {
    width: unset;
}

#Monogram_Detail .fit {
    justify-content: flex-start;
}

.monogram_subpanel .variant-picker__option {
    margin-top: 0;
}

.monogram_subpanel:has(input.fabric-input.selected_input[id="44642301804725"])~#Monogram_Detail {
    display: block !important;
}

.monogram_subpanel~#Monogram_Detail {
    display: none;
}

.custom-form~.d-flex .fit {
    row-gap: 10px;
}

#Monogram_Text_general {
    padding: 10px;
    display: block;
    font-family: inherit;
    width: 100%;
    border: .1rem solid rgba(var(--color-foreground), .15);
    max-width: 31%;

}

.fit {
    gap: 10px;
}

.variant-option__label {
    position: relative;
    min-width: 100px !important;
    max-width: calc((100% - 20px) / 3) !important;
    width: 100% !important;
    height: auto !important;
    font-size: 12px !important;
    padding: 12px 0 12px 7px;
}

.label_explain {
    width: 100%;
    position: absolute;
    top: calc(100% + 2px);
    padding: 5px;
    font-size: 0.85em;
    font-family: inherit;
    color: #999 !important;
}

.inch {
    display: none !important;
}

.variant-option__input:active+.variant-option__label,
.variant-option__input:checked+.variant-option__label {
    --color-size-active: #313e6d;
    background: var(--color-size-active);
    color: var(--color-size-active-text, white);
    border: 1px solid var(--color-size-active-border, #2d6aa6);
    box-shadow: 0 3px 15px #2d6aa655;
}

.variant-option__input+.variant-option__label:hover {
    border-color: #bbb;
    color: rgb(var(--color-foreground));
    background: rgba(0, 0, 0, 0.02);
}

/* .fit &gt;label.variant-option__label.variant-option__label--square{
flex: 1 1 auto;
} */
.fit.fit-selection {
    margin-bottom: 15px;
}

p.bold-label {
    margin: 0;
}

label.variant-option__label:has(.label_explain) {
    margin-bottom: 20px;
}

.custom-form .d-flex,
#Monogram_Detail .d-flex,
#prefill-btn.d-flex {
    margin-block-end: calc(var(--product-block-spacing-unit) * 1.5);
}

.product-info__block-item hr {
    height: 0.15rem !important;
}

.drawer .size-picker {
    padding: 20px 0px 0px;
}

.size-chart__config .size-el {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.size-picker .flex .size&gt;span,
.size-picker .size-grid .size&gt;span {
    padding: 14px 0;
    margin: 0;
    background: #F9F9F9;
    background: transparent;
    border: 1px solid #ccc;
    text-align: center;
    min-width: 36px;
    line-height: 1;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    display: block;
    border-radius: var(--btn-radius);
    color: #555;
    cursor: pointer
}

.size-picker .flex .size input[type="radio"],
.size-picker .size-grid .size input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

@media (hover: hover) {

    .size-picker .flex .size:hover&gt;span,
    .size-picker .size-grid .size:hover&gt;span {
        border-color: #bbb;
        background: rgba(0, 0, 0, 0.02)
    }
}

.size-picker .flex .size :checked~span,
.size-picker .size-grid .size :checked~span {
    background: #fff;
    background: var(--color-size-active);
    color: var(--color-size-active-text, white);
    border: 1px solid var(--color-size-active-border, #514B66);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15)
}

@media (hover: hover) {}

.size-picker .flex .size:focus-within&gt;span,
.size-picker .size-grid .size:focus-within&gt;span {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15), inset 0 0 0 2px rgb(255 255 255);
    outline: 3px;
    outline: -webkit-focus-ring-color auto 5px
}

.size-picker .flex .size .size__label,
.size-picker .size-grid .size .size__label {
    display: block;
    text-align: center;
    color: #555;
    margin-top: 2px;
    font-size: 12px
}

.size-picker .size__group {
    text-align: center;
    font-size: 11.5px;
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    margin: 3px 0;
    color: #555;
}

.size-picker .size__group::before,
.size-picker .size__group::after {
    content: '';
    flex: 1 0;
    border-top: 1px dashed rgba(0, 0, 0, 0.3)
}

.size-picker .size__group span {
    display: inline-block;
    padding: 0 8px;
    background: white
}

.size-picker .flex.size-overflow .size,
.size-picker .flex.size-decimal .size {
    min-width: 52px;
    letter-spacing: .3px
}

.size-picker .flex .btn {
    width: auto;
    flex: auto;
    flex-basis: 0;
    letter-spacing: 0px;
    border: 1px solid #ddd;
    text-transform: none
}

.size-picker h5 {
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.25px;
    color: #000;
    transition: .1s ease;
    position: relative;
    display: block
}

.size-picker h5 span {
    position: absolute;
    top: 1px;
    right: 1px;
    height: 22px;
    width: 22px;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
    color: #444;
    font-family: monospace;
    transition: .1s ease;
    text-transform: lowercase;
    cursor: pointer;
    opacity: 0;
    visibility: hidden
}

.size-picker h5 span:hover {
    background: rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
    color: #000
}

@media (hover: hover) {

    .size-picker .size-el:hover h5 span,
    .size-picker .size-el:focus-within h5 span {
        opacity: 1;
        visibility: visible
    }
}

.size-picker .size-el+.size-el,
.size-picker .size-el+.size-chart {
    margin-top: 16px
}

.size-picker .size-el+.size-chart {
    margin-top: 24px
}

.size-picker .picker div:last-child div {
    margin-bottom: 0
}

.size-picker .apply {
    border-top: 1px solid #ccc;
    padding-top: 12px
}

.size-picker .apply .btn {
    padding: var(--btn-padding-lg) !important
}

.size-picker .apply p {
    font-size: 13px;
    display: block;
    text-align: center;
    margin: 1.5rem auto 0;
    color: #bbb
}

.size-picker .apply p a {
    display: inline-block;
    color: #999
}

.size-picker .us-sizing {
    position: relative;
    top: -1px;
    font-style: normal;
    margin-left: .4em;
    text-transform: none;
    font-weight: 300;
    letter-spacing: .1px;
    color: #999
}

.size-picker .size-tip {
    letter-spacing: 0;
    text-transform: none;
    font-style: normal;
    position: absolute;
    background: #e9e9e9;
    color: #555;
    border-right: none;
    top: 0;
    line-height: 1.4;
    right: 100%;
    width: 300px;
    text-align: left;
    border-radius: 3px 0 0 3px;
    padding: 24px 22px 24px 24px;
    margin: -4px 17px 8px 0;
    visibility: hidden;
    opacity: 0;
    box-shadow: inset -2px 0 1px rgba(0, 0, 0, 0.03);
    transition: .1s ease
}

.size-picker .size-tip p {
    font-weight: 300;
    font-size: 14px
}

.size-picker .size-tip p:last-child {
    margin-bottom: 0
}

.size-picker .size-tip[data-type="jacket-fit"],
.size-picker .size-tip[data-type="trouser-fit"] {
    top: auto;
    bottom: -136px
}

.size-picker h5 span:hover+.size-tip {
    visibility: visible;
    opacity: 1
}

.size-picker h5 .us-sizing:hover+span+.size-tip {
    visibility: visible;
    opacity: 1
}

.size-picker .fake-select {
    z-index: 1;
    flex: 1 auto;
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 100%;
    font-weight: 300;
    position: relative;
    margin: 8px 0 10px 0;
    cursor: pointer;
    color: #555;
    padding: 11px 15px 11px 16px;
    background: var(--select-arrow);
    outline: none;
    text-align: left
}

.size-picker .fake-select:hover {
    border-color: #aaa
}

.size-picker .fake-select:focus {
    border-color: #004EA8
}

.size-picker .fake-select.show {
    z-index: 10;
    border: 1px solid #004EA8
}

.size-picker .fake-select.show .picker {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}

.size-picker .fake-select.invalid {
    background-color: #555;
    border-color: var(--color-red)
}

.size-picker .fake-select .picker {
    position: absolute;
    left: -50px;
    top: 12px;
    width: 104%;
    margin: 0
}

.size-picker .fake-select .selected-size {
    user-select: none;
    pointer-events: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 95%;
    display: block;
}

.size-picker .fake-select .shade {
    display: none
}

.size-gap-1 {
    gap: 10px;
}

@media (max-width: 1401px) {
    .size-picker .flex.size-overflow .size {
        min-width: 48px;
        letter-spacing: .5px
    }

    .size-picker .fake-select {
        padding: 11px 16px
    }

    .size-picker .fake-select .picker {
        left: -46px;
        width: 103%
    }
}

@media (max-width: 1030px) {
    .size-picker .fake-select {
        padding: 9px 16px
    }

    .size-picker .fake-select .picker {
        left: auto;
        right: 26px;
        top: 12px;
        margin: 0;
        width: 500px
    }

    .size-picker .flex.size-decimal .size {
        min-width: 52px;
        letter-spacing: .25px
    }
}

@media (max-width: 851px) {
    .size-picker .fake-select {
        z-index: 8
    }

    .size-picker .fake-select.show {
        z-index: 999
    }

    .size-picker .fake-select .picker {
        position: fixed;
        left: 0px;
        right: 0px;
        padding: 24px;
        max-width: 100%;
        width: 100%;
        border-radius: 0;
        top: auto;
        bottom: 0px;
        margin: 0;
        z-index: 99;
        transition: .5s cubic-bezier(.19, 1, .22, 1);
        transform: translateY(100%);
        overflow: hidden;
        max-height: 86vh
    }

    .size-picker .fake-select .shade {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: .3s ease;
        background: rgba(0, 0, 0, 0.5)
    }

    .size-picker .fake-select.show .picker {
        transform: translateY(0%)
    }

    .size-picker .fake-select.show .shade {
        visibility: visible;
        opacity: 1
    }

    .size-picker .size-tip {
        background: #fff;
        display: block;
        left: -28px;
        width: 90%;
        visibility: visible;
        opacity: 1;
        z-index: 999;
        position: absolute;
        top: 0px;
        height: auto;
        visibility: hidden;
        opacity: 0;
        border: 1px solid #ddd;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
        transition: .3s ease;
        transform: translateX(-100%)
    }

    .size-picker h5 span:hover+.size-tip {
        transform: translateX(0);
        opacity: 1;
        visibility: visible
    }
}

.drawer .size-picker {
    padding: 20px 0px;
}

.size-chart__config .size-el {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center
}

.drawer .flex {
    width: auto;
    flex: 1 1 auto;
    justify-content: space-around;
}

.size-el h5 {
    flex: 0 0 105px;
}

.size-picker .flex .size {
    flex: 1;
    margin: 0;
    font-variant-numeric: tabular-nums slashed-zero;
}

.size-picker .flex .size :checked~span,
.size-picker .size-grid .size :checked~span {
    background: #fff;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}

.size-chart-wrap .size-el .flex .size span {
    font-size: 13px;
    padding: 10px 0;
}

.size-chart__config {
    margin-bottom: 24px
}

.size-chart:root {
    --sub-bg: #FAFAFA;
}

.size-chart {
    overflow: auto;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 160px;
    scroll-margin-left: 160px;
    padding-bottom: 0;
    flex-shrink: 0;
    margin-right: calc(-1 * var(--drawer-inset));
    margin-bottom: 0;
    font-variant-numeric: tabular-nums;
    scrollbar-width: thin;
    padding-bottom: 10px;
}

.size-chart__help-text {
    max-width: 34ch
}

.size-chart__help-text a {
    color: inherit;
    text-decoration: underline
}

.chart__row {
    display: inline-flex;
    background: #fff;
}

.chart__row.chart__row--head {
    align-content: center;
    vertical-align: middle
}

.chart__col {
    width: 5.75vw;
    width: clamp(65px, 5vw, 80px);
    padding: 10px 12px !important;
    font-size: 13px;
    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;
    pointer-events: none;
    cursor: text;
    line-height: 1.0;
    display: flex;
    align-items: center;
    justify-content: center;
}

[data-type="custom"] .chart__col {
    min-width: 150px;
    min-width: 24%
}

.drawer--chart .chart__col {
    width: 8.5vw;
    width: clamp(85px, 8.5vw, 100px);
    padding: 10px 8px
}

.chart__row:first-child .chart__col {
    border-top: 1px solid rgba(0, 0, 0, 0.2)
}

.chart__row:first-child .chart__col.is-active {
    position: relative;
    background: rgba(0, 0, 0, 0.1);
    color: black;
    border-top-color: black;
    border-left: 1px solid black;
    border-right-color: black
}

.chart__row .chart__col.is-active {
    color: black;
    border-left: 1px solid black;
    border-right-color: black
}

.chart__row:last-child .chart__col.is-active {
    border-bottom-color: black
}

.chart__row--head .chart__col {
    font-weight: 500
}

[data-std-type="alpha"] .chart__row--head .chart__col:not(:first-child) {
    text-transform: uppercase
}

[data-type="custom"] .chart__row--head .chart__col:not(:first-child) {
    font-weight: 300;
    font-size: 11.5px;
    line-height: 1.3;
    text-align: left
}

[data-type="custom"] .chart__row--head .chart__col span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis
}

.chart__col:first-child {
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    background: var(--sub-bg);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    min-width: 160px;
    padding-left: 2px;
    z-index: 2;
    background: #fff;
    justify-content: flex-start;
}

.chart__col:nth-child(2n+2) {
    background: rgba(0, 0, 0, 0.015)
}

.chart__row::after {
    content: '';
    display: inline-flex;
    min-width: var(--drawer-inset)
}
.chart__row.chart__row--head{
  cursor: pointer;
}

.chart__col:not(:first-child) {
    text-align: right
}

.chart__col:first-child a {
    color: inherit
}

.chart__row:not(:first-child):hover .chart__col {
    background: #f0f0f0;
}

.chart__row .icon--info {
    margin-left: 0;
    margin-right: 4px;
    top: 3px;
    opacity: .25
}

.chart__col small {
    font-weight: 300;
    color: var(--color-gray-light)
}

.drawer--chart .product__drawer__title {
    text-align: left
}

.chart__col:has(&gt;.unit-switch){
  z-index: 10;
}

.unit-switch {
    --switch-w: 26px;
    --switch-h: 11px;
    --switch-dot-size: 9px;
    --switch-inset: 1px;
    --switch-bg: #D9D9D9;
    --switch-dot-color: white;
    display: flex;
    align-items: center;
    gap: 8px;
  cursor: pointer;
    margin: 0;
    font-weight: 300;
    user-select: none
}

.unit-switch input {
    display: none
}

.unit-switch div {
    height: var(--switch-h);
    width: var(--switch-w);
    background: var(--switch-bg);
    border-radius: var(--switch-h);
    padding: var(--switch-inset);
    margin: 2px 0 0 0
}

.unit-switch div::before {
    content: '';
    height: var(--switch-dot-size);
    width: var(--switch-dot-size);
    background: var(--switch-dot-color);
    border-radius: var(--switch-dot-size);
    position: absolute;
    will-change: transform;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.06)
}

.unit-switch :checked~div::before {
    transform: translateX(calc(var(--switch-w) - var(--switch-dot-size) - var(--switch-inset) * 2))
}

.unit-switch .label--on,
.unit-switch :checked~.label--off {
    color: var(--color-gray-lighter)
}

.unit-switch .label--off,
.unit-switch :checked~.label--on {
    color: black
}

.size-guide__content__block {
    padding: 0 0 24px
}

.size-guide__content__block+.size-guide__content__block {
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.size-guide__content__block[data-for="conversions"] {
    margin-top: 3px
}

.size-guide__content__block .h5 {
    color: var(--color-gray) !important;
    font-size: var(--pdp-font-size-sm);
    margin-top: 24px
}

.size-guide__content__block h3:not([class]) {
    font-size: calc(var(--pdp-font-size-lg) - 2px);
    font-weight: 300
}

.size-guide__content__block.text :is(h3, h4, h5) {
    color: var(--color-gray) !important;
    font-size: 16px;
    margin-top: 24px;
    text-transform: capitalize;
    letter-spacing: var(--type--caps-tracking);
    font-weight: 500
}

.size-guide__content__block.text :is(h1, h2) {
    font-family: var(--font-sans);
    font-size: calc(var(--pdp-font-size-lg) - 2px);
    font-weight: 300
}

.size-guide__help-text {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 16px;
}

.size-guide__help-text p {
    margin: 0
}

.size-guide__content__block p a,
.size-guide__help-text p a {
    color: var(--color-gray);
    text-decoration: underline
}

.size-guide__content__block p.note {
    font-size: var(--pdp-font-size-sm);
    display: grid;
    grid-template-columns: 16px 1fr;
    color: var(--color-gray-light);
    line-height: 1.55
}

.size-guide__content__block p.note:not(:empty)::before {
    content: '-'
}

.size-guide__conv-wrap {
    padding-top: 12px;
    padding-bottom: 12px;
    flex-shrink: 0;
    padding-left: var(--drawer-inset);
    margin-left: calc(-1 * var(--drawer-inset));
    margin-right: calc(-1 * var(--drawer-inset));
    margin-bottom: 0
}

.size-guide__conv {
    display: flex;
    white-space: nowrap;
    scroll-padding-left: var(--drawer-inset);
    scroll-margin-left: var(--drawer-inset);
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    padding-bottom: 10px;
}

.size-guide__conv&gt;div {
    border: 1px solid #ccc;
    flex: 1 0 215px;
    padding: 12px 24px 8px;
    margin-right: -1px;
    scroll-snap-align: none start
}

.size-guide__conv&gt;div:hover {
    border-color: #aaa;
    cursor: pointer;
    z-index: 1
}

.size-guide__conv&gt;div.is-active {
    border-color: black;
    background: white;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
    z-index: 10;
    cursor: default
}

.size-guide__conv&gt;div:first-child {
    border-radius: 6px 0 0 6px
}

.size-guide__conv&gt;div:last-child {
    border-radius: 0 6px 6px 0
}

.size-guide__conv::before,
.size-guide__conv::after {
    content: '';
    display: block;
    min-width: var(--drawer-inset)
}

.size-guide__conv&gt;div&gt;span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
    text-align: right
}

.size-guide__conv li {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 2px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.size-guide__conv li:first-child {
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

.size-guide__conv li:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.size-guide__conv li span {
    font-size: 13px;
    color: var(--color-gray-light)
}

.size-guide__conv div[data-size-label] ul {
    padding-left: 0;
    margin-top: 0;
}

.size-guide__conv div[data-size-label] ul li {
    padding-block: 3px;
}
.measure_socials_item{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.unit-switch {
        --switch-w: 26px;
        --switch-h: 11px;
        --switch-dot-size: 9px;
        --switch-inset: 1px;
        --switch-bg: #0b1130;
        --switch-dot-color: white;
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 0;
        font-weight: 300;
        user-select: none
}
.unit-switch input {
        display: none
}
.unit-switch div {
        height: var(--switch-h);
        width: var(--switch-w);
        background: var(--switch-bg);
        border-radius: var(--switch-h);
        padding: var(--switch-inset);
        margin: 2px 0 0 0
}
.unit-switch div::before {
        content: '';
        height: var(--switch-dot-size);
        width: var(--switch-dot-size);
        background: var(--switch-dot-color);
        border-radius: var(--switch-dot-size);
        position: absolute;
        will-change: transform;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.06)
}

.unit-switch :checked~div::before {
        transform: translateX(calc(var(--switch-w) - var(--switch-dot-size) - var(--switch-inset) * 2))
}
.unit-switch .label--on,.unit-switch :checked~.label--off {
        color: var(--color-gray-lighter)
}
.unit-switch .label--off,.unit-switch :checked~.label--on {
        color: black
}
.contact-card {
  padding-block: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* WhatsApp Icon */
.whatsapp-icon, .email-icon {
  width: 60px;
  height: auto !important;
}
.whatsapp-icon svg, .email-icon svg{
  width: 100%;
  height: auto;
}

.contact-text {
  display: flex;
  flex-direction: column;
}

.contact-title {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}

.contact-subtitle {
  font-size: 13px;
}

fieldset.product__variant-options{
  align-items: stretch !important;
}

.drawer_contact_btn{
  display: flex;
  justify-content: center;
  width: calc(50% - 10px);
  align-items: center;
  gap: 1rem;
}

.drawer_contact_btn .contact_icon svg{
  width: 25px !important;
  height: 25px !important;
}

.prefill_main,
.prefill_main:hover{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  background: rgba(0, 0, 0, 0.02);
  cursor: default;
}
.prefill_main svg{
  min-width: 25px;
  min-height: 25px;
}
p.prefill_text {
    text-align: left;
    line-height: 1.75;
}
.tab.active{
  border-bottom: 1.5px solid rgb(0, 0, 0);
  transition: 0.4s;
}

.style-sub-panel {
  padding-inline: 5px;
}

label[for="neck"]:has(~ .unit_toggler) {
    opacity: 0;
    pointer-events: none;
}
.size-guide__help-text.size-guide__content__block.text h5{
  margin-top: 0 !important;
}
.size-guide__content__block.text p {
    font-size: 13px !important;
}
.template--index .container.max-w-fluid {
    padding-inline: 0;
    gap: 0;
}

.template--index div.main-list-collections__grid {
    gap: 0;
}
.template--index .product-card__content {
  display: none;
}
.template--index .swiper-backface-hidden .swiper-slide {
  margin-right: 0 !important;
}</pre></body></html>