/** Shopify CDN: Minification failed

Line 135:15 Expected ":"

**/

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');


.default-new .collection-details-section {
    display: none;
}
predictive-search .spinner {
    display: none;
}
  .collection-header__inner {
    display: block;
  }

  .collection-header__grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    align-items: center;
  }


.collection-header__title {
    font-family: Kiwi Maru;
    font-weight: 500;
    font-size: 36px;
    line-height: 1.3;
}
.collection-header__title-wrapper {
    text-align: center;
       position: relative;
}

  .collection-header__description {
    align-self: center;
  }

.collection-header__description-text {
    color: rgb(var(--color-foreground));
    font-family: Mulish;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.6;
}
.collection-header__description-text * {
    font-size: 13px !important;
}
  .collection-header__description-text p {
    margin-bottom: 1.5rem;
  }

  .collection-header__description-text p:last-child {
    margin-bottom: 0;
  }

.collection-header__star {
    margin-top: 1rem;
    display: block;
    text-align: center;
    width: 100%;
}


.collection-header__title-wrapper:after {
    content: "";
    display: block;
    background: #C54117;
    height: 83%;
    position: absolute;
    width: 1px;
    right: 0;
    top: 0;
}

.product-card-wrapper .card--standard .card__content .quick-add {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 92%;
    margin: 0 auto;
    grid-row-start: auto;
    visibility: hidden;
    opacity: 0;
    transition: .6s;
}
.product-card-wrapper:hover .card--standard .card__content .quick-add {
    visibility: visible;
    opacity: 1;
    transform: translateY(-51px);
}

button.quick-add__submit {
    padding: 0 23px;
    font-size: 14px;
    letter-spacing: normal;
    min-height: 38px;
    width: max-content;
    max-width: max-content;
    min-width: auto;
    margin: 0 auto;
    border-radius: 4px;
}

.default-new ul#product-grid {
    row-gap: 26px;
    column-gap: 26px;
}
.default-new .product-grid .grid__item {
    margin-bottom: 0;
}


.default-new ul#product-grid .grid__item {
    width: calc(33.33% - 26px * 2 / 3);
}

.default-new .product-grid .grid__item .card-wrapper.product-card-wrapper {
    box-shadow: 0 0 0px 1px #D9D9D9;
    border-radius: 10px;
}
.default-new .product-grid .grid__item .card__content .card__information {
    margin-bottom: 0;
    padding-left: 23px;
    padding-right: 23px;
}

.default-new .product-grid .grid__item .card__content .card__information .card__heading a {
    font-family: Muli, san-serif !important;
    font-size: 13px;
    font-weight 400;
    letter-spacing: normal;
}

.default-new .product-grid .grid__item .card__content .card__information * {
       font-size: 13px !important;
}

.default-new .product-grid .grid__item .card-wrapper.product-card-wrapper:hover {
    box-shadow: 0px 4px 10px 0px #00000021;
}

/* .default-new .facets-container {
    background: #EEEEEE;
    padding: 29px 17px;
    border-radius: 12px;
    position: sticky;
    top: 7px;
} */

.default-new .facets__summary span {
    font-family: Kiwi Maru;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: normal;
    text-transform: capitalize;
    color: #000;
}

.default-new .facets-layout-list--text input[type=checkbox] {
    width: 19px;
    height: 19px;
    left: 0;
    border: 2px solid #B2B2B2;
}
.default-new span.facet-checkbox__text {
    font-size: 13px;
    letter-spacing: normal;
    padding-top: 3px;
}
.default-new .facet-checkbox>svg {
    margin-right: 1rem;
}

.default-new .facets-vertical .facets-wrapper {
    padding-right: 2rem;
}

.default-new .facets-vertical .active-facets__button {
    margin-bottom: 0.3rem;
}

.default-new .active-facets__button-wrapper *, .default-new span.active-facets__button-inner {
    letter-spacing: normal;
}

.default-new .facets__item input[type=checkbox]:after {
    border: 1px solid;
    border-color: #C54117;
    left: 0;
    position: absolute;
    background: #C54117;
}
.default-new .facets-vertical .facets__summary {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.default-new .facets__price.custom-range * {
    font-size: 13px !important;
}
.default-new .facets__price.custom-range .field__input {
    min-width: 81px!important;
}

.default-new .pagination__item {
    height: 37px;
    font-size: 15px;
    border: 1px solid #000000;
    border-radius: 5px;
}

.default-new  .pagination__list>li {
    max-width: 37px;
}

.default-new .pagination__item--current:after, .default-new .pagination__item:hover:after {
  display: none;
}
.default-new .pagination__item--current, .default-new .pagination__item:hover {
    background: #C54117;
    color: #fff;
    border-color: #C54117;
    opacity: 1;
}

.default-new .pagination__list>li:not(:last-child) {
    margin-right: 7px;
}

.new-collection-sec1 a.button.button--primary {
    border-radius: 5px;
    height: 54px;
    min-height: auto;
    font-size: 16px;
    letter-spacing: normal;
    padding-left: 22px;
    padding-right: 22px;
}

.new-collection-sec1 a.button.button--primary:after {
    content: "" !important;
    height: 24px;
    background: url(/cdn/shop/files/Group_4.png?v=1755504755);
    display: inline;
    width: 25px;
    margin-right: 12px;
    position: static !important;
    order: -1;
}
.new-collection-sec1 h2.rich-text__heading {
    font-weight: 500;
    font-size: 36px;
}

.new-collection-sec1 h2.rich-text__heading:after, .new-collection-sec1 h2.rich-text__heading:before {
    display: none;
}
.new-collection-sec1 .rich-text__buttons {
    margin-top: 0;
}

.default-new .facet-filters.sorting .facet-filters__label {
    display: block !important;
    font-size: 12px;
    margin-right: 7px;
}
.default-new select#SortBy {
    font-size: 12px;
    padding: 0;
    border: none;
}
.default-new .facet-filters.sorting * {
    /* font-family: Muli,san-serif!important; */
    font-family: "Mulish", sans-serif !important;
}

.default-new .facet-filters.sorting .facet-filters__field {
    border: 1px solid #D9D9D9;
    padding: 9px 10px 8px;
    border-radius: 4px;
    padding-right: 2px;
}

.default-new .facet-filters.sorting svg.icon.icon-caret {
    display: none;
}
h2.product-count__text.text-body {
    font-size: 13px;
    letter-spacing: normal;
}

.quick-add-modal__content .product__title>* {
    margin: 0;
    font-size: 26px;
}

.quick-add-modal__content .product__title {
    margin-top: 10px !important;
}

.quick-add-modal__toggle .icon {
    width: 20px;
}
quick-add-modal .quick-add-modal__toggle {
    padding: 9px;
    width: 40px;
    top: 13px;
    right: 10px;
}

quick-add-modal shopify-payment-terms {
    font-size: 12px !important;
}

quick-add-modal .quantity {
    min-height: 43px;
    max-width: 139px;
}
quick-add-modal .quantity__button {
    width: 45px;
}
quick-add-modal label.quantity__label.form__label {
    font-size: 14px;
    letter-spacing: normal;
}
quick-add-modal .quantity__input {
    font-size: 15px;
}

.default-new .product__info-container .product-form__input.product-form__quantity {
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.default-new  button.product-form__submit {
    line-height: 1;
    padding: 0;
    min-height: 55px;
    font-size: 16px;
}

quick-add-modal .product__info-container>*+* {
    margin: 1rem 0;
}
quick-add-modal .product__info-container .product-form {
    margin-top: 0;
}

quick-add-modal #more-payment-options-link {
    font-size: 14px;
    margin-top: 10px;
}
quick-add-modal .product:not(.featured-product) .product__view-details {
    font-size: 14px;
}
quick-add-modal product-info img {
    max-width: 82px !important;
}



/* new header  */
.topbar-left, a.topbar-phone {
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
     font-family: "Mulish", sans-serif;
}

a.topbar-phone {
    color: #000
}

div.texasgifts-header-flex {
    display: block;
}

.logo-and-searchbar {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 0;
    align-items: center;
}

.midlogo {
    text-align: center;
    margin-top: -74px;
}

.leftearh input.search__input {
    padding: 0 8px;
    height: 38px;
    font-size: 12px;
    font-family: "Mulish", sans-serif !important;
}

.leftearh  label.field__label {
    font-size: 11px;
    top: 11px;
    letter-spacing: normal;
    font-family: "Mulish", sans-serif !important;
    left: 16px;
}

.leftearh .field__button {
    height: 38px;
    right: 0;
    width: 50px;
}
.leftearh form.search.search-modal__form, .leftearh predictive-search.search-modal__form {
    max-width: 262px;
    width: 100%;
    display: block;
    margin-left: auto;
}
.leftearh .field__button svg.icon.icon-search {
    width: 19px;
}

.texasgifts-nav-link {
    font-size: 12px !important;
    font-family: "Mulish", sans-serif !important;
    text-transform: uppercase;
}

.afterlogo {
    text-align: center;
    text-align: -webkit-center;
    line-height: 1;
    padding: 6px 0 8px;
    position: relative;
}

.afterlogo:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: #00000029;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
}

.afterlogo img {
    background: #fff;
    display: block;
    z-index: 1;
    position: relative;
    padding: 0 7px;
}

.texasgifts-account-link {
    margin-left: 0 !important;
}

div.texasgifts-header-categories * {
    font-weight: 400;
    font-style: normal;
    font-family: "Mulish", sans-serif !important;
    letter-spacing: normal;
}
.texasgifts-categories-list a{
    font-size: 12px !important;
}

.texasgifts-categories-list {
    justify-content: center;
    align-items: center;
    width: 100%;
}

div.texasgifts-header-categories {
    border: none;
    background: #EEEEEE;
    box-shadow: none;
}
.usericon a {
    color: #000;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
     font-family: "Mulish", sans-serif ;
}
.usericon svg {
    vertical-align: middle;
    margin-right: 8px;
}

.leftearh .field__input:focus~.field__label, 
.leftearh .field__input:not(:placeholder-shown)~.field__label, 
.leftearh .field__input:-webkit-autofill~.field__label
 {
    display: none;
}

.midlogo img {
    max-width: 305px;
}


.big-gift-baner .banner__text.rte.body * {
    color: #fff;
}
.big-gift-baner h2.banner__heading {
    font-size: 41px;
    text-transform: capitalize;
    margin-top: 0;
}

.big-gift-baner .banner__text {
    max-width: 710px;
    font-size: 21px;
}





.get-started-section {
    background: linear-gradient(135deg, #b12a2a 0%, #8b1f1f 100%);
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
  }

 .get-started-section.has-bg-image {
    background: none;
  }

  .section-background-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }

  .section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
  }

  .get-started-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
      radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 50%),
      radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1;
  }

  .get-started-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .get-started-title {
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 500;
    letter-spacing: 0.5px;
  }

  .steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin: 0 auto;
  }

  .step-card {
       background: rgb(255 255 255 / 10%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
        padding: 13px;
  }

  .step-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  }

  .step-image-wrapper {
    position: relative;
    width: 100%;
   padding-top: 93%;
   
  }

  .step-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 23.55px;
    border: 1px solid #fff;
}
 .step-number {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 48px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    z-index: 2;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}


.step-content * {
    color: #fff;
}

  .step-content {
    padding: 40px 13px 30px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }

.step-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
    font-family: Kiwi Maru, serif;
    margin-bottom: 11px;
}

.step-description {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
    font-family: "Mulish", sans-serif ;
    font-weight: 300;
}

.step-cta {
    display: inline;
    background: #ffffff;
    color: #2c2c2c;
    padding: 10px 17px;
    border-radius: 5px;
    font-size: 16px;
    transition: all 0.3s ease;
    margin-top: auto;
    letter-spacing: 0;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

  .step-cta:hover {
    background: #253b80;
    color: #ffffff;
    transform: scale(1.05);
  }

  .checkmark-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    text-align: left;
  }

  .checkmark {
    color: #28a745;
    margin-right: 8px;
    font-size: 18px;
    flex-shrink: 0;
  }



.big-gift-last-sec li.multicolumn-list__item:first-child {
    text-align: right;
}

.big-gift-last-sec li.multicolumn-list__item .multicolumn-card__info {
    padding: 11px;
}
.big-gift-last-sec li.multicolumn-list__item a.link.animate-arrow {
    margin: 0;
    display: block;
    background: #C54117;
    color: #fff;
    padding: 10px 38px;
    width: fit-content;
    border-radius: 5px;
    text-align: center;
}

.big-gift-last-sec li.multicolumn-list__item a.link.animate-arrow span.icon-wrap {
    display: none;
}

.big-gift-last-sec li.multicolumn-list__item  h3.inline-richtext {
    font-family: Kiwi Maru, serif;
    font-size: 24px;
    font-weight: 500;
}

.big-gift-last-sec .multicolumn-card__info {
    display: flex;
    justify-content: center;
    gap: 31px;
    min-height: 98px;
    align-items: center;
}
.big-gift-last-sec li.multicolumn-list__item a.link.animate-arrow:hover {
    background: #253b80;
}


.texas-bus1 h2.banner__heading {
    font-weight: 400;
    font-size: 48px;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}


.texas-bus1 .banner__text * {
    color: #fff;
    font-size: 20px;
}

.texas-bus1 .banner__text {
    margin-top: 24px !important;
    max-width: 495px;
    margin: 0 auto;
}

.page-corporate-small-business-gifting a.button.button--primary {
    min-height: 51px;
    font-size: 14px;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: Kiwi Maru, serif;
    font-weight: 500;
    position: relative;
        transform: rotate(0);
}


.texas-bus2 h2.rich-text__heading:after, .texas-bus2 h2.rich-text__heading:before {
    display: none;
}

.texas-bus2 h2.rich-text__heading.rte {
    margin: 17px 3px !important;
    padding: 0;
    font-size: 36px;
}

.texas-bus3 h2.title {
    font-size: 36px;
    text-align: center;
    width: 100%;
}

.texas-bus3 img.multicolumn-card__image {
    position: static !important;
    transform: none !important;
    margin: 0 auto;
}

.texas-bus3 .media.media--transparent.media--adapt {
    padding: 0 !important;
}

.texas-bus3 .multicolumn-card__info {
    padding-top: 24px !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.texas-bus3 .multicolumn-card__info h3.inline-richtext {
    font-family: Kiwi Maru, serif;
    font-size: 20px;
    letter-spacing: normal;
    color: #AE1F24;
    font-weight: 500;
}

.texas-bus3 .multicolumn-card.content-container {
    border: 1px solid #002867;
    border-radius: 20px !important;
    width: 93%;
    margin: 0 auto;
    padding-top: 45px;
   padding-bottom: 16px;
    min-height: 318px;

}
.texas-bus3 .multicolumn-card.content-container:hover {
    border-color: #AE1F24;
}



.texas-bus3_3 h2.rich-text__heading.rte {
    font-size: 20px;
    font-weight: 500 !important;
    color: #002867;
    margin-bottom: 0;
    padding-bottom: 0;
}

.texas-bus3_3 h2.rich-text__heading:after, .texas-bus3_3 h2.rich-text__heading:before {
    display: none;
}

.texas-bus3 .multicolumn-card__info p {
    font-family: "Mulish", sans-serif;
    font-weight: 300;
}


.texas-bus4 .rich-text__text * {
    color: #fff;
     font-family: "Mulish", sans-serif;
     font-size: 17px;
}

.texas-bus4 h2.rich-text__heading:after, .texas-bus4 h2.rich-text__heading:before, 
.texas-bus5 h2.image-with-text__heading::before, .texas-bus5 h2.image-with-text__heading:after,
.texas-bus6 h2.rich-text__heading::before, .texas-bus6 h2.rich-text__heading:after, .text-with-bg h2.rich-text__heading:after, .text-with-bg h2.rich-text__heading::before {
    display: none;
}

.texas-bus4 h2.rich-text__heading {
    text-transform: uppercase;
    font-size: 36px;
    padding-bottom: 0;
}
.texas-bus5 .image-with-text__text * {
    font-family: "Mulish", sans-serif;
     font-size: 17px;
}

.full-width .page-width {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.full-width {
    padding: 0;
}

.texas-bus5 h2.image-with-text__heading {
    font-size: 36px;
}


.texas-bus5 h2.image-with-text__heading {
    margin-bottom: 0;
    padding-bottom: 0;
        max-width: 342px;
}

.texas-bus5 ul {
    list-style: none;
    padding-left: 21px;
}

.texas-bus5 ul li:before {
    position: absolute;
    content: "";
    background: url(/cdn/shop/files/Vector_90fe2ed5-d29e-4fd9-94a4-46a23c56f925.png?v=1760775018);
    width: 9px;
    height: 13px;
    background-size: contain;
    left: -19px;
    top: 8px;
}

.texas-bus5 ul li {
    position: relative;
}


.texas-bus6 h2.rich-text__heading.h2 {
    font-size: 20px;
    font-family: "Mulish", sans-serif !important;
    margin: 0;
}

.texas-bus6 h2.rich-text__heading.h1 {
    font-size: 36px;
    padding-bottom: 0;
}

.colum-with-wave {
    position: relative;
}
.colum-with-wave .title-wrapper-with-link {
    flex-direction: column;
    margin-bottom: 100px;
}


.colum-with-wave .title-wrapper-with-link h2.title.inline-richtext.h1 {
    font-size: 36px;
    padding-bottom: 8px;
}

.colum-with-wave h3.subheading-ne {
    font-size: 20px;
    font-family: "Mulish", sans-serif !important;
}

.colum-with-wave .multicolumn-card__info {
    padding: 11px 0 15px !important;
}

.colum-with-wave h3.inline-richtext {
    font-family: Kiwi Maru;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
}

.colum-with-wave .multicolumn-card.content-container {
    margin-bottom: 26px;
    padding-left: 14px;
    padding-right: 14px;
}
.colum-with-wave .multicolumn-card__image-wrapper {
    margin: 0 !important;
    border-radius: 20px !important;
    overflow: hidden;
    border: 2px solid #FFFFFF;
}

.testimonial-section .container {
    position: relative;
}

.innr-slid {
    text-align: center;
    max-width: 730px;
    margin: 0 auto;
    font-family: "Mulish", sans-serif;
}
h2.headingtitl {
    text-align: center;
    margin-bottom: 45px;
    font-size: 36px;
}

p.star-ratings {
    font-size: 31px;
    line-height: 1;
    margin-bottom: 10px;
    color: #AC2B2F;
}

p.my-4 {
    color: #000000ad;
}

.arrowbtn svg {
    fill: #fff !important;
    height: 25px !important;
}

.colum-with-wave a.button.button--primary {
    margin-top: 10px;
}


.text-with-bg img.bg_imag {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    object-fit: cover;
}

.text-with-bg .rich-text__wrapper {
    z-index: 1;
    position: relative;
}

.text-with-bg .rich-text__blocks.center {
    max-width: 690px;
}
.text-with-bg h2.rich-text__heading {
    font-weight: 500;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 0;
}

.text-with-bg .rich-text__text {
    font-family: "Mulish", sans-serif;
    margin-top: 0;
}

.text-with-bg .rich-text__text p {
    color: #fff;
}

.texas-bus5 .global-media-settings {
    border: none;
}


.page-corporate-small-business-gifting a.button.button--primary::before{
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #ae1f24;
    left: 0;
    transition: all .4s;
    border: none;
    outline: none !important;
    top: auto;
    box-shadow: none !important;
    z-index: -1;
}

.page-corporate-small-business-gifting a.button.button--primary:hover:before{

    content: "";
    height: 100%;
}

.page-corporate-small-business-gifting a.button.button--primary:hover{
    color: #fff;
}


.get-quot1 h2.rich-text__heading {
    font-size: 48px;
}

.get-quot1 .rich-text__blocks.center {
    max-width: 736px;
}

.get-quot1 .rich-text__text p {
    font-size: 20px;
}


.custom-contact-form label {
    font-family: "Mulish", sans-serif;
    line-height: 1.6;
    margin-bottom: 8px;
    letter-spacing: normal;
    font-size: 14px;
    text-transform: uppercase;
}

.custom-contact-form .form-success {
    text-align: center;
    font-size: 22px;
}

.get-wrp {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1100px;
    margin: 0 auto;
    gap: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.leftdiv-inr {
    position: sticky;
    top: 29px;
}

.leftdiv-inr h2 {
    font-size: 47px;
    font-weight: 300 !important;
    line-height: 1.1;
    margin-bottom: 34px;
}

.leftdiv-inr p {
    font-size: 18px;
}
.get-form {
    padding: 47px 47px 50px;
    background: #fff;
}
.get-form * {
    color: #000;
}

.form-section h3 {
    font-size: 20px;
    font-family: Kiwi Maru, serif;
    margin-bottom: 23px;
}

mark.special-highlight {
    position: relative;
    z-index: 30;
    margin: 1px;
    display: inline-block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: transparent;
}

.leftdiv-inr * {
    color: #fff;
}

.custom-contact-form {
    position: relative;
}

.default-new .facets__header {
    font-size: 16px;
    padding: 9px 18px;
}

.default-new .facets__reset {
    font-size: 14px;
}

.default-new .facets__display {
    width: max-content;
    min-width: 20rem;
}
.default-new .facets__list {
    padding: .5rem 1rem;
}

.default-new .facets__price {
    padding: 1rem;
}

.default-new .facets__disclosure {
    background: #eeeeee;
    padding: 6px 15px;
    margin-right: 1.1rem;
    border-radius: 5px;
}

.default-new .facets__disclosure .facets__summary {
    padding: 3px 10px 3px 0;
}



  @media (max-width: 768px) {
    .get-started-title {
      font-size: 36px;
      margin-bottom: 40px;
    }

    .steps-grid {
      grid-template-columns: 1fr;
      gap: 25px;
    }

    .get-started-section {
      padding: 60px 15px;
    }
  }






@media screen and (min-width: 990px) {
.leftearh details-modal.header__search {
    display: none;
}

}



@media screen and (min-width: 750px) {
  .quick-add-modal__content {
      max-height: calc(100% - 60px * 2) !important;
      margin-top: 60px !important;
  }

}


@media screen and (max-width: 1200px) {

  .default-new ul#product-grid {
    column-gap: 10px;
  }
.default-new .product-grid .grid__item .card__content .card__information {
    padding-left: 14px;
    padding-right: 14px;
}
.collection-tabs__content {
    max-width: 100% !important;
}

.collection-header .page-width {
    padding: 0 1rem;
}
.collection-header__grid {
    grid-template-columns: 1.3fr 2fr;
    gap: 2rem;
}

.email-signup__wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
}


.usericon {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}
.midlogo img {
    width: auto;
    max-width: 100%;
}

.logo-and-searchbar {
    grid-template-columns: 1fr 190px 1fr;
}

.midlogo {
    margin-top: -43px;
}

.steps-grid {
    grid-template-columns: repeat(auto-fit, minmax(223px, 1fr));
    gap: 25px;
}
.step-title {
    font-size: 18px;
}

.step-description {
    font-size: 15px;
}

.step-cta {
    font-size: 12px;
}

.big-gift-baner h2.banner__heading {
    font-size: 36px;
}

.texas-bus1 h2.banner__heading {
    font-size: 37px;
}

.texas-bus1 .banner__text * {
    font-size: 17px;
}

.texas-bus2 h2.rich-text__heading.rte, 
.section-heading, .texas-bus3 h2.title, .texas-bus4 h2.rich-text__heading, .texas-bus5 h2.image-with-text__heading,
.colum-with-wave .title-wrapper-with-link h2.title.inline-richtext.h1, h2.headingtitl, .text-with-bg h2.rich-text__heading,
.past-work-title {
    font-size: 30px !important;
}

.page-corporate-small-business-gifting .image-with-text__content {
    padding: 6rem 4rem 7rem;
}

.colum-with-wave .multicolumn-card.content-container {
    padding-left: 10px;
    padding-right: 10px;
}

.colum-with-wave .title-wrapper-with-link {
    margin-bottom: 65px;
}


.default-new .facets__disclosure {
    margin-bottom: 10px;
}


}


@media screen and (max-width: 990px) {

/* .default-new ul#product-grid .grid__item {
    width: calc(50.33% - 10px * 2 / 3);
} */

  section#shopify-section-template--25318723846458__collection_metafields_tabs_Fhrt4w {
      display: none;
  }


div.email-signup__content{
    grid-template-columns: 1fr;
    gap: 25px;
    justify-content: center;
    text-align: center;
}

.new-collection-sec1 h2.rich-text__heading {
    font-size: 28px;
}


div.topbar-right {
    gap: 20px;
}

div.topbar-container {
    padding: 0 11px;
       height: 42px;
}


.leftearh > predictive-search.search-modal__form {
    display: none;
}

.leftearh .header__icon {
    height: 24px;
    width: 21px;
}

.leftearh .header__search {
    margin-left: auto;
    display: block;
    margin-right: 10px;
    width: max-content;
}

.leftearh .modal__content {
    top: -50px;
}
.leftearh form.search.search-modal__form, .leftearh predictive-search.search-modal__form {
    max-width: 100%;
}


.steps-grid {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 25px;
}

.big-gift-last-sec .multicolumn-list {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.big-gift-last-sec li.multicolumn-list__item  h3.inline-richtext {
    font-size: 20px;
}



.wave-top {
    top: -7px !important;
}

.wave-top, .wave-bottom {
    height: 24px !important;
}


.texas-bus3 .multicolumn-card.content-container {
    min-height: 248px;
}

.wave-bottom {
    bottom: 0px !important;
}

.colum-with-wave .title-wrapper-with-link {
    align-items: center;
}
.texas-bus3 img.multicolumn-card__image {
    width: 60px !important;
}

.texas-bus3 .multicolumn-list {
    row-gap: 23px;
}


.leftdiv-inr h2 {
    font-size: 30px;
}

.default-new aside#main-collection-filters {
    padding-left: 2rem;
    padding-right: 2rem;
}

.default-new .collection.page-width {
    padding-left: 2rem;
    padding-right: 2rem;
}

.default-new  .facets__form {
    gap: 0 1.5rem;
}



}



  /* Mobile Styles */
  @media screen and (max-width: 749px) {


    .collection-header__grid {
      grid-template-columns: 1fr;
      gap: 2rem;
      text-align: center;
    }
    
    .collection-header__title-wrapper {
      align-items: center;
    }
    
.default-new .facets-vertical .facets-wrapper {
    padding-right: 0;
}
.default-new .facets-container {
    background: #fff;
    padding: 15px 4px;
}

.default-new span.mobile-facets__open-label {
    font-size: 12px;
}
.default-new .mobile-facets__open {
    color: #000;
    background: transparent;
    padding: 0;
}
.quick-add-modal__content .product__title>* {
    margin: 0;
    font-size: 16px;
}


.afterlogo img {
    max-width: 191px;
}

.midlogo {
    margin-top: 0px;
}

.logo-and-searchbar {
    grid-template-columns: 1fr 194px 1fr;
}

.usericon a {
    font-size: 0px;
}
div.texasgifts-header-main {
    padding-top: 0;
}

div.topbar-container {
    padding: 8px 11px;
    height: auto;
}

.topbar-left, a.topbar-phone {
    font-size: 11px;
}

.texasgifts-categories-list {
    justify-content: flex-start;
}

.utility-bar__grid.page-width {
    padding-left: 1rem;
    padding-right: 1rem;
}
.announcement-bar__message span {
    font-size: 12px;
    letter-spacing: normal;
}

.utility-bar {
    overflow: hidden;
}


.big-gift-baner h2.banner__heading {
    font-size: 28px;
}
.big-gift-baner .banner__text {
    font-size: 17px;
}

.get-started-title {
    font-size: 28px;
}

.big-gift-last-sec .multicolumn-card__info {
    flex-direction: column;
}

.big-gift-last-sec li.multicolumn-list__item:first-child {
    text-align: center;
}

.big-gift-last-sec li.multicolumn-list__item a.link.animate-arrow {
    font-size: 14px;
}

.texas-bus1 h2.banner__heading {
    font-size: 27px;
}

.texas-bus1 .banner__text * {
    font-size: 15px;
}


.texas-bus2 h2.rich-text__heading.rte, .section-heading, .texas-bus3 h2.title, 
.texas-bus4 h2.rich-text__heading, .texas-bus5 h2.image-with-text__heading,
.colum-with-wave .title-wrapper-with-link h2.title.inline-richtext.h1, h2.headingtitl, 
.text-with-bg h2.rich-text__heading, .past-work-title {
    font-size: 24px !important;
}

.texas-bus2 .rich-text__wrapper {
    width: 100%;
}

.section-heading {
    margin-bottom: 28px !important;
}


.team-retention-section {
    padding: 60px 20px 100px !important;
}

.wave-top, .wave-bottom {
    height: 31px !important;
}

.features-grid {
    gap: 30px !important;
}

.feature-card {
    padding-bottom: 0 !important;
}

.wave-bottom {
    bottom: -3px !important;
}

.texas-bus3 .multicolumn-card__info {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.texas-bus3 .multicolumn-card__info p {
    font-size: 17px;
    line-height: 1.5;
}

.texas-bus3 .multicolumn-card__info h3.inline-richtext {
    font-size: 18px;
}

.feature-title {
    font-size: 19px !important;
}

.icon-wrapper {
    margin: 0 auto 18px !important;
}

.texas-bus4 .rich-text__wrapper {
    width: 100%;
}

.page-corporate-small-business-gifting .image-with-text__content {
    padding: 1.2rem 1.2rem 3rem;
}

.colum-with-wave .title-wrapper-with-link {
    text-align: center;
}

.colum-with-wave h3.subheading-ne {
    font-size: 18px;
}

.colum-with-wave h3.inline-richtext {
    font-size: 13px;
    line-height: 20px;
}

.text-with-bg .rich-text__wrapper {
    width: 100%;
}

.text-with-bg .rich-text__text p {
    font-size: 18px;
}

.section-template--25701868437818__rich_text_wave_bYQhJr-padding {
    padding-top: 53px !important;
    padding-bottom: 82px !important;
}

p.my-4 {
    font-size: 15px;
}

p.authorname {
    font-size: 17px;
}
.arrowbtn svg {
    height: 23px !important;
}


.testimonial-section .swiper-button-prev.arrowbtn {
    left: -20px;
}

.testimonial-section .swiper-button-next.arrowbtn {
    right: -19px;
}

.section-template--25701868437818__testimonials_new_zL9kFa-padding {
    padding-top: 43px !important;
    padding-bottom: 29px !important;
}


.section-template--25728308216122__rich_text_wave_DNRyCd-padding {
    padding-top: 60px !important;
    padding-bottom: 80px !important;
}


.get-quot1 .rich-text__text p {
    font-size: 16px;
}

.custom-contact-form h2 {
    font-size: 27px !important;
}

.custom-contact-form label {
    font-size: 13px;
}

.custom-contact-form .form-success {
    font-size: 18px;
}

.get-wrp {
    grid-template-columns: 1fr;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.section-template--25728308216122__get_quote_form_3aba6k-padding {
    padding-top: 41px !important;
    padding-bottom: 67px !important;
}

.get-form {
    padding: 29px 27px 40px;
    background: #fff;
}

.default-new .mobile-facets__disclosure {
    padding-left: 0 !important;
}

.default-new ul#product-grid .grid__item {
    width: calc(50.33% - 26px * 2 / 3);
}
.default-new aside#main-collection-filters {
    padding-left: 1rem;
    padding-right: 1rem;
}
.default-new .collection.page-width {
    padding-left: 1rem;
    padding-right: 1rem;
}

  }





  /* Custom Font family */
@font-face {
  font-family: "Vintage Goods";
  src: url("/cdn/shop/files/Vintage_Goods.woff?v=1759327355") format("woff");
}

@font-face {
  font-family: "Vintage Goods";
  src: url("/cdn/shop/files/Vintage_Goods.woff2?v=1759327354") format("woff2");
}


 .afterlogo .texas-after-logo-text {
    position: relative;
    z-index: 1;
    padding: 0px 6px;
    max-width: max-content;
    background: #fff;
}

   .afterlogo .texas-after-logo-text span {
    opacity: 0;
    font-family: "Vintage Goods" !important;
    color: #c44018;
    font-size: 28px; 
    line-height: 1;
    transition: opacity 0.3s ease-in-out;
}

.afterlogo-mobi {
  display: none;
}

@media screen and (max-width: 1024px) {
  .afterlogo .texas-after-logo-text span {
    font-size: 24px;
} 
}

@media screen and (max-width: 600px) {

  .afterlogo-desk {
    display: none;
  }

  .afterlogo-mobi {
  display: block;
}

  .afterlogo .texas-after-logo-text span{
    font-size: 24px;
    margin-top: 0px;
}

.afterlogo {
    padding: 1px 0 7px;
}

.midlogo {
  line-height: 1;
} 
}



