/** Shopify CDN: Minification failed

Line 1061:21 Expected identifier but found whitespace
Line 1061:23 Unexpected "{"
Line 1061:32 Expected ":"
Line 1061:51 Expected ":"

**/
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/*------------- Header Css -------------*/
.scrolled-past-header .csnter_staffy_block {
    display: none;
}
.scrolled-past-header .header__heading, .scrolled-past-header .main_header.header a.header__heading-link {
    display: none;
}
.scrolled-past-header nav.header__inline-menu {
    margin-top: 0 !important;
}
.scrolled-past-header header.main_header.header.header--top-center {
    padding-top: 0;
}
.header__heading, .csnter_staffy_block, nav.header__inline-menu {
    transition: 0.5s ease;
}
li.gm-item.cstmviewallbtns a.gm-target {
    flex-direction: row-reverse;
    display: inline-flex;
    gap: 9px;
    color: #B90014 !important;
}
li.gm-item.cstmviewallbtns a.gm-target span.gm-text {
    color: rgba(185, 0, 20, 1) !important;
}
li.gm-item.cstmviewallbtns a.gm-target span.gm-icon {
    color: #B90014 !important;
}
body.gm-menu-installed .gm-menu.gm-menu-191168 .gm-submenu.gm-submenu-bordered:not(.gm-aliexpress) {
    border: none !important;
    box-shadow: 0px 20px 50px 0 rgba(0, 0, 0, 0.1);
}
.staffy_header_icons.header__icons a.header__icon {
    width: max-content;
    height: inherit;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Inter';
    letter-spacing: 0;
    color: #1A1C1C;
}
a.header__icon.header__icon--cart span.svg-wrapper svg {
    height: 20px;
}
a.header__icon.header__icon--cart {
    background: #FFDAD6;
    width: 38px !important;
    height: 38px !important;
    padding: 6px;
    border-radius: 60px;
    color: #b90014;
    margin-left: 12px;
}
a.header__icon.header__icon--cart span.svg-wrapper {
    height: inherit;
    width: inherit;
}
.header__icon svg.icon.icon-trackers {
    fill: inherit;
}
.staffy_search_cstm {
    display: flex;
    align-items: center;
    background-color: #F3F3F3;
    border-radius: 100px;
    padding: 0 1.2rem;
    height: 4.5rem;
    width: 100%;
    max-width: 738px;  
    gap: 5px;
}
input.headers_search_inputs {
    border: none;
    outline: none;
    background: transparent;
    font-size: 1.5rem;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #6B7280;
}
button.header_search_submits {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #aaa;
    flex-shrink: 0;
}
input.headers_search_inputs:focus {
    outline: none;
    box-shadow: none;
}
button.header_search_submits .svg-wrapper svg path {
    color: #926E6B;
}
header.main_header.header.header--top-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
header.main_header.header.header--top-center h2.header__heading {
    order: 1;
        max-width: 180px;
}
header.main_header.header.header--top-center .csnter_staffy_block {
    order: 2;
    gap: 18px;
}
header.main_header.header.header--top-center nav.header__inline-menu {
    order: 3;
    width: 100%;
    border-top: 1px solid rgba(0,0,0,.1);
    margin-top: 20px;
    text-align: center;
}
.csnter_staffy_block {
    display: flex;
    max-width: calc(100% - 180px);
    width: 100%;
}
.csnter_staffy_search {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}
form.header_search_left.header__search-form-inline {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
}
header.main_header.header nav.header__inline-menu .header__menu-item {
    padding: 18px 0;
    font-family: 'Fredoka';
    font-size: 14px;
    font-weight: 400;
    transition: 0.5s;
    color: #000000;
}
header.main_header.header nav.header__inline-menu .header__menu-item:hover {
    color: #b90014;
    text-decoration: none;
}
header.main_header.header nav.header__inline-menu .header__menu-item:hover span {
    text-decoration: none;
}
header.main_header.header.header--top-center nav.header__inline-menu ul.list-menu {
    gap: 80px;
}
header.main_header.header nav.header__inline-menu .header__menu-item svg.icon.icon-caret {
    right: -15px;
}
.header.main_header.header nav.header__inline-menu ul.header__submenu {
    padding: 0;
}
.header.main_header.header nav.header__inline-menu ul.header__submenu li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header.main_header.header nav.header__inline-menu ul.header__submenu a.header__menu-item {
    padding: 14px 15px;
}
.header.main_header.header nav.header__inline-menu ul.header__submenu a.header__menu-item:hover {
    background: #b90014;
    color: #fff;
}
/*------- Header Blow Custom header ---------------*/
.staffy_header_listing {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    max-width: 980px;
    width: 100%;
    margin: auto;
}
a.cstm_staffy_page_list {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    position: relative;
    transition: 0.5s ease;
}
h4.cstmpagestaffy_name {
    margin: 0;
    font-size: 12px;
    color: #1A1C1C;
    font-weight: 600;
    letter-spacing: 0.35px;
    line-height: 1.4;
}
.cstm_staffy_page_inner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #F7F3EE;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #E8DED3;
    box-shadow: 0px 15px 15px 0 rgba(0, 0, 0, 0.09);
}
.cstm_staffy_page_img {
    max-width: 98px;
    height: 98px;
    width: 100%;
}
img.cstmpages_img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/*---------- Home Page Section Css ---------------*/
.button:after, .button:before { display: none; }

.butnstaffy_btns.button {
    background: #B90014;
    background: linear-gradient(50deg, #b90014 0%, rgba(227, 27, 35, 1) 100%);
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 600;
    border-radius: 80px;
    transition: 0.5s;
    line-height: normal;
    min-height: 45px;
    min-width: 210px;
    box-shadow: 0px 10px 15px -3px rgba(185, 0, 20, 0.2);
    border: 1px solid transparent;
    transition: .5s;
}
.butnstaffy_btns.button:hover, 
.button:hover,
.staffy_riccustomtm_colr {
    transform: translateY(-2px);
    background: linear-gradient(50deg, #d4001a 0%, #ff3b4a 100%) !important;
}
.klaviyo-form-button:hover {
    background: linear-gradient(50deg, #d4001a 0%, #ff3b4a 100%) !important;
    transform: translateY(-2px) !important;
}

.klaviyo-form-button {
    transition: .4s !important;
}
.button {
    background: #B90014;
    background: linear-gradient(50deg,rgba(185, 0, 20, 1) 0%, rgba(227, 27, 35, 1) 100%);
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 600;
    border-radius: 80px;
    transition: 0.5s;
    line-height: normal;
    min-height: 45px;
    min-width: 210px;
    box-shadow: 0px 10px 15px -3px rgba(185, 0, 20, 0.2);
    font-family: Inter, sans-serif !important;
    color: #fff;
    border: 1px solid transparent;
    transition: .5s;
}
.staffy_hero_inner {
    position: relative;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    transition: 0.5s ease all;
}
.staffy_slide_images {
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    aspect-ratio: 1.65;
}
.cstm_staffy_hero_carousel img.staffyHeroslide_imgs {
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
img.staffyslidelogotop_imgs {
    position: absolute;
    max-width: 85px !important;
    width: 100%;
    height: 58px !important;
    right: 15px;
    top: 10px;
}
.staffy_hero_buttons {
    padding-bottom: 35px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 60px;
    padding-right: 20px;
}
.cstm_staffy_hero_carousel button.owl-prev {
    position: absolute;
    top: 45%;
    background-image: url(/cdn/shop/files/arrow-left-svgrepo-com.png)!important;
    background-repeat: no-repeat !important;
    background-size: 16px !important;
    background-color: #fff!important;
    max-width: 30px;
    width: 100%;
    height: 30px;
    transition: .5s ease;
    background-position: center !important;
    border-radius: 80px;
    left: -15px;
}
.cstm_staffy_hero_carousel button.owl-next {
    position: absolute;
    top: 45%;
    background-image: url(/cdn/shop/files/arrow-right-svgrepo-com.png)!important;
    background-repeat: no-repeat !important;
    background-size: 16px !important;
    background-color: #fff!important;
    max-width: 30px;
    width: 100%;
    height: 30px;
    transition: .5s ease;
    background-position: center !important;
    border-radius: 80px;
    right: -15px;
}
.cstm_staffy_hero_carousel .owl-nav button span {
    display: none;
}

.staffy_featred_head_flex {
    position: relative;
    display: flex;
}
.staffy_featred_flex_colm {
    flex: 0 0 40%;
    max-width: 40%;
    width: 100%;
}
.staffyFeaturd_product_sct_inners {
    max-width: 420px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
img.staffy_product_image {
    width: 100%;
}
.featured_text_descrption p, .featured_text_descrption {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}
.tabs_nav_staffy {
    display: flex;
    justify-content: end;
    position: relative;
}
.staffy_products_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;
}
.staffy_featured_product_tabs .tabs-nav {
    display: inline-flex;
    gap: 8px;
    flex-wrap: nowrap;
    justify-content: start;
    padding: 6px;
    position: relative;
    width: 100%;
    overflow: auto;
}
.staffy_newletter_form form h3.newsletter-form__message {
    font-size: 18px;
    width: 100%;
    justify-content: center;
    font-weight: 400;
}
.tabs_nav_staffy_int_tab {
    margin-bottom: 30px;
    background: #f3f3f3;
    position: relative;
    border-radius: 80px;
    overflow: hidden;
}
.staffy_tab_btn {
    padding: 9px 20px;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: .3s;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Inter';
    color: #71717A;
    border-radius: 60px;
    white-space: nowrap;
}
/* width */
.tabs-nav::-webkit-scrollbar {
  height: 2px !important;
  border-radius: 30px;
}

/* Track */
.tabs-nav::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.tabs-nav::-webkit-scrollbar-thumb {
  background: #B90014;
}

/* Handle on hover */
.tabs-nav::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.staffy_tab_btn.active {
  background: #B90014;
  color: #fff;
}
.staffy_tab_content  {
  display: none;
}
.staffy_tab_content.active {
  display: block;
}

.staffy_featured_product_tabs .tab-inner {
  display: flex;
  gap: 30px;
  align-items: center;
}
.staffy_product_card {
    position: relative;
    transition: .5s ease;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-decoration: none;
}
.staffy_producs_card_img {
    position: relative;
    aspect-ratio: 0.8;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: 0.5s ease;
    border-radius: 15px;
}
img.staffy_product_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.staffy_product_card .wishlist-icon {
    position: absolute;
    right: 10px;
    font-size: 30px;
    line-height: 20px;
    top: 10px;
    color: #f3f3f3;
    cursor: pointer;
    transition: 0.5s ease;
}
.staffy_product_card .wishlist-icon.active { color: #b90014; }
.staffy_view_all_wrapper {
    grid-column: 1 / -1;
    position: relative;
    text-align: center;
    margin-top: 20px;
}
h3.staffy-product_title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    font-family: 'Inter';
    text-transform: capitalize;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    transition: 0.5s ease;
}
.staffy_product_card:hover h3.staffy-product_title {
    color: #B90014;
}
p.staffy-product_descr {
    margin: 5px 0 0;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    color: #B90014;
    line-height: 1.4;
} 
.button_productbtns {
    font-weight: 400;
    font-family: 'Inter';
    display: block;
    margin-top: 6px;
    color: #b90014;
    text-decoration: underline;
    letter-spacing: 0;
    position: relative;
    transition: 0.5s ease;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}


.multicolumn_cards_images_wrapper.multicolumn-card__image-wrapper--third-width {
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 0;
}
.multicolumns_cards_info {
    text-align: center;
}
.multicolumns_cards_info h3.inline-richtext {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    color: #1A1C1C;
}
.multicolumns_cards_info .rte p {
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    font-weight: 400;
}
.staffy_multicolumn_main  .multicolumn__title {
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}
.multicolumn_cards_images_wrapper.multicolumn-card__image-wrapper--third-width .media {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 68px;
    margin: 0 auto;
    height: 68px;
    width: 100%;
    padding: 10px !important;
    background: rgba(185, 0, 20, 0.05);
    border-radius: 50%;
}
.multicolumn_cards_images_wrapper.multicolumn-card__image-wrapper--third-width .media img.multicolumn-card__image {
    position: relative;
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.staffy_multicolumn_cards.multicolumn-card.content-container {
    background: transparent !important;
}

.staffyRichtext_parent_sect {
    text-align: center;
}
.staffyRichtext_header_sct {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.staffyReview_img {
    margin-top: 15px;
}
h2.staffy_h2_title_main {
    font-size: 35px;
    margin: 0;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -1.5px;
    position: relative;
}
h2.staffy_h2_title_main strong {
    font-weight: 500;
    color: #B90014;
}
img.staffysectionrich_imgs {
    max-width: 480px;
    width: 100%;
    height: 60px;
    object-fit: contain;
}
.staffyRichtext_text_descrption p {
    margin: 0;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 500;
}
ul.list-social.staffy_rich_list_social {
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}
ul.list-social.staffy_rich_list_social li a.list-social__link {
    background: #fff;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    min-width: 56px;
    width: 100%;
    height: 56px;
    justify-content: center;
    line-height: normal;
    transition: 0.5s ease;
    color: #b90014;
}
ul.list-social.staffy_rich_list_social li a.list-social__link:hover {
    background: #b90014;
    color: #fff;
}
ul.list-social.staffy_rich_list_social li a.list-social__link span.svg-wrapper {
    width: 26px;
    height: 26px;
}
ul.list-social.staffy_rich_list_social li a.list-social__link span.svg-wrapper svg.icon {
    width: 100%;
    height: 100%;
}
img.topvideoLogo_img {
    max-width: 84px;
    height: 54px;
    object-fit: contain;
    position: absolute;
    top: 10px;
    right: 20px;
}
.staffy_loveds_inner {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.staffycstmvideo_header_sct {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.staffy_cstmvideo_sect {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.staffyvideo_text_descrption {
    font-size: 14px;
    line-height: 1.5;
}
.staffyvideo_text_descrption p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}
.video_staffy_loved_carousel button.owl-prev {
    position: absolute;
    top: 45%;
    background-image: url(/cdn/shop/files/arrow-left-svgrepo-com.png)!important;
    background-repeat: no-repeat !important;
    background-size: 16px !important;
    background-color: #fff!important;
    max-width: 30px;
    width: 100%;
    height: 30px;
    transition: .5s ease;
    background-position: center !important;
    border-radius: 80px;
    left: -15px;
}
.video_staffy_loved_carousel button.owl-next {
    position: absolute;
    top: 45%;
    background-image: url(/cdn/shop/files/arrow-right-svgrepo-com.png)!important;
    background-repeat: no-repeat !important;
    background-size: 16px !important;
    background-color: #fff!important;
    max-width: 30px;
    width: 100%;
    height: 30px;
    transition: .5s ease;
    background-position: center !important;
    border-radius: 80px;
    right: -15px;
}
.video_staffy_loved_carousel .owl-nav button span {
    display: none;
}
.staffycstmReview_header_sct {
    text-align: center;
}
.staffy_cstmReview_sect {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.staffy_review_inner {
    border: 1px solid rgba(231,189,184,.05);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 30px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    margin: 1px;
    gap: 20px;
}
p.eviewText_staffy {
    font-size: 14px;
    color: #000;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
}
.staffy_review_inner_content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.staffy_review_profile {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
}
.revi_client_img {
    max-width: 48px;
    height: 48px;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 100px;
}
.cstm_staffy_review_carousel img.staffyreivcliente_imgs {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
h4.clint_staffy_name {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    font-family: Inter, sans-serif !important;
}
p.designation_cstm {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: #926E6B;
    letter-spacing: 0;
}
img.staffyreviewrating_imgs {
    height: 20px;
    object-fit: contain;
    object-position: left;
}
.cstm_staffy_review_carousel button.owl-prev {
    position: absolute;
    top: 45%;
    background-image: url(/cdn/shop/files/arrow-left-svgrepo-com.png)!important;
    background-repeat: no-repeat !important;
    background-size: 16px !important;
    background-color: #fff!important;
    max-width: 30px;
    width: 100%;
    height: 30px;
    transition: .5s ease;
    background-position: center !important;
    border-radius: 80px;
    left: -15px;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
}
.cstm_staffy_review_carousel button.owl-next {
    position: absolute;
    top: 45%;
    background-image: url(/cdn/shop/files/arrow-right-svgrepo-com.png)!important;
    background-repeat: no-repeat !important;
    background-size: 16px !important;
    background-color: #fff!important;
    max-width: 30px;
    width: 100%;
    height: 30px;
    transition: .5s ease;
    background-position: center !important;
    border-radius: 80px;
    right: -15px;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
}
.cstm_staffy_review_carousel .owl-nav button span {
    display: none;
}

.staffy_speak_sect {
    padding: 40px;
    border-radius: 20px;
    position: relative;
    min-height: 440px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.staffyspeak_header_sct {
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: left;
    background: #fff;
    padding: 30px;
    background: linear-gradient(to right, #ffffff 0%, #ffffff 60%, #f7f7f700 100%);
    max-width: 700px;
    border-radius: 20px;
    width: 100%;
}
img.topLeftLogo_img {
    max-width: 84px;
    width: 100%;
}
.staffyspeak_header_sct_inners {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 430px;
    gap: 10px;
}
.decodeSpeak_text_descrption {
    font-size: 14px;
    line-height: 1.5;
}
.decodeSpeak_text_descrption p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.verticle_logos {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tag_stffy_listed {
    position: relative;
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.tag_stffy {
    background: #E8E8E8;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    min-height: 28px;
    align-items: center;
    justify-content: center;
    padding: 1px 12px;
    border-radius: 60px;
}
p.tegtext_list {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.tag_stffy:first-child p.tegtext_list {
    color: #93000D;
}
.tag_stffy:first-child  {
    background: #FFDAD6;
}
.staffy_imag_text_textrte p, .staffy_imag_text_textrte ul li, .staffy_imag_text_textrte ol li {
    font-size: 14px;
    color: #000;
    line-height: 1.5;
    font-weight: 400;
}
.image-with-text__media-item.img_width_text_media_items {
    border-radius: 20px;
    overflow: hidden;
}
.image-with-text__content.content_text_width_image.image-with-text__content--top {
    padding: 0;
    justify-content: center;
    padding-left: 50px;
}
.staffy_signup_sect {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    z-index: 1;
}
.staffySignup_header_sct {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.decodeSimplifies_text_descrption  p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}
button.newsletter-form_button.staffy_newsletter_form_btns {
    background: #b90014;
    background: linear-gradient(50deg, #b90014, #e31b23);
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 600;
    border-radius: 80px;
    transition: .5s;
    line-height: normal;
    min-height: 45px;
    min-width: 210px;
    box-shadow: 0 10px 15px -3px #b9001433;
    border: none;
    color: #fff;
    cursor: pointer;
}
button:before, button:after { display: none;}

.staffy_newletter_form .newsletter-form__field-wrapper .field:after {
    display: none;
}
.staffy_newletter_form .newsletter-form__field-wrapper .field input.fields_input {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 100px;
    font-size: 16px;
    color: #6b7280;
    font-weight: 400;
    letter-spacing: 0;
    padding: 10px 15px;
}
.staffy_newletter_form .newsletter-form__field-wrapper .field input.fields_input::placeholder {
    color: #6b7280 !important;
}
input.fields_input:focus { outline: none; box-shadow: none;}
.staffy_newletter_form .newsletter-form__field-wrapper label.fields_label {
    display: none;
}
.staffy_newletter_form .newsletter-form__field-wrapper .field {
    gap: 16px;
    justify-content: center;
}
p.formblowtext {
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 13px;
}
.staffy_newletter_form form.newsletter-form {
    max-width: 100%;
}
.stafySignupPaddText_template--26706257936764__staffy_email_signup_GVjHAL_padd {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.staffy_newletter_form .newsletter-form__field-wrapper {
    max-width: 100%;
}
.content_inner_div {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
/*-------About Us---------*/
.staffy_img_text_button {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
p.staffy_image_text_captions {
    margin-top: 0;
    letter-spacing: 1px;
    font-weight: 500;
}
div#ImageWithText--template--26738566496636__staffy_image_with_text_byNghz {
    padding-left: 0;
}
.content_inner_div.csrmblock_template--26738566496636__staffy_image_with_text_byNghz {
    max-width: 440px;
}

a.richtectbtn2_button {
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 600;
    border-radius: 80px;
    transition: .5s;
    line-height: normal;
    min-height: 45px;
    min-width: 210px;
    box-shadow: 0 10px 15px -3px #b9001433;
    font-family: Inter, sans-serif !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #b90014;
    border: 1px solid #b90014;
}
a.richtectbtn2_button:hover {
    color: #fff;
    background: linear-gradient(50deg, #b90014, #e31b23);
}
.staffy_imag_text_textrte.subtitle h4 {
    font-size: 18px;
    font-weight: 400;
}
.images_with_texts.image-with-text {
    position: relative;
    z-index: 1;
}
.staffy_marquee_wrapper {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.staffy_marquee_track {
  display: flex;
  width: max-content;
  animation: marqueeScroll linear infinite;
  animation-duration: {{ section.settings.speed }}s;
}
.staffy_marquee_item {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-right: 40px;
}
.marquee-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.img_width_text_media_items .image-with-text__media {
    border: none;
}
.multicolumns_svg_icons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 60px;
    margin: 0 auto;
    height: 60px;
    width: 100%;
    padding: 16px !important;
    background: rgba(185, 0, 20, 0.05);
    border-radius: 50%;
    color: #b90014;
}
p.staffycolmn_desctext {
    margin: 0;
    max-width: 880px;
    width: 100%;
}
div#ImageWithText--template--26738566496636__staffy_image_with_text_tiJNkL {
    padding-left: 0;
}
.csrmblock_template--26738566496636__staffy_image_with_text_tiJNkL {
    max-width: 480px;
    width: 100%;
}
.content_inner_div.content_inner_div_padd {
    padding: 48px;
    border-radius: 20px;
    position: relative;
    height: 100%;
    max-width: 470px;
    width: 100%;
}

.staffy_imag_text_textrte.rte ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.staffy_imag_text_textrte.rte ul li {
    position: relative;
    padding-left: 20px;
}
.staffy_imag_text_textrte.rte ul li:before {
    position: absolute;
    content: "";
    top: 8px;
    left: 0;
    right: 0;
    max-width: 6px;
    height: 6px;
    width: 100%;
    background: #b90014;
    border-radius: 60px;
}
.Patreonemail_class .klaviyo-form-VY7NNy {
    display: none;
}

@keyframes marqueeScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

div#ImageWithText--template--26738566496636__staffy_image_with_text_4jMVP9 {
    padding-left: 0;
}
.csrmblock_template--26738566496636__staffy_image_with_text_4jMVP9 {
    max-width: 480px;
}

/*----------------------*/

ul.stafy_listing {
    padding: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
}
li.stafy_listing_item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0px 12px 20px;
    font-size: 15px;
    color: #444;
    line-height: 1.65;
    position: relative;
}
li.stafy_listing_item:not(:last-child) {
    border-bottom: 1px solid #f0ece6;
}
li.stafy_listing_item:before {
    position: absolute;
    content: "";
    top: 20px;
    left: 0;
    right: 0;
    max-width: 6px;
    height: 6px;
    width: 100%;
    background: #b90014;
    border-radius: 60px;
    bottom: 0;
}
.staffy_quote_bg_title p {
    margin: 0;
    font-size: 14px;
}
.staffy_quote_bg_title {
    padding: 10px 15px;
    border-left: 3px solid #b90014;
    min-height: 50px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0 6px 6px 0;
}
#shopify-section-template--26738618990972__staffy_rich_text_cxDx6B {
    border-bottom: 1px solid #f0ece6;
}
.stats-bar__grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
}
.stats-bar__card {
    border: 1px solid #ece5da;
    border-radius: 6px;
    padding: 16px 24px;
    text-align: center;
    min-width: 110px;
    height: 100%;
}
.stats-bar__value {
    font-size: 28px;
    font-family: 'Fredoka', sans-serif;
    font-weight: 600;
    display: block;
    line-height: normal;
    position: relative;
}
.stats-bar__label {
    font-size: 11px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family: 'Inter';
}
.multiRictxt_svg_icons {
    width: 40px;
    height: 40px;
    background: #fef3f3;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}
.stafyy_icon_boxes {
    display: flex;
    gap: 15px;
    position: relative;
}
.rtedecstaffynpricblock_template--26738618990972__staffy_custom_richtext_YU9E8Y {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}
p.staffyRichtext_text_dimgblow {
    margin-top: 0;
    font-size: 13px;
    margin-bottom: 30px;
}
h4.staffy_h4titles {
    font-size: 16px;
    font-family: 'Fredoka', sans-serif;
    font-weight: 600;
    color: #111;
    margin-bottom: 3px;
    margin-top: 0;
}
p.staffy_pdescrpt {
    font-size: 12px;
    color: #888;
    font-family: 'Inter';
    line-height: 1.5;
    margin: 0;
}
.stafyy_icon_boxes {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 0;
}
.stafyy_icon_boxes:not(:last-child) {
    border-bottom: 1px solid #f0ece6;
}
h5.staffycolmn_subtext {
    margin-top: 0;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
}
.staffy_richtext_price_main {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.staffycstmrichtxt_header_sct {
    position: relative;
    width: 100%;
    text-align: center;
    padding-bottom: 36px;
}
.staffy_richtext_Bg_block {
    border: 2px solid #c8102e;
    border-radius: 12px;
    max-width: 480px;
    margin: 0 auto;
    padding: 40px 30px;
    text-align: center;
}
h5.staffy_h5_subtitle_main {
    margin-top: 0;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
}
.staffy_richrte_head {
    position: relative;
}
p.staffyreview_textrte_bgcapt {
    font-size: 11px;
    font-weight: 700;
    padding: 5px 18px;
    border-radius: 100px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-flex;
    margin-bottom: 20px;
    flex-direction: column;
    line-height: normal;
}
p.staffyreview_textrte_gray {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 18px;
}
.staffy_richrte_head:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 50px;
    height: 2px;
    width: 100%;
    background: #c8102e;
    margin: 0 auto;
    border-radius: 2px;
}
p.staffytextRte_textrte {
    font-size: 14px;
    line-height: 1.5;
}
p.staffy_rich_text_caption {
    margin-bottom: 15px;
}

/*-----------Collection All-----------*/
.staffy_collection_all_head {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
    width: 100%;
}
.card__inner_s.staffy_card_inner {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.cards__media.staffy_card_media {
    width: 100%;
}
img.motion-reduce_staffy {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.medias.medias--transparent {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}
.cards__media.staffy_card_media {
    display: block;
    aspect-ratio: 0.9;
    overflow: hidden;
    border-radius: 5px;
}
.staffy_card_informations h3.card__heading {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    font-family: 'Inter';
    text-transform: capitalize;
}
ul.staffy_collection_list.collection-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    position: relative;
}
li.staffy_collection_list_items.collection-list__item {
    width: 100%;
    max-width: 100%;
}
.staffy_Signup_bgcolr {
    padding: 50px 30px;
    border: 2px solid #ffdddd;
    border-radius: 10px;
}
.staffy_Signup_bgcolr .staffySignup_header_sct {
    max-width: 880px;
    margin: 0 auto;
    width: 100%;
}
li.staffy_collection_list_items.collection-list__item:first-child {
    display: none;
}
h1.main_titleh1_title {
    margin: 0;
    text-align: center;
    letter-spacing: 0;
}


/*------------- All Collection Page---------------*/
.collection-hero__description {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 0;
}
.collection-hero__description p {
    line-height: 1.4;
}
ul.staffy_product_grid_list.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;
}
li.staffy_product_grid_items.grid__item {
    max-width: 100%;
    width: 100%;
}
.card_staffy_medias.card__media {
    aspect-ratio: 0.7;
    overflow: hidden !important;
    transition: 0.5s ease;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.card_staffy_medias.card__media .media {
    width: 100%;
    height: 100%;
}
.card_staffy_inners.card__inner {
    flex-direction: column;
    aspect-ratio: 0.8;
    overflow: hidden;
    border-radius: 10px !important;
}
img.motion-reduce_prodyct_catd {
    height: 100% !important;
}

.card_staffy_infomation h3.card__heading.h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    font-family: 'Inter';
    text-transform: capitalize;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    transition: 0.4s ease;
}
.card_staffy_infomation h3.card__heading.h5 a { transition: 0.4s ease; }
.card-wrapper.staffy_product_cards_wrapper:hover .card_staffy_infomation h3.card__heading.h5 a {
    text-decoration: none;
    color: #b90014;
}
.staffy_information_card .price__regular span.price-item {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    color: #B90014;
    line-height: 1.4;
}
li.staffy_product_grid_items.grid__item .card-wrapper {
    box-shadow: 0px 0px 4px rgba(254, 243, 243, 1);
    position: relative;
    transition: 0.5s all ease;
}
li.staffy_product_grid_items.grid__item .card-wrapper .card_staffy_infomation {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
li.staffy_product_grid_items.grid__item .card-wrapper .card_staffy_infomation .staffy_information_card {
    text-align: center;
}
li.staffy_product_grid_items .card_staffy_infomation h3.card__heading.h5 {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 45px;
}

/*-----------Product Detail page----------*/

ul.stafy_blow_tag_listing {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    position: relative;
}
li.stafy_tag_listing_item {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0;
    border: 1px solid #ddd;
    background: #fef3f3;
    line-height: normal;
    text-transform: uppercase;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    min-height: 30px;
    padding: 5px;
    position: relative;
}

ul.stafy_blow_tag_listed {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
li.stafy_tag_listed_item {
    background: rgba(185, 0, 20, 0.2);
    border: 1px solid #B90014;
    line-height: normal;
    font-size: 14px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    min-height: 29px;
    padding: 4px 10px;
}
h1.staffy_product_title {
    line-height: 1.1;
    position: relative;
    font-size: 38px;
} 
.wrapper_media_products media-gallery slider-component.thumbnail-slider ul.thumbnail-list li button.thumbnail[aria-current] {
    box-shadow: 0px 0px 1px #c50819;
    border-color: #c30717;
}
.wrapper_info_products fieldset.product-form__input--pill legend.form__label {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0;
}
.wrapper_info_products .price .price__regular span {
    letter-spacing: 0;
    font-weight: 600;
    color: #c90a1a;
}
p.products_text_caption.product__text {
    color: #b90014;
    font-size: 12px;
    letter-spacing: 0;
    background: #ffdad6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 20px;
    border-radius: 60px;
    line-height: normal;
    margin-bottom: 10px;
}
.wrapper_info_products .product__description p, .wrapper_info_products .product__description li {
    color: #000;
    line-height: 1.6;
    font-weight: 300;
    font-family: 'Inter';
    font-size: 14px;
}
h2.staffy_h2_title_main.related-products__heading {
    text-align: center;
    padding-bottom: 20px;
}
.staffy_related_item  h3.card__heading.h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    font-family: 'Inter';
    text-transform: capitalize;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    transition: 0.4s ease;
}
.staffy_related_item .card-information .price__regular span.price-item {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    color: #B90014;
    line-height: 1.4;
}
.wrapper_info_products share-button.share-button button.share-button__button {
    background: #fef3f3;
    color: #d5121e;
    padding: 0 18px;
    border-radius: 50px;
    min-height: 35px;
    font-weight: 500;
}
li.staffy_related_item.grid__item .card-wrapper {
    box-shadow: 0px 0px 4px rgba(254, 243, 243, 1);
    position: relative;
    transition: 0.5s all ease;
}
li.staffy_related_item.grid__item .card-wrapper .card__information {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
li.staffy_related_item.grid__item .card-wrapper .card__information .card-information {
    text-align: center;
}
.wrapper_info_products .product-form__quantity label.quantity__label span {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0;
}
.wrapper_info_products .product-form__quantity quantity-input.quantity {
    min-height: 40px;
    background: #fef3f3;
    border: 1px solid #b90014;
    border-radius: 30px;
    overflow: hidden;
    width: 130px;
}
.wrapper_info_products .product-form__quantity quantity-input.quantity:before, 
.wrapper_info_products .product-form__quantity quantity-input.quantity:after {
    display: none;
}


/*------------Community Page------------*/
div#ImageWithText--template--26911987663228__staffy_image_with_text_ikcLUV {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}
.img_width_text_media_items.img_media_itmms_template--26911987663228__staffy_image_with_text_ikcLUV {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
/*------------Email Page------------*/
.staffy_imggrid_sectct { border-radius: 20px;}

.staffy_offerCode_title {
    display: inline-flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: center;
    width: max-content;
    position: relative;
    border: 2px dashed #eee;
    padding: 10px 20px;
    overflow: hidden;
    transition: 0.5s;
}
h2.uponCode_ttile {
    margin: 0;
    max-width: max-content;
    font-weight: bold;
    letter-spacing: 4px;
    line-height: normal;
}

.staffy_multicolumn_cards .multicolumn_cards_images_wrapper.multicolumn-card__image-wrapper--full-width {
    margin: 0;
    padding-top: 0;
}
ul.multicolumn-list.staffy_multicolumn_column_cards {
    gap: 20px;
}
li.multicolumn-list__item.multicolumns_lists_border_cards {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #fafafa;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.csrmblock_template--26738618925436__staffy_image_with_text_Ep8jcJ p.staffy_pdescrpt strong {
    color: #de1821;
}
.staffy_imggrid_sect_template--26738618925436__staffy_image_with_text_Ep8jcJ {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}

/*------------Food UK Page------------*/
p.image-with-text__text.content_captoinBG_padd {
    display: inline-flex;
    flex-direction: column;
    min-height: 25px;
    justify-content: center;
    max-width: max-content;
    width: 100%;
    line-height: normal;
    padding: 5px 15px;
    border-radius: 30px;
}
.image-with-text__media-item.img_media_itmms_template--26783333220732__staffy_image_with_text_a7fGaY {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.image-with-text__content.ImageWithTextpadd--template--26783333220732__staffy_image_with_text_a7fGaY {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
} 
svg.food-icons {
    color: #b90014;
    padding: 2px;
}
svg.risk_iconList {
    color: #fff;
    padding: 2px;
}

.staffy_grid_row {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 20px;
    overflow: hidden;
}
.staffy_block_text_left {
    padding: 40px;
    position: relative;
    height: 100%;
}
.staffy_block_text_right {
    padding: 40px;
    position: relative;
    height: 100%;
}
/*------------Food USA Page------------*/
.image-with-text__media-item.img_media_itmms_template--26783333122428__staffy_image_with_text_FjTQfq {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.image-with-text__content.ImageWithTextpadd--template--26783333122428__staffy_image_with_text_FjTQfq {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
} 

/*--------- Poem page----------*/
body.Poem-cstm_page .section-header.shopify-section-group-header-group {
    display: none;
}
body.Poem-cstm_page .shopify-section-group-header-group {
    display: none;
}
body.Poem-cstm_page footer.footer {
    display: none;
}
.staffy_block_grid_img {
    display: none;
}
img.staffysecolmgrid_imgs {
    WIDTH: 100%;
}
.staffyRich_header_logo_sect {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
a.staffy_cstmlogo_inner {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    max-width: 270px;
    width: 100%;
    position: relative;
}
img.staffy_cstmlogo- {
    height: 100%;
    width: 90%;
    object-fit: contain;
}
.staffy_gird_colm_row {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.staffy_block_Text_inner {
    text-align: center;
}
.section-template--26738600739196__staffy_rich_text_V8pMGX-padding:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to left, #ffffff 40%, #ffffff 0%, #f7f7f700 100%);
}

.staffy_tagList_icon {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}
.tagListed_item {
    background: #fff8f4;
    border: 1px solid #f3e7e1;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
    font-family: 'Inter';
    min-height: 50px;
    padding: 10px 20px;
    position: relative;
    transition: 0.5s;
    border-radius: 10px;
}
.staffy_cstminner_footer_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
} 
.staffy_flex_form_row {
    display: flex;
    gap: 40px;
    position: relative;
    flex-wrap: wrap;
}
.staffy_flex_form_colm_7 {
    flex: 0 0 60%;
    max-width: calc(60% - 20px);
    width: 100%;
    position: relative;
}
.staffy_flex_form_colm_5 {
    flex: 0 0 40%;
    max-width: calc(40% - 20px);
    width: 100%;
    position: relative;
}

.staffy_block_img_inner {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
}
img.staffysecolmgridimg_imgs {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.5s;
}
form.newsletter-form.newletter_form_full_form {
    max-width: 100%;
}
.staffy_newletter_form_full {
    max-width: 490px;
    width: 100%;
    position: relative;
}
.staffy_flex_form_content {
    max-width: 580px;
    width: 100%;
}
.staffy_newletter_form_full .field {
    flex-direction: column;
    gap: 20px;
}
.staffy_newletter_form_full .field:before, .staffy_newletter_form_full .field:after { display: none; }
.staffy_newletter_form_full .field label.fields_label {
    display: none;
}
.staffy_newletter_form_full .field input.fields_input {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 100px;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0;
    padding: 10px 15px;
    min-height: 50px;
}
form.newsletter-form.newletter_form_full_form .newsletter-form__field-wrapper {
    max-width: 100%;
}
.staffyRiformblow_text_descrption  p {
    margin-bottom: 0;
    margin-top: 6px;
    font-size: 14px;
    font-family: inter;
    line-height: 1.5;
}
.staffyRiformblow_text_descrption {
    padding-top: 10px;
}
img.vertitoplogos_img_top {
    max-width: 48px;
    width: 100%;
}
p.cstmfooter_text {
    font-size: 12px;
    margin: 0;
    font-family: 'Inter';
    font-weight: 500;
    color: #000;
}

.stafySignupPaddText_template--26738600739196__staffy_email_signup_qBfYxj_padd .newsletter-form__field-wrapper .field {
    flex-direction: column;
}
.stafySignupPaddText_template--26738600739196__staffy_email_signup_qBfYxj_padd .newsletter-form__field-wrapper .field input.fields_input {
    min-height: 50px;
}
.stafySignupPaddText_template--26738600739196__staffy_email_signup_qBfYxj_padd .newsletter-form__field-wrapper {
    max-width: 360px;
    margin: 0 auto;
}

h2.tagListTitle {
    margin: 0 0 5px;
}
ul.staffyLove_list_blow_tag_listed_xLmzde li.stafy_tag_listed_item {
    min-width: 180px;
    padding: 10px 20px;
}
/*---------Other Pages----------*/
.shopify-policy__container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.shopify-policy__title {
    background: #fdebf3;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}
.shopify-policy__title h1 {
    margin: 0;
    letter-spacing: 0;
    text-transform: capitalize;
}
.shopify-policy__body {
    padding: 60px 5rem 90px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
/*---------Cart Page--------*/
cart-items.staffy_cart_tems table.cart-items thead th {
    background: #d5121e;
    color: #fff;
    position: relative;
    padding: 15px 10px;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
    font-family: inter;
    text-transform: capitalize;
}
cart-items.staffy_cart_tems table.cart-items thead th {
    background: #d5121e;
    color: #fff;
    position: relative;
    padding: 15px 10px;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
    font-family: inter;
    text-transform: capitalize;
}

cart-items.staffy_cart_tems table.cart-items cart-remove-button a.button {
    background: transparent;
    box-shadow: none;
    color: #db1620;
}

cart-items.staffy_cart_tems quantity-input.quantity.cart-quantity {
    width: 100px;
    min-height: 40px;
    border: 1px solid #ffdad6;
    border-radius: 6px;
    overflow: hidden;
}
cart-items.staffy_cart_tems quantity-input.quantity.cart-quantity:after, 
cart-items.staffy_cart_tems quantity-input.quantity.cart-quantity:before {
    display: none;
}
cart-items.staffy_cart_tems quantity-input.quantity.cart-quantity button.quantity__button {
    width: 35px;
}

.staffy-contact-right form#ContactForm .field {
    margin-bottom: 20px;
}
.staffy-contact-right form#ContactForm .field:hover:after {
    box-shadow: none;
}
.staffy-contact-right form#ContactForm .field:after, .staffy-contact-right form#ContactForm .field:before {
    display: none;
}
.staffy-contact-right form#ContactForm .field input, 
.staffy-contact-right form#ContactForm .field textarea {
    border: 1px solid #b90014;

}
.staffy-contact-right form#ContactForm .field input:focus-visible, 
.staffy-contact-right form#ContactForm .field textarea:focus-visible {
    box-shadow: none;
}
facet-remove span.button {
    background: transparent;
    border: none;
}
/*-----------Footer Css-----------*/
.footerBlock_image_F7jrEk {
    flex-direction: column;
}
.footerBlock_image_F7jrEk .footer-block__image-wrapper {
    position: absolute;
    top: -160px;
    z-index: 111;
}
h3.footer_blocks_headings {
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Inter';
    line-height: 28px;
    margin-bottom: 20px;
    border-bottom: 1px solid #18181B;
    padding-bottom: 20px;
}
ul.footer-block__details-content.footer_listed_links a.link {
    font-size: 14px;
    font-weight: 400;
    color: #A1A1AA;
    letter-spacing: 0;
    transition: 0.5s;
    position: relative;
    text-decoration: none;
}
ul.footer-block__details-content.footer_listed_links a.link:hover {
    color: #ffffff;
}
.grid_item_block.footer-block--menu {
    padding-left: 60px;
}
.footer_contents_bottom_wrappers {
    position: relative;
    padding: 25px 1.5rem;
    border-top: 1px solid #18181B;
}
.footer_copyrigth_flex {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
}
lable.footerPayment_label {
    font-size: 12px;
    color: #71717A;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.2px;
}
small.copyright_content {
    font-size: 12px;
    color: #71717A;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.2px;
}
.footerPayment_flexs {
    position: relative;
    display: flex;
    gap: 10px;
    justify-content: end;
}
ul.list-payment_text {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    gap: 24px;
}
li.lists_payments_item p {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #fff;
}

/* 06-23-26  */
.join-the-staffy-lover-patreon-community  .shopify-section-group-header-group{
    display:none;
}

.join-the-staffy-lover-patreon-community .images_with_text_grids,
.thank-you .images_with_text_grids {
    flex-direction: column;
    gap: 35px;
}

.join-the-staffy-lover-patreon-community .image-with-text__media-item,
.thank-you .image-with-text__media-item {
    width: 100% !important;
}

.join-the-staffy-lover-patreon-community .image-with-text__text-item,
.thank-you .image-with-text__text-item {
    width: 100% !important;
}
.join-the-staffy-lover-patreon-community .image-with-text__text-item .content_inner_div,
.thank-you .image-with-text__text-item .content_inner_div {
    max-width: 850px;
    margin: auto;
    text-align: center;
}
.join-the-staffy-lover-patreon-community  .staffy_signup_sect.staffy_Signup_bgcolr,
.thank-you  .staffy_signup_sect.staffy_Signup_bgcolr {
    max-width: 800px;
    margin: auto;
}
.thank-you  .staffy_img_text_button {
    justify-content: center;
}
 .join-the-staffy-lover-patreon-community .main-footer{
    display:none;
}
.header-localization .disclosure .localization-form__select:hover {
    text-decoration: none !important;
}

.header-localization .disclosure .localization-form__select {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 110px;
}
/* .Poem-cstm_page form.needsclick.klaviyo-form.klaviyo-form-version-cid_2.go3279073480.kl-private-reset-css-Xuajs1 {
    max-width: 100% !important;
} */

.join-the-staffy-lover-patreon-community p.formblowtext {
    font-size: 12px;
}
.join-the-staffy-lover-patreon-community .staffy_Signup_bgcolr {
    padding: 30px;
    /* background: transparent !important; */
}
.join-the-staffy-lover-patreon-community .staffy_signup_section::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffffb2;
    content: '';
}
.join-the-staffy-lover-patreon-community .staffy_signup_section .page-width{
    position:relative;
}

.join-the-staffy-lover-patreon-community .staffy_signup_section .page-width::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(https://staffylover.com/cdn/shop/files/one-m.png);
    background-repeat: no-repeat;
    height: 300px;
    background-size: contain;
    width: 200px;
    z-index: 9;
}
.join-the-staffy-lover-patreon-community .staffy_signup_section .page-width::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(https://staffylover.com/cdn/shop/files/two-m.png);
    background-repeat: no-repeat;
    height: 300px;
    background-size: contain;
    width: 200px;
    z-index: 9;
}

.join-the-staffy-lover-patreon-community .staffy_signup_section .staffySignup_header_sct::after,
.join-the-staffy-lover-patreon-community .staffy_signup_section .staffySignup_header_sct::before  {
    position: absolute;
    width: 50px;
    height: 50px;
    content: '';
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background: url(https://staffylover.com/cdn/shop/files/dog-foot-Icon.png);
}
.join-the-staffy-lover-patreon-community .staffy_signup_section .staffySignup_header_sct::after{
    top: 20px;
    left: 20px;
    
}
.join-the-staffy-lover-patreon-community .staffy_signup_section .staffySignup_header_sct::before {
    bottom: 20px;
    right: 20px;
}