/** Shopify CDN: Minification failed

Line 61:163 Unexpected "{"

**/

  .gifttemptitle {
    font-size: 32px !important;
}
.gift-card-temp .price__container span {
    font-size: 18px !important;
}
.gift-card-temp .product-form__input--dropdown .form__label{
        display: none;
}

.gift-card-temp .product-form__input--dropdown {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 20px;
    margin-bottom: 25px !important;
}

.gift-card-temp .select__select {
    font-size: 14px;
    font-family: 'SofiaProLight' !important;
    color: #000 !important;
}

.gift-card-temp .customer .field:after, .gift-card-temp .field:after, .gift-card-temp .select:after {
    border-radius: 5px !important;
        border: 1px solid #a9a9a9;
}

.gift-card-temp .accordion__title {
    padding: 0;
    color: #000000;
        font-weight: 600 !important;
}

.gift-card-temp .product__accordion .accordion__content p {
    font-size: 14px;
        font-family: 'SofiaProLight' !important;
    color: #000 !important;
}

.gift-card-temp .product__accordion .accordion__content a {
    text-decoration: underline;
}
.gift-card-temp .checkout-section {
    margin-top: 20px;
}


.gift-card-temp .field__input:focus, .gift-card-temp .select__select:focus, .gift-card-temp .customer .field input:focus, .gift-card-temp .customer select:focus {
    box-shadow: none;
    border-color: #000 !important;
}


.gift-card-temp .field__input:focus, .gift-card-temp .select__select:focus, .gift-card-temp .customer .field input:focus, .gift-card-temp .customer select:focus,  {
    box-shadow: none;
    border: 1px solid #000;
    border-radius: 5px;
    color: #000 !important;
}

.gift-card-temp .field:after, .gift-card-temp .select:after, .gift-card-temp .customer .field:after, .gift-card-temp .customer select:after {
    display: none;
}

.gift-card-temp .field__input, .gift-card-temp .select__select, .gift-card-temp .customer .field input, .gift-card-temp .customer select {
    border: 1px solid #c0c0c0;
    border-radius: 5px;
}


.gift-card-temp .product__info-container quantity-input.quantity {
    width: 130px;
}
.gift-card-temp .product__info-container .product-form__input {
    width: 130px;
    flex: none;
    max-width: 130px;
}
.gift-card-temp .page-width {
    max-width: 1400px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.gift-card-temp .newwrpqty {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 10px;
}
.gift-card-temp .form__label {
    font-size: 13px !important;
    font-family: 'SofiaProLight' !important;
    color: #000 !important;
}
.gift-card-temp .field__label {
    font-size: 13px !important;
    font-family: 'SofiaProLight' !important;
    color: #000 !important;
}
.gift-card-temp .field__label span {
    font-size: 13px !important;
    font-family: 'SofiaProLight' !important;
    color: #000 !important;
}
.gift-card-temp .recipient-form-field-label.recipient-form-field-label--space-between span {
    font-size: 11px !important;
    font-family: 'SofiaProLight' !important;
    color: #000 !important;
}

.gift-card-temp .recipient-form {
    max-width: 100%;
}
.gift-card-temp .product__info-container .btnquan {
    grid-template-columns: 100% !important;
    margin-top: -20px !important;
    grid-gap: 0 !important;
}


.gift-card-temp .field__input:focus~.field__label, .gift-card-temp .customer .field input:focus~label{
    top: calc(var(--inputs-border-width) + -1rem) !important;
    background: #ffffff !important;
    z-index: 2 !important;
}

.field__label, .customer .field label{
   top: calc(1.3rem + var(--inputs-border-width)) !important;
   padding: 0 4px;
}

.gift-card-temp .field__input:not(:placeholder-shown)~.field__label, .gift-card-temp .field__input:-webkit-autofill~.field__label
.gift-card-temp .customer .field input:not(:placeholder-shown)~label, .gift-card-temp .customer .field input:-webkit-autofill~label{
   top: calc(var(--inputs-border-width) + -1rem) !important;
    background: #fff;
    z-index: 2;
}

.gift-card-temp .payment-icons svg {
    width: 45px;
    height: 30px;
    object-fit: contain;
    min-width: 45px;
}
@media screen and (max-width: 750px) {
    .gift-card-temp .product__info-container {
    padding: 0 5px;
}
    .gift-card-temp .product__title span {
        font-size: 22px;
    }
    .gift-card-temp {
        padding-top: 2rem;
    }
    .gift-card-temp .product__title {
   margin-top: -10px;
        margin-bottom: 0 !important;
}
.gift-card-temp .product__title .short-tit {
        margin-bottom: 0 !important;
}
.gift-card-temp .field__input, .gift-card-temp .customer .field input {
    padding: 1.5rem 1rem !important;
}
.gift-card-temp .main-pric {
        margin: 0.1rem 0 5px !important;
    }
    .gift-card-temp .field__label, .gift-card-temp .customer .field label {
    left: calc(var(--inputs-border-width) + 1rem) !important;
    }
    .gift-card-temp .accordion {
    margin-top: 1rem !important;
    }
    .gift-card-temp .product__info-container .btnquan {
    margin-bottom: 0 !important;
}
.gift-card-temp .product__accordion .accordion__content p {
    font-size: 13px !important;
}
.gift-card-temp .product__media-wrapper {
    padding: 0 5px;
}
}