@tailwind base;

@tailwind components;

@tailwind utilities;

/* Auth page */

.auth__container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 510px){
  .auth__container{
    max-width: 510px;
  }
}

@media (min-width: 640px){
  .auth__container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .auth__container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .auth__container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .auth__container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .auth__container{
    max-width: 1536px;
  }
}

.auth__container{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  .auth__content{
    margin: auto;
  }
  .auth__content{
    display: flex;
  }
  .auth__content{
    height: 100%;
  }
  .auth__content{
    width: 100%;
  }
  .auth__content{
    flex-direction: column;
  }
  .auth__content{
    gap: 1.25rem;
  }
  .auth__content{
    .auth__logo{
      margin: auto;
    }
    .auth__logo{
      margin-bottom: 2.5rem;
    }
    .auth__logo{
      height: 2.5rem;
    }
    .auth__logo{
      width: 11rem;
    }
    .auth__logo{
      img{
        height: 100%;
      }
      img{
        width: 100%;
      }
      img{
        -o-object-fit: contain;
           object-fit: contain;
      }
    }
    form{
      margin: auto;
    }
    form{
      display: flex;
    }
    form{
      height: auto;
    }
    form{
      width: 100%;
    }
    form{
      flex-direction: column;
    }
    form{
      gap: 1.25rem;
    }
    @media (min-width: 640px){
      form{
        width: 540px;
      }
    }
    form{
      .auth__text{
        margin-bottom: 1.25rem;
      }
      .auth__text{
        display: flex;
      }
      .auth__text{
        flex-direction: column;
      }
      .auth__text{
        align-items: flex-start;
      }
      .auth__text{
        justify-content: center;
      }
      .auth__text{
        gap: 0.5rem;
      }
      .auth__text__footer{
        gap: 1.25rem;
      }
      .auth__text__footer{
        text-align: start;
      }
      .auth__text__footer{
        h4{
          font-size: 1rem;
          line-height: 1.5rem;
        }
      }
      h2{
        font-size: 1.25rem;
        line-height: 1.75rem;
      }
      h2{
        font-weight: 700;
      }
      h2{
        --tw-text-opacity: 1;
        color: rgb(55 65 81 / var(--tw-text-opacity, 1));
      }
      @media (min-width: 640px){
        h2{
          font-size: 1.5rem;
          line-height: 2rem;
        }
      }
      h4{
        font-size: 0.875rem;
        line-height: 1.25rem;
      }
      h4{
        font-weight: 500;
      }
      h4{
        --tw-text-opacity: 1;
        color: rgb(107 114 128 / var(--tw-text-opacity, 1));
      }
      h4{
        span{
          display: block;
        }
        span{
          --tw-text-opacity: 1;
          color: rgb(55 65 81 / var(--tw-text-opacity, 1));
        }
      }
      .auth__name{
        display: flex;
      }
      .auth__name{
        flex-direction: column;
      }
      .auth__name{
        align-items: center;
      }
      .auth__name{
        justify-content: center;
      }
      .auth__name{
        gap: 0.5rem;
      }
      @media (min-width: 640px){
        .auth__name{
          margin-bottom: 1.25rem;
        }
      }
      @media (min-width: 640px){
        .auth__name{
          flex-direction: row;
        }
      }
      .auth__name{
        div{
          width: 100%;
        }
        @media (min-width: 640px){
          div{
            height: 60px;
          }
        }
      }
      .auth__click{
        margin-bottom: 1.25rem;
      }
      .auth__click{
        display: flex;
      }
      .auth__click{
        align-items: center;
      }
      .auth__click{
        justify-content: space-between;
      }
      .auth__click{
        gap: 1.25rem;
      }
      .auth__click{
        .auth__check{
          display: flex;
        }
        .auth__check{
          flex-direction: row;
        }
        .auth__check{
          align-items: center;
        }
        .auth__check{
          justify-content: center;
        }
        .auth__check{
          gap: 0.25rem;
        }
        .auth__check{
          input{
            height: 1rem;
          }
          input{
            width: 1rem;
          }
          input{
            border-radius: 1rem;
          }
          input{
            border-width: 1px;
          }
          input{
            accent-color: #5C18E4;
          }
          label{
            font-size: 0.875rem;
            line-height: 1.25rem;
          }
          label{
            font-weight: 500;
          }
          label{
            --tw-text-opacity: 1;
            color: rgb(55 65 81 / var(--tw-text-opacity, 1));
          }
          @media (min-width: 640px){
            label{
              font-size: 1rem;
              line-height: 1.5rem;
            }
          }
          a{
            font-size: 0.875rem;
            line-height: 1.25rem;
          }
          a{
            font-weight: 400;
          }
          a{
            --tw-text-opacity: 1;
            color: rgb(92 24 228 / var(--tw-text-opacity, 1));
          }
          @media (min-width: 640px){
            a{
              font-size: 1rem;
              line-height: 1.5rem;
            }
          }
        }
      }
      .auth__btns{
        margin-top: 2.5rem;
      }
      .auth__btns{
        display: flex;
      }
      .auth__btns{
        width: 100%;
      }
      .auth__btns{
        flex-direction: column;
      }
      .auth__btns{
        align-items: center;
      }
      .auth__btns{
        justify-content: center;
      }
      .auth__btns{
        gap: 0.5rem;
      }
      .auth__btns{
        button{
          width: 100%;
        }
        button{
          border-radius: 1rem;
        }
        button{
          background-color: transparent;
        }
        button{
          padding-top: 1rem;
          padding-bottom: 1rem;
        }
        button{
          padding-left: 0.5rem;
          padding-right: 0.5rem;
        }
        button{
          font-size: 1.25rem;
          line-height: 1.75rem;
        }
        button{
          font-weight: 700;
        }
        button{
          --tw-text-opacity: 1;
          color: rgb(255 255 255 / var(--tw-text-opacity, 1));
        }
        .btn__sign{
          --tw-bg-opacity: 1;
          background-color: rgb(92 24 228 / var(--tw-bg-opacity, 1));
        }
        .btn__sign{
          text-transform: uppercase;
        }
        .btn__facebook{
          --tw-bg-opacity: 1;
          background-color: rgb(45 104 219 / var(--tw-bg-opacity, 1));
        }
        .btn__facebook{
          text-transform: uppercase;
        }
        .btn__register{
          font-weight: 400;
        }
        .btn__register{
          text-transform: uppercase;
        }
        .btn__register{
          --tw-text-opacity: 1;
          color: rgb(92 24 228 / var(--tw-text-opacity, 1));
        }
        .btn__Create{
          --tw-bg-opacity: 1;
          background-color: rgb(255 106 0 / var(--tw-bg-opacity, 1));
        }
        .btn__Create{
          text-transform: uppercase;
        }
        .btn__register__custome{
          text-transform: uppercase;
        }
        .btn__register__custome{
          --tw-text-opacity: 1;
          color: rgb(255 106 0 / var(--tw-text-opacity, 1));
        }
      }
      .verfication__send{
        display: flex;
      }
      .verfication__send{
        height: 100%;
      }
      .verfication__send{
        width: 100%;
      }
      .verfication__send{
        flex-direction: column;
      }
      .verfication__send{
        align-items: center;
      }
      .verfication__send{
        justify-content: center;
      }
      .verfication__send{
        gap: 1.25rem;
      }
      .verfication__send{
        text-align: center;
      }
    }
  }
}

.error__messge{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  padding-inline-start: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.toggle-password-container{
  height: 0.5rem;
  width: 0.5rem;
  .toggle-password-icon{
    height: 100%;
  }
  .toggle-password-icon{
    width: 100%;
  }
  .toggle-password-icon{
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.auth__footer{
  margin: auto;
  display: flex;
  max-width: 48rem;
  flex-wrap: wrap-reverse;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

@media (min-width: 1024px){
  .auth__footer{
    justify-content: space-between;
  }
}

.auth__footer{
  .auth__footer__info{
    display: flex;
  }
  .auth__footer__info{
    flex-direction: row;
  }
  .auth__footer__info{
    gap: 1rem;
  }
  .auth__footer__info{
    text-align: center;
  }
  @media (min-width: 640px){
    .auth__footer__info{
      text-align: start;
    }
  }
  .auth__footer__social{
    display: flex;
  }
  .auth__footer__social{
    flex-direction: row;
  }
  .auth__footer__social{
    align-items: center;
  }
  .auth__footer__social{
    justify-content: center;
  }
  .auth__footer__social{
    gap: 0.5rem;
  }
  .auth__footer__social{
    div{
      height: 3rem;
    }
    div{
      width: 9rem;
    }
    @media (min-width: 1024px){
      div{
        height: 2rem;
      }
    }
    @media (min-width: 1024px){
      div{
        width: 7rem;
      }
    }
    div{
      img{
        height: 100%;
      }
      img{
        width: 100%;
      }
      img{
        -o-object-fit: contain;
           object-fit: contain;
      }
    }
  }
}

.auth__input{
  display: flex;
  height: 60px;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border-radius: 1rem;
  border-width: 2px;
  border-style: solid;
  padding: 1rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  input{
    width: 100%;
  }
  input{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  input{
    font-weight: 500;
  }
  input{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }
  input{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  @media (min-width: 640px){
    input{
      font-size: 1rem;
      line-height: 1.5rem;
    }
  }
  div{
    inset-inline-end: 1.25rem;
  }
  div{
    height: 1.25rem;
  }
  div{
    width: 1.25rem;
  }
  div{
    cursor: pointer;
  }
  div{
    img{
      height: 100%;
    }
    img{
      width: 100%;
    }
    img{
      -o-object-fit: contain;
         object-fit: contain;
    }
  }
}

/* Main page */

header{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 510px){
  header{
    max-width: 510px;
  }
}

@media (min-width: 640px){
  header{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  header{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  header{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  header{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  header{
    max-width: 1536px;
  }
}

header{
  position: relative;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.75rem;
  .page-header{
    position: relative;
  }
  .page-header{
    display: flex;
  }
  .page-header{
    width: 100%;
  }
  .page-header{
    flex-direction: column;
  }
  .page-header{
    align-items: center;
  }
  .page-header{
    justify-content: space-between;
  }
  .page-header{
    gap: 2.5rem;
  }
  @media (min-width: 1280px){
    .page-header{
      flex-direction: row;
    }
  }
  .page-header{
    .web__logo{
      height: 2.25rem;
    }
    .web__logo{
      width: 9rem;
    }
    .web__logo{
      img{
        height: 100%;
      }
      img{
        width: 100%;
      }
      img{
        -o-object-fit: contain;
           object-fit: contain;
      }
    }
    .web__search{
      display: flex;
    }
    .web__search{
      width: 100%;
    }
    .web__search{
      flex-direction: row;
    }
    .web__search{
      gap: 0.5rem;
    }
    .web__search{
      border-radius: 0.25rem;
    }
    .web__search{
      --tw-bg-opacity: 1;
      background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
    }
    .web__search{
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
    .web__search{
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
    @media (min-width: 1280px){
      .web__search{
        width: 50%;
      }
    }
    .web__search{
      input{
        width: 100%;
      }
      input{
        --tw-bg-opacity: 1;
        background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
      }
      input{
        outline: 2px solid transparent;
        outline-offset: 2px;
      }
      input::-moz-placeholder{
        --tw-text-opacity: 1;
        color: rgb(156 163 175 / var(--tw-text-opacity, 1));
      }
      input::placeholder{
        --tw-text-opacity: 1;
        color: rgb(156 163 175 / var(--tw-text-opacity, 1));
      }
      img{
        height: 1.25rem;
      }
      img{
        width: 1.25rem;
      }
      img{
        cursor: pointer;
      }
    }
    .bascket__btn{
      position: absolute;
    }
    .bascket__btn{
      top: 0.75rem;
    }
    .bascket__btn{
      inset-inline-end: 0.75rem;
    }
    .bascket__btn{
      display: flex;
    }
    .bascket__btn{
      height: 1.5rem;
    }
    .bascket__btn{
      width: 1.5rem;
    }
    @media (min-width: 1280px){
      .bascket__btn{
        display: none;
      }
    }
    .bascket__btn{
      img{
        height: 100%;
      }
      img{
        width: 100%;
      }
      img{
        -o-object-fit: contain;
           object-fit: contain;
      }
    }
    .menu__btn{
      position: absolute;
    }
    .menu__btn{
      top: 0.75rem;
    }
    .menu__btn{
      inset-inline-start: 0.75rem;
    }
    .menu__btn{
      display: flex;
    }
    .menu__btn{
      height: 1.5rem;
    }
    .menu__btn{
      width: 1.5rem;
    }
    .menu__btn{
      cursor: pointer;
    }
    @media (min-width: 1280px){
      .menu__btn{
        display: none;
      }
    }
    .menu__btn{
      img{
        height: 100%;
      }
      img{
        width: 100%;
      }
      img{
        -o-object-fit: contain;
           object-fit: contain;
      }
    }
  }
}

.web__info{
  display: none;
  flex-direction: row;
  gap: 1.5rem;
}

@media (min-width: 1280px){
  .web__info{
    display: flex;
  }
}

.account__btn{
  position: relative;
  display: flex;
  width: 9rem;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.header__actions{
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.header__actions_img{
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  img{
    height: 100%;
  }
  img{
    width: 100%;
  }
  img{
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.dropDown__account{
  position: absolute;
  top: 2.5rem;
  z-index: 10;
  display: flex;
  height: auto;
  width: 15rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-bottom: 0.5rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1280px){
  .dropDown__account{
    top: 2rem;
    inset-inline-start: 0px;
  }
}

.dropDown__account{
  .dropDown__actions{
    display: flex;
  }
  .dropDown__actions{
    width: 100%;
  }
  .dropDown__actions{
    flex-direction: row;
  }
  .dropDown__actions{
    align-items: center;
  }
  .dropDown__actions{
    justify-content: flex-start;
  }
  .dropDown__actions{
    gap: 0.25rem;
  }
  .dropDown__actions{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .dropDown__actions{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .dropDown__actions{
    text-transform: capitalize;
  }
  .dropDown__actions{
    --tw-text-opacity: 1;
    color: rgb(107 109 112 / var(--tw-text-opacity, 1));
  }
  .dropDown__actions:first-child{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .dropDown__actions:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  }
  .dropDown__btn{
    display: flex;
  }
  .dropDown__btn{
    height: 3rem;
  }
  .dropDown__btn{
    width: 13rem;
  }
  .dropDown__btn{
    flex-direction: row;
  }
  .dropDown__btn{
    align-items: center;
  }
  .dropDown__btn{
    justify-content: center;
  }
  .dropDown__btn{
    gap: 0.5rem;
  }
  .dropDown__btn{
    border-radius: 0.5rem;
  }
  .dropDown__btn{
    --tw-bg-opacity: 1;
    background-color: rgb(255 106 0 / var(--tw-bg-opacity, 1));
  }
  .dropDown__btn{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .dropDown__btn{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .dropDown__btn{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .dropDown__btn:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(238 99 0 / var(--tw-bg-opacity, 1));
  }
}

.delete{
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(255 80 80 / var(--tw-text-opacity, 1));
}

.delete:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.navbar{
  display: none;
  height: 60px;
  width: 100%;
  flex-direction: row;
  justify-content: space-around;
  gap: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(92 24 228 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px){
  .navbar{
    display: flex;
  }
}

.action__btn{
  position: relative;
  display: flex;
  width: 100%;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.25rem;
}

@media (min-width: 1280px){
  .action__btn{
    width: auto;
    flex-direction: row;
    align-items: center;
  }
}

.action__btn{
  .action__btn__img{
    height: 2rem;
  }
  .action__btn__img{
    width: 2rem;
  }
  .action__btn__img{
    img{
      height: 100%;
    }
    img{
      width: 100%;
    }
    img{
      -o-object-fit: contain;
         object-fit: contain;
    }
  }
  .action__btn__dropDown{
    position: relative;
  }
  .action__btn__dropDown{
    z-index: 10;
  }
  .action__btn__dropDown{
    margin-top: 0.5rem;
  }
  .action__btn__dropDown{
    display: flex;
  }
  .action__btn__dropDown{
    height: auto;
  }
  .action__btn__dropDown{
    width: 100%;
  }
  .action__btn__dropDown{
    flex-direction: column;
  }
  .action__btn__dropDown{
    align-items: flex-start;
  }
  .action__btn__dropDown{
    justify-content: center;
  }
  .action__btn__dropDown{
    border-radius: 0.5rem;
  }
  .action__btn__dropDown{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .action__btn__dropDown{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  @media (min-width: 1280px){
    .action__btn__dropDown{
      position: absolute;
    }
  }
  @media (min-width: 1280px){
    .action__btn__dropDown{
      top: 3.5rem;
    }
  }
  @media (min-width: 1280px){
    .action__btn__dropDown{
      inset-inline-start: -2.5rem;
    }
  }
  @media (min-width: 1280px){
    .action__btn__dropDown{
      margin-top: 0px;
    }
  }
  @media (min-width: 1280px){
    .action__btn__dropDown{
      width: 12rem;
    }
  }
  .action__btn__dropDown{
    .dropDown__header{
      width: 100%;
    }
    .dropDown__header{
      padding: 0.5rem;
    }
    .dropDown__header{
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .dropDown__header{
      font-size: 1rem;
      line-height: 1.5rem;
    }
    .dropDown__header{
      font-weight: 400;
    }
    .dropDown__header{
      --tw-text-opacity: 1;
      color: rgb(107 109 112 / var(--tw-text-opacity, 1));
    }
    .dropDown__header:first-child{
      border-top-left-radius: 0.5rem;
      border-top-right-radius: 0.5rem;
    }
    .dropDown__header:last-child{
      border-bottom-right-radius: 0.5rem;
      border-bottom-left-radius: 0.5rem;
    }
    .dropDown__header:hover{
      --tw-bg-opacity: 1;
      background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
    }
    .dropDown__header_edit{
      --tw-text-opacity: 1;
      color: rgb(92 24 228 / var(--tw-text-opacity, 1));
    }
    .dropDown__header_edit:hover{
      --tw-text-opacity: 1;
      color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    }
  }
}

.action__btn__header{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.sidebar{
  position: absolute;
  top: 0px;
  inset-inline-start: 0px;
  z-index: 999;
  display: block;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(92 24 228 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px){
  .sidebar{
    width: 50%;
    border-start-end-radius: 0.375rem;
    border-end-end-radius: 0.375rem;
  }
}

@media (min-width: 1280px){
  .sidebar{
    display: none;
  }
}

.sidebar{
  .sidebar__content{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  @media (min-width: 510px){
    .sidebar__content{
      max-width: 510px;
    }
  }
  @media (min-width: 640px){
    .sidebar__content{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .sidebar__content{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .sidebar__content{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .sidebar__content{
      max-width: 1280px;
    }
  }
  @media (min-width: 1536px){
    .sidebar__content{
      max-width: 1536px;
    }
  }
  .sidebar__content{
    position: relative;
  }
  .sidebar__content{
    display: flex;
  }
  .sidebar__content{
    height: 100%;
  }
  .sidebar__content{
    width: 100%;
  }
  .sidebar__content{
    flex-direction: column;
  }
  .sidebar__content{
    align-items: center;
  }
  .sidebar__content{
    justify-content: flex-start;
  }
  .sidebar__content{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sidebar__content{
    .close__sidebar{
      position: absolute;
    }
    .close__sidebar{
      top: 2.5rem;
    }
    .close__sidebar{
      inset-inline-start: 2.5rem;
    }
    .close__sidebar{
      cursor: pointer;
    }
    .logo__sidebar{
      height: 1.5rem;
    }
    .logo__sidebar{
      width: 7rem;
    }
    .logo__sidebar{
      img{
        height: 100%;
      }
      img{
        width: 100%;
      }
      img{
        -o-object-fit: contain;
           object-fit: contain;
      }
    }
  }
}

.web__info__edit{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  width: 100%;
  justify-content: space-around;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 0.2;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.header__actions__edit{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.header__actions_img_edit{
  height: 1.25rem;
  width: 1.25rem;
}

.account__btn__edit{
  position: relative;
  width: auto;
}

.sidebar__link{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: start;
}

.action__btn__div{
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
}

main{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 510px){
  main{
    max-width: 510px;
  }
}

@media (min-width: 640px){
  main{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  main{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  main{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  main{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  main{
    max-width: 1536px;
  }
}

main{
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.section__header{
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.card__header{
  position: absolute;
  top: 0.5rem;
  inset-inline-end: 0.5rem;
  z-index: 10;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.pet__card{
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  border-radius: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}

.pet__card:hover{
  border-width: 4px;
}

.pet__card{
  .pet__card__img{
    overflow: hidden;
  }
  .pet__card__img{
    border-radius: 0.5rem;
  }
  .pet__card__img{
    img{
      height: 100%;
    }
    img{
      width: 100%;
    }
    img{
      -o-object-fit: contain;
         object-fit: contain;
    }
  }
}

.add__pets{
  display: flex;
  min-height: 9rem;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(92 24 228 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  .add__pets__content{
    display: flex;
  }
  .add__pets__content{
    width: 91.666667%;
  }
  .add__pets__content{
    flex-direction: row;
  }
  .add__pets__content{
    align-items: flex-start;
  }
  .add__pets__content{
    justify-content: space-between;
  }
  .add__pets__content{
    overflow-x: auto;
  }
}

.section__header__edit{
  margin-bottom: 0px;
  text-align: start;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .section__header__edit{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.add__pets__btn{
  display: flex;
  width: 9rem;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.add__pet__card{
  display: flex;
  min-height: 8rem;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  gap: 1.25rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding: 0.5rem;
  text-align: start;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.add__pet__card:hover{
  --tw-border-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}

.add__pet__img{
  height: 6rem;
  width: 6rem;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  img{
    height: 100%;
  }
  img{
    width: 100%;
  }
  img{
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.add__pet__content{
  display: flex;
  flex-direction: column;
  text-align: start;
  .pet__name{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .pet__name{
    font-weight: 500;
  }
  .pet__age{
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .pet__age{
    font-weight: 400;
  }
}

.add__pet__slider{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
  padding-bottom: 1.5rem;
}

.add__pet__swiper{
  width: 15rem;
}

.pet__category__header{
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  .section__header{
    margin-bottom: 0px;
  }
}

.see__more_btn{
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(92 24 228 / var(--tw-text-opacity, 1));
}

.shop__card{
  position: relative;
  display: flex;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  overflow: hidden;
  border-radius: 0.75rem;
  border-width: 2px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  .shop__fav{
    position: absolute;
  }
  .shop__fav{
    top: 1.25rem;
  }
  .shop__fav{
    inset-inline-end: 1.25rem;
  }
  .shop__fav{
    cursor: pointer;
  }
  .shop__sale{
    position: absolute;
  }
  .shop__sale{
    top: 1.25rem;
  }
  .shop__sale{
    inset-inline-start: 1.25rem;
  }
  .shop__sale{
    border-radius: 0.75rem;
  }
  .shop__sale{
    --tw-bg-opacity: 1;
    background-color: rgb(255 0 0 / var(--tw-bg-opacity, 1));
  }
  .shop__sale{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .shop__sale{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .shop__sale{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .shop__sale{
    font-weight: 700;
  }
  .shop__sale{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .shop__img{
    margin-top: 2.5rem;
  }
  .shop__img{
    display: flex;
  }
  .shop__img{
    height: 10rem;
  }
  .shop__img{
    width: 10rem;
  }
  .shop__img{
    align-items: center;
  }
  .shop__img{
    justify-content: center;
  }
  .shop__content{
    display: flex;
  }
  .shop__content{
    flex-direction: column;
  }
  .shop__content{
    align-items: flex-start;
  }
  .shop__content{
    justify-content: center;
  }
  .shop__content{
    gap: 0.5rem;
  }
  .shop__content{
    .shop__content__link{
      font-weight: 500;
    }
    .shop__content__link{
      --tw-text-opacity: 1;
      color: rgb(92 24 228 / var(--tw-text-opacity, 1));
    }
    .shop__content__link{
      text-decoration-line: underline;
    }
    .shop__content__des{
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
    }
    .shop__content__des{
      max-width: 200px;
    }
    .shop__content__des{
      text-align: start;
    }
    .shop__content__des{
      font-size: 1rem;
      line-height: 1.5rem;
    }
    .shop__content__des{
      font-weight: 400;
    }
    .shop__content__des{
      --tw-text-opacity: 1;
      color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    }
    .shop__content__price{
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
    .shop__content__price{
      font-weight: 700;
    }
    .shop__content__price{
      --tw-text-opacity: 1;
      color: rgb(64 181 111 / var(--tw-text-opacity, 1));
    }
    .shop__content__price{
      span{
        display: block;
      }
      span{
        --tw-text-opacity: 1;
        color: rgb(75 85 99 / var(--tw-text-opacity, 1));
      }
      span{
        text-decoration-line: line-through;
      }
      @media (min-width: 768px){
        span{
          margin-inline-start: 0.75rem;
        }
      }
      @media (min-width: 768px){
        span{
          display: inline;
        }
      }
    }
  }
  .shop__btn{
    height: 2.5rem;
  }
  .shop__btn{
    width: 100%;
  }
  .shop__btn{
    align-items: center;
  }
  .shop__btn{
    justify-content: center;
  }
  .shop__btn{
    .btn__add{
      display: flex;
    }
    .btn__add{
      height: 100%;
    }
    .btn__add{
      width: 100%;
    }
    .btn__add{
      flex-direction: row;
    }
    .btn__add{
      align-items: center;
    }
    .btn__add{
      justify-content: center;
    }
    .btn__add{
      gap: 1.25rem;
    }
    .btn__add{
      border-radius: 0.75rem;
    }
    .btn__add{
      --tw-bg-opacity: 1;
      background-color: rgb(92 24 228 / var(--tw-bg-opacity, 1));
    }
    .btn__add{
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
  }
  .add__count{
    width: 100%;
  }
  .add__count{
    flex-direction: row;
  }
  .add__count{
    align-items: center;
  }
  .add__count{
    justify-content: center;
  }
  .add__count{
    gap: 0.5rem;
  }
  .add__count{
    border-radius: 0.5rem;
  }
  .add__count{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .add__count{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .add__count{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .add__count{
    .add__count__up{
      display: flex;
    }
    .add__count__up{
      width: 25%;
    }
    .add__count__up{
      cursor: pointer;
    }
    .add__count__up{
      align-items: center;
    }
    .add__count__up{
      justify-content: center;
    }
    .add__count__up{
      border-radius: 0.75rem;
    }
    .add__count__up{
      background-color: #5c18e40d;
    }
    .add__count__up{
      padding: 0.5rem;
    }
    .add__count__up{
      --tw-text-opacity: 1;
      color: rgb(92 24 228 / var(--tw-text-opacity, 1));
    }
    .add__count__down{
      display: flex;
    }
    .add__count__down{
      width: 25%;
    }
    .add__count__down{
      cursor: pointer;
    }
    .add__count__down{
      align-items: center;
    }
    .add__count__down{
      justify-content: center;
    }
    .add__count__down{
      border-radius: 0.75rem;
    }
    .add__count__down{
      background-color: #5c18e40d;
    }
    .add__count__down{
      padding: 0.5rem;
    }
    .add__count__down{
      --tw-text-opacity: 1;
      color: rgb(92 24 228 / var(--tw-text-opacity, 1));
    }
    .add__count__num{
      width: 50%;
    }
    .add__count__num{
      border-radius: 0.75rem;
    }
    .add__count__num{
      --tw-bg-opacity: 1;
      background-color: rgb(239 244 245 / var(--tw-bg-opacity, 1));
    }
    .add__count__num{
      padding: 0.5rem;
    }
    .add__count__num{
      text-align: center;
    }
    .add__count__num{
      font-weight: 700;
    }
    .add__count__num{
      --tw-text-opacity: 1;
      color: rgb(92 24 228 / var(--tw-text-opacity, 1));
    }
  }
}

.btn__notify{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 106 0 / var(--tw-text-opacity, 1));
}

.shop__soldout{
  position: absolute;
  top: 1.25rem;
  inset-inline-start: 1.25rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 106 0 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.brand__card{
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 1rem;
  .brand__card__img{
    height: 100%;
  }
  .brand__card__img{
    max-width: 100%;
  }
  .brand__card__img {
    img{
      height: 100%;
    }
    img{
      width: 100%;
    }
    img{
      -o-object-fit: contain;
         object-fit: contain;
    }
  }
}

footer{
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.footer{
  --tw-bg-opacity: 1;
  background-color: rgb(249 251 255 / var(--tw-bg-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.footer__content{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 510px){
  .footer__content{
    max-width: 510px;
  }
}

@media (min-width: 640px){
  .footer__content{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .footer__content{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .footer__content{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .footer__content{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .footer__content{
    max-width: 1536px;
  }
}

.footer__content{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
}

@media (min-width: 1280px){
  .footer__content{
    flex-direction: row;
    align-items: center;
  }
}

.footer__logo{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  p{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  p{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}

.footer__links{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  .footer__link{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .footer__link{
    font-weight: 700;
  }
  .footer__link{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}

.footer__social{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  .footer__social__item{
    display: flex;
  }
  .footer__social__item{
    flex-direction: column;
  }
  .footer__social__item{
    gap: 0.5rem;
  }
  .footer__social__item{
    h4{
      font-size: 1rem;
      line-height: 1.5rem;
    }
    h4{
      --tw-text-opacity: 1;
      color: rgb(69 28 152 / var(--tw-text-opacity, 1));
    }
    .footer__social__item__icon{
      display: flex;
    }
    .footer__social__item__icon{
      gap: 0.75rem;
    }
    .footer__social__item__icon{
      a{
        height: 1.25rem;
      }
      a{
        width: 1.25rem;
      }
      a{
        img{
          height: 100%;
        }
        img{
          width: 100%;
        }
        img{
          -o-object-fit: contain;
             object-fit: contain;
        }
      }
    }
  }
  .footer__contact{
    display: flex;
  }
  .footer__contact{
    flex-direction: column;
  }
  .footer__contact{
    gap: 0.5rem;
  }
  .footer__contact{
    .footer__contact__item{
      display: flex;
    }
    .footer__contact__item{
      align-items: center;
    }
    .footer__contact__item{
      gap: 0.5rem;
    }
    .footer__contact__item{
      img{
        height: 1.25rem;
      }
      img{
        width: 1.25rem;
      }
      p{
        font-size: 1rem;
        line-height: 1.5rem;
      }
      p{
        font-weight: 700;
      }
      p{
        --tw-text-opacity: 1;
        color: rgb(75 85 99 / var(--tw-text-opacity, 1));
      }
    }
    a{
      font-size: 1rem;
      line-height: 1.5rem;
    }
    a{
      --tw-text-opacity: 1;
      color: rgb(238 114 46 / var(--tw-text-opacity, 1));
    }
  }
}

.footer__signup{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(69 28 152 / var(--tw-border-opacity, 1));
  padding: 1rem;
}

@media (min-width: 1280px){
  .footer__signup{
    max-width: 20rem;
  }
}

.footer__signup{
  h5{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  h5{
    font-weight: 700;
  }
  h5{
    --tw-text-opacity: 1;
    color: rgb(69 28 152 / var(--tw-text-opacity, 1));
  }
  p{
    width: 100%;
  }
  p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  p{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 1280px){
    p{
      max-width: 18rem;
    }
  }
  div{
    display: flex;
  }
  div{
    height: 2.5rem;
  }
  div{
    width: 100%;
  }
  div{
    align-items: center;
  }
  div{
    gap: 0.5rem;
  }
  div{
    border-radius: 0.5rem;
  }
  div{
    border-width: 1px;
  }
  div{
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  }
  div{
    background-color: #0000000D;
  }
  div{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  div{
    --tw-text-opacity: 1;
    color: rgb(33 37 41 / var(--tw-text-opacity, 1));
  }
  div:focus{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  @media (min-width: 1280px){
    div{
      width: 80%;
    }
  }
  div{
    input{
      height: 100%;
    }
    input{
      width: 89%;
    }
    input{
      border-start-start-radius: 0.5rem;
      border-end-start-radius: 0.5rem;
    }
    input{
      background-color: transparent;
    }
    input{
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }
    input{
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
    input::-moz-placeholder{
      --tw-text-opacity: 1;
      color: rgb(237 114 46 / var(--tw-text-opacity, 1));
    }
    input::placeholder{
      --tw-text-opacity: 1;
      color: rgb(237 114 46 / var(--tw-text-opacity, 1));
    }
    input:focus{
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }
    input:active{
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }
    @media (min-width: 1280px){
      input{
        width: 80%;
      }
    }
    img{
      height: 2rem;
    }
    img{
      width: 2rem;
    }
    img{
      cursor: pointer;
    }
    img{
      border-radius: 9999px;
    }
    img{
      --tw-bg-opacity: 1;
      background-color: rgb(237 114 46 / var(--tw-bg-opacity, 1));
    }
    img{
      padding: 0.5rem;
    }
  }
}

/* Product page */

.hero__swiper{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 510px){
  .hero__swiper{
    max-width: 510px;
  }
}

@media (min-width: 640px){
  .hero__swiper{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .hero__swiper{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .hero__swiper{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .hero__swiper{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .hero__swiper{
    max-width: 1536px;
  }
}

.hero__swiper{
  margin-left: auto;
  margin-right: auto;
  .hero__slider__img{
    height: 400x;
  }
  .hero__slider__img{
    width: 100%;
  }
  .hero__slider__img{
    overflow: hidden;
  }
  .hero__slider__img{
    border-radius: 1rem;
  }
  .hero__slider__img{
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero__slider__img{
    img{
      height: 100%;
    }
    img{
      width: 100%;
    }
    img{
      -o-object-fit: cover;
         object-fit: cover;
    }
  }
}

.page__content{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  .page__header{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .page__header{
    font-weight: 700;
  }
  .page__header{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
  .letters__card{
    display: flex;
  }
  .letters__card{
    width: auto;
  }
  .letters__card{
    flex-direction: row;
  }
  .letters__card{
    gap: 0.75rem;
  }
  .letters__card{
    overflow-x: auto;
  }
  .letters__card{
    padding-bottom: 1.25rem;
  }
  .letters__card{
    .brand__letter{
      display: flex;
    }
    .brand__letter{
      align-items: center;
    }
    .brand__letter{
      justify-content: center;
    }
    .brand__letter{
      border-radius: 0.75rem;
    }
    .brand__letter{
      border-width: 1px;
    }
    .brand__letter{
      --tw-border-opacity: 1;
      border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
    }
    .brand__letter{
      background-color: transparent;
    }
    .brand__letter{
      padding-left: 0.75rem;
      padding-right: 0.75rem;
    }
    .brand__letter{
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
    }
    .brand__letter{
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
    .brand__letter{
      font-weight: 700;
    }
    .brand__letter{
      text-transform: capitalize;
    }
    .brand__letter{
      --tw-text-opacity: 1;
      color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    }
    .letter__active{
      --tw-border-opacity: 1;
      border-color: rgb(92 24 228 / var(--tw-border-opacity, 1));
    }
    .letter__active{
      --tw-text-opacity: 1;
      color: rgb(92 24 228 / var(--tw-text-opacity, 1));
    }
  }
  .page__brands{
    display: grid;
  }
  .page__brands{
    width: 100%;
  }
  .page__brands{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page__brands{
    gap: 1.5rem;
  }
  @media (min-width: 768px){
    .page__brands{
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (min-width: 1024px){
    .page__brands{
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  @media (min-width: 1280px){
    .page__brands{
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .page__brands{
    .brands__card{
      display: flex;
    }
    .brands__card{
      height: 100%;
    }
    .brands__card{
      width: 100%;
    }
    .brands__card{
      flex-direction: column;
    }
    .brands__card{
      align-items: center;
    }
    .brands__card{
      justify-content: center;
    }
    .brands__card{
      gap: 0.5rem;
    }
    .brands__card{
      .brands__cards__img{
        height: 5rem;
      }
      .brands__cards__img{
        width: 11rem;
      }
      .brands__cards__img{
        overflow: hidden;
      }
      .brands__cards__img{
        border-radius: 0.375rem;
      }
      .brands__cards__img{
        img{
          height: 100%;
        }
        img{
          width: 100%;
        }
        img{
          -o-object-fit: contain;
             object-fit: contain;
        }
      }
      .brands__header{
        font-size: 1rem;
        line-height: 1.5rem;
      }
      .brands__header{
        font-weight: 400;
      }
      .brands__header{
        text-transform: capitalize;
      }
      .brands__header{
        --tw-text-opacity: 1;
        color: rgb(75 85 99 / var(--tw-text-opacity, 1));
      }
      .brands__header{
        text-decoration-line: underline;
      }
    }
  }
}

.brand__content{
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.brand__header{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){
  .brand__header{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px){
  .brand__header{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .brand__header{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.brand__results{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(238 114 46 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){
  .brand__results{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px){
  .brand__results{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .brand__results{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.brand__body{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}

.brand__body_sort{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.brand__body_Filter{
  position: relative;
  width: 100%;
}

@media (min-width: 1024px){
  .brand__body_Filter{
    width: auto;
  }
}

.filter__open__btn{
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-around;
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-inline-start: 1rem;
  padding-inline-end: 1.5rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .filter__open__btn{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .filter__open__btn{
    cursor: default;
    border-style: none;
  }
}

.brand__body_Filter__responsive{
  position: fixed;
  top: 0px;
  inset-inline-end: 0px;
  z-index: 20;
  height: 100vh;
  width: 100%;
  cursor: default;
  overflow-y: scroll;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

.brand__body_Filter__responsive_body__header{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.brand__body_Filter__responsive_content{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.brand__body_Filter__responsive_content__top{
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-bottom: 0.75rem;
}

.brand__body_Filter__responsive_content__header{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.close__module{
  cursor: pointer;
}

.brand__body_Filter__responsive_body{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.25rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.brand__body_Filter__responsive_body__item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.brand__body_Filter__responsive_body__input{
  display: flex;
  height: auto;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}

.brand__body_Filter__responsive_body__check{
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  accent-color: #5C18E4;
}

.brand__body_Filter__responsive_body__label{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.seeMore{
  cursor: pointer;
  padding-inline-start: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(92 24 228 / var(--tw-text-opacity, 1));
}

.brand__btn{
  margin-top: 0.75rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-top-width: 1px;
  padding-top: 0.75rem;
  button{
    height: 100%;
  }
  button{
    width: 100%;
  }
  button{
    border-radius: 9999px;
  }
  button{
    --tw-bg-opacity: 1;
    background-color: rgb(92 24 228 / var(--tw-bg-opacity, 1));
  }
  button{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  button{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  button{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  button{
    text-transform: capitalize;
  }
  button{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .btn__reset{
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
  }
  .btn__reset{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }
}

.brand__body_content{
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 1.25rem;
  .brand__body_content__header{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .brand__body_content__header{
    font-weight: 700;
  }
  .brand__body_content__header{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
  .brand__body_content__results{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .brand__body_content__results{
    font-weight: 400;
  }
  .brand__body_content__results{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }
}

.brand__body_content__filter{
  display: none;
  width: 100%;
  max-width: 20rem;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 1024px){
  .brand__body_content__filter{
    display: flex;
  }
}

.brand__body_content__proudect{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2rem;
}

.brand__body_content__card{
  display: grid;
  height: 100%;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 640px){
  .brand__body_content__card{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .brand__body_content__card{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px){
  .brand__body_content__card{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.pagination__page{
  margin: auto;
  display: flex;
  gap: 0.25rem;
}

.pagination__arrow{
  border-radius: 9999px;
  border-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.pagination__arrow:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 106 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 106 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.pagination__arrow:active{
  --tw-border-opacity: 1;
  border-color: rgb(255 106 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 106 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.pagination__arrow:disabled{
  pointer-events: none;
  opacity: 0.5;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.pagination__arrow:where([dir="rtl"], [dir="rtl"] *){
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.pagination__num{
  min-width: 2.25rem;
  border-radius: 9999px;
  border-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.pagination__num:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 106 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 106 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.pagination__num:active{
  --tw-border-opacity: 1;
  border-color: rgb(255 106 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 106 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.pagination__num:disabled{
  pointer-events: none;
  opacity: 0.5;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.pagination__num_active{
  --tw-border-opacity: 1;
  border-color: rgb(255 106 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 106 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.brand__content_edit{
  flex-direction: column;
}

.brand__header_edit{
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 1024px){
  .brand__header_edit{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.brand__results_edit{
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 1024px){
  .brand__results_edit{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

/* favourites page */

.pet__category__selector__edit{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 768px){
  .pet__category__selector__edit{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .pet__category__selector__edit{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px){
  .pet__category__selector__edit{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.pet__category__selector__edit{
  .shop__card{
    position: relative;
  }
  .shop__card{
    display: flex;
  }
  .shop__card{
    height: -moz-max-content;
    height: max-content;
  }
  .shop__card{
    width: 100%;
  }
  .shop__card{
    flex-direction: column;
  }
  .shop__card{
    align-items: center;
  }
  .shop__card{
    justify-content: center;
  }
  .shop__card{
    gap: 1.25rem;
  }
  .shop__card{
    overflow: hidden;
  }
  .shop__card{
    border-radius: 0.75rem;
  }
  .shop__card{
    border-width: 2px;
  }
  .shop__card{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .shop__card{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .shop__card{
    .shop__sale{
      position: absolute;
    }
    .shop__sale{
      top: 1.25rem;
    }
    .shop__sale{
      inset-inline-start: 1.25rem;
    }
    .shop__sale{
      border-radius: 0.75rem;
    }
    .shop__sale{
      --tw-bg-opacity: 1;
      background-color: rgb(255 0 0 / var(--tw-bg-opacity, 1));
    }
    .shop__sale{
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }
    .shop__sale{
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
    }
    .shop__sale{
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
    .shop__sale{
      font-weight: 700;
    }
    .shop__sale{
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
    .shop__img{
      margin-top: 2.5rem;
    }
    .shop__img{
      display: flex;
    }
    .shop__img{
      height: 10rem;
    }
    .shop__img{
      width: 10rem;
    }
    .shop__img{
      align-items: center;
    }
    .shop__img{
      justify-content: center;
    }
    .shop__content{
      display: flex;
    }
    .shop__content{
      flex-direction: column;
    }
    .shop__content{
      align-items: flex-start;
    }
    .shop__content{
      justify-content: center;
    }
    .shop__content{
      gap: 0.5rem;
    }
    .shop__content{
      .shop__content__des{
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
      }
      .shop__content__des{
        max-width: 200px;
      }
      .shop__content__des{
        text-align: start;
      }
      .shop__content__des{
        font-size: 1rem;
        line-height: 1.5rem;
      }
      .shop__content__des{
        font-weight: 400;
      }
      .shop__content__des{
        --tw-text-opacity: 1;
        color: rgb(75 85 99 / var(--tw-text-opacity, 1));
      }
      .shop__content__price{
        font-size: 1.125rem;
        line-height: 1.75rem;
      }
      .shop__content__price{
        font-weight: 700;
      }
      .shop__content__price{
        --tw-text-opacity: 1;
        color: rgb(64 181 111 / var(--tw-text-opacity, 1));
      }
      .shop__content__price{
        span{
          display: block;
        }
        span{
          --tw-text-opacity: 1;
          color: rgb(75 85 99 / var(--tw-text-opacity, 1));
        }
        span{
          text-decoration-line: line-through;
        }
        @media (min-width: 768px){
          span{
            margin-inline-start: 0.75rem;
          }
        }
        @media (min-width: 768px){
          span{
            display: inline;
          }
        }
      }
    }
    .shop__btn{
      height: 2.5rem;
    }
    .shop__btn{
      width: 100%;
    }
    .shop__btn{
      align-items: center;
    }
    .shop__btn{
      justify-content: center;
    }
    .shop__btn{
      .btn__add{
        display: flex;
      }
      .btn__add{
        height: 100%;
      }
      .btn__add{
        width: 100%;
      }
      .btn__add{
        flex-direction: row;
      }
      .btn__add{
        align-items: center;
      }
      .btn__add{
        justify-content: center;
      }
      .btn__add{
        gap: 1.25rem;
      }
      .btn__add{
        border-radius: 0.75rem;
      }
      .btn__add{
        --tw-bg-opacity: 1;
        background-color: rgb(92 24 228 / var(--tw-bg-opacity, 1));
      }
      .btn__add{
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
      }
    }
    .add__count{
      width: 100%;
    }
    .add__count{
      flex-direction: row;
    }
    .add__count{
      align-items: center;
    }
    .add__count{
      justify-content: center;
    }
    .add__count{
      gap: 0.5rem;
    }
    .add__count{
      border-radius: 0.5rem;
    }
    .add__count{
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }
    .add__count{
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }
    .add__count{
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
    }
    .add__count{
      .add__count__up{
        display: flex;
      }
      .add__count__up{
        width: 25%;
      }
      .add__count__up{
        cursor: pointer;
      }
      .add__count__up{
        align-items: center;
      }
      .add__count__up{
        justify-content: center;
      }
      .add__count__up{
        border-radius: 0.75rem;
      }
      .add__count__up{
        background-color: #5c18e40d;
      }
      .add__count__up{
        padding: 0.5rem;
      }
      .add__count__up{
        --tw-text-opacity: 1;
        color: rgb(92 24 228 / var(--tw-text-opacity, 1));
      }
      .add__count__down{
        display: flex;
      }
      .add__count__down{
        width: 25%;
      }
      .add__count__down{
        cursor: pointer;
      }
      .add__count__down{
        align-items: center;
      }
      .add__count__down{
        justify-content: center;
      }
      .add__count__down{
        border-radius: 0.75rem;
      }
      .add__count__down{
        background-color: #5c18e40d;
      }
      .add__count__down{
        padding: 0.5rem;
      }
      .add__count__down{
        --tw-text-opacity: 1;
        color: rgb(92 24 228 / var(--tw-text-opacity, 1));
      }
      .add__count__num{
        width: 50%;
      }
      .add__count__num{
        border-radius: 0.75rem;
      }
      .add__count__num{
        --tw-bg-opacity: 1;
        background-color: rgb(239 244 245 / var(--tw-bg-opacity, 1));
      }
      .add__count__num{
        padding: 0.5rem;
      }
      .add__count__num{
        text-align: center;
      }
      .add__count__num{
        font-weight: 700;
      }
      .add__count__num{
        --tw-text-opacity: 1;
        color: rgb(92 24 228 / var(--tw-text-opacity, 1));
      }
    }
  }
}

.shop__fav{
  position: absolute;
  top: 1.25rem;
  inset-inline-end: 1.25rem;
  cursor: pointer;
}

.shop__content__link{
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(92 24 228 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

/* empty page */

.section__empty{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  .section__empty__img{
    display: flex;
  }
  .section__empty__img{
    height: 25%;
  }
  .section__empty__img{
    width: 25%;
  }
  .section__empty__img{
    align-items: center;
  }
  .section__empty__img{
    justify-content: center;
  }
  .section__empty__img{
    img{
      height: 100%;
    }
    img{
      width: 100%;
    }
    img{
      -o-object-fit: cover;
         object-fit: cover;
    }
  }
  h3{
    text-align: center;
  }
  h3{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  h3{
    font-weight: 700;
  }
  h3{
    --tw-text-opacity: 1;
    color: rgb(96 96 96 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 1024px){
    h3{
      font-size: 1.5rem;
      line-height: 2rem;
    }
  }
  h5{
    text-align: center;
  }
  h5{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  h5{
    font-weight: 600;
  }
  h5{
    --tw-text-opacity: 1;
    color: rgb(96 96 96 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 1024px){
    h5{
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
  }
  h6{
    text-align: center;
  }
  h6{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  h6{
    font-weight: 400;
  }
  h6{
    --tw-text-opacity: 1;
    color: rgb(96 96 96 / var(--tw-text-opacity, 1));
  }
  a{
    border-radius: 1.5rem;
  }
  a{
    border-width: 2px;
  }
  a{
    --tw-border-opacity: 1;
    border-color: rgb(255 106 0 / var(--tw-border-opacity, 1));
  }
  a{
    background-color: transparent;
  }
  a{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  a{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  a{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  a{
    font-weight: 700;
  }
  a{
    --tw-text-opacity: 1;
    color: rgb(255 106 0 / var(--tw-text-opacity, 1));
  }
  a{
    &:hover{
      --tw-bg-opacity: 1;
      background-color: rgb(255 106 0 / var(--tw-bg-opacity, 1));
    }
    &:hover{
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
  }
}

.section__empty__edit{
  justify-content: flex-start;
  .section__empty__img{
    display: flex;
  }
  .section__empty__img{
    height: 20rem;
  }
  .section__empty__img{
    width: 20rem;
  }
  .section__empty__img{
    align-items: center;
  }
  .section__empty__img{
    justify-content: center;
  }
  .section__empty__img{
    img{
      height: 100%;
    }
    img{
      width: 100%;
    }
    img{
      -o-object-fit: contain;
         object-fit: contain;
    }
  }
}

/* sub-category page */

.hero__img{
  position: relative;
  height: auto;
  width: 100%;
  .banner__img{
    height: 200px;
  }
  .banner__img{
    width: 100%;
  }
  .banner__img{
    overflow: hidden;
  }
  .banner__img{
    border-radius: 1rem;
  }
  .banner__img{
    img{
      height: 100%;
    }
    img{
      width: 100%;
    }
    img{
      -o-object-fit: cover;
         object-fit: cover;
    }
  }
  .hero__content{
    position: absolute;
  }
  .hero__content{
    top: 25%;
  }
  .hero__content{
    inset-inline-start: 0px;
  }
  .hero__content{
    display: flex;
  }
  .hero__content{
    height: 100%;
  }
  .hero__content{
    width: 100%;
  }
  .hero__content{
    flex-direction: column;
  }
  .hero__content{
    gap: 1.25rem;
  }
  .hero__content{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .hero__content{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.hero__header{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hero__results{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.brand__body_content__edit{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}

@media (min-width: 1024px){
  .brand__body_content__edit{
    flex-direction: row;
    gap: 1.25rem;
  }
}

.shop__category_section{
  gap: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.brand__body_content__filter__edit{
  position: relative;
  top: 0px;
  z-index: 10;
  display: flex;
  height: auto;
  width: 100%;
  align-self: flex-start;
}

@media (min-width: 1024px){
  .brand__body_content__filter__edit{
    position: sticky;
    top: 2.5rem;
    width: 20%;
  }
}

.shop__category{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.shop__category:first-child{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.shop__category:last-child{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.shop__category:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.shop__slider_btn{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.shop__slider_head{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.shop__content_body{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 1024px){
  .shop__content_body{
    width: 80%;
  }
}

.shop__content_body__content{
  width: 100%;
}

.shop__content_body__content > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.shop__content_body__content__head{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.shop__slider_header{
  margin-inline-end: 0.5rem;
  border-inline-end-width: 2px;
  padding-inline-end: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .shop__slider_header{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .shop__slider_header{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.shop__btn{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(239 124 49 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .shop__btn{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px){
  .shop__btn{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

/* proudact page */

.product__details{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.25rem;
}

.product__details__img{
  position: relative;
  display: flex;
  max-height: 620px;
  width: 100%;
  flex-direction: column;
  gap: 1.25rem;
  border-bottom-width: 2px;
  padding-inline-end: 0px;
  padding-bottom: 2rem;
}

@media (min-width: 1024px){
  .product__details__img{
    width: 40%;
    border-bottom-width: 0px;
    border-inline-end-width: 2px;
    padding-inline-end: 1.25rem;
  }
}

.product__main__img{
  height: 60vh;
  width: 100%;
  img{
    height: 100%;
  }
  img{
    width: 100%;
  }
  img{
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.product__imgs{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.25rem;
  overflow-x: scroll;
}

.product__imgs_slid{
  height: 100%;
  width: 10rem;
  img{
    height: 100%;
  }
  img{
    width: 100%;
  }
  img{
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.product__content{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 1024px){
  .product__content{
    width: 55%;
  }
}

.product__content__title{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.25rem;
  .shop__content__link{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .shop__content__link{
    font-weight: 500;
  }
  .shop__content__link{
    text-decoration-line: none;
  }
}

.product__name{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .product__name{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px){
  .product__name{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.product__content__price{
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 0.5rem;
  border-bottom-width: 2px;
  padding-bottom: 1.25rem;
}

.price__new{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(64 181 111 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .price__new{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px){
  .price__new{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.price__old{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  text-decoration-line: line-through;
}

@media (min-width: 768px){
  .price__old{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .price__old{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.product__options{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 768px){
  .product__options{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.option__group{
  display: flex;
  cursor: pointer;
  flex-direction: column;
  gap: 0.25rem;
  label{
    text-transform: capitalize;
  }
  label{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}

.option__group_label{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity, 1));
}

.form-select{
  border-radius: 0.5rem;
  border-width: 2px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form-select:hover{
  background-color: transparent;
}

.product__btn{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
  .product__btn_add{
    width: 100%;
  }
  .product__btn_add{
    border-radius: 9999px;
  }
  .product__btn_add{
    --tw-bg-opacity: 1;
    background-color: rgb(255 106 0 / var(--tw-bg-opacity, 1));
  }
  .product__btn_add{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .product__btn_add{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .product__btn_add{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .product__btn_add{
    text-transform: uppercase;
  }
  .product__btn_add{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .disabled{
    opacity: 0.5;
  }
}

.product__details__des{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  .product__details__des_header{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .product__details__des_header{
    font-weight: 700;
  }
  .product__details__des_header{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }
  .product__details__des_text{
    max-width: 64rem;
  }
  .product__details__des_text{
    text-wrap: pretty;
  }
  .product__details__des_text{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .product__details__des_text{
    font-weight: 400;
  }
  .product__details__des_text{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }
}

/* basket page */

.bassket__section{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.25rem;
}

.bassket__header{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .bassket__header{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .bassket__header{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.bassket__content{
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
}

@media (min-width: 1280px){
  .bassket__content{
    flex-direction: row;
  }
}

.bassket__content__item{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1280px){
  .bassket__content__item{
    width: 70%;
  }
}

.bassket__proudact{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px){
  .bassket__proudact{
    flex-direction: row;
    justify-content: space-between;
  }
}

.bassket__proudact_value{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.bassket__proudact_img{
  position: relative;
  height: 10rem;
  width: 10rem;
  img{
    height: 100%;
  }
  img{
    width: 100%;
  }
  img{
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.bassket__proudact_content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

@media (min-width: 1280px){
  .bassket__proudact_content{
    align-items: flex-start;
  }
}

.bassket__proudact_content__text{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .bassket__proudact_content__text{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px){
  .bassket__proudact_content__text{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.bassket__proudact_content__price{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(64 181 111 / var(--tw-text-opacity, 1));
}

.bassket__proudact_btn{
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
}

@media (min-width: 1024px){
  .bassket__proudact_btn{
    flex-direction: column;
  }
}

.number-input{
  display: flex;
  width: 50%;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px){
  .number-input{
    width: 10rem;
  }
}

.number-input{
  input{
    height: 100%;
  }
  input{
    width: 50%;
  }
  input{
    background-color: transparent;
  }
  input{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
}

.number-input__btn{
  display: flex;
  height: 100%;
  width: 50%;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
}

.bassket__proudact_Remove{
  width: 50%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 80 80 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .bassket__proudact_Remove{
    width: 10rem;
  }
}

.bassket__price{
  top: 2.5rem;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  border-radius: 0.5rem;
  border-width: 2px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1280px){
  .bassket__price{
    position: sticky;
    width: 30%;
  }
}

.bassket__price__text{
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity, 1));
  div{
    display: flex;
  }
  div{
    width: 100%;
  }
  div{
    flex-direction: row;
  }
  div{
    align-items: center;
  }
  div{
    justify-content: space-between;
  }
  div{
    gap: 0.5rem;
  }
}

.bassket__price__header{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.bassket__price__header_sub{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.bassket__price__header_free{
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}

.bassket__price__text_edit{
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 106 0 / var(--tw-text-opacity, 1));
  .bassket__price__header{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .bassket__price__header{
    font-weight: 700;
  }
  .bassket__price__header{
    --tw-text-opacity: 1;
    color: rgb(255 106 0 / var(--tw-text-opacity, 1));
  }
  .bassket__price__header_sub{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .bassket__price__header_sub{
    font-weight: 700;
  }
  .bassket__price__header_sub{
    --tw-text-opacity: 1;
    color: rgb(255 106 0 / var(--tw-text-opacity, 1));
  }
}

.bassket__price__btn{
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 106 0 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.bassket__proudact_edit{
  width: 100%;
  justify-content: center;
  border-radius: 0px;
  border-width: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px){
  .bassket__proudact_edit{
    justify-content: flex-start;
  }
}

.bassket__proudact_edit{
  .bassket__proudact_img{
    position: relative;
  }
  .bassket__proudact_img{
    height: 10rem;
  }
  .bassket__proudact_img{
    width: 10rem;
  }
  @media (min-width: 1280px){
    .bassket__proudact_img{
      height: 5rem;
    }
  }
  @media (min-width: 1280px){
    .bassket__proudact_img{
      width: 5rem;
    }
  }
  .bassket__proudact_img{
    img{
      height: 100%;
    }
    img{
      width: 100%;
    }
    img{
      -o-object-fit: contain;
         object-fit: contain;
    }
  }
  .bassket__proudact_content__text{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .bassket__proudact_value{
    flex-direction: column;
  }
  @media (min-width: 1280px){
    .bassket__proudact_value{
      flex-direction: row;
    }
  }
  .bassket__proudact_content{
    width: 100%;
  }
  @media (min-width: 1280px){
    .bassket__proudact_content{
      width: 75%;
    }
  }
}

.bassket__items{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.25rem;
  border-bottom-width: 2px;
}

.bassket__price_header{
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.bassket__price_header__title{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity, 1));
}

.bassket__price_header__link{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(92 24 228 / var(--tw-text-opacity, 1));
}

.basket__payment{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 1280px){
  .basket__payment{
    width: 70%;
  }
}

.basket__payment_header{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.basket__payment_header__edit{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.basket__payment_map{
  width: 100%;
}

.payment_form{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.payment{
  border-bottom-width: 2px;
  padding-bottom: 1.25rem;
}

.basket__payment_govrnment{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 1024px){
  .basket__payment_govrnment{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.basket__payment_title{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
  input{
    width: 100%;
  }
  input{
    border-radius: 0.5rem;
  }
  input{
    border-width: 2px;
  }
  input{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  input{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  input{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  input{
    font-weight: 500;
  }
  input{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  input{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  input{
    transition-duration: 500ms;
  }
  input{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  input:focus{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.basket__payment_title__edit{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 1024px){
  .basket__payment_title__edit{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.basket__payment_title__input{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.basket__payment_btns{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 1024px){
  .basket__payment_btns{
    width: 50%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.basket__payment_btn{
  height: 3.5rem;
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 106 0 / var(--tw-bg-opacity, 1));
  font-weight: 700;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.basket__payment_btn__edit{
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(110 115 124 / var(--tw-text-opacity, 1));
}

.addres__dev{
  position: relative;
  .addres__module{
    position: absolute;
  }
  .addres__module{
    inset-inline-start: 0px;
  }
  .addres__module{
    top: 110%;
  }
  .addres__module{
    z-index: 20;
  }
  .addres__module{
    display: flex;
  }
  .addres__module{
    max-height: 14rem;
  }
  .addres__module{
    width: 100%;
  }
  .addres__module{
    flex-direction: column;
  }
  .addres__module{
    align-items: flex-start;
  }
  .addres__module{
    justify-content: space-between;
  }
  .addres__module{
    gap: 0.5rem;
  }
  .addres__module{
    overflow-y: scroll;
  }
  .addres__module{
    border-radius: 0.5rem;
  }
  .addres__module{
    border-width: 2px;
  }
  .addres__module{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .addres__module{
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .addres__module{
    .addres__module_content{
      display: flex;
    }
    .addres__module_content{
      width: 100%;
    }
    .addres__module_content{
      flex-direction: column;
    }
    .addres__module_content{
      align-items: flex-start;
    }
    .addres__module_content{
      justify-content: space-between;
    }
    .addres__module_content{
      gap: 0.5rem;
    }
    .addres__module_content{
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
    .addres__module_content{
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .addres__module_content:hover{
      --tw-bg-opacity: 1;
      background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
    }
    @media (min-width: 640px){
      .addres__module_content{
        flex-direction: row;
      }
    }
    @media (min-width: 640px){
      .addres__module_content{
        align-items: center;
      }
    }
    .addres__module_content{
      .addres__module_content__text{
        display: flex;
      }
      .addres__module_content__text{
        flex-direction: column;
      }
      .addres__module_content__text{
        gap: 0.5rem;
      }
      .addres__module_content__text{
        h5{
          width: auto;
        }
        h5{
          font-size: 1rem;
          line-height: 1.5rem;
        }
        h5{
          font-weight: 600;
        }
        h5{
          --tw-text-opacity: 1;
          color: rgb(107 109 112 / var(--tw-text-opacity, 1));
        }
        h6{
          width: auto;
        }
        h6{
          font-size: 0.875rem;
          line-height: 1.25rem;
        }
        h6{
          font-weight: 500;
        }
        h6{
          --tw-text-opacity: 1;
          color: rgb(107 109 112 / var(--tw-text-opacity, 1));
        }
      }
      .addres__module_btns{
        display: flex;
      }
      .addres__module_btns{
        flex-direction: row;
      }
      .addres__module_btns{
        gap: 0.5rem;
      }
      .addres__module_btns{
        .addres__module_btn{
          width: 5rem;
        }
        .addres__module_btn{
          border-radius: 0.5rem;
        }
        .addres__module_btn{
          --tw-bg-opacity: 1;
          background-color: rgb(234 234 234 / var(--tw-bg-opacity, 1));
        }
        .addres__module_btn{
          padding-top: 0.25rem;
          padding-bottom: 0.25rem;
        }
        .addres__module_btn{
          padding-left: 0.5rem;
          padding-right: 0.5rem;
        }
        .addres__module_btn{
          font-size: 1rem;
          line-height: 1.5rem;
        }
        .addres__module_btn{
          font-weight: 500;
        }
        .addres__module_btn{
          text-transform: capitalize;
        }
        .addres__module_btn{
          --tw-text-opacity: 1;
          color: rgb(110 115 124 / var(--tw-text-opacity, 1));
        }
      }
    }
    .addres__module_content__edit{
      height: 3.5rem;
    }
    .addres__module_content__edit{
      border-bottom-right-radius: 0.5rem;
      border-bottom-left-radius: 0.5rem;
    }
    .addres__module_content__edit{
      font-size: 1rem;
      line-height: 1.5rem;
    }
    .addres__module_content__edit{
      font-weight: 700;
    }
    .addres__module_content__edit{
      text-transform: capitalize;
    }
    .addres__module_content__edit{
      --tw-text-opacity: 1;
      color: rgb(255 106 0 / var(--tw-text-opacity, 1));
    }
  }
}

.addres__module_btn__delete{
  --tw-bg-opacity: 1;
  background-color: rgb(255 1 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.addres__text_content{
  margin-top: 1.25rem;
  display: flex;
  width: 100%;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  border-radius: 0.5rem;
  border-width: 2px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  .addres__text_img{
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .addres__content_text{
    display: flex;
  }
  .addres__content_text{
    flex-direction: column;
  }
  .addres__content_text{
    gap: 0.5rem;
  }
  .addres__content_text{
    h5{
      font-size: 1rem;
      line-height: 1.5rem;
    }
    h5{
      font-weight: 600;
    }
    h5{
      --tw-text-opacity: 1;
      color: rgb(107 109 112 / var(--tw-text-opacity, 1));
    }
    h6{
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
    h6{
      font-weight: 500;
    }
    h6{
      --tw-text-opacity: 1;
      color: rgb(107 109 112 / var(--tw-text-opacity, 1));
    }
  }
}

.payment__date{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  .payment__date_header{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .payment__date_header{
    font-weight: 600;
  }
  .payment__date_header{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
  .payment__date__slider{
    width: 100%;
  }
  .payment__time__slider{
    width: 100%;
  }
  .payment__date__text{
    cursor: pointer;
  }
  .payment__date__text{
    border-radius: 0.5rem;
  }
  .payment__date__text{
    border-width: 1px;
  }
  .payment__date__text{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .payment__date__text{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .payment__date__text{
    text-align: center;
  }
  .payment__date__text{
    --tw-text-opacity: 1;
    color: rgb(107 109 112 / var(--tw-text-opacity, 1));
  }
  .payment__date__text{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .payment__date__text{
    transition-duration: 300ms;
  }
  .payment__date__text{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .payment__date__text_active{
    --tw-border-opacity: 1;
    border-color: rgb(64 181 111 / var(--tw-border-opacity, 1));
  }
  .payment__date__text_active{
    --tw-bg-opacity: 1;
    background-color: rgb(236 248 241 / var(--tw-bg-opacity, 1));
  }
  .payment__date__text_active{
    --tw-text-opacity: 1;
    color: rgb(64 181 111 / var(--tw-text-opacity, 1));
  }
}

.promo__code{
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 0.75rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 106 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(107 109 112 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.promo__code:focus-within{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1024px){
  .promo__code{
    width: 40%;
  }
}

.promo__code{
  .promo__code__input{
    width: 70%;
  }
  .promo__code__input{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .promo__code__input{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  .promo__code__btn{
    position: absolute;
  }
  .promo__code__btn{
    inset-inline-end: 0.5rem;
  }
  .promo__code__btn{
    top: 0.5rem;
  }
  .promo__code__btn{
    width: 25%;
  }
  .promo__code__btn{
    border-radius: 0.5rem;
  }
  .promo__code__btn{
    --tw-bg-opacity: 1;
    background-color: rgb(255 106 0 / var(--tw-bg-opacity, 1));
  }
  .promo__code__btn{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .promo__code__btn{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .promo__code__btn{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .promo__code__btn{
    font-weight: 500;
  }
  .promo__code__btn{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.promo__code_submit{
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-radius: 0.5rem;
  background-color: #40B56F1A;
  padding: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(107 109 112 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .promo__code_submit{
    width: 40%;
  }
}

.promo__code_submit{
  .promo__code_submit__text{
    display: flex;
  }
  .promo__code_submit__text{
    flex-direction: row;
  }
  .promo__code_submit__text{
    align-items: center;
  }
  .promo__code_submit__text{
    gap: 0.5rem;
  }
  .promo__code_submit__text{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .promo__code_submit__text{
    font-weight: 500;
  }
  .promo__code_submit__text{
    text-transform: capitalize;
  }
  .promo__code_submit__text{
    --tw-text-opacity: 1;
    color: rgb(64 181 111 / var(--tw-text-opacity, 1));
  }
  .promo__code__remove{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .promo__code__remove{
    font-weight: 500;
  }
  .promo__code__remove{
    text-transform: capitalize;
  }
  .promo__code__remove{
    text-decoration-line: underline;
  }
}

.payment__method{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
}

@media (min-width: 640px){
  .payment__method{
    flex-direction: row;
  }
}

@media (min-width: 1024px){
  .payment__method{
    width: 55%;
  }
}

.payment__method{
  .method{
    display: flex;
  }
  .method{
    width: 100%;
  }
  .method{
    cursor: pointer;
  }
  .method{
    flex-direction: row;
  }
  .method{
    align-items: center;
  }
  .method{
    justify-content: center;
  }
  .method{
    gap: 0.5rem;
  }
  .method{
    border-radius: 0.5rem;
  }
  .method{
    border-width: 1px;
  }
  .method{
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  }
  .method{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .method{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .method{
    .method__title{
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
    .method__title{
      font-weight: 500;
    }
    .method__title{
      --tw-text-opacity: 1;
      color: rgb(107 114 128 / var(--tw-text-opacity, 1));
    }
  }
  .method__active{
    --tw-border-opacity: 1;
    border-color: rgb(255 106 0 / var(--tw-border-opacity, 1));
  }
  .method__active{
    .method__title{
      --tw-text-opacity: 1;
      color: rgb(255 106 0 / var(--tw-text-opacity, 1));
    }
  }
}

.Wallet__method{
  width: 100%;
}

.Wallet__input{
  width: 100%;
  border-radius: 0.5rem;
  border-width: 2px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.Wallet__input:focus{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.error-message{
  margin-top: 0.5rem;
  margin-inline-start: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}

.order__confirmed{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  .order__confirmed_img{
    height: 100%;
  }
  .order__confirmed_img{
    max-width: 20rem;
  }
  .order__confirmed_img{
    img{
      height: 100%;
    }
    img{
      width: 100%;
    }
    img{
      -o-object-fit: contain;
         object-fit: contain;
    }
  }
  .order__confirmed_content{
    display: flex;
  }
  .order__confirmed_content{
    flex-direction: column;
  }
  .order__confirmed_content{
    gap: 1rem;
  }
  .order__confirmed_content{
    text-align: center;
  }
  .order__confirmed_content{
    .order__confirmed_header{
      font-size: 1.875rem;
      line-height: 2.25rem;
    }
    .order__confirmed_header{
      font-weight: 600;
    }
    .order__confirmed_header{
      --tw-text-opacity: 1;
      color: rgb(51 51 51 / var(--tw-text-opacity, 1));
    }
    @media (min-width: 1024px){
      .order__confirmed_header{
        font-size: 2.25rem;
        line-height: 2.5rem;
      }
    }
    .order__confirmed_title{
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
    .order__confirmed_title{
      font-weight: 600;
    }
    .order__confirmed_title{
      --tw-text-opacity: 1;
      color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    }
    @media (min-width: 1024px){
      .order__confirmed_title{
        font-size: 1.5rem;
        line-height: 2rem;
      }
    }
    .order__confirmed_text{
      font-size: 1rem;
      line-height: 1.5rem;
    }
    .order__confirmed_text{
      font-weight: 400;
    }
    .order__confirmed_text{
      --tw-text-opacity: 1;
      color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    }
    @media (min-width: 1024px){
      .order__confirmed_text{
        font-size: 1.125rem;
        line-height: 1.75rem;
      }
    }
  }
  .order__confirmed_btns{
    display: flex;
  }
  .order__confirmed_btns{
    width: 100%;
  }
  .order__confirmed_btns{
    flex-direction: column;
  }
  .order__confirmed_btns{
    align-items: center;
  }
  .order__confirmed_btns{
    justify-content: center;
  }
  .order__confirmed_btns{
    gap: 1.25rem;
  }
  @media (min-width: 640px){
    .order__confirmed_btns{
      flex-direction: row;
    }
  }
  .order__confirmed_btns{
    .order__confirmed_btn{
      width: 100%;
    }
    .order__confirmed_btn{
      border-radius: 1.5rem;
    }
    .order__confirmed_btn{
      --tw-bg-opacity: 1;
      background-color: rgb(255 106 0 / var(--tw-bg-opacity, 1));
    }
    .order__confirmed_btn{
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
    }
    .order__confirmed_btn{
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
    .order__confirmed_btn{
      text-align: center;
    }
    .order__confirmed_btn{
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
    .order__confirmed_btn{
      font-weight: 700;
    }
    .order__confirmed_btn{
      text-transform: capitalize;
    }
    .order__confirmed_btn{
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
    @media (min-width: 640px){
      .order__confirmed_btn{
        width: auto;
      }
    }
    .order__confirmed_btn__track{
      border-width: 1px;
    }
    .order__confirmed_btn__track{
      --tw-border-opacity: 1;
      border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
    }
    .order__confirmed_btn__track{
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }
    .order__confirmed_btn__track{
      --tw-text-opacity: 1;
      color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    }
  }
}

.bassket__price__text__texting{
  flex-direction: column;
}

/* setting page */

.setting__header{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  .setting__header__title{
    margin-bottom: 1.25rem;
  }
  .setting__header__title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .setting__header__title{
    font-weight: 600;
  }
  .setting__header__title{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
  .setting__header__subtitle{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .setting__header__subtitle{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }
  .setting__header__text{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .setting__header__text{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }
}

.setting__sidebar{
  position: relative;
  top: 0px;
  display: flex;
  max-height: 480px;
  width: 100%;
  flex-direction: column;
}

@media (min-width: 1024px){
  .setting__sidebar{
    position: sticky;
    top: 2.5rem;
    width: 25%;
  }
}

.setting__sidebar {
  .setting__sidebar__item{
    display: flex;
  }
  .setting__sidebar__item{
    height: 100%;
  }
  .setting__sidebar__item{
    width: 100%;
  }
  .setting__sidebar__item{
    cursor: pointer;
  }
  .setting__sidebar__item{
    flex-direction: row;
  }
  .setting__sidebar__item{
    align-items: center;
  }
  .setting__sidebar__item{
    justify-content: flex-start;
  }
  .setting__sidebar__item{
    gap: 0.5rem;
  }
  .setting__sidebar__item{
    border-inline-end-width: 2px;
  }
  .setting__sidebar__item{
    border-inline-start-width: 2px;
  }
  .setting__sidebar__item{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .setting__sidebar__item{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .setting__sidebar__item{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .setting__sidebar__item{
    font-weight: 600;
  }
  .setting__sidebar__item{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
  .setting__sidebar__item{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .setting__sidebar__item{
    transition-duration: 300ms;
  }
  .setting__sidebar__item:first-child{
    border-start-start-radius: 0.5rem;
  }
  .setting__sidebar__item:first-child{
    border-start-end-radius: 0.5rem;
  }
  .setting__sidebar__item:first-child{
    border-top-width: 2px;
  }
  .setting__sidebar__item:first-child{
    border-inline-start-width: 2px;
  }
  .setting__sidebar__item:last-child{
    border-end-end-radius: 0.5rem;
  }
  .setting__sidebar__item:last-child{
    border-end-start-radius: 0.5rem;
  }
  .setting__sidebar__item:last-child{
    border-bottom-width: 2px;
  }
  .setting__sidebar__item:hover{
    background-color: #5C18E40D;
  }
  .setting__sidebar__item:hover{
    --tw-text-opacity: 1;
    color: rgb(92 24 228 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 1024px){
    .setting__sidebar__item{
      border-inline-start-width: 0px;
    }
  }
  @media (min-width: 1024px){
    .setting__sidebar__item:first-child{
      border-radius: 0px;
    }
  }
  @media (min-width: 1024px){
    .setting__sidebar__item:first-child{
      border-top-width: 0px;
    }
  }
  @media (min-width: 1024px){
    .setting__sidebar__item:first-child{
      border-inline-start-width: 0px;
    }
  }
  @media (min-width: 1024px){
    .setting__sidebar__item:last-child{
      border-radius: 0px;
    }
  }
  @media (min-width: 1024px){
    .setting__sidebar__item:last-child{
      border-bottom-width: 0px;
    }
  }
  @media (min-width: 1024px){
    .setting__sidebar__item:hover{
      --tw-border-opacity: 1;
      border-inline-end-color: rgb(92 24 228 / var(--tw-border-opacity, 1));
    }
  }
  @media (min-width: 1024px){
    .setting__sidebar__item:hover{
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }
  }
  .setting__sidebar__item {
    img{
      height: 1.75rem;
    }
    img{
      width: 1.75rem;
    }
    img{
      -o-object-fit: contain;
         object-fit: contain;
    }
  }
  .setting__sidebar__item_active{
    background-color: #5C18E40D;
  }
  .setting__sidebar__item_active{
    --tw-text-opacity: 1;
    color: rgb(92 24 228 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 1024px){
    .setting__sidebar__item_active{
      --tw-border-opacity: 1;
      border-inline-end-color: rgb(92 24 228 / var(--tw-border-opacity, 1));
    }
  }
  @media (min-width: 1024px){
    .setting__sidebar__item_active{
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }
  }
}

.setting__main{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2.5rem;
}

@media (min-width: 1024px){
  .setting__main{
    flex-direction: row;
  }
}

.setting__main {
  .setting__main__header{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .setting__main__header{
    font-weight: 600;
  }
  .setting__main__header{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
  .setting__main__content{
    display: flex;
  }
  .setting__main__content{
    width: 100%;
  }
  .setting__main__content{
    flex-direction: column;
  }
  .setting__main__content{
    gap: 1.25rem;
  }
  @media (min-width: 1024px){
    .setting__main__content{
      width: 75%;
    }
  }
  .setting__main__content {
    .setting__main__content_div{
      display: flex;
    }
    .setting__main__content_div{
      width: 100%;
    }
    .setting__main__content_div{
      flex-direction: column;
    }
    .setting__main__content_div{
      gap: 1.25rem;
    }
    .setting__main__content_div {
      .basket__payment{
        width: 100%;
      }
    }
  }
}

.setting__form{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.setting__form__group{
  width: 100%;
  border-radius: 0.5rem;
  border-width: 2px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.setting__form__group:focus-within{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.setting__form__group {
  input{
    width: 100%;
  }
  input{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  .setting__form__group__select{
    width: 100%;
  }
}

.setting__main__content__header{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.setting__form__Security{
  margin-top: 2.5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.25rem;
  .setting__form__password{
    display: flex;
  }
  .setting__form__password{
    width: 100%;
  }
  .setting__form__password{
    flex-direction: row;
  }
  .setting__form__password{
    align-items: center;
  }
  .setting__form__password{
    justify-content: space-between;
  }
  .setting__form__password{
    gap: 0.5rem;
  }
  .setting__form__password{
    border-radius: 0.5rem;
  }
  .setting__form__password{
    border-width: 2px;
  }
  .setting__form__password{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .setting__form__password{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .setting__form__password:focus-within{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .setting__form__password {
    input{
      width: 6rem;
    }
    input{
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
    @media (min-width: 640px){
      input{
        width: 15rem;
      }
    }
    @media (min-width: 1280px){
      input{
        width: 16rem;
      }
    }
    .change__password{
      width: auto;
    }
    .change__password{
      cursor: pointer;
    }
    .change__password{
      font-size: 1rem;
      line-height: 1.5rem;
    }
    .change__password{
      font-weight: 600;
    }
    .change__password{
      --tw-text-opacity: 1;
      color: rgb(255 106 0 / var(--tw-text-opacity, 1));
    }
    .change__password{
      text-decoration-line: underline;
    }
  }
  .setting__form__label{
    margin-bottom: 0.5rem;
  }
  .setting__form__label{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .setting__form__label{
    font-weight: 700;
  }
  .setting__form__label{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}

.setting__form_edit{
  width: 100%;
}

@media (min-width: 1024px){
  .setting__form_edit{
    width: 20rem;
  }
}

.change__password_module{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 40;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: flex-end;
  justify-content: center;
  background-color: #00000080;
}

@media (min-width: 1024px){
  .change__password_module{
    align-items: center;
  }
}

.change__password_module {
  .change__password_from{
    display: flex;
  }
  .change__password_from{
    width: 100%;
  }
  .change__password_from{
    flex-direction: column;
  }
  .change__password_from{
    gap: 1.25rem;
  }
  .change__password_from{
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .change__password_from{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .change__password_from{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .change__password_from{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .change__password_from{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  @media (min-width: 1024px){
    .change__password_from{
      width: 60%;
    }
  }
  @media (min-width: 1024px){
    .change__password_from{
      border-radius: 0.5rem;
    }
  }
  .change__password_from {
    .change__password_form__content{
      display: flex;
    }
    .change__password_form__content{
      flex-direction: column;
    }
    .change__password_form__content{
      gap: 1.25rem;
    }
    .change__password_form__content {
      .auth__btns{
        display: flex;
      }
      .auth__btns{
        width: 100%;
      }
      .auth__btns{
        justify-content: flex-end;
      }
      .auth__btns{
        gap: 0.75rem;
      }
      .auth__btns {
        .change__password_from__btn{
          border-radius: 9999px;
        }
        .change__password_from__btn{
          --tw-bg-opacity: 1;
          background-color: rgb(255 106 0 / var(--tw-bg-opacity, 1));
        }
        .change__password_from__btn{
          padding-left: 1rem;
          padding-right: 1rem;
        }
        .change__password_from__btn{
          padding-top: 0.5rem;
          padding-bottom: 0.5rem;
        }
        .change__password_from__btn{
          font-weight: 600;
        }
        .change__password_from__btn{
          --tw-text-opacity: 1;
          color: rgb(255 255 255 / var(--tw-text-opacity, 1));
        }
        .change__password_from__btn{
          transition-property: all;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-duration: 150ms;
        }
        .change__password_from__btn{
          transition-duration: 300ms;
        }
        .change__password_from__btn_cancel{
          --tw-bg-opacity: 1;
          background-color: rgb(234 234 234 / var(--tw-bg-opacity, 1));
        }
        .change__password_from__btn_cancel{
          --tw-text-opacity: 1;
          color: rgb(110 115 124 / var(--tw-text-opacity, 1));
        }
      }
    }
    .change__password__header{
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
    .change__password__header{
      font-weight: 600;
    }
    .change__password__header{
      --tw-text-opacity: 1;
      color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    }
  }
}

.setting_btn{
  margin-inline-start: auto;
  display: flex;
  width: auto;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(238 114 46 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 640px){
  .setting_btn{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.setting__address{
  display: flex;
  width: 100%;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  border-radius: 0.5rem;
  border-width: 2px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  .setting__address_content{
    display: flex;
  }
  .setting__address_content{
    flex-direction: column;
  }
  .setting__address_content{
    gap: 0.5rem;
  }
  .setting__address_content {
    .setting__address_title{
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
    .setting__address_title{
      font-weight: 600;
    }
    .setting__address_title{
      --tw-text-opacity: 1;
      color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    }
    .setting__address_subtitle{
      font-size: 1rem;
      line-height: 1.5rem;
    }
    .setting__address_subtitle{
      font-weight: 600;
    }
    .setting__address_subtitle{
      --tw-text-opacity: 1;
      color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    }
  }
  .setting__address_btns{
    display: flex;
  }
  .setting__address_btns{
    flex-direction: row;
  }
  .setting__address_btns{
    align-items: center;
  }
  .setting__address_btns{
    gap: 1.25rem;
  }
  .setting__address_btns {
    .setting__address_btn{
      border-radius: 9999px;
    }
    .setting__address_btn{
      --tw-bg-opacity: 1;
      background-color: rgb(255 1 0 / var(--tw-bg-opacity, 1));
    }
    .setting__address_btn{
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .setting__address_btn{
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
    .setting__address_btn{
      font-weight: 600;
    }
    .setting__address_btn{
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
    .setting__address_btn{
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
    .setting__address_btn{
      transition-duration: 300ms;
    }
  }
}

.setting__address__btn{
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(238 114 46 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 640px){
  .setting__address__btn{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.section__empty__btns{
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  .section__empty__link{
    border-style: none;
  }
  .section__empty__link{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section__empty__link{
    padding-left: 0px;
    padding-right: 0px;
  }
  .section__empty__link{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .section__empty__link{
    transition-duration: 300ms;
  }
  .section__empty__link:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .section__empty__link:hover{
    background-color: transparent;
  }
}

.wallet__section{
  padding-inline-start: 2.5rem;
  h4{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  h4{
    font-weight: 600;
  }
  h4{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
  h5{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  h5{
    font-weight: 600;
  }
  h5{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
  button{
    height: auto;
  }
  button{
    width: 8rem;
  }
  button{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  button{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  button{
    font-weight: 400;
  }
}

.Add__pet__content_edit{
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.Add__pet__content_title{
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.Add__pet__content_header{
  width: 100%;
  max-width: 15rem;
  cursor: pointer;
  border-bottom-width: 2px;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.Add__pet__content_header__active{
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(92 24 228 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(92 24 228 / var(--tw-text-opacity, 1));
}

.pet__section_upload{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border-width: 2px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px){
  .pet__section_upload{
    height: 9rem;
    max-height: 9rem;
    flex-direction: row;
    justify-content: space-between;
  }
}

.pet__section_upload__img{
  display: flex;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 9999px;
  img{
    height: 100%;
  }
  img{
    width: 100%;
  }
  img{
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.upload_image{
  position: relative;
  display: flex;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  h6{
    --tw-text-opacity: 1;
    color: rgb(92 24 228 / var(--tw-text-opacity, 1));
  }
}

.pet__section_upload__img_section{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

@media (min-width: 640px){
  .pet__section_upload__img_section{
    flex-direction: row;
  }
}

.pet__section_upload__img_title{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.pet__section_upload__img_header{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.pet__section_upload__img_subheader{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.upload__image{
  height: 1.5rem;
  width: 1.5rem;
  img{
    height: 100%;
  }
  img{
    width: 100%;
  }
  img{
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.shop__content_body_edit{
  width: 100%;
  border-radius: 0.5rem;
  border-width: 2px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* .shop__slider_wrapper_edit{
    @apply border-2 rounded-lg py-4 px-2 ;
} */

.pet__detials_section{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 640px){
  .pet__detials_section{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .pet__detials_section{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px){
  .pet__detials_section{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.pet__detials_section {
  .pet__detials_card{
    display: flex;
  }
  .pet__detials_card{
    width: 100%;
  }
  .pet__detials_card{
    cursor: pointer;
  }
  .pet__detials_card{
    flex-direction: column;
  }
  .pet__detials_card{
    align-items: center;
  }
  .pet__detials_card{
    justify-content: flex-start;
  }
  .pet__detials_card{
    gap: 0.5rem;
  }
  .pet__detials_card{
    border-radius: 0.5rem;
  }
  .pet__detials_card{
    border-width: 2px;
  }
  .pet__detials_card{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .pet__detials_card{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .pet__detials_card{
    text-align: center;
  }
  .pet__detials_card:hover{
    --tw-border-opacity: 1;
    border-color: rgb(92 24 228 / var(--tw-border-opacity, 1));
  }
  .pet__detials_card {
    .pet__detials_section__img{
      height: 10rem;
    }
    .pet__detials_section__img{
      width: 10rem;
    }
    .pet__detials_section__img{
      overflow: hidden;
    }
    .pet__detials_section__img{
      border-radius: 9999px;
    }
    .pet__detials_section__img {
      img{
        height: 100%;
      }
      img{
        width: 100%;
      }
      img{
        -o-object-fit: cover;
           object-fit: cover;
      }
    }
    .pet__detials_card__title{
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
    .pet__detials_card__title{
      font-weight: 600;
    }
    .pet__detials_card__title{
      --tw-text-opacity: 1;
      color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    }
    .pet__detials_card__subtitle{
      font-size: 1rem;
      line-height: 1.5rem;
    }
    .pet__detials_card__subtitle{
      font-weight: 400;
    }
    .pet__detials_card__subtitle{
      --tw-text-opacity: 1;
      color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    }
  }
}

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

@media (min-width: 640px){
  .shop__content_body__content__head_edit{
    flex-direction: row;
    align-items: center;
  }
}

.shop__content_body__content__head_edit {
  .shop__slider_header{
    margin-inline-end: 0px;
  }
  .shop__slider_header{
    border-inline-end-width: 0px;
  }
  .shop__slider_header{
    padding-inline-end: 0px;
  }
  @media (min-width: 640px){
    .shop__slider_header{
      margin-inline-end: 0.5rem;
    }
  }
  @media (min-width: 640px){
    .shop__slider_header{
      border-inline-end-width: 2px;
    }
  }
  @media (min-width: 640px){
    .shop__slider_header{
      padding-inline-end: 0.5rem;
    }
  }
}

.add__pet__btn{
  display: flex;
  width: 100%;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 249 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.add__pet__btn:hover{
  --tw-border-opacity: 1;
  border-color: rgb(92 24 228 / var(--tw-border-opacity, 1));
}

.add__pet__btn{
  i{
    border-radius: 0.5rem;
  }
  i{
    border-width: 2px;
  }
  i{
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  }
  i{
    padding: 0.25rem;
  }
  i{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}

.order__list_stauts{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.25rem;
  .order__stauts_card{
    display: flex;
  }
  .order__stauts_card{
    width: 100%;
  }
  .order__stauts_card{
    cursor: pointer;
  }
  .order__stauts_card{
    flex-direction: row;
  }
  .order__stauts_card{
    align-items: center;
  }
  .order__stauts_card{
    gap: 1rem;
  }
  .order__stauts_card{
    border-radius: 0.5rem;
  }
  .order__stauts_card{
    border-width: 2px;
  }
  .order__stauts_card{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .order__stauts_card{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .order__stauts_card{
    text-align: start;
  }
  @media (min-width: 768px){
    .order__stauts_card{
      justify-content: space-between;
    }
  }
  @media (min-width: 768px){
    .order__stauts_card{
      text-align: start;
    }
  }
  .order__stauts_card{
    .order__stauts_card__content{
      display: grid;
    }
    .order__stauts_card__content{
      width: 91.666667%;
    }
    .order__stauts_card__content{
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .order__stauts_card__content{
      align-items: center;
    }
    .order__stauts_card__content{
      gap: 1rem;
    }
    @media (min-width: 640px){
      .order__stauts_card__content{
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }
    @media (min-width: 1024px){
      .order__stauts_card__content{
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }
    }
    .order__stauts_card__content{
      .order__card_text{
        font-size: 0.875rem;
        line-height: 1.25rem;
      }
      .order__card_text{
        font-weight: 400;
      }
      .order__card_text{
        --tw-text-opacity: 1;
        color: rgb(75 85 99 / var(--tw-text-opacity, 1));
      }
      .order__card_stauts{
        width: -moz-max-content;
        width: max-content;
      }
      .order__card_stauts{
        min-width: 9rem;
      }
      .order__card_stauts{
        text-align: center;
      }
      .order__card_stauts{
        font-size: 0.875rem;
        line-height: 1.25rem;
      }
      .order__card_stauts{
        font-weight: 600;
      }
      .order__card_stauts__Cancelled{
        border-radius: 9999px;
      }
      .order__card_stauts__Cancelled{
        background-color: #FD00561A;
      }
      .order__card_stauts__Cancelled{
        padding-left: 1rem;
        padding-right: 1rem;
      }
      .order__card_stauts__Cancelled{
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
      }
      .order__card_stauts__Cancelled{
        --tw-text-opacity: 1;
        color: rgb(253 0 86 / var(--tw-text-opacity, 1));
      }
      .order__card_stauts__Delivering{
        border-radius: 9999px;
      }
      .order__card_stauts__Delivering{
        background-color: #EF7C311A;
      }
      .order__card_stauts__Delivering{
        padding-left: 1rem;
        padding-right: 1rem;
      }
      .order__card_stauts__Delivering{
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
      }
      .order__card_stauts__Delivering{
        --tw-text-opacity: 1;
        color: rgb(239 124 49 / var(--tw-text-opacity, 1));
      }
      .order__card_stauts__order-processed{
        border-radius: 9999px;
      }
      .order__card_stauts__order-processed{
        background-color: #FFB8001A;
      }
      .order__card_stauts__order-processed{
        padding-left: 1rem;
        padding-right: 1rem;
      }
      .order__card_stauts__order-processed{
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
      }
      .order__card_stauts__order-processed{
        --tw-text-opacity: 1;
        color: rgb(255 184 0 / var(--tw-text-opacity, 1));
      }
      .order__card_stauts__Delivered{
        border-radius: 9999px;
      }
      .order__card_stauts__Delivered{
        background-color: #40B56F1A;
      }
      .order__card_stauts__Delivered{
        padding-left: 1rem;
        padding-right: 1rem;
      }
      .order__card_stauts__Delivered{
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
      }
      .order__card_stauts__Delivered{
        --tw-text-opacity: 1;
        color: rgb(64 181 111 / var(--tw-text-opacity, 1));
      }
    }
    .order__card_go{
      display: flex;
    }
    .order__card_go{
      height: 1.5rem;
    }
    .order__card_go{
      width: 8.333333%;
    }
    .order__card_go{
      cursor: pointer;
    }
    .order__card_go{
      align-items: center;
    }
    .order__card_go{
      justify-content: center;
    }
    .order__card_go{
      img{
        height: 100%;
      }
      img{
        width: 100%;
      }
      img{
        -o-object-fit: contain;
           object-fit: contain;
      }
    }
  }
}

.setting__header_back{
  display: flex;
  width: auto;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  .setting__header_back__img{
    height: 1.75rem;
  }
  .setting__header_back__img{
    width: 1.75rem;
  }
  .setting__header_back__img{
    -o-object-fit: contain;
       object-fit: contain;
  }
  .setting__header_back__title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .setting__header_back__title{
    font-weight: 600;
  }
  .setting__header_back__title{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}

.setting__main__content__body{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.order__item{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

@media (min-width: 640px){
  .order__item{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.order__item{
  .order__item__header{
    display: flex;
  }
  .order__item__header{
    flex-direction: column;
  }
  .order__item__header{
    gap: 0.5rem;
  }
  .order__item__header{
    .order__item__header__title{
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
    .order__item__header__title{
      font-weight: 600;
    }
    .order__item__header__title{
      --tw-text-opacity: 1;
      color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    }
    .order__item__header__date{
      display: flex;
    }
    .order__item__header__date{
      flex-direction: column;
    }
    .order__item__header__date{
      align-items: flex-start;
    }
    .order__item__header__date{
      gap: 0.5rem;
    }
    .order__item__header__date{
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
    .order__item__header__date{
      font-weight: 400;
    }
    .order__item__header__date{
      --tw-text-opacity: 1;
      color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    }
    @media (min-width: 640px){
      .order__item__header__date{
        flex-direction: row;
      }
    }
    @media (min-width: 640px){
      .order__item__header__date{
        align-items: center;
      }
    }
  }
  .order__item__view{
    width: auto;
  }
  .order__item__view{
    border-radius: 9999px;
  }
  .order__item__view{
    --tw-bg-opacity: 1;
    background-color: rgb(255 106 0 / var(--tw-bg-opacity, 1));
  }
  .order__item__view{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .order__item__view{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .order__item__view{
    font-weight: 600;
  }
  .order__item__view{
    text-transform: capitalize;
  }
  .order__item__view{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .order__item__view{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .order__item__view{
    transition-duration: 300ms;
  }
}

.order__item_edit{
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.order__total{
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  border-width: 2px;
  hr{
    border-top-width: 2px;
  }
  .order__total__header{
    display: flex;
  }
  .order__total__header{
    flex-direction: column;
  }
  .order__total__header{
    align-items: flex-start;
  }
  .order__total__header{
    justify-content: space-between;
  }
  .order__total__header{
    gap: 1.25rem;
  }
  .order__total__header{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .order__total__header{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  @media (min-width: 640px){
    .order__total__header{
      flex-direction: row;
    }
  }
  @media (min-width: 640px){
    .order__total__header{
      align-items: center;
    }
  }
  .order__total__header{
    .order__total__item{
      display: flex;
    }
    .order__total__item{
      flex-direction: column;
    }
    .order__total__item{
      gap: 0.25rem;
    }
    .order__total__item{
      text-align: start;
    }
    @media (min-width: 640px){
      .order__total__item{
        width: 50%;
      }
    }
    .order__total__item{
      .order__total__item__title{
        font-size: 1rem;
        line-height: 1.5rem;
      }
      .order__total__item__title{
        font-weight: 600;
      }
      .order__total__item__title{
        --tw-text-opacity: 1;
        color: rgb(75 85 99 / var(--tw-text-opacity, 1));
      }
      .order__total__item__subtitle{
        font-size: 1rem;
        line-height: 1.5rem;
      }
      .order__total__item__subtitle{
        font-weight: 400;
      }
      .order__total__item__subtitle{
        --tw-text-opacity: 1;
        color: rgb(75 85 99 / var(--tw-text-opacity, 1));
      }
    }
  }
}

.bassket__content__item_edit{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0px;
  .bassket__proudact{
    position: relative;
  }
  .bassket__proudact{
    gap: 0px;
  }
  .bassket__proudact{
    .bassket__proudact_btn_edit{
      position: absolute;
    }
    .bassket__proudact_btn_edit{
      top: 1.25rem;
    }
    .bassket__proudact_btn_edit{
      inset-inline-end: 1.25rem;
    }
    @media (min-width: 1280px){
      .bassket__proudact_btn_edit{
        position: relative;
      }
    }
    .bassket__proudact_btn_edit{
      .bassket__proudact_btn__text{
        font-size: 1.125rem;
        line-height: 1.75rem;
      }
      .bassket__proudact_btn__text{
        font-weight: 600;
      }
      .bassket__proudact_btn__text{
        --tw-text-opacity: 1;
        color: rgb(75 85 99 / var(--tw-text-opacity, 1));
      }
    }
  }
  .bassket__proudact_content__text{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .bassket__proudact_content__text{
    font-weight: 600;
  }
  .bassket__proudact_content__text{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }
}

.bassket__proudact_content_edit{
  align-items: flex-start;
}

@media (min-width: 1280px){
  .bassket__proudact_content_edit{
    align-items: flex-start;
  }
}

.bassket__content__item_total_edit{
  width: 100%;
  gap: 0.5rem;
}

.bassket__price__header_sub_edit{
  --tw-text-opacity: 1;
  color: rgb(64 181 111 / var(--tw-text-opacity, 1));
}

.bassket__content__item__header{
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.hidden{
  display: none;
}

.-translate-x-full{
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-\[10px\]{
  --tw-translate-y: -10px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.opacity-0{
  opacity: 0;
}

.tracking-container{
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

.tracking-step{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-inline-start-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-bottom: 2.5rem;
}

.tracking-step:last-child{
  border-inline-start-width: 0px;
}

.tracking-step-accepted{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

.step-circle{
  position: absolute;
  inset-inline-start: -0.75rem;
  top: -0.5rem;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.step-circle-accepted{
  position: absolute;
  inset-inline-start: -0.75rem;
  top: -0.5rem;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.step-details{
  margin-inline-start: 1.25rem;
  display: flex;
  flex-direction: column;
}

.step-title{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.step-description{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.step-date{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.tracking-step:last-child{
  margin-bottom: 0px;
}

/* contactus page */

.hero__content_edit{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  border-radius: 0.75rem;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.5;
  top: 0 !important;
  .hero__header{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .hero__header{
    font-weight: 700;
  }
  .hero__header{
    text-transform: capitalize;
  }
  .hero__header{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 640px){
    .hero__header{
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
  }
  @media (min-width: 768px){
    .hero__header{
      font-size: 1.5rem;
      line-height: 2rem;
    }
  }
  .hero__results{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .hero__results{
    font-weight: 500;
  }
  .hero__results{
    text-transform: capitalize;
  }
  .hero__results{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 640px){
    .hero__results{
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
  }
  @media (min-width: 768px){
    .hero__results{
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
  }
}

.let__connect{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.5rem;
  .let__connect_card{
    grid-column: span 12 / span 12;
  }
  .let__connect_card{
    display: flex;
  }
  .let__connect_card{
    flex-direction: column;
  }
  .let__connect_card{
    align-items: flex-start;
  }
  .let__connect_card{
    justify-content: center;
  }
  .let__connect_card{
    gap: 1.25rem;
  }
  .let__connect_card{
    border-radius: 0.5rem;
  }
  .let__connect_card{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .let__connect_card{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .let__connect_card{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .let__connect_card{
    text-align: start;
  }
  .let__connect_card{
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  @media (min-width: 768px){
    .let__connect_card{
      grid-column: span 6 / span 6;
    }
  }
  @media (min-width: 1024px){
    .let__connect_card{
      grid-column: span 4 / span 4;
    }
  }
  @media (min-width: 1280px){
    .let__connect_card{
      grid-column: span 3 / span 3;
    }
  }
  .let__connect_card{
    .let__connect_card__title{
      font-size: 1rem;
      line-height: 1.5rem;
    }
    .let__connect_card__title{
      font-weight: 600;
    }
    .let__connect_card__title{
      text-transform: capitalize;
    }
    .let__connect_card__title{
      --tw-text-opacity: 1;
      color: rgb(55 65 81 / var(--tw-text-opacity, 1));
    }
    .let__connect_card__subtitle{
      font-size: 1.5rem;
      line-height: 2rem;
    }
    .let__connect_card__subtitle{
      font-weight: 600;
    }
    .let__connect_card__subtitle{
      --tw-text-opacity: 1;
      color: rgb(255 106 0 / var(--tw-text-opacity, 1));
    }
  }
}

.contact__us{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
  .contact__us__header{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .contact__us__header{
    font-weight: 700;
  }
  .contact__us__header{
    text-transform: capitalize;
  }
  .contact__us__header{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }
  .contact__form_input{
    display: grid;
  }
  .contact__form_input{
    width: 100%;
  }
  .contact__form_input{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .contact__form_input{
    gap: 0.5rem;
  }
  .contact__form_input{
    .contact__us_input{
      grid-column: span 12 / span 12;
    }
    .contact__us_input{
      width: 100%;
    }
    .contact__us_input{
      border-radius: 0.5rem;
    }
    .contact__us_input{
      border-width: 1px;
    }
    .contact__us_input{
      padding: 0.75rem;
    }
    .contact__us_input{
      font-size: 1rem;
      line-height: 1.5rem;
    }
    .contact__us_input{
      font-weight: 400;
    }
    .contact__us_input{
      --tw-text-opacity: 1;
      color: rgb(55 65 81 / var(--tw-text-opacity, 1));
    }
    .contact__us_input{
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
    .contact__us_textarea{
      grid-column: span 12 / span 12;
    }
    .contact__us_textarea{
      min-height: 15rem;
    }
    .contact__us_textarea{
      width: 100%;
    }
    .contact__us_textarea{
      resize: none;
    }
    .contact__us_textarea{
      border-radius: 0.5rem;
    }
    .contact__us_textarea{
      border-width: 1px;
    }
    .contact__us_textarea{
      padding: 0.75rem;
    }
    .contact__us_textarea{
      font-size: 1rem;
      line-height: 1.5rem;
    }
    .contact__us_textarea{
      font-weight: 400;
    }
    .contact__us_textarea{
      --tw-text-opacity: 1;
      color: rgb(55 65 81 / var(--tw-text-opacity, 1));
    }
    .contact__us_textarea{
      outline: 2px solid transparent;
      outline-offset: 2px;
    }
    .btn-form{
      display: flex;
    }
    .btn-form{
      width: 100%;
    }
    .btn-form{
      align-items: flex-start;
    }
    .btn-form{
      justify-content: flex-start;
    }
    .btn-form{
      .contact__us_btn{
        width: 20rem;
      }
      .contact__us_btn{
        border-radius: 9999px;
      }
      .contact__us_btn{
        --tw-bg-opacity: 1;
        background-color: rgb(255 106 0 / var(--tw-bg-opacity, 1));
      }
      .contact__us_btn{
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
      }
      .contact__us_btn{
        padding-left: 1rem;
        padding-right: 1rem;
      }
      .contact__us_btn{
        font-size: 1rem;
        line-height: 1.5rem;
      }
      .contact__us_btn{
        font-weight: 700;
      }
      .contact__us_btn{
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1));
      }
    }
  }
}

.rtl\:translate-x-full:where([dir="rtl"], [dir="rtl"] *){
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
