/** Shopify CDN: Minification failed

Line 15:0 Unexpected "<"
Line 649:6 Unexpected "{"
Line 649:7 Expected identifier but found "%"
Line 664:6 Unexpected "{"
Line 664:7 Expected identifier but found "%"
Line 669:6 Unexpected "{"
Line 669:7 Expected identifier but found "%"
Line 684:6 Unexpected "{"
Line 684:7 Expected identifier but found "%"
Line 692:2 "boder" is not a known CSS property

**/
<style>
@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');
</style>
    .model__active {
      overflow: hidden;
    }
    .AttributeSection__Body {
      margin: 20px 0 0;
    }

    .AttributeSection__Title {
      /*font-size: 18px;
      font-weight: bold;*/
      margin-bottom: 10px;
    }

    .AttributeSection__Label {
      display: inline-block;
    }

    .AttributeSection__Content {
      display: flex;
    }

    .EmbroideryCtaSection__EmbroideryCta {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      padding: 14px 18px;
      background-color: #fff;
      border: 1px solid #d3dbe2;
      border-radius: var(--button-radius);
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .EmbroideryCtaSection__EmbroideryCta:hover {
      background-color: #f5f5f5;
    }

    .EmbroideryCtaSection__RightSideContent {
      display: flex;
      align-items: center;
      gap: 5px;
    }

    .EmbroiderySection__PriceText {
      font-weight: normal;
    }

    .BaseIcon__StyledIcon {
      vertical-align: middle;
    }

    /* Embroidery Modal */
    .EmbroideryModal__Portal {
      display: none; /* Hidden by default */
    }

    .EmbroideryModal__Portal--active {
      display: block;
    }

    .EmbroideryModal__Overlay {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1000;
    }

    .EmbroideryModal__Content {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #f5f5f5;
      border: 1px solid #e5e5e5;
      border-radius: 0;
      z-index: 1001;
      transform: translateY(100%);
      transition: transform 0.3s ease-in-out;
      overflow: auto;
    }

    .EmbroideryModal__Portal--active .EmbroideryModal__Content {
      transform: translateY(0);
    }

    .EmbroideryModal__Body {
      padding: 0px 40px 40px;
      /*overflow: auto;*/
    }

    .EmbroideryModalHeader__Wrap {
      display: flex;
      padding: 12px 0px;
      position: sticky;
      top: 0px;
      z-index: 101;
    }

    .EmbroideryModalHeader__SectionWrap {
      flex: 1 1 0%;
      position: absolute;
    }

    .Button__StyledButton {
      background: none;
      border: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 5px;
      padding: 5px;
      font-family: inherit;
      font-size: inherit;
      font-weight: 500;
    }

    .EmbroideryModalHeader__CloseButton {
      background: none;
      gap: 5px;
      font-family: inherit;
      /*font-weight:600;
      letter-spacing: 0.15em;
      line-height: 1.7;*/
      -webkit-box-align: center;
      align-items: center;
      border-color: rgb(40, 40, 40);
      border-radius: var(--button-radius);
      border-style: solid;
      border-width: 2px;
      color: rgb(40, 40, 40);
      cursor: pointer;
      display: inline-flex;
      -webkit-box-pack: center;
      justify-content: center;
      min-height: 42px;
      /*text-transform: uppercase;*/
      transition: background-color 0.2s, border-color 0.2s, color 0.2s;
      position: relative;
      outline: rgb(40, 90, 211) none calc(2px);
      outline-offset: calc(2px);
      background-color: rgb(255, 255, 255);
      border: 1px solid rgb(204, 204, 204);
      padding: 8px 16px;
    }

    .EmbroideryModalHeader__ButtonText {
      font-size: 16px;
      line-height: 1;
    }

    .EmbroideryModalHeader__TitleWrap {
      flex: 2;
      text-align: center;
    }

    .EmbroideryModalHeader__TitleText {
      /*font-size: 24px;*/
      margin: 0;
    }

    .EmbroideryModal__Container {
      display: flex;
      width: 100%;
      height: calc(100% - 64px);
      position: relative;
    }

    .EmbroideryModal__Section {
      -webkit-box-align: center;
      align-items: center;
      display: flex;
      flex-direction: column;
      flex: 1 1 0%;
      width: 100%;
      position: relative;
    }

.EmbroideryModal__Section--image .IconPreviewItem__Body.IconPreviewDemo {
   position: absolute;
    z-index: 1;
    left: 73%;
    top: calc(53%);
    height: 70px;
    border-radius: 4px;
    transform: rotate(335deg);
    display: flex;
    align-items: center;
}
.IconPreviewItem__Body.IconPreviewDemo img {
    width: 60px;
}

.EmbroideryModal__Section--image .IconPreviewItem__Body.IconPreviewDemo span.IconPreviewItem__Initials {
    font-size: 20px;
    font-family: 'PP Neue Montreal medium';
}
.cstm_text_color .shared-form-styles__SelectionButton.color_black, .cstm_text_color .shared-form-styles__SelectionButton.bkg_black {
    background-color: #000 !important;
}

.cstm_text_color .shared-form-styles__SelectionButton.active.color_black:after, .cstm_text_color .shared-form-styles__SelectionButton.active.bkg_black:after {
    position: absolute;
    left: 3px;
    top: 4px;
    width: 7px;
    height: 3px;
    border-left: 2px solid #fff;
    content: '';
    transform: rotate(313deg);
    border-bottom: 2px solid #fff;
}
.EmbroideryPreview__Body {
    position: relative;
}
   /* ==================================================== *
    *                                        Image Preview *
    * ==================================================== */
    .EmbroideryModal__Section--image {

    }

    .EmbroideryModal__ImageHeader {
      margin-bottom: 20px;
      text-align: center;
    }

    .EmbroideryModal__Title {
      /*font-size: 24px;*/
      margin-bottom: 10px;
    }

    .EmbroideryModal__Subtitle {
      font-size: 16px;
      color:#282828;
    }

    .EmbroideryModal__ImagePreviewWrap {
      text-align: center;
      position: relative;
      width: 100%;
    }

    .EmbroideryPreview__Body {
      height: 100%;
      /*overflow: hidden;*/
    }

    .FadeTransitionImage__Body {
      height: 100%;
      animation: 0.5s ease-in-out 0s 1 normal none running hFFKtc;
      padding-bottom: 100%;
      position: relative;
    }

    .FadeTransitionImage__Image {
      max-width: 100%;
      height: auto;
      border-radius: var(--button-radius);
      position: absolute;
      z-index: 1;
      display: block;
      width: 100%;
    }

    .EmbroideryPreview__ImageHide {
      opacity: 0;
      transition: opacity 0.4s;
      z-index: 10;
      display: none;
    }

    /* ==================== *
     *     Logo Preview     *
     * ==================== */
    .LogoPreviewItem__Container {
      font-size: clamp(8px, 1vw, 16px);
      position: absolute;
      z-index: 100;
      border: 2px dashed rgb(255, 255, 255);
      border-radius: 4px;
      background-color: rgba(255, 255, 255, 0.2);
      padding: 0.55em 1.5em;
      text-align: center;
      width: 157px;
    }

    .LogoPreviewConfirmed {
      left: 62%;
      top: calc(35%);
      transform: translate(-50%, -50%) rotateZ(0deg) scale(0.7);
      display: block;
    }
    .LogoPreviewItem__Container,
    .TextPreviewItem__Body {
      /*display: none;*/
    }
    .LogoPreviewItem__Container.LogoPreviewDemo {
      left: 57%;
      top: calc(40%);
      transform: translate(-50%, -50%) rotateZ(0deg) scale(1);
      display: block;
    }
      body .LogoPreviewItem__Container.LogoPreviewDemo.right-chest-logo{
          left: 10%;
      }
    body .LogoPreview__ImageContainer {
      padding: 20px;
  }
    .LogoPreviewItem__TextWrapper {
      display: flex;
      -webkit-box-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      align-items: center;
      text-align: center;
      width: 100%;
      margin: 0;
      padding: 0;
    }

    .LogoPreviewItem__PreviewText {
      line-height: 1.5em;
      font-weight: 700;
      text-transform: uppercase;
      color: rgb(255, 255, 255);
    }


    /* ==================== *
     *     Text Preview     *
     * ==================== */
    .TextPreviewItem__Body {
      font-size: clamp(8px, 1vw, 17px);
      color: black;
      font-family: Helvetica ;
      font-weight: bold;
      position: absolute;
      text-align: center;
      white-space: nowrap;
      z-index: 100;
    }
    .TextPreviewItem__Body[data-font="Block"]{
      font-family: Helvetica !important;
    }

    .TextPreviewItem__Body[data-color="Black"] {
      color: black;
    }

    .TextPreviewItem__Body[data-color="White"] {
      color: white;
    }

    .TextPreviewItem__Body[data-font="Block"] {
      font-family: inherit;
    }

    .TextPreviewItem__Body[data-font="Script"] {
      font-family: cursive;
    }

    .TextPreviewConfirmed {
      left: 62%;
      top: 23%;
      transform: translate(-50%, -50%) rotateZ(0deg) scale(0.7);
      display: block;
    }

    .TextPreviewItem__Body.TextPreviewDemo {
    left: 58%;
    top: 42%;
    transform: translate(-50%, -50%) rotateZ(0deg) scale(1);
    display: block;
    /* border: 1px dashed #ffffff85; */
    padding: 10px;
    }

    .TextPreviewItem__Text {
      display: block;
    }

    .PreviewContentHide {
      display: none;
    }

    /* ==================================================== *
     *                             Embroidery Modal Options *
     * ==================================================== */
    .EmbroideryModal__Section--options {
      display: flex;
      flex-direction: column;
    }

    .EmbroideryOptionSelector__Container {
      background-color: white;
      border: 1px solid rgb(229, 229, 229);
      border-radius: 8px;
      max-width: 468px;
      width: 100%;
    }


    /******************************
    Form Header
    ******************************/


    .EmbroideryFormHeader__Wrap {
      display: flex;
      -webkit-box-pack: justify;
      justify-content: space-between;
      /*text-transform: uppercase;*/
      padding: 24px 0;
      -webkit-box-align: center;
      align-items: center;
    }

    .EmbroideryFormHeader__TitleWrap {
      margin: 0 auto;
      font-family: inherit;
      font-size: 1.25em;
      text-transform: capitalize;
      font-weight: 500;
    }

    .BaseIcon__StyledIcon {
      fill: currentcolor;
    }

    .EmbroideryFormHeader__Button {
      padding: 0;
    }

    .EmbroideryFormHeader__Button .BaseIcon__StyledIcon {
      transform: rotateZ(180deg);
    }

    .EmbroideryFormHeader__ButtonText {
      /*font-size: 14px;
      font-weight: 500;*/
      line-height: 1;
    }

    .EmbroideryFormHeader__PriceWrap {
      /*
      line-height: 1.5;
      letter-spacing: 0.05em;*/
      font-size: initial;
      font-weight: 600;
    }

    /******************************
    Form Content
    ******************************/


    .EmbroideryOptionSelector__Content {
        display: none;
        flex-direction: column;
        -webkit-box-flex: 1;
        flex-grow: 1;
        overflow-y: auto;
        min-height: 0px;
        padding: 0px 24px 24px;
    }

    .EmbroideryOptionSelector__Content.active {
        display: flex; /* Active class to show selected content */
    }

    .EmbroideryOptionSelector__Title {
      /*font-size: 18px;*/
      margin-bottom: 10px;
      display: none;
    }

    .EmbroideryOption__List {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .EmbroideryOption__ListItem {
      border-bottom: 1px solid rgb(229, 229, 229);
    }

    .EmbroideryOption__ListItem:first-child {
      border-top: 1px solid rgb(229, 229, 229);
    }

    .EmbroideryOption__ListButton {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #fff;
      border-radius: var(--button-radius);
      cursor: pointer;
      transition: background-color 0.3s ease;
      line-height: 1.7;
      /*letter-spacing: 0.05em;*/
      font-family: inherit;
      font-size: inherit;
      width: 100%;
      padding: 20px 0px;
    }

    .EmbroideryOption__ListButton[disabled] {
      color: #ccc;
    }

    .EmbroideryModal__Section--options .EmbroideryOption__ListButton {
      border: none;
    }

    .EmbroideryOption__ListItemContent {
      display: flex;
      justify-content: space-between;
      width: 100%;
    }

    .EmbroideryOption__CheckboxWrap {
      display: flex;
      align-items: center;
      gap: 10px;
      /*text-transform: uppercase;*/
    }

    .StyledCheckbox__Checkbox {
    width: 18px;
    height: 18px;
    background: #ffff;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #212121;
    }

    .StyledCheckbox__Checkbox[data-checked="true"] {
      background: #000;
    }

    .EmbroideryOptionList__ListOptionText {
      font-size: inherit;
      font-weight: 400;
      text-transform: capitalize;
    }

    .EmbroideryOptionList__NewBadge {
      background: #e0e0e0;
      padding: 2px 6px;
      border-radius: 3px;
      font-size: 12px;
      margin-left: 5px;
    }

    .EmbroideryOption__PriceWrap {
      display: flex;
      align-items: center;
      gap: 5px;
      font-weight: 400;
    }

    .EmbroideryOption__Carat {
      vertical-align: middle;
    }


    .Main__Content .EmbroideryOptionSelector__ButtonWrap {
      display: flex;
      border-top: 0;
      padding-top: 24px;
      margin-top: 0px;
    }
    .EmbroideryOptionSelector__ButtonWrap {
      display: flex;
      border-top: 1px solid rgb(229, 229, 229);
      padding-top: 24px;
      margin-top: 24px;
    }
    .EmbroideryOptionSelector__Button--wrapper {
      width: 100%;
    }
    .EmbroideryOptionSelector__Button--wrapper.left--button {
      padding-inline-end: 4px;
    }
    .EmbroideryOptionSelector__Button--wrapper.right--button {
      padding-inline-start: 4px;
    }

    .EmbroideryOptionSelector__Button {
      background: #ccc;
      border: none;
      font-weight: 500;
      /*letter-spacing: 0.15em;
      line-height: 1.7;
      min-height: 42px;
      text-transform: uppercase;*/
      -webkit-box-align: center;
      align-items: center;
      border-radius: var(--button-radius);
      border-style: solid;
      border-width: 2px;
      cursor: not-allowed;
      display: inline-flex;
      font-size: initial;
      -webkit-box-pack: center;
      justify-content: center;
      transition: background-color 0.2s, border-color 0.2s, color 0.2s;
      position: relative;
      outline: rgb(40, 90, 211) none calc(2px);
      outline-offset: calc(2px);
      width: 100%;
      padding: 15px 32px;
      opacity: 0.7;
      background-color: rgb(229, 229, 229);
      border-color: rgb(229, 229, 229);
      color: rgb(82, 82, 82);
      font-family: inherit;
    }

    button.EmbroideryOptionSelector__Button--add,
    button.EmbroideryOptionSelector__Button--reset {
      border: 2px solid black;
      cursor: pointer;
      opacity: 1;
      transition: opacity 0.3s ease;
    }
    button.EmbroideryOptionSelector__Button--reset {
      {% comment %}
      -webkit-box-align: center;
      align-items: center;
      border: 2px solid black;
      display: flex;
      height: 56px;
      -webkit-box-pack: center;
      justify-content: center;
      padding: 0px;
      width: 100%;
      background: white;
      color: black;
      cursor: pointer;
      opacity: 1;
      transition: opacity 0.3s ease;
      {% endcomment %}
      background: white;
      color: black;
    }
    button.EmbroideryOptionSelector__Button--add {
      {% comment %}
      -webkit-box-align: center;
      align-items: center;
      border: 2px solid black;
      display: flex;
      height: 56px;
      -webkit-box-pack: center;
      justify-content: center;
      padding: 0px;
      width: 100%;
      background: black;
      color: white;
      cursor: pointer;
      opacity: 1;
      transition: opacity 0.3s ease;
      {% endcomment %}
      background: black;
      color: white;
  }
    button.EmbroideryOptionSelector__Button:hover {
      opacity: 0.7;
    }
.EmbroideryOptionSelector__Button{
  boder:0px;
  font-size: 16px;
  text-transform: uppercase;
  color: #525252;
}
    .EmbroideryOptionSelector__Button[aria-disabled="false"] {
      background: #000;
      color: #fff;
      cursor: pointer;
      outline: none;
    }

    .EmbroideryOptionSelector__Button[aria-disabled="false"]:hover {
      background: #000;
    }

    .StyledCheckbox__Checkbox > svg {
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      transition: opacity 0.2s;
    }

label.EmbroideryTextInput__Body {
    position: relative;
}

label.EmbroideryTextInput__Body  .EmbroideryTextInput__CharacterCount {
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 12px;
    color: #21212180;
    font-weight: 400;
}
.shared-form-styles__SelectionButton.diff_family {
    font-family: "Sacramento", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 18px;
}
.EmbroideryOptionSelector__ButtonWrap button {
    height: unset;
    padding: 10px 0;
    font-size: 16px;
}
.cstm_text_color .shared-form-styles__SelectionButton {
    font-size: 0 !important;
    width: 18px;
    height: 18px !important;
    border-radius: 50%;
    position: relative;
    max-width: 18px;
}

.cstm_text_color .shared-form-styles__SelectionButton.active {
    background: url(/cdn/shop/files/charm_tick.png);
    transform: scale(1.1);
    background-size: 88%;
    background-position: center;
}
    /* Embroidery Form Elements */
    .shared-form-styles__EmbroideryOptionWrapper {
      margin-top: 24px;
    }
    .shared-form-styles__Label {
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 10px;
    }
    .EmbroideryTextInput__Body input{
      border-color: black;
      border-style: solid;
      border-width:0px;
      border-bottom-width: 1px;
      border-radius: var(--button-radius);
      box-sizing: border-box;
      display: flex;
      padding: 0px 27px 0 0 !important;
      transition: border-color 0.2s;
      outline: none;
    }
.EmbroideryTextInput__Body input {
    box-shadow: none !important;
    outline: none;
}
.shared-form-styles__Label {
    font-size: 16px;
    font-weight: 500;
}
    input[type="text"].EmbroideryTextInput__Input {
      font-weight: normal;
    }

    input[type="text"].EmbroideryTextInput__Input:-webkit-autofill,
    input[type="text"].EmbroideryTextInput__Input:-webkit-autofill:hover,
    input[type="text"].EmbroideryTextInput__Input:-webkit-autofill:focus {
      -webkit-text-fill-color: inherit; /* Keeps text color consistent */
      font-weight: normal;
      transition: background-color 5000s ease-in-out 0s;
    }

    input[type="text"].EmbroideryTextInput__Input:-moz-autofill {
      font-weight: normal;
    }

    .EmbroideryTextInput__Input {
      /*font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.6px;
      outline: none;
      line-height: 1.25;*/
      padding: 12px 0 !important;
      border: none;
      display: block;
      font-family: inherit;
      width: 100%;
      min-height: 40px;
    }
    .EmbroideryTextInput__CharacterCount,
    .EmbroideryIcon__CharacterCount,
    .EmbroideryLogo__CharacterCount {
      -webkit-box-align: center;
      align-items: center;
      color: rgb(118, 118, 118);
      display: flex;
      font-size: 11px;
      -webkit-box-pack: end;
      justify-content: flex-end;
      min-width: 50px;
    }

    .shared-form-styles__SelectionButton.active {
      background-color:#212121;
      border-color: #212121;
      color: white !important;
    }

    .shared-form-styles__SelectionButton {
    background-color: white;
    border-color: rgb(178, 178, 178);
    color: #212121;
    font-size: initial !important;
    border-style: solid;
    border-width: 1px;
    border-radius: var(--button-radius);
    outline: none;
    width: 130px;
    cursor: pointer;
    font-family: inherit;
    display: inline-block;
    padding: 8px 0 !important;
    text-align: center;
    margin-top: 0px;
    font-size: 14px !important;
    margin-bottom: 0px;
    margin-inline: 0px 10px;
    border-radius: 3px;
    }
.shared-form-styles__EmbroideryOptionWrapper h4:has( + .EmbroideryTextInput__Wrapper) {
    display: none;
}
body .logo_coloropt label.shared-form-styles__SelectionButton.btn--logo__color {
    background-color: unset;
    color: #000 !important;
    border: 0;
    width: calc(100% - 40px) !important;
    margin-left: 0;
    display: flex;
    justify-content: space-between;
    padding-left: 5px !important;
    font-weight: 700;
}
.shared-form-styles__Description span {
    font-size: 14px;
}
button.bte_back2 {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    border: 0;
    background-color: transparent;
}
button.bte_back2 svg.BaseIcon__StyledIcon {
    transform: rotate(180deg);
}
a.sEmbroideryOptionSelector__Button--login {
    border: 1px solid #000000;
    display: inline-block;
    padding: 14px 25px;
    border-radius: 25px;
    font-family: PP Neue Montreal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    background-image: url();
    background-size: 30px;
    background-position: calc(100% - 33px) center;
}

.EmbroideryModalHeader__SectionWrap {
    position: absolute;
    width: 100%;
}
.norm_mesg {
    padding: 10px;
    background-color: #F5F5F5;
    margin-top: 10px;
}
.or_option {
    position: relative;
    display: block;
    margin: 15px 0;
    font-family: 'PP Neue Montreal bold';
}
.cstn_value .lolg {
    color: #282828;
    font-family: 'PP Neue Montreal bold';
}

.cstn_value {
    margin-top: 15px;
    display: flex;
    font-size: 16px;
}

.cstn_value .shared-form-styles__PriceText {
    margin-left: auto;
    display: inline-block;
}

.cstn_value span.title {
    padding-left: 5px;
    color: #21212180;
}
.or_option:after {
    content: '';
    background-color: #D9D9D9;
    width: calc(100% - 30px);
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
}
.shared-form-styles__Description span a {
    font-weight: bold;
}
.logo_coloropt input {
    display: block !important;
}

.logo_coloropt .shared-form-styles__ScrollableItemsWrapper .shared-form-styles__ScrollableItemsContent {
    display: flex !important;
}

label.shared-form-styles__SelectionButton.btn--logo__color.active {}

    .btn--logo__color {
      /* width: 160px; */
    }

    .shared-form-styles__SelectedOptionText {
      font-size: 16px;
      line-height: 1.7;
      letter-spacing: 0.05em;
      color: #21212180;
      text-transform: none;
      font-weight: 400;
      margin-left: 10px;
      text-transform: uppercase;
    }
    .hidden-radio {
      display: none;
    }


  /*******************************
                   Embroidery Icon
   *******************************/
  .IconGroup__IconGroupLabel {
      margin-top: 20px !important;
      margin-bottom: 10px !important;
  }
  .shared-form-styles__ScrollableItemsContent {
      flex-wrap: wrap;
      display: inline-flex;
      white-space: unset;
      padding-top: 0px;
      padding-bottom: 0px;
      margin-top: 0px;
  }
  .IconSelector__IconButton {
    height: 62px;
    width: 62px;
    margin-inline-end: 7px;
    margin-bottom: 7px;
    border: 1px solid rgb(178, 178, 178);
    border-radius: var(--button-radius);
    /* height: 52px; */
    outline: none;
    padding: 2px !important;
    /* width: 52px; */
    /* margin-inline-end: 12px; */
    /* margin-bottom: 12px; */
    cursor: pointer;
    background: white;
  }
  .IconSelector__IconButton.active {
    border-color: #000;
    border: 1px solid black;
    padding: 2px !important;
    background: white;
  }

  .IconSelector__StyledResponsiveImage {
      background: rgb(135, 215, 190);
      box-sizing: border-box;
      height: 100%;
      object-fit: cover;
      font-family: "object-fit: cover";
      padding: 2px;
      aspect-ratio: 1 / 1;
      position: relative;
      width: 100%;
      max-width: 100%;
  }




  /*******************************
                  Embroidery Logo
   *******************************/
  /* Logo Upload Styles */
  .EmbroideryFileUpload__Wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
  }

  .EmbroideryFileUpload__Input {
    display: none;
  }

  .EmbroideryFileUpload__Label {
    background-color: #f5f5f5;
    border: 1px solid #d3dbe2;
    border-radius: var(--button-radius);
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .EmbroideryFileUpload__Label:hover {
    background-color: #e0e0e0;
  }

  .EmbroideryFileUpload__FileName {
    font-size: 14px;
    color: #666;
  }

  /* Login Button Styles */
  .EmbroideryOptionSelector__Button--login {
    background-color: #000;
    color: #fff;
    width: 100%;
    padding: 16px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }

  .EmbroideryOptionSelector__Button--login:hover {
    background-color: #333;
  }

  .shared-form-styles__Description {
    display: flex;
    gap: 8px;
    background-color: rgb(245, 245, 245);
    border-radius: var(--button-radius);
    padding: 8px 16px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-family: inherit;
    color: inherit;
    line-height: 20px;
  }
  .shared-form-styles__WarningEmojiWrapper {
    font-size: 18px;
    margin-top: 4px;
  }

  /***************************************************** Upload Button Styles */
  .UploadButton__Container {
    width: 100%;
    margin: 24px 0px;
  }
  .UploadButton__Label {
      font-family: inherit;
      /*font-size: 12px;
      line-height: 1.5;
      text-transform: uppercase;
      letter-spacing: 0.15em;
      font-weight: 700;*/
      border-radius: var(--button-radius);
      padding: 12px 0px;
      gap: 16px;
      display: flex;
      width: 100%;
      cursor: pointer;
      background-color: rgb(40, 40, 40);
      color: white;
      -webkit-box-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      align-items: center;
      transition: background-color 0.3s ease;
  }
  .UploadButton__Label:hover {
      background-color: rgb(82, 82, 82);
      border-color: rgb(82, 82, 82);
      color: rgb(255, 255, 255);
  }
  .UploadButton__Input {
      display: none;
  }

  .LogoPreview__Container {
      position: relative;
      margin: 24px 0px 0px;
      border-radius: 3px;
      border: 2px solid #282828;
      display: flex;
      -webkit-box-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      align-items: center;
      max-width:200px;
  }

  .LogoPreview__ImageContainer {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    max-width: 100%;
    max-height: 100%;
    padding: 57px 68px 57px 67px;
  }

  /* Preview Image */
  .Image__ResponsiveImage {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: var(--button-radius);
    position: relative;
    object-fit: cover;
    background: transparent;
  }

  /* Remove Button */
  .LogoPreview__TrashButton {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    position: absolute;
    bottom: -4px;
    left: calc(100% + 5px);
    background-color: transparent;
    cursor: pointer;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border: none;
    transition: background-color 0.3s ease;
  }

  /* .LogoPreview__TrashButton:hover {
    background-color: #f9f9f9;
  } */

  /* image fix on cart drawer */
  .image__cart {
      max-width: 120px;
      max-height: 120px;
      width: 100%;
      height: auto;
  }

  .EmbroideryLogoSetup__HeadlineMicro {
      margin: 0;
      font-weight: 400;
      letter-spacing: 0.65px;
      line-height: 22px;
      font-size: 13px;
  }
  label.EmbroideryTextInput__Body.error {
      border: 2px solid #ff0000;
  }

    /* Accordian Styles */

    .Accordion__StyledAccordionList {
      background: rgb(255, 255, 255);
      color: rgb(40, 40, 40);
      margin: 0px auto;
      max-width: 100%;
      padding: 0px;
      width: 100%;
    }


    .Accordion__StyledAccordionHeaderContainer {
      background: rgb(255, 255, 255);
      font-size: inherit;
      font-family: inherit;
      text-transform: capitalize;
      -webkit-box-pack: justify;
      justify-content: space-between;
      /*font-weight: 700;
      letter-spacing: 0.15em;*/
      line-height: 18px;
      padding: 24px 0px 8px;
      -webkit-box-align: center;
      align-items: center;
      display: flex;
      width: 100%;
      border: 0px;
      color: currentcolor;
      cursor: pointer;
      margin: 0px;
    }

    .Accordion__StyledAccordionBodyContainer {
      width: 100%;
      height: 100%;
      padding-left: 0px;
      padding-right: 6px;
      padding-bottom: 0px;
      background: rgb(255, 255, 255);
      border-bottom: none;
      max-height: 2000px;
      opacity: 1;
      overflow: hidden;
      box-sizing: content-box;
    }

    textarea.Note__TextArea {
      font-size: 14px;
      font-family: inherit !important;
      font-weight: 400;
      line-height: 22px;
      letter-spacing: 0.65px;
      box-sizing: border-box;
      padding: 9px 18px;
      width: 100%;
      height: 179px;
      resize: vertical;
      border: 1px solid black;
    }

  .Accordion__StyledAccordionBodyContainer {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
  }

  .Accordion__StyledAccordionHeaderContainer {
    cursor: pointer;
  }

  .Accordion__StyledAccordionHeaderIcon {
    transition: transform 0.3s ease-in-out;
  }

  .Accordion__StyledAccordionHeaderIcon.is-expanded {
    transform: rotate(90deg);
  }

    .Accordion__StyledAccordionHeaderControl {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .Accordion__StyledAccordionHeaderIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .Accordion__StyledAccordionHeaderIcon svg {
    display: block; /* Ensures the SVG is treated as a block element */
    margin: 0 auto; /* Centers the SVG horizontally */
  }

  /*********************************Adding Logo Ends************************************/

    .TextPreviewItem__Body.right-chest-text.TextPreviewDemo,
    .TextPreviewItem__Body.right-chest-text.TextPreviewDemo.TextPreviewConfirmed {
      left: 13%;
      top: 42%;
      transform: translate(-50%, -50%) rotateZ(0deg) scale(1);
    }

    .TextPreviewItem__Body.right-chest-text.TextPreviewConfirmed {
      left: 36%;
      top: 23%;
      transform: translate(-50%, -50%) rotateZ(0deg) scale(0.7);
    }

    .LogoPreviewItem__Container.LogoPreviewDemo.right-chest-logo,
    .LogoPreviewItem__Container.LogoPreviewDemo.right-chest-logo.LogoPreviewConfirmed {
      left: 13%;
      top: calc(31%);
      transform: translate(-50%, -50%) rotateZ(0deg) scale(1);
    }
    .LogoPreviewItem__Container.right-chest-logo.LogoPreviewConfirmed {
      left: 36%;
      top: calc(18%);
      transform: translate(-50%, -50%) rotateZ(0deg) scale(0.7);
    }

  .EmbroideryModalHeader__TitleWrap.EmbroideryLarge__hide,
  .EmbroideryModalHeader__SectionWrap.EmbroideryLarge__hide {
    display: none;
  }
h2.EmbroideryFormHeader__TitleWrap {
    text-transform: uppercase;
    color: #282828;
}

/* Additional CSS start */

.previous_approved {
    max-width: 100%;
    padding: 2px 5px; 
}

.previous_approved:focus {
    outline: none;
}

.previous_approved + button#submitBtn {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    padding: 10px 25px;
    text-transform: uppercase;
    transition: .3s;
    cursor:pointer;
}

.previous_approved + button#submitBtn:hover {
    background: transparent;
    color: #000;
}

.csm_yarra-two-pocket-scrub-top .TextPreviewItem__Body.TextPreviewDemo, .csm_yarra-two-pocket-scrub-top .LogoPreviewItem__Container.LogoPreviewDemo.LogoPreviewItem__Container {
    top: 47%;
}
.TextPreviewItem__Body.TextPreviewDemo {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.csm_elizabeth-nehru-top .TextPreviewItem__Body.TextPreviewDemo, .csm_elizabeth-nehru-top .LogoPreviewItem__Container.LogoPreviewDemo {
    top: 43%;
}
body .csm_eildon-three-pocket-scrub-top .TextPreviewItem__Body.TextPreviewDemo, body .csm_eildon-three-pocket-scrub-top .LogoPreviewItem__Container.LogoPreviewDemo{
    top: 43%;
}
body .csm_clyde-two-pocket-scrub-top .TextPreviewItem__Body.TextPreviewDemo, body .csm_clyde-two-pocket-scrub-top .LogoPreviewItem__Container.LogoPreviewDemo{
      top: 40%;
}
body .csm_clyde-two-pocket-scrub-top .LogoPreviewItem__Container.LogoPreviewDemo.right-chest-logo, body .csm_clyde-two-pocket-scrub-top .TextPreviewItem__Body.TextPreviewDemo.right-chest-text {
    left: 14% ! IMPORTANT;
}
.csm_eildon-three-pocket-scrub-top .TextPreviewItem__Body.TextPreviewDemo.left-chest-text
 .csm_eildon-three-pocket-scrub-top .LogoPreviewItem__Container.LogoPreviewDemo.left-chest-logo { 
    left: 56%;
}
.csm_elizabeth-nehru-top .TextPreviewItem__Body.TextPreviewDemo.left-chest-text {
    left: 63%;
}
.csm_clyde-two-pocket-scrub-top .TextPreviewItem__Body.TextPreviewDemo.left-chest-text, .csm_clyde-two-pocket-scrub-top .LogoPreviewItem__Container.left-chest-logo{
  left:56%;
}
.csm_eildon-three-pocket-scrub-top .TextPreviewConfirmed, .csm_eildon-three-pocket-scrub-top .LogoPreviewConfirmed {
    top: 20% !important;
}
.csm_elizabeth-nehru-top .TextPreviewConfirmed, .csm_elizabeth-nehru-top .LogoPreviewConfirmed {
    top: 21% !important;
}

.csm_eildon-three-pocket-scrub-top .TextPreviewConfirmed.left-chest-text {
    left: 63%;
}
.csm_elizabeth-nehru-top .TextPreviewConfirmed.left-chest-text, .csm_elizabeth-nehru-top .LogoPreviewItem__Container.LogoPreviewConfirmed.left-chest-logo{
      left: 67%;
}
.csm_elizabeth-nehru-top .TextPreviewConfirmed.right-chest-text, .csm_elizabeth-nehru-top .LogoPreviewItem__Container.LogoPreviewConfirmed.right-chest-logo{
      left: 32%;
}
.csm_yarra-two-pocket-scrub-top .TextPreviewItem__Body.TextPreviewConfirmed, .csm_yarra-two-pocket-scrub-top .LogoPreviewItem__Container.LogoPreviewConfirmed {
    top: 21%;
}
.csm_yarra-two-pocket-scrub-top .TextPreviewItem__Body.TextPreviewConfirmed.left-chest-text, .csm_yarra-two-pocket-scrub-top .LogoPreviewItem__Container.LogoPreviewConfirmed.left-chest-logo {
    left: 66%;
}
.csm_elizabeth-nehru-top .LogoPreviewItem__Container.LogoPreviewDemo.left-chest-logo {
    left: 62%;
}
.csm_daintree-three-pocket-scrub-top .LogoPreviewItem__Container.LogoPreviewConfirmed, .csm_daintree-three-pocket-scrub-top .TextPreviewItem__Body.TextPreviewConfirmed {
    top: 21%;
}

.csm_daintree-three-pocket-scrub-top .LogoPreviewItem__Container.LogoPreviewConfirmed.left-chest-logo, .csm_daintree-three-pocket-scrub-top .TextPreviewItem__Body.TextPreviewConfirmed.left-chest-text {
    left: 66%;
}
.csm_clyde-two-pocket-scrub-top .TextPreviewItem__Body.TextPreviewConfirmed, .csm_clyde-two-pocket-scrub-top .LogoPreviewItem__Container.LogoPreviewConfirmed {
    top: 21%;
}
.csm_clyde-two-pocket-scrub-top .TextPreviewItem__Body.TextPreviewConfirmed.left-chest-text, .csm_clyde-two-pocket-scrub-top .LogoPreviewItem__Container.LogoPreviewConfirmed.left-chest-logo {
      left: 66%;
}

.csm_clyde-two-pocket-scrub-top .TextPreviewItem__Body.TextPreviewConfirmed.right-chest-text, .csm_clyde-two-pocket-scrub-top .LogoPreviewItem__Container.LogoPreviewConfirmed.right-chest-logo {
        left: 32%;
}

.csm_eildon-three-pocket-scrub-top .TextPreviewItem__Body.TextPreviewDemo.left-chest-text, .csm_eildon-three-pocket-scrub-top .LogoPreviewItem__Container.LogoPreviewDemo.left-chest-logo {
     left: 53%;
}
.csm_eildon-three-pocket-scrub-top .TextPreviewItem__Body.TextPreviewConfirmed.left-chest-text, .csm_eildon-three-pocket-scrub-top .LogoPreviewItem__Container.LogoPreviewConfirmed.left-chest-logo {
     left: 64%;
}

.csm_eildon-three-pocket-scrub-top .TextPreviewItem__Body.TextPreviewConfirmed.right-chest-text, .csm_eildon-three-pocket-scrub-top .LogoPreviewItem__Container.LogoPreviewConfirmed.right-chest-logo {
      left: 33%;
}
.csm_daintree-three-pocket-scrub-top .TextPreviewItem__Body.TextPreviewDemo, .csm_daintree-three-pocket-scrub-top .LogoPreviewItem__Container.LogoPreviewDemo {
    top: 44%;
}
@media(max-width:991px){
body .csm_eildon-three-pocket-scrub-top .TextPreviewItem__Body.TextPreviewDemo, body .csm_eildon-three-pocket-scrub-top .LogoPreviewItem__Container.LogoPreviewDemo,
body .csm_clyde-two-pocket-scrub-top .TextPreviewItem__Body.TextPreviewDemo, body .csm_clyde-two-pocket-scrub-top .LogoPreviewItem__Container.LogoPreviewDemo {
    top: 38%;
}
body .csm_eildon-three-pocket-scrub-top .TextPreviewItem__Body.TextPreviewDemo.right-chest-text,
body .csm_eildon-three-pocket-scrub-top .LogoPreviewItem__Container.LogoPreviewDemo.right-chest-logo{
  left: 15%;
 }
}

@media(max-width:768px){
  .csm_elizabeth-nehru-top .TextPreviewConfirmed, .csm_elizabeth-nehru-top .LogoPreviewConfirmed {
    top: 19% !important;
}
  .csm_yarra-two-pocket-scrub-top .TextPreviewItem__Body.TextPreviewConfirmed, .csm_yarra-two-pocket-scrub-top .LogoPreviewItem__Container.LogoPreviewConfirmed {
    top: 20%;
}
  .csm_clyde-two-pocket-scrub-top .TextPreviewItem__Body.TextPreviewConfirmed, .csm_clyde-two-pocket-scrub-top .LogoPreviewItem__Container.LogoPreviewConfirmed {
    top: 20%;
}
  .csm_yarra-two-pocket-scrub-top .TextPreviewItem__Body.TextPreviewDemo, .csm_yarra-two-pocket-scrub-top .LogoPreviewItem__Container {
    top: 43%;
}
  .csm_daintree-three-pocket-scrub-top .TextPreviewItem__Body.TextPreviewDemo, .csm_daintree-three-pocket-scrub-top .LogoPreviewItem__Container{
        top: 41%;
  }
.csm_eildon-three-pocket-scrub-top .TextPreviewConfirmed, .csm_eildon-three-pocket-scrub-top .LogoPreviewConfirmed {
    top: 19% !important; 
}
.csm_eildon-three-pocket-scrub-top .LogoPreviewItem__Container.LogoPreviewDemo{
    top: 35%;
}
body .csm_eildon-three-pocket-scrub-top .TextPreviewItem__Body.TextPreviewDemo{
  top: 39%;
}
.csm_elizabeth-nehru-top .TextPreviewItem__Body.TextPreviewDemo, .csm_elizabeth-nehru-top .LogoPreviewItem__Container.LogoPreviewDemo {
    top: 39%;
}
.csm_daintree-three-pocket-scrub-top .LogoPreviewItem__Container.LogoPreviewConfirmed, .csm_daintree-three-pocket-scrub-top .TextPreviewItem__Body.TextPreviewConfirmed {
    top: 22%;
}
.csm_daintree-three-pocket-scrub-top .LogoPreviewItem__Container.LogoPreviewDemo {
    top: 42%;
}
}
@media(max-widh:575px){
   .csm_clyde-two-pocket-scrub-top .TextPreviewItem__Body.TextPreviewConfirmed, .csm_clyde-two-pocket-scrub-top .LogoPreviewItem__Container.LogoPreviewConfirmed {
      top: 19%;
   }
  .csm_daintree-three-pocket-scrub-top .LogoPreviewItem__Container.LogoPreviewConfirmed, .csm_daintree-three-pocket-scrub-top .TextPreviewItem__Body.TextPreviewConfirmed {
    top: 20%;
}
 .csm_daintree-three-pocket-scrub-top .TextPreviewItem__Body.TextPreviewDemo, .csm_daintree-three-pocket-scrub-top .LogoPreviewItem__Container{
        top: 40%;
  }
  .csm_daintree-three-pocket-scrub-top .LogoPreviewItem__Container.LogoPreviewDemo {
    top: 39%;
}
body .csm_daintree-three-pocket-scrub-top .LogoPreviewItem__Container.LogoPreviewDemo.right-chest-logo {
        left: 16%;
    }
    .csm_daintree-three-pocket-scrub-top .LogoPreviewItem__Container.LogoPreviewDemo,.csm_daintree-three-pocket-scrub-top .textPreviewItem__Container.textPreviewDemo {
    top: 39%;
}
.csm_daintree-three-pocket-scrub-top .LogoPreviewItem__Container.LogoPreviewDemo {
        top: 38%;
    }
}
/* Additional CSS end */
@media(max-width:1500px){
  body .LogoPreviewItem__Container{
    width: 130px;
  }
 body .LogoPreviewItem__Container.LogoPreviewDemo.right-chest-logo{
    left:12%;
  }
  .IconPreviewItem__Body.IconPreviewDemo img {
    width: 40px;
}
  .EmbroideryModal__Section--image .IconPreviewItem__Body.IconPreviewDemo span.IconPreviewItem__Initials {
    font-size: 17px;
}
}
@media(max-width:1300px){
 body .EmbroideryModal__Section--image .IconPreviewItem__Body.IconPreviewDemo {
    left: 71%;
    top: calc(53%);
    height: 55px;
}
  .IconPreviewItem__Body.IconPreviewDemo img {
    width: 55px;
}
  .IconSelector__IconButton {
    height: 50px;
    width: 50px;
  }
 body .LogoPreviewItem__Container {
    width: 100px;
}
.TextPreviewItem__Body.TextPreviewDemo.right-chest-text {
    left: 14%;
}

}
  @media screen and (min-width: 812px) {
     .EmbroideryLarge__hide {
      display: none;
    }
  }

  /* Mobile Responsive Styles */

@media(max-width:991px){
  
    body .LogoPreviewItem__Container {
        width: 85px;
    }
    .shared-form-styles__Label {
    letter-spacing: 1px;
}
    body .LogoPreviewItem__Container.LogoPreviewDemo.right-chest-logo{
    left:13%;
  }
  .EmbroideryModal__Section--image .IconPreviewItem__Body.IconPreviewDemo {
    left: 69%;
    top: calc(51%);
  }
    .IconPreviewItem__Body.IconPreviewDemo img {
        width: 36px;
    }
.EmbroideryModal__Section--image .IconPreviewItem__Body.IconPreviewDemo span.IconPreviewItem__Initials {
        font-size: 14px;
    }
.EmbroideryModal__Body {
    padding: 0px 20px 20px;
}
  .product-details>.group-block h1 {
    font-size: 18px;
  }
  .EmbroideryFormHeader__TitleWrap{
    font-size: 15px;
  }
  div.EmbroideryModal__Container{
    margin-top: 0px;
  }
  .Button__StyledButton.EmbroideryModalHeader__CloseButton {
    top: 0px;
    right: 0;
}
  .Button__StyledButton.EmbroideryModalHeader__CloseButton *{
    font-size: 13px;
  }
}
  @media screen and (max-width: 768px) {
    label.EmbroideryTextInput__Body .EmbroideryTextInput__CharacterCount {
    right: unset;
    left: 0;
    justify-content: flex-start;
}
    .EmbroideryModal__Section--image .IconPreviewItem__Body.IconPreviewDemo {
    left: 72%;
    top: calc(50%);
    }
    .LogoPreviewItem__Container {
    width: 90px;
}
    .UploadButton__Container {
    width: 100%;
    margin: 0px 0 15px;
}
.EmbroideryOptionSelector__Content {
    padding: 0px 15px 15px;
}
    .Button__StyledButton.EmbroideryModalHeader__CloseButton * {
    font-size: 12px;
}
    div.EmbroideryFormHeader__Wrap {
        padding: 12px 0;
    }
    .shared-form-styles__Label {
    font-size: 13px;
    letter-spacing: 0;
    }
    .cstn_value {
    font-size: 14px;
}
    .shared-form-styles__SelectedOptionText {
    font-size: 14px;
    }
    .EmbroideryFormHeader__TitleWrap {
    font-size: 15px;
}
    .EmbroideryFormHeader__PriceWrap {
    font-size: 12px;
}
    .shared-form-styles__SelectionButton {
    padding: 5px 0 !important
    }
    .LogoPreviewItem__Container {
    width: 100px;
}
    .EmbroideryOptionList__ListOptionText, .EmbroideryOption__PriceWrap {
    font-family: 'PP Neue Montreal';
}
    .Button__StyledButton.EmbroideryModalHeader__CloseButton {
    top: 10px;
    position: absolute;
    right: 10px;
}
    .AttributeSection__Title {
      font-size: 16px;
    }

    .EmbroideryCtaSection__EmbroideryCta {
      padding: 15px 18px 15px 20px;
      flex-direction: row;
      align-items: flex-start;
      gap: 10px;
    }

    .FadeTransitionImage__Body {
      padding-bottom: 110%;
      border-radius: 48px;
    }
    /*
    .EmbroideryCtaSection__RightSideContent {
      width: 100%;
      justify-content: space-between;
    }
    */
    .EmbroideryModal__Body {
      padding: 0 20px 20px;
    }

    .EmbroideryModalHeader__Wrap {
      padding: 8px 0;
    }

    .EmbroideryModalHeader__TitleText {
      font-size: 18px;
    }

    .EmbroideryModalHeader__CloseButton {
      min-height: 36px;
      padding: 6px 12px;
      font-size: 12px;
    }

    .EmbroideryModal__Container {
      flex-direction: column;
      height: calc(100% - 48px);
    }

    .EmbroideryModal__Section {
      padding: 10px 0;
    }

    .EmbroideryModal__Title {
      font-size: 20px;
    }

    .EmbroideryModal__Subtitle {
      font-size: 14px;
    }

    .EmbroideryOptionSelector__Container {
      max-width: 100%;
    }

    .EmbroideryFormHeader__Wrap {
      padding: 16px 0;
    }

    .EmbroideryOption__ListButton {
      padding: 15px 0;
    }

    .EmbroideryOptionSelector__ButtonWrap {
      flex-direction: column;
      gap: 10px;
      padding-top: 16px;
      margin-top: 16px;
    }

    .EmbroideryOptionSelector__Button--wrapper.left--button,
    .EmbroideryOptionSelector__Button--wrapper.right--button {
      padding-inline-end: 0;
      padding-inline-start: 0;
    }

    .EmbroideryTextInput__Body {
      padding: 0 12px;
    }

    .shared-form-styles__SelectionButton {
      width: 100%;
      margin-inline: 0;
      margin-bottom: 10px;
      flex: 1 1 calc(50% - 10px);
      min-width: 0;
    }
    .shared-form-styles__SelectionButton.IconSelector__IconButton {
      flex: none;
    }
    .shared-form-styles__ScrollableItemsContent {
      display: flex;
      gap: 20px;
    }
    .shared-form-styles__ScrollableItemsContent[aria-labelledby="icon-group-figs"] {
      display: inline-flex;
      gap: 4px;
    }

    .btn--logo__color {
      width: 100%;
    }

    .IconSelector__IconButton {
      height: 50px;
      width: 50px;
      margin-inline-end: 5px;
      margin-bottom: 5px;
    }

    .EmbroideryFileUpload__Wrapper {
      flex-direction: column;
      align-items: flex-start;
    }

    .UploadButton__Label {
      padding: 10px 0;
    }

    .LogoPreview__ImageContainer {
      padding: 20px;
    }

    .image__cart {
      max-width: 80px;
      max-height: 80px;
    }
  }

  /* Smaller screens (below 480px) */
  @media screen and (max-width: 480px) {
    div.EmbroideryModal__Container {
    padding: 5px;
    }
    .EmbroideryModal__Body {
      padding: 0 10px 10px;
    }

    .EmbroideryModalHeader__TitleText {
      font-size: 16px;
    }

    .EmbroideryModal__Title {
      font-size: 18px;
    }
  }
