/** Shopify CDN: Minification failed

Line 493:19 Unexpected "{"
Line 493:28 Expected ":"
Line 493:35 Unexpected "{"
Line 494:16 Expected identifier but found whitespace
Line 494:18 Unexpected "{"
Line 494:27 Expected ":"
Line 494:53 Expected ":"
Line 495:19 Expected identifier but found whitespace
Line 495:21 Unexpected "{"
Line 495:30 Expected ":"
... and 1 more hidden warnings

**/
@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

h1, h2, h3, h4, h5, h6, p, span, input, li, select, textarea, a, div, button {
	font-family: "Nunito", sans-serif;
	letter-spacing: 0;
}

.page-width {
	padding: 0 50px !important;
	max-width: 1300px;
}
.header__inline-menu li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #303030;
}
.header:not(.drawer-menu).page-width {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1600px;
    display: flex;
    justify-content: space-between;
    padding-top: 15px !important;
    padding-bottom: 10px !important;
}
.header__inline-menu {
    border: 1px solid #EBEBEB;
    border-radius: 160px;
    padding: 24px 50px;
}
.header__active-menu-item {
    text-decoration: none;
}
.header__menu-item:hover span {
    text-decoration: none;
}
.custom-small-text span {
    display: flex;
}
.custom-small-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    margin: 0;
    display: flex;
    gap: 10px;
    font-family: "Caveat Brush", cursive;
}
.hero-homepage-banner .custom-small-text {
    color: #CDFBFF;
}
.custom-heading {
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
    margin: 10px 0 20px;
    font-family: "Nunito", sans-serif !important;
}
.custom-heading strong {
    font-family: "Caveat Brush", cursive;
    font-weight: 400;
    position: relative;
}
.hero-homepage-banner .custom-heading {
    color: #FFFFFF;
    font-size: 74px;
    line-height: 84px;
}
.hero-homepage-banner .custom-heading strong {
    color: #CDFBFF;
}
.hero-homepage-banner .custom-heading strong:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/cdn/shop/files/home-bnr-vector.svg);
    width: 100%;
    height: 17px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.custom-description p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    margin: 0 0 10px;
}
.custom-description p:last-child {
    margin: 0;
}
.custom-button {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-decoration: none;
    background: #a64040;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 30px;
    border-radius: 40px;
    transition: .3s ease;
    margin: 30px 0 0;
}
.custom-button:hover {
	opacity: 0.9;
    transition: .3s ease;
}
.custom-button span {
    display: flex;
}
.hero-homepage-banner .page-width {
    padding: 0 50px;
    max-width: 1600px;
}
.hero-homepage-banner-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
    padding: 150px 0 0;
}
.custom-hero__people {
    display: flex;
}
.custom-hero__people img {
    width: 100%;
    height: auto;
}
.custom-hero__content {
    padding: 80px 0 0;
}
.custom-featured-collection .custom-small-text {
    justify-content: center;
    color: #A64040;
}
.custom-featured-collection .custom-heading {
    text-align: center;
}
.custom-featured-collection .custom-heading strong {
    color: #A64040;
}
.custom-featured-collection .custom-heading strong:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    background: url(/cdn/shop/files/fvk-tree.svg);
    width: 100%;
    height: 16px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.custom-featured-collection .card__heading a {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    text-transform: capitalize;
    color: #000;
    margin: 0 0 12px;
}
.custom-featured-collection .card__description p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin: 0;
}
.custom-featured-collection .card__sizes span {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}
.custom-featured-collection .price-item.price-item--regular {
    font-weight: 800;
    font-size: 24px;
    line-height: 33px;
    color: #9E2A2B;
}
.custom-featured-collection .product-grid li {
    background: #CDFBFF;
    border-radius: 16px;
    padding: 15px 15px 70px 15px;
    position: relative;
}
.custom-featured-collection .product-grid li img {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    height: 250px !important;
    object-fit: contain !important;
}
.custom-featured-collection .ratio:before {
    padding-bottom: initial;
}
.custom-featured-collection .card__inner {
    background: #fff;
    height: 250px;
    border-radius: 8px !important;
    overflow: hidden;
}
.card__description {
    margin: 0 0 15px;
}
.underline-links-hover:hover a {
    text-decoration: none !important;
}
.custom-featured-collection {
    padding: 100px 0 !important;
}
.custom-richtext-section .custom-small-text {
    justify-content: center;
    color: #fff;
}
.custom-richtext-section .custom-heading {
    margin: 4px 0 22px;
}
.custom-richtext-section .custom-description {
    margin-top: 6px;
}
.rich-text__buttons a {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-decoration: none;
    background: #303030;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 30px;
    border-radius: 40px;
    transition: .3s ease;
    margin: 10px 0 0;
    font-family: "Nunito", sans-serif;
}
.rich-text__buttons a span {
	display: flex;
}
.rich-text__buttons a:hover {
    opacity: 0.9;
    transition: .3s ease;
}
.rich-text__buttons a:after, .rich-text__buttons a:before {
    display: none;
}
.footer__content-top {
    padding: 0 50px;
    max-width: 1600px;
}
.footer-image-btm-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}
.footer-block__heading {
    font-weight: 700;
    font-size: 24px !important;
    line-height: 26px;
    color: #FFFFFF;
}
.footer-block__details-content li a {
    font-weight: 400;
    font-size: 18px !important;
    line-height: 26px;
    color: #FFFFFF !important;
    text-decoration: none !important;
    transition: 0.3s ease;
}
.footer-block__details-content li a:hover {
    opacity: 0.8;
    transition: 0.3s ease;
}
.footer-contact-info__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}
.footer-contact-info__icon {
    position: relative;
    top: 3px;
}
.footer__content-top {
    padding-bottom: 35px !important;
    padding-top: 20px !important;
} 
.copyright__content {
    font-weight: 400;
    font-size: 16px !important;
    line-height: 24px;
    color: #FFFFFF;
    font-family: "Nunito", sans-serif;
}
.footer__content-bottom {
    padding-top: 0rem !important;
}
.footer {
    padding-bottom: 16px !important;
}
.scroll-trigger.animate--slide-in {
    transform: initial !important;
}
.product-grid {
    padding: 22px 0 0;
}
.footer-block.grid__item:nth-child(2), .footer-block.grid__item:nth-child(3) {
    padding-left: 100px;
}
.custom-featured-collection .product-grid li .custom-button {
    font-size: 14px;
    line-height: 20px;
    padding: 14px 20px;
    margin: 13px 0 0;
    width: 100%;
    justify-content: center;
}
.custom-richtext-section  .custom-heading strong:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    background: url(/cdn/shop/files/her-vector.svg);
    width: 100%;
    height: 16px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.custom-page-banner .custom-heading {
    font-size: 54px;
    line-height: 74px;
}
.custom-page-banner .custom-heading strong:before {
    bottom: -23px;
    height: 26px;
}
.custom-page-banner .custom-hero__content {
    padding: 0;
}
.custom-page-banner .hero-homepage-banner-wrapper {
    padding: 150px 0;
}
.custom-image-with-text .custom-small-text {
    color: #A64040;
}
.custom-image-with-text .custom-heading strong {
    color: #A64040;
}
.custom-image-with-text .custom-heading strong:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    background: url(/cdn/shop/files/future-vector.svg);
    width: 100%;
    height: 16px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.custom-page-banner .custom-heading strong:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    background: url(/cdn/shop/files/bright-vector.svg);
    width: 100%;
    height: 17px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.custom-image-with-text .custom-description p {
    color: #303030;
}
.custom-image-with-text .image-with-text__content {
    padding: 20px 0;
}
.custom-image-with-text .image-with-text .grid {
    margin-bottom: 0;
    gap: 40px;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.custom-image-with-text .image-with-text .grid__item {
    width: 100%;
}
.custom-image-with-text .image-with-text__media img {
    border-radius: 20px;
}
.custom-multicolumn .multicolumn-card__info h3 {
    font-weight: 400;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
}
.custom-multicolumn .multicolumn-card__info p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #000000;
}
.custom-multicolumn .media.media--transparent.media--adapt {
    padding: 0 !important;
}
.custom-multicolumn .multicolumn-card__image-wrapper img {
    width: 100px !important;
    height: 100px !important;
    margin: 0 auto;
    position: initial !important;
}
.custom-multicolumn .custom-small-text {
    justify-content: center;
}
.custom-multicolumn .title-wrapper-with-link {
    justify-content: center;
}
.custom-multicolumn .custom-heading strong {
    color: #A64040;
}
.custom-multicolumn .custom-heading strong:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    background: url(/cdn/shop/files/future-vector.svg);
    width: 100%;
    height: 16px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.custom-contact-form-container .custom-heading strong:before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    background: url(/cdn/shop/files/touch-vector.svg?v=1787119170);
    width: 100%;
    height: 16px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.custom-contact-form-container .custom-heading strong {
    color: #A64040;
}
.custom-multicolumn {
    padding: 150px 0 70px;
}
.custom-image-with-text .image-with-text__media-item {
    position: relative;
    top: 90px;
}
.custom-image-with-text .global-media-settings {
    border: 0;
}
.custom-multicolumn .multicolumn .title {
    margin: 0 0 20px;
}
.custom-multicolumn .custom-heading {
    text-align: center !important;
}
.custom-multicolumn  .title-wrapper-with-link {
    padding: 0 !important;
}
.custom-contact__eyebrow {
    font-weight: 400;
    font-size: 20px !important;
    line-height: 25px;
    margin: 0;
    font-family: Caveat Brush, cursive;
}
  .custom-contact-{{ section.id }} {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
  }

  .custom-contact-form-container .custom-contact__wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
  }

  /* LEFT SIDE */

  .custom-contact-form-container .custom-contact__left {
    width: 100%;
  }

  .custom-contact-form-container .custom-contact__image {
    width: 100%;
    margin-bottom: 28px;
  }

  custom-contact-form-container .custom-contact__image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
  }

  .custom-contact-form-container .custom-contact__eyebrow {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 5px;
    color: #b74343;
    font-weight: 500;
  }

  .custom-contact-form-container .custom-contact__heading {
    margin: 0 0 14px;
    font-size: 40px;
    line-height: 1.15;
    font-weight: 600;
    color: #292929;
  }

  .custom-contact-form-container .custom-contact__heading em {
    color: #b74343;
    font-style: normal;
    position: relative;
  }

  .custom-contact-form-container .custom-contact__heading em:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
    height: 2px;
    background: #b74343;
    transform: rotate(-3deg);
  }

  .custom-contact-form-container .custom-contact__description {
    font-size: 13px;
    line-height: 1.7;
    color: #333;
    margin: 0 0 8px;
  }

  .custom-contact-form-container .custom-contact__subtext {
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
  }
.custom-contact-form-container .custom-contact__info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 25px;
    padding: 27px 0 0;
}
.custom-contact-form-container .custom-contact__item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.custom-contact-form-container .custom-contact__icon {
    width: 24px;
    min-width: 18px;
    color: #b74343;
    font-size: 15px;
    text-align: center;
    line-height: 1.5;
}
.custom-contact-form-container .custom-contact__item-content {
    flex: 1;
}
.custom-contact-form-container .custom-contact__item-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #303030;
    margin: 0 0 7px;
}
.custom-contact-form-container .custom-contact__item-text {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #303030;
    margin: 0;
}
.custom-contact-form-container .custom-contact__social {
    display: flex;
    gap: 10px;
    margin-top: 5px;
}
.custom-contact-form-container .custom-contact__social a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #b74343;
    font-size: 9px;
    transition: all 0.2s ease;
}
.custom-contact-form-container .custom-contact__social a:hover {
    background: #b74343;
    color: #fff;
}

.custom-contact-form-container .custom-contact__form-box {
    border: 1px solid #dedede;
    border-radius: 10px;
    padding: 25px;
    background: #fff;
}
.custom-contact-form-container .custom-contact__form-title {
    margin: 0 0 10px;
    font-style: italic;
    font-weight: 700;
    font-size: 38px;
    line-height: 52px;
    text-align: left;
    color: #000000;
 }
.custom-contact-form-container .custom-contact__form-description {
    margin: 0 0 18px;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    font-weight: 500;
}
.custom-contact-form-container .custom-contact__field {
    position: relative;
    margin-bottom: 8px;
}
.custom-contact-form-container .custom-contact__input,.custom-contact-form-container .custom-contact__textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
    background: #fff;
    color: #000;
    font-size: 18px;
    outline: none;
    transition: border-color 0.2s ease;
    box-shadow: none !important;
}
.custom-contact-form-container .custom-contact__input {
    height: 50px;
    padding: 0 34px 0 15px;
}
.custom-contact-form-container .custom-contact__textarea {
    height: 154px;
    resize: vertical;
    padding: 15px 34px 15px 15px;
}
.custom-contact-form-container .custom-contact__input:focus, .custom-contact-form-container .custom-contact__textarea:focus {
    border-color: #b74343;
}
.custom-contact-form-container .custom-contact__input::placeholder, .custom-contact-form-container .custom-contact__textarea::placeholder {
    color: #999;
    opacity: 1;
}
.custom-contact-form-container .custom-contact__field-icon {
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    font-size: 13px;
    pointer-events: none;
    display: flex;
}
.custom-contact-form-container .custom-contact__textarea-wrap .custom-contact__field-icon {
    top: 13px;
    transform: none;
}

.custom-contact-form-container .custom-contact__button {
    margin-top: 14px;
}
.custom-contact-form-container .custom-contact__submit {
    border: 0;
    border-radius: 40px;
    background: #b74343;
    color: #fff;
    padding: 16px 37px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.custom-contact-form-container .custom-contact__submit span {
    display: flex;
}
.custom-contact-form-container .custom-contact__submit:hover {
    background: #963737;
}
.custom-contact-form-container .custom-contact__success {
    color: #287a3d;
    font-size: 12px;
    margin-bottom: 15px;
}
.custom-contact-form-container .custom-contact__error {
    color: #b74343;
    font-size: 12px;
    margin-bottom: 15px;
}
.custom-contact-form-container .custom-small-text {
    color: #A64040;
}
.custom-contact-form-container .custom-heading {
    line-height: 55px;
    margin: 10px 0 24px;
}
.custom-contact-form-container .custom-description p {
    color: #000000;
}
.custom-contact-form-container .custom-contact__item-text a {
    color: #303030;
    text-decoration: none;
}
.custom-contact-form-container {
    padding: 100px 0;
}
.custom-contact-form-container .custom-contact__social a:hover svg path {
    fill: #fff;
}
.product__title h1 {
    font-weight: 700;
    font-size: 38px;
    line-height: 52px;
    color: #000000;
}
.product__text {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}
.product__description {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin: 10px 0 22px !important;
}
.price-item.price-item--regular {
    font-weight: 700;
    font-size: 27px;
    line-height: 26px;
    color: #000000;
}
.product-form__input .form__label {
    padding-left: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #000000;
}
.quantity:after, .quantity:before {
    display: none !important;
}
.quantity {
    border: 1px solid rgb(0 0 0 / 20%);
    border-radius: 50px;
}
.product__info-wrapper.grid__item {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}
.product__media-wrapper {
    max-width: 100% !important;
    width: 100% !important;
}
.product {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px !important;
    padding: 10px 0 50px;
}
.product .global-media-settings {
    border-radius: 8px;
}
.product-form__buttons button:after, .product-form__buttons button:after {
    display: none !important;
}
.product-form__buttons {
    max-width: 100% !important;
}
.product-form__buttons button {
    background: #A64040;
    border: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 40px;
    transition: 0.3s ease;
}
.product-form__buttons button:hover {
    opacity: 0.9;
    transition: 0.3s ease;
}
.product-form__input--pill input[type=radio]+label {
    border-radius: 6px !important;
}
.product-form__input--pill input[type=radio]:checked+label {
    background-color: #a64040 !important;
    border-color: #a64040 !important;
}
.product-detail p:first-child strong {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #000000;
}
.product-detail p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin: 0 0 12px;
}
.product-detail p:last-child {
    margin: 0;
}
.product-detail li {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
}
.product-detail ul {
    margin: 0;
    padding: 0 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.custom-related-products {
    background: #CDFBFF;
}
.custom-related-products .product-grid {
    max-width: 786px;
    margin: 0 auto;
    padding: 0;
    justify-content: center;
}
.custom-related-products .product-grid li {
    background: #fff;
}
.custom-contact-page-banner .custom-heading strong:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    background: url(/cdn/shop/files/you-vector.svg);
    width: 100%;
    height: 17px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.product__tax {
    display: none;
}
.product-media-container.constrain-height.media-fit-contain {
    --contained-width: 100%;
    width: 100%;
}
.custom-featured-collection .product-grid li div {
    position: initial;
}
.custom-featured-collection .product-grid li .card--cart_btn {
    position: absolute;
    bottom: 15px;
    width: 90%;
    left: 50%;
    transform: translate(-50%, 0px);
}
.custom-field label {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
    color: #000000;
    display: block;
    margin: 0 0 5px;
}
.custom-field input {
    width: 100%;
    border-radius: 10px;
    height: 50px;
    padding: 15px;
    font-size: 18px;
    border: 1px solid rgb(0 0 0 / 40%);
    outline: none !important;
    box-shadow: none !important;
}
.custom-honoree-fields {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 7px 0;
}
.product-form__input {
    max-width: 100% !important;
}
.body-donation-product .product-form__input--pill input[type=radio]+label {
    color: #000 !important;
    letter-spacing: 0 !important;
    font-weight: 700;
    border-radius: 6px !important;
    border-color: rgb(0 0 0 / 20%) !important;
    padding: 12px 15px !important;
    width: 100%;
    font-size: 18px !important;
}
.body-donation-product .product-form__input--pill input[type=radio]:checked+label {
    color: #fff !important;
}
.footer-contact-info__text a {
    transition: 0.3s ease;
    text-decoration: none !important;
}
.footer-contact-info__text a:hover {
    transition: 0.3s ease;
    opacity: 0.9;
}
.page-banner-left-image, .page-banner-right-content {
    display: flex;
    height: 100%;
}
.page-banner-left-image img, .page-banner-right-content img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.page-banner-center-content.common-page-banner-content {
    background: url(/cdn/shop/files/center.webp?v=1787893031);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 20px;
    background-position: center;
}
.page-banner-center-content h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #CDFBFF;
    transition: color 0.3s;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    font-family: "Caveat Brush", cursive;
    margin: 0;
}
.page-banner-center-content h2 span {
    display: flex;
}
.page-banner-center-content h1 {
    font-family: "Nunito", sans-serif !important;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
    margin: 10px 0 20px;
}
.page-banner-center-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    margin: 0 0 10px;
    text-align: center;
}
.page-banner-center-content a {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-decoration: none;
    background: #a64040;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 30px;
    border-radius: 40px;
    transition: .3s ease;
    margin: 12px 0 0;
}
.page-banner-center-content a:hover {
    opacity: 0.9;
    transition: .3s ease;
}
.page-banner-center-content a span {
    display: flex;
}
.page-banner-center-content {
    text-align: center;
}
.custom-page-banner .page-width {
    max-width: 100%;
    padding: 0 !important;
}
.page-banner-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.page-banner-center-content h1 strong {
    color: #CDFBFF;
    font-family: "Caveat Brush", cursive;
    font-weight: 400;
}
.how-it-works-head .custom-small-text {
    justify-content: center;
    color: #A64040;
}
.how-it-works-head .custom-heading {
    text-align: center;
}
.how-it-works-head .custom-heading strong {
    font-family: "Caveat Brush", cursive;
    font-weight: 400;
    position: relative;
    color: #A64040;
}
.how-it-works-head .custom-heading strong:before {
    content: "";
    position: absolute;
    bottom: -29px;
    left: 0;
    background: url(/cdn/shop/files/fvk-tree.svg);
    width: 100%;
    height: 26px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.how-it-works-content h3 {
    margin: 0 0 7px;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}
.how-it-works-content p {
    margin: 0;
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 24px;
}
.how-it-works-content {
    text-align: center;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0 #0000002e;
    padding: 20px;
}
.how-it-works-blocks {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 50px 0 0;
}
.how-it-works {
    padding: 60px 0;
}
.how-it-works-content img {
    width: 60px;
    margin: 0 0 10px;
}
.custom-collapsible-content .collapsible-content__header  .custom-small-text {
    justify-content: center;
    color: #A64040;
}
.custom-collapsible-content .collapsible-content__header  .custom-heading {
    text-align: center;
}
.custom-collapsible-content .collapsible-content__header  .custom-heading strong {
    font-family: "Caveat Brush", cursive;
    font-weight: 400;
    position: relative;
    color: #A64040;
}
.custom-collapsible-content .collapsible-content__header .custom-heading strong:before {
    content: "";
    position: absolute;
    bottom: -29px;
    left: 0;
    background: url(/cdn/shop/files/fvk-tree.svg);
    width: 100%;
    height: 26px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.custom-collapsible-content .collapsible-content-wrapper-narrow {
    padding-right: 0 !important;
    padding-left: 0 !important;
    max-width: 100% !important;
}
.custom-collapsible-content .collapsible-content__wrapper {
    background: transparent !important;
}
.custom-collapsible-content .accordion {
    border: 1px solid #d5d8dc !important;
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
}
.custom-collapsible-content .accordion__title {
    font-family: "Nunito", Sans-serif;
    font-size: 23px;
    font-weight: 700;
}
.custom-collapsible-content .collapsible-content summary:hover .accordion__title {
    text-decoration: none !important;
}
.custom-collapsible-content .collapsible-content__grid .grid__item {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 30px 0 0;
}
.custom-collapsible-content details[open] summary {
    background: #a64040 !important;
}
.custom-collapsible-content details[open] summary .accordion__title {
    color: #fff;
}
.custom-collapsible-content .accordion__content {
    padding: 0 !important;
}
.custom-collapsible-content .accordion summary {
    padding: 18px !important;
}
.custom-collapsible-content .accordion__content {
    padding: 15px 15px 0 !important;
}
.custom-collapsible-content summary .icon-caret {
    height: 10px !important;
}
.custom-collapsible-content {
    padding: 30px 0;
}
.custom-collapsible-content .accordion details[open]>summary .icon-caret path {
    fill: #fff;
}
.faq-title-button-wrapper h4 {
    font-family: "Caveat Brush", Sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #A64040;
    margin: 0;
    text-align: center;
}
.faq-title-button-wrapper a {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-decoration: none;
    background: #a64040;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 30px;
    border-radius: 40px;
    transition: .3s ease;
    margin: 12px 0 0;
}
.faq-title-button-wrapper a:hover {
    opacity: 0.9;
    transition: .3s ease;
}
.faq-title-button-wrapper a span {
    display: flex;
}
.faq-title-button-wrapper {
    text-align: center;
    padding: 40px 0 0;
}
.grid-images-head .custom-small-text {
    justify-content: center;
    color: #A64040;
}
.grid-images-head .custom-heading {
    text-align: center;
}
.grid-images-head .custom-heading strong {
    font-family: "Caveat Brush", cursive;
    font-weight: 400;
    position: relative;
    color: #A64040;
}
.grid-images-head .custom-heading strong:before {
    content: "";
    position: absolute;
    bottom: -29px;
    left: 0;
    background: url(/cdn/shop/files/fvk-tree.svg);
    width: 100%;
    height: 26px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.grid-images-blocks-content {
    display: flex;
}
.grid-images-blocks-content img {
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    height: 290px;
    object-position: top;
}
.grid-images-blocks {
    display: grid;
    grid-template-columns: repeat(3, 3fr);
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 40px 0 0;
}
.grid-images-load-more-btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-decoration: none;
    background: #a64040;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 30px;
    border-radius: 40px;
    transition: .3s ease;
    margin: 26px 0 0;
    border: 0;
    cursor: pointer;
}
.grid-images-load-more-btn:hover {
    opacity: 0.9;
    transition: .3s ease;
}
.grid-images-load-more-btn span {
    display: flex;
}
.custom-grid-images {
    padding: 10px 0 70px;
}
.location-load-more-wrap {
    text-align: center;
}
/*** New Page 01 Sep ***/
.meetup-cities-page-width {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
 .meetup-cities-header {
    text-align: center;
    margin-bottom: 35px;
}
.meetup-cities-eyebrow {
    color: #b54442;
    font-size: 18px;
    margin-bottom: 8px;
}
.meetup-cities-heading {
    margin: 0;
    font-size: 48px;
    line-height: 1.1;
}
 .meetup-cities-description {
    max-width: 700px;
    margin: 15px auto 0;
    font-size: 18px;
    line-height: 1.5;
}
 .meetup-city-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
 .meetup-city-card {
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.10);
}
 .meetup-city-image {
    width: 100%;
    aspect-ratio: 1.65 / 1;
    overflow: hidden;
}
 .meetup-city-image img, .meetup-city-image svg {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
 .meetup-city-content {
    padding: 18px 14px 16px;
}
.meetup-city-date {
    color: #b54442;
    font-size: 15px;
    line-height: 1.5;
    min-height: 23px;
    margin-bottom: 16px;
}
 .meetup-interest-button {
    width: 100%;
    min-height: 52px;
    padding: 10px 18px;
    border: 1px solid #555;
    border-radius: 30px;
    background: transparent;
    color: #111;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    transition: all 0.2s ease;
    font-weight: 500;
}
.meetup-interest-button:hover {
    background: #b54442;
    border-color: #b54442;
    color: #fff;
    transition: 0.3s ease;
}
.meetup-interest-button:hover svg path {
    fill: #fff;
    transition: 0.3s ease;
}
 .meetup-button-arrow {
    font-size: 22px;
    line-height: 1;
}
.meetup-cities-header .custom-small-text {
    justify-content: center;
    color: #A64040;
}
.meetup-cities-header .custom-heading strong {
    font-family: "Caveat Brush", cursive;
    font-weight: 400;
    position: relative;
    color: #A64040;
}
.meetup-cities-header .custom-heading strong:before {
    content: "";
    position: absolute;
    bottom: -29px;
    left: 0;
    background: url(/cdn/shop/files/fvk-tree.svg);
    width: 100%;
    height: 26px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.meetup-cities-description p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    max-width: 550px;
    margin: 35px auto 0;
}
.meetup-city-name {
    margin: 0 0 7px;
    font-size: 22px;
    font-weight: 700;
}
.meetup-city-date p {
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 24px;
}
.meetup-interest-button svg path {
    fill: #000;
}
.meetup-interest-page-width {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.meetup-interest-wrapper {
    border-top: 1px solid #ddd;
    padding-top: 50px;
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 50px;
    align-items: start;
}
.meetup-interest-icon img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}
.meetup-interest-eyebrow {
    color: #b54442;
    font-size: 16px;
    margin-bottom: 8px;
}
 .meetup-interest-content h2 {
    margin: 0 0 7px;
    font-size: 30px;
    line-height: 1.2;
}
.meetup-interest-description {
    font-size: 15px;
    line-height: 1.55;
}
.meetup-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}
.meetup-form-field {
    display: flex;
    flex-direction: column;
    position: relative;
}
.meetup-form-field label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
}
.meetup-form-field label span {
    color: #b54442;
}
.meetup-form-field label small {
    font-weight: 400;
}
.meetup-form-field input, .meetup-form-field select {
    width: 100%;
    min-height: 52px;
    padding: 12px 15px;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    background: #fff;
    font-size: 15px;
    color: #111;
    box-sizing: border-box;
}
.meetup-form-field input:focus, .meetup-form-field select:focus {
    outline: none;
    border-color: #b54442;
}
.meetup-form-submit {
    margin-top: 25px;
    padding: 13px 28px;
    min-height: 52px;
    border: 0;
    border-radius: 30px;
    background: #b54442;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    transition: 0.3s ease;
    font-weight: 500;
}
.meetup-form-submit:hover {
    opacity: 0.9;
    transition: 0.3s ease;
}
.meetup-form-submit span {
    display: flex;
}
.meetup-interest-description p {
    margin: 0;
    color: #000;
    font-weight: 500;
}
.meetup-form-success {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
    background: #eef8ee;
}
.meetup-form-errors {
    margin-bottom: 20px;
}
.meetup-cities-section {
    padding: 70px 0;
}
.meetup-form-grid label {
    font-family: "Nunito", sans-serif !important;
    font-size: 17px;
    color: #000;
    line-height: 20px;
    margin: 0 0 7px;
}
.meetup-form-grid input, .meetup-form-grid select {
    outline: none !important;
    box-shadow: none !important;
}
.custom-contact__field-icon {
    position: absolute;
    right: 13px;
    bottom: 4px;
}
.custom-contact__field-icon svg {
    width: 18px;
}
.meet-up-form-button {
    text-align: center;
}
.meetup-interest-section {
    padding: 0 0 60px;
}
.walking-friends-container {
     max-width: 1200px;
     margin: 0 auto;
     padding: 0 20px;
}
.walking-friends-grid {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 40px;
     border-radius: 12px;
     padding: 38px 0px;
     box-sizing: border-box;
}
.walking-friends-content {
     display: flex;
     flex-direction: column;
     align-items: flex-start;
}
.walking-friends-eyebrow {
     color: #b54442;
}
.walking-friends-subheading {
     color: #b54442;
     font-size: 31px;
     line-height: 1.1;
     margin-top: 2px;
     margin-bottom: 12px;
}
.walking-friends-description {
    font-size: 16px;
    line-height: 27px;
    color: #000;
    margin-bottom: 0;
}
.walking-friends-image {
     width: 100%;
     margin-top: 12px;
     overflow: hidden;
     border-radius: 8px;
}
.walking-friends-image img {
     display: block;
     width: 100%;
     height: auto;
     aspect-ratio: 1.65 / 1;
     object-fit: cover;
}
.walking-friends-form-wrapper {
    background: transparent;
    border-radius: 15px;
    padding: 20px 20px;
    box-sizing: border-box;
    border: 1px solid rgb(2 1 1 / 20%);
}
.walking-form-field {
     margin: 0 0 14px;
}
.walking-form-field label, .walking-group-size legend {
     display: block;
     font-size: 15px;
     line-height: 1.3;
     font-weight: 600;
     color: #111;
     margin-bottom: 5px;
}
.walking-form-field label span, .walking-group-size legend span {
     color: #000;
     font-size: 15px;
}
.walking-input-wrapper {
     position: relative;
}
.walking-input-wrapper input[type="text"], .walking-input-wrapper input[type="email"] {
     width: 100%;
     min-height: 42px;
     padding: 13px 42px 13px 12px;
     border: 1px solid #c8c8c8;
     border-radius: 7px;
     background: transparent;
     color: #111;
     font-size: 14px;
     box-sizing: border-box;
     outline: none !important;
     box-shadow: none !important;
}
.walking-input-wrapper input::placeholder, .walking-input-wrapper textarea::placeholder {
     color: #929292;
     opacity: 1;
}
.walking-input-wrapper input:focus, .walking-input-wrapper textarea:focus {
     outline: none;
     border-color: #b54442;
}
.walking-input-icon {
     position: absolute;
     right: 12px;
     top: 50%;
     transform: translateY(-50%);
     width: 18px;
     height: 18px;
     color: #777;
}
.walking-input-icon svg {
     width: 100%;
     height: 100%;
}
.walking-group-size {
     border: 0;
     padding: 0;
     margin: 0 0 15px;
}
.walking-radio-options {
     display: flex;
     flex-direction: column;
     gap: 5px;
}
.walking-radio-options label {
     display: flex;
     align-items: center;
     gap: 7px;
     margin: 0;
     font-size: 13px;
     font-weight: 400;
     cursor: pointer;
}
.walking-radio-options input {
     appearance: none;
     -webkit-appearance: none;
     width: 13px;
     height: 13px;
     border: 1px solid #aaa;
     border-radius: 50%;
     margin: 0;
     padding: 0;
     flex: 0 0 13px;
     position: relative;
     cursor: pointer;
}
.walking-radio-options input:checked {
     border-color: #b54442;
}
.walking-radio-options input:checked::after {
     content: '';
     position: absolute;
     width: 7px;
     height: 7px;
     background: #b54442;
     border-radius: 50%;
     left: 2px;
     top: 2px;
}
.walking-textarea-wrapper {
     position: relative;
}
.walking-textarea-wrapper textarea {
     width: 100%;
     min-height: 68px;
     resize: vertical;
     padding: 10px 40px 10px 12px;
     border: 1px solid #c8c8c8;
     border-radius: 7px;
     background: transparent;
     color: #111;
     font-family: inherit;
     font-size: 14px;
     box-sizing: border-box;
     outline: none !important;
     box-shadow: none !important;
}
.walking-textarea-icon {
     position: absolute;
     right: 12px;
     top: 12px;
     font-size: 16px;
}
.walking-form-submit {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     gap: 8px;
     min-height: 43px;
     padding: 9px 22px;
     border: 0;
     border-radius: 30px;
     background: #b54442;
     color: #fff;
     font-size: 15px;
     font-weight: 500;
     cursor: pointer;
     transition: opacity 0.2s ease;
}
.walking-form-submit:hover {
     opacity: 0.85;
}
.walking-submit-arrow {
     font-size: 18px;
     line-height: 1;
}
.walking-form-success {
     padding: 14px;
     margin-bottom: 18px;
     border-radius: 7px;
     background: #edf7ed;
     color: #285b28;
     font-size: 14px;
}
.walking-form-errors {
     margin-bottom: 15px;
     color: #b54442;
     font-size: 14px;
}
.walking-friends-description p {
    margin: 0;
}
.walking-friends-heading {
    margin: 4px 0 5px;
}
.walking-form-field .custom-contact__field-icon {
    bottom: initial;
    top: 11px;
}
.walking-friends-section {
    padding: 30px 0;
}
.walking-friends-image img {
    border-radius: 20px;
}
.walking-form-button .walking-form-submit span {
    display: flex;
}
/*** MEDIA ***/
@media only screen and (max-width: 1439px) {
.custom-hero__content {
    padding: 40px 0 0;
}
.page-banner-center-content.common-page-banner-content {
    padding: 90px 20px;
}
}

@media only screen and (max-width: 1349px) {
.hero-homepage-banner-wrapper {
    padding: 70px 0 0;
}
.custom-hero__content {
    padding: 0px 0 0;
}
.custom-featured-collection .card__description p {
    font-size: 18px;
    line-height: 28px;
}
.custom-featured-collection {
    padding: 70px 0!important;
}
.custom-page-banner .custom-heading {
    font-size: 40px;
    line-height: 54px;
}
.custom-page-banner .hero-homepage-banner-wrapper {
    padding: 100px 0;
}
.page-banner-center-content h1 {
    line-height: 42px;
    font-size: 36px;
}
}

@media only screen and (max-width: 1199px) {
.hero-homepage-banner .page-width {
    padding: 0 20px;
}
.hero-homepage-banner .custom-heading {
    font-size: 48px;
    line-height: 54px;
}
.custom-heading {
    font-size: 40px;
    line-height: 55px;
}
.page-width {
    padding: 0 20px !important;
}
.custom-featured-collection .card__heading a {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 7px;
}
.custom-featured-collection .card__description p {
    font-size: 16px;
    line-height: 26px;
}
.custom-featured-collection .price-item.price-item--regular {
    font-size: 20px;
    line-height: 24px;
}
.custom-featured-collection .card__sizes span {
    font-size: 16px;
    line-height: 26px;
}
.footer-image-btm-text {
    font-size: 16px;
    line-height: 24px;
}
.footer-block__details-content li a {
    font-size: 16px!important;
    line-height: 24px;
}
.footer-contact-info__text {
    font-size: 16px;
    line-height: 24px;
}
.footer-block.grid__item:nth-child(2), .footer-block.grid__item:nth-child(3) {
    padding-left: 10px;
}
.footer__content-top {
    padding-bottom: 35px!important;
    padding-top: 20px!important;
}
.hero-homepage-banner .custom-heading {
    font-size: 34px;
    line-height: 45px;
}
.custom-image-with-text .image-with-text__media-item {
    top: 0px;
}
.custom-multicolumn {
    padding: 70px 0 40px;
}
.custom-multicolumn .multicolumn-card__info h3 {
    font-size: 25px;
    line-height: 34px;
}
.custom-multicolumn .multicolumn-card__info p {
    font-size: 17px;
    line-height: 27px;
}
.custom-contact-form-container .custom-contact__info {
    grid-template-columns: 1fr;
    column-gap: 20px;
    row-gap: 17px;
}
.custom-contact-form-container .custom-contact__wrapper {
    gap: 40px;
}
.custom-contact-form-container {
    padding: 70px 0;
}
.page-banner-center-content.common-page-banner-content {
    padding: 50px 20px;
}
.how-it-works-blocks {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 36px 0 0;
}
.how-it-works-content h3 {
    font-size: 24px;
}
.grid-images-blocks-content img {
    height: 240px;
}
.meetup-cities-section {
    padding: 50px 0;
}
.meetup-interest-wrapper {
    grid-template-columns: repeat(1,1fr);
    gap: 22px;
}
.walking-friends-heading.custom-heading {
    margin: 6px 0 6px;
}
}

@media only screen and (max-width: 989px) {
.footer-block.grid__item:nth-child(1), .footer-block.grid__item:nth-child(2), .footer-block.grid__item:nth-child(3), .footer-block.grid__item:nth-child(4) {
    padding-left: 0px;
    width: 49%;
}
.custom-richtext-section .rich-text__blocks {
    max-width: 100%;
}
.custom-description p {
    font-size: 16px;
    line-height: 26px;
}
.hero-homepage-banner .custom-heading {
    font-size: 35px;
    line-height: 38px;
}
.custom-heading {
    margin: 8px 0 15px;
}
.custom-button {
    margin: 18px 0 0;
}
.hero-homepage-banner .custom-heading strong:before {
    bottom: -2px;
    height: 7px;
}
.hero-homepage-banner-wrapper {
    padding: 50px 0 0;
}
.custom-hero__content {
    padding: 0 0 40px;
}
.custom-hero__people img {
    object-fit: contain;
    object-position: bottom;
}
.custom-heading {
    font-size: 36px;
    line-height: 47px;
}
.custom-page-banner .custom-heading strong:before {
    bottom: -12px;
    height: 11px;
}
.custom-contact-form-container .custom-contact__wrapper {
    grid-template-columns: 1fr;
}
.custom-contact-form-container .custom-contact__form-title {
    margin: 0 0 4px;
    font-size: 30px;
    line-height: 40px;
}
.custom-contact-form-container {
    padding: 50px 0;
}
.custom-contact-form-container .custom-contact__subtext {
    font-size: 16px;
    line-height: 26px;
}
.product {
    grid-template-columns: repeat(1,1fr);
    gap: 30px !important;
    padding: 10px 0 35px;
}
.product__info-container {
    max-width: 100% !important;
}
.page-banner-grid {
    grid-template-columns: repeat(1,1fr);
}
.how-it-works-content {
    padding: 12px;
}
.how-it-works-content h3 {
    font-size: 19px;
}
.how-it-works-content p {
    font-size: 15px;
    line-height: 24px;
}
.faq-title-button-wrapper h4 {
    font-size: 42px;
}
.custom-collapsible-content .accordion__title {
    font-size: 20px;
}
.custom-grid-images {
    padding: 0px 0 60px;
}
.grid-images-blocks {
    grid-template-columns: repeat(2, 3fr);
}
.meetup-city-grid {
    grid-template-columns: repeat(2, 1fr);
}
.meetup-form-grid {
    gap: 16px;
}
.walking-friends-grid {
    grid-template-columns: repeat(1,1fr);
    gap: 30px;
    padding: 20px 0px;
}
}

@media only screen and (max-width: 749px) {
.header__heading-logo {
    width: 110px;
}
.hero-homepage-banner-wrapper {
    grid-template-columns: repeat(1,1fr);
    gap: 0px;
}
.hero-homepage-banner .custom-heading {
    font-size: 34px;
    line-height: 40px;
}
.custom-featured-collection {
    padding: 50px 0!important;
}
.custom-heading {
    font-size: 28px;
    line-height: 36px;
}
.product-grid {
    padding: 7px 0 0;
}
.custom-featured-collection .product-grid li {
    width: 100% !important;
    max-width: 100% !important;
}
.footer-block.grid__item:nth-child(1), .footer-block.grid__item:nth-child(2), .footer-block.grid__item:nth-child(3), .footer-block.grid__item:nth-child(4) {
    width: 100%;
}
.footer-block__heading {
    font-size: 21px!important;
    line-height: 24px;
    margin: 0 0 15px !important;
}
.footer-block__details-content li a {
    padding-bottom: 0 !important;
}
.footer-block-image {
    justify-content: start !important;
    margin: 0;
}
.footer-block.grid__item {
    margin: 0 0 25px !important;
}
.footer-block__details-content {
    margin-bottom: 2rem !important;
}
.footer-block__details-content li:first-child a {
    padding-top: 0 !important;
}
.custom-image-with-text .image-with-text .grid {
    gap: 10px;
    grid-template-columns: repeat(1,1fr);
}
.custom-multicolumn {
    padding: 50px 0 20px;
}
.custom-multicolumn  .multicolumn-list {
    padding: 0 !important;
}
.custom-multicolumn .multicolumn-card__info h3 {
    font-size: 21px;
    line-height: 31px;
}
.custom-contact-form-container .custom-heading {
    line-height: 35px;
    margin: 7px 0 2px;
}
.custom-contact-form-container .custom-contact__item-text {
    font-size: 15px;
    line-height: 25px;
}
.custom-contact-form-container .custom-contact__item-title {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 4px;
}
.custom-contact-form-container .custom-contact__form-box {
    padding: 16px;
}
.custom-contact-form-container .custom-contact__form-title {
    margin: 0 0 4px;
    font-size: 24px;
    line-height: 30px;
}
.custom-contact-form-container .custom-contact__form-description {
    font-size: 15px;
}
.custom-contact-form-container .custom-contact__input, .custom-contact-form-container .custom-contact__textarea {
    font-size: 16px;
}
.custom-contact-form-container .custom-contact__submit {
    padding: 13px 25px;
    font-size: 16px;
}
.product__title h1 {
    font-size: 30px;
    line-height: 40px;
}
.product__description {
    font-size: 16px;
    line-height: 25px;
}
.product__text {
    font-size: 16px;
    line-height: 25px;
    margin: 0 !important;
}
.price-item.price-item--regular {
    font-size: 19px;
    line-height: 26px;
}
.product-form__input .form__label {
    font-size: 15px;
    line-height: 25px;
}
.product-detail p {
    font-size: 16px;
    line-height: 25px;
}
.product-detail li {
    font-size: 16px;
    line-height: 25px;
}
.product {
    padding: 0px 0 15px;
}
.custom-field label {
    font-size: 16px;
    line-height: 25px;
}
.custom-field input {
    border-radius: 7px;
    padding: 14px;
    font-size: 16px;
}
.body-donation-product .product-form__input--pill input[type=radio]+label {
    font-size: 16px !important;
}
.custom-honoree-fields {
    gap: 14px;
}
.product {
    gap: 20px !important;
}
.page-banner-center-content h1 {
    line-height: 40px;
    font-size: 32px;
}
.how-it-works-blocks {
    grid-template-columns: repeat(1, 1fr);
    padding: 30px 0 0;
}
.how-it-works-content h3 {
    font-size: 22px;
}
.custom-collapsible-content .accordion__title {
    font-size: 17px;
}
.custom-collapsible-content .collapsible-content__grid .grid__item {
    gap: 16px;
    padding: 2px 0 0;
}
.how-it-works {
    padding: 40px 0;
}
.custom-collapsible-content {
    padding: 20px 0;
}
.faq-title-button-wrapper h4 {
    font-size: 34px;
}
.grid-images-blocks {
    grid-template-columns: repeat(1, 3fr);
    gap: 16px;
    padding: 30px 0 0;
}
.custom-grid-images {
    padding: 10px 0 52px;
}
.grid-images-blocks-content img {
    height: 220px;
}
.meetup-cities-description p {
    font-size: 15px;
    line-height: 26px;
    margin: 28px auto 0;
}
.meetup-city-grid {
    grid-template-columns: repeat(1, 1fr);
}
.meetup-cities-header {
    margin-bottom: 20px;
}
.meetup-interest-content h2 {
    font-size: 25px;
}
.meetup-form-grid {
    grid-template-columns: repeat(1, 1fr);
}
.meetup-interest-section {
    padding: 0 0 50px;
}
.meetup-cities-section {
    padding: 40px 0;
}
.walking-friends-description {
    font-size: 15px;
    line-height: 24px;
}
.walking-friends-image img {
    border-radius: 10px;
}
.walking-friends-form-wrapper {
    padding: 20px 14px;
}
.walking-friends-section {
    padding: 24px 0 30px;
}
.rich-text__buttons a {
    padding: 16px 28px;
    letter-spacing: 0;
}
.meetup-city-name {
    text-align: center;
}
.meetup-city-date p {
    text-align: center;
}
.meetup-interest-content {
    text-align: center;
}
.meetup-interest-eyebrow {
    justify-content: center;
}
.walking-friends-content {
    align-items: center;
    justify-content: center;
}
.walking-friends-description p {
    text-align: center;
}
.walking-friends-eyebrow {
    width: 100%;
    justify-content: center;
}
.walking-form-button {
    text-align: center;
}
}