/** Shopify CDN: Minification failed

Line 16:20 Unexpected "{"
Line 16:29 Expected ":"
Line 17:14 Expected identifier but found whitespace
Line 17:16 Unexpected "{"
Line 17:25 Expected ":"
Line 17:61 Expected ":"
Line 21:22 Unexpected "{"
Line 21:31 Expected ":"
Line 22:16 Expected identifier but found whitespace
Line 22:18 Unexpected "{"
... and 6 more hidden warnings

**/
  #shopify-section-{{ section.id }} .password__logo-image {
    max-width: {{ section.settings.mobile_logo_max_width }}px;
  }

  @media screen and (min-width: 741px) {
    #shopify-section-{{ section.id }} .password__logo-image {
      max-width: {{ section.settings.logo_max_width }}px;
    }
  }
  .cf-field-container {
    /* color: #000; */
  }
  .cf-field {
    margin: 0px !important;
    padding: 0px !important;
    padding-right: 0.5em !important;
  }
  .cf-field label {
    padding-top: 29px;
    margin-top: 0px !important;
  }

  @media screen and (max-width: 580px) {
    .cf-field label {
      padding-top: 15px;
    }
  }
  .cf-field-container .cf-field .cf-select-wrap {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  display: flex;
  margin-top: 10px;
  background-color:#d7d8de;
}
.cf-field-container .cf-field .cf-select-wrap select {
  padding: 0 !important;
  border: none !important;
  height: 100% !important;
  box-shadow: none !important;
  text-align: left;
  background-color:#d7d8de;
}
.cf-form-inner .cf-form-actions button{
  background-color:#000!important;
  color:#fff!important;
}
.cf-field-container .cf-field .cf-select-search-wrapper  .cf-select-wrap{
  padding: 0 !important;
  background-color: transparent;
}
.cf-field-container .cf-field .cf-select-search-wrapper  .cf-select-wrap .cf-search-icon+input{
  margin: 0 !important;
}


@media screen and (max-width: 580px) {
  .cf-fields-container {
    font-size: 14px;
  }
}

.cf-field input[type=text], .cf-field input[type=email], .cf-field input[type=number], .cf-field input[type=tel], .cf-field input[type=password], .cf-field textarea {
  padding: 10px 20px;
  border: 1px solid #d7d8de;
  margin-top: 10px;
  background-color: #d7d8de;
}

.cf-enum-field__choice  {
  cursor: pointer;
}
.cf-field[data-cf-field-type="checkbox"][data-cf-required=true] > label:after {
  display: none;
}
.cf-enum-field__choice input[type=radio], .cf-enum-field__choice input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #E7E7E7 !important;
  border-radius: 2px;
}

.cf-enum-field__choice input[type=checkbox]:checked {
  /* background-color: #8A2D3F; */
  background-color: #fff;
  border-radius: 2px;
  /* border: none !important; */
}
/* 
.cf-enum-field__choice input[type=checkbox]:checked::after {
  content: "";
  display: block;
  position: relative;
  top: 5px;
  left: 5px;
  /* width: 11px; */
  width: 10px;
  height: 7px;
  /* border-left: 2px solid #ffffff;
  border-bottom: 2px solid white; */
  /* border-left: 2px solid #000;
  border-bottom: 2px solid #000; */
  /* transform: rotate(-45deg); */
} */


.cf-enum-field__choice input[type=radio] {
  border-radius: 50vh !important;
}

.cf-enum-field__choice input[type=radio]:checked::after {
  content: "";
  display: block;
  position: relative;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50vh;
  /* background-color: #8a2d3f; */
  background-color: #000;
}

/* [data-cf-field-type="checkbox_list"] {
  padding-top: 29px;
} */

.cf-field-container.c-accordion-container {
    margin-top: 25px;
}

[data-cf-field-type="checkbox_list"] .cf-enum-field__choice {
  padding-top: 10px;
}
.cf-enum-field__choices {
    padding-left: 10px;
}
.c-register-caution__text {
    padding-top: 20px;
}
.cf-date-picker-container .cf-date-picker__icon {
  position: absolute;
  width: 20px;
  top: 60%;
  right: 1.5em;
  transform: translateY(calc(-50% - 2px));
  pointer-events: none;
}

.cf-form-inner[data-cf-mark-required-fields=true] .cf-field[data-cf-required=true] > label:after, .cf-form-inner[data-cf-mark-required-fields=true] .cf-field[data-cf-required=true] > .cf-enum-field__choices > fieldset > legend:after, .cf-fields-wrapper[data-cf-mark-required-fields=true] .cf-field[data-cf-required=true] > label:after, .cf-fields-wrapper[data-cf-mark-required-fields=true] .cf-field[data-cf-required=true] > .cf-enum-field__choices > fieldset > legend:after {
  content: "※";
  padding-left: 0.5em;
  color: #A22D41;
}

.cf-field[data-cf-invalid=true]:not([data-cf-field-type=repeating_group]){
  background: transparent;
  border: none;
}

.cf-field[data-cf-invalid=true]:not([data-cf-field-type=repeating_group]) input ,
.cf-field[data-cf-invalid=true]:not([data-cf-field-type=repeating_group]) .cf-select-wrap{
  border: 1px solid #ce2525;
}

.cf-field .cf-field-description{
  opacity: 1;
}

.cf-field .cf-field-description [data-policy-opener] ,
.shopify-policy__body [data-policy-opener] {
  text-decoration: underline;
  font-size: 15px;
}

  .privacy-policy-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }

  /* .cf-form-inner .cf-form-actions button {
    background-color: #ffffff !important;
    color: #000000 !important;
  } */

  .cf-error-message {
  width: 100%;
  text-align: left;
  color: #A22D41;
  border: 1px solid #A22D41;
}
  
.c-success-message {
  color: #fff;
}

.c-accordion-container{
  padding: 0 !important;
}

.c-accordion-container .cf-enum-field__choices {
  width: 100%;
}
.c-accordion-container .cf-enum-field__choices fieldset{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:0;
}
.c-accordion-container .cf-enum-field__choices legend{
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  padding-right: 24px;
  transition: opacity .3s ease;
  grid-column: 1 / -1;
  cursor: pointer;
}

.c-accordion-container .cf-enum-field__choices legend:after{
  content: "";
  position: absolute;
  right: 0;
  top: 48%;
  width: 6px;
  height: 6px;
  background: none;
  transform: translateY(-50%) rotate(45deg);
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transition: transform .3s ease;
}
.c-accordion-container .cf-enum-field__choices legend.is-open:after{
  transform: translateY(-30%) rotate(225deg);
}

.c-accordion-container .cf-enum-field__choices label{
  display: none;
}
.c-accordion-container .cf-enum-field__choices legend.is-open ~ label{
  display: flex;
}
/* 
  .privacy-policy-popup{
    position: relative;
    overflow: hidden;
  } */
  .shopify-policy__container {
    /* background-color: rgb(223, 224, 229);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); */
    /* width: 90%; */
    /* max-width: 600px;
    max-height: 80vh; */
    padding: 20px;
    /* color: #333; */
  }


  /* .privacy-policy-overlay .shopify-policy__title{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: var(--container-max-width);
    padding: 40px var(--container-gutter);
    background-color: rgb(223, 224, 229);
    margin: 0;
    z-index: 1;
  }
  
  .privacy-policy-overlay .shopify-policy__title .heading{
    margin-bottom: 0;
  }
  
  .privacy-policy-close-button {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
  }
  .privacy-policy-overlay .privacy-policy-headline:not(:first-child){
    margin-block-start: 40px !important;
  } */
  
  .shopify-policy__body{
    /* max-height: 80vh; */
    /* overflow-y: auto; */
    position: relative;
    /* padding-top: 120px; */
    /* padding-bottom: 40px; */

  }

  /* .shopify-policy__body h1{
    text-align: center;
    font-size: 24px;
    font-weight: 700;
  }
  .shopify-policy__body .rte h2{
    margin-block-start: 56px !important;
    margin-block-end: 10px !important;
    font-weight: 700;
    position: relative;
    padding-left: 24px;
    text-decoration: underline;
  }
  
  .shopify-policy__body .rte h2::before {
    content: counter(h2-counter) ".";
    counter-increment: h2-counter;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
  }
  
  .shopify-policy__body .rte {
    counter-reset: h2-counter;
  }
  .shopify-policy__body .rte h3{
    margin-block-start: 20px !important;
    margin-block-end: 10px !important;
    font-weight: 700;
  }
  .shopify-policy__body .rte ul,
  .shopify-policy__body .rte ol,
  .shopify-policy__body .rte p{
    margin-block-start: 10px !important;
    margin-block-end: 10px !important;
  }
  .shopify-policy__body .rte ol{
    list-style-type: none;
    margin-inline-start: 0;
  }
  .shopify-policy__body .rte ol li{
    position: relative;
    padding-left: 30px;
  }
  .shopify-policy__body .rte ol li:before {
    position: absolute;
    left: 0;
    top: 7px;
    line-height: 1;
  }
  .shopify-policy__body .rte ol li:nth-child(1):before{
    content: "(ⅰ)";
  }
  .shopify-policy__body .rte ol li:nth-child(2):before{
    content: "(ⅱ)";
  }
  .shopify-policy__body .rte ol li:nth-child(3):before{
    content: "(ⅲ)";
  }
  .shopify-policy__body .rte ol li:nth-child(4):before{
    content: "(ⅳ)";
  }
  .shopify-policy__body .rte ol li:nth-child(5):before{
    content: "(ⅴ)";
  }
  .shopify-policy__body .rte ol li:nth-child(6):before{
    content: "(ⅵ)";
  }
  .shopify-policy__body .rte ol li:nth-child(7):before{
    content: "(ⅶ)";
  }
  .shopify-policy__body .rte ol li:nth-child(8):before{
    content: "(ⅷ)";
  }
  .shopify-policy__body .rte ol li:nth-child(9):before{
    content: "(ⅸ)";.cf-field label
  }
  .shopify-policy__body .rte ol li:nth-child(10):before{
    content: "(ⅹ)";
  }
  .shopify-policy__body .rte ol li:nth-child(11):before{
    content: "(ⅺ)";
  }
  .shopify-policy__body .rte ol li:nth-child(12):before{
    content: "(ⅻ)";
  }

  .privacy-policy-popup .shopify-policy__body .table-wrapper {
    width: 100%;
    overflow-x: auto;
  }
  .privacy-policy-popup .shopify-policy__body table {
    width: 100% !important;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border-color: #BEBEC3;
  }
  .privacy-policy-popup .shopify-policy__body th,
  .privacy-policy-popup .shopify-policy__body td {
    margin: 0;
    border: none;
    width: 50% !important;
    padding: 8px !important;
    text-align: left;
    vertical-align: top;
    border-color: #BEBEC3;
    border: 1px solid #BEBEC3;
  }
  .privacy-policy-popup .shopify-policy__body th{
    text-align: center !important;
  }
  
  @media screen and (max-width: 740px) {
    .privacy-policy-popup {
      width: 95%;
    }
    .privacy-policy-overlay .shopify-policy__title{
      padding: 20px var(--container-gutter);
    }
    .shopify-policy__body{
      padding-top: 60px;
    }
    .privacy-policy-popup .shopify-policy__body tr{
      display: table-row !important;
      padding-block: 0 !important;
      /* border-top: none !important; */
    }
    .privacy-policy-popup .shopify-policy__body tr:first-child{
      /* border-top: 1px solid #BEBEC3 !important; */
    }
    .privacy-policy-popup .shopify-policy__body th,
    .privacy-policy-popup .shopify-policy__body td {
      display: table-cell !important;
      /* border-top: none !important;
      border-bottom: none !important; */
    }
  } */