/** Shopify CDN: Minification failed

Line 467:52 Unexpected ","
Line 979:1 Expected "}" to go with "{"

**/
body{
    letter-spacing:0;
    font-family: "Poppins", sans-serif;
    background:#ffffff;
}
.header .header__submenu {
    padding: 15px 0 !important;
    margin-top: 4px;
}
.header__submenu a {
    padding: 10px 20px !important;
    text-decoration: none !important;
    transition: all .4s ease-in-out;
}
.header__submenu a.list-menu__item--active, .header__submenu a:hover {
    background: #ff3131;
    color: #fff;
    font-weight: 500;
}
.main-header-wrapper .header__inline-menu .list-menu__item {
    padding: 0;
    transition: all .4s ease-in-out;
    gap: 5px;
    align-items: center;
    text-decoration:none;
}
.main-header-wrapper .header__inline-menu .list-menu__item span {
    text-decoration: none;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    color: #595959;
    letter-spacing: 1%;
    transition: all .4s ease-in-out;
}
.main-header-wrapper .header__inline-menu .list-menu__item svg path, .header .link.list-social__link svg path{
    transition: all .4s ease-in-out;
}
.main-header-wrapper .header__inline-menu .list-menu__item:hover span ,.main-header-wrapper .header__inline-menu span.header__active-menu-item{
    color: #FF3131;

}
.main-header-wrapper .header__inline-menu span.header__active-menu-item ~ svg path {
    fill: #ff3131;
}
.main-header-wrapper .header__inline-menu .list-menu__item:hover svg path,  .header .link.list-social__link:hover svg path{
 fill: #FF3131;
}
.main-header-wrapper .header__inline-menu, .footer .footer__copyright.caption {
    margin: 0 !important;
}
.main-header-wrapper .list-menu--inline {
    gap: 50px;
    align-items:center;
}
.header__inline-menu summary svg {
    position: static;
}
.header .cart-count-bubble {
    background: #FF3131;
    line-height: 1;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    width: 18px;
    height: 18px;
    top: 4px;
    right: 0;
}
.header-nav-links header-menu:hover .header__submenu {
opacity:1;
transform:translateY(0);
}
.page-width {
    width:100%;
}

.btn-accent, .mobile-facets__inner .button, .template-cart .button {
    position: relative;
    display: inline-block;
    background: #ff3131;
    color: #fff;
    border: 1px solid #FF3131;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Poppins,sans-serif;
    overflow: hidden;
    z-index: 1;
    transition: all .4s ease-in-out;
    letter-spacing: 0.4px;
    text-align:center;
    cursor:pointer;
}
.btn-accent::before, .mobile-facets__inner .button::before, .template-cart .button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #FFFFFF;
  z-index: -1;
  transition: width 0.4s ease;
}
.btn-accent:hover::before, .mobile-facets__inner .button:hover:before, .template-cart .button:hover::before {
  width: 100%;
}
.btn-accent:hover, .mobile-facets__inner .button:hover, .template-cart .button:hover {
  color: #FF3131;
}
.btn-primary, .template-collection .quick-add__submit,.product .product-form__submit, cart-drawer.drawer.is-empty .button, .mobile-facets__clear  {
    position: relative;
    display: inline-block;
    border: 2px solid #FF3131;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #FF3131;
    padding: 11px 25px;
    overflow: hidden;
    z-index: 1;
    transition: all .4s ease-in-out;
}
.btn-primary::before , .template-collection .quick-add__submit::before, .product .product-form__submit::before, cart-drawer.drawer.is-empty .button::before, .mobile-facets__clear::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #FF3131;
  z-index: -1;
  transition: width 0.4s ease;
}
.btn-primary:hover::before, .template-collection .quick-add__submit:hover::before, .product .product-form__submit:hover::before,
cart-drawer.drawer.is-empty .button:hover::before, .mobile-facets__clear:hover:before {
  width: 100%;
}
.btn-primary:hover, .template-collection .quick-add__submit:hover, .product .product-form__submit:hover, cart-drawer.drawer.is-empty .button:hover, .mobile-facets__clear:hover {
  color: #FFFFFF;
}
.template-collection .quick-add__submit, .product .product-form__submit, cart-drawer.drawer.is-empty .button, .mobile-facets__inner .button, .mobile-facets__clear, .template-cart .button {
    font-size:16px;
}
.footer{
    padding:0 !important;
}
.footer .footer__content-top{
    padding-block: 61px 0;
}
.footer .footer-block__image-wrapper {
    max-width: 217px;
    margin-bottom: 32px;
}
.footer .footer-brand-wrap .footer-block__details-content.rte p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 38ch;
}
.footer .footer-brand-wrap .list-social__link {
    background: #313131;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease-in-out;
}
.footer .footer-brand-wrap .list-social__link:hover{
    background:#FF3131;
}
.footer .footer-brand-wrap .list-social__link svg path {
    fill:#FFFFFF;
}
.footer .footer-brand-wrap .list-unstyled.list-social {
    justify-content: start;
    gap: 20px;
}
.footer .footer-block__heading {
    font-size: 24px;
    line-height: 1.6;
    color: #ff3131;
    font-weight: 600;
    margin-bottom: 30px;
}
.footer .link--text.list-menu__item {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0;
    transition: all .3s ease-in-out;
}
.footer .link--text.list-menu__item:hover{
    text-decoration:none;
    color: #ff3131;
}
.footer .footer-block__details-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.footer-brand-wrap .footer-block__details-content {
    gap:0;
}
.footer .footer__content-bottom {
    border-top-color: #696969;
    padding-block: 25px 27px;
}
.footer .footer__copyright.caption * {
    color: #B3B3B3;
    font-size: 14px;
    line-height: 1.3;
}
.footer .footer__blocks-wrapper {
    padding-bottom: 60px;
    display: flex;
    column-gap: 40px;
    row-gap:30px;
}
.footer .footer-contact-icon svg {
    width: 30px;
    height: 30px;
    display: block;
}
.footer .footer-contact-item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
    color: #B3B3B3;
}
.footer .footer-contact-item {
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer-newsletter__contact {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 22px;
}
.footer .footer-contact-item a {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    text-decoration: none;
}
.footer .footer-newsletter .field::before, .footer .footer-newsletter .field:after, .template-collection .filter-search-box .field:after, .template-collection .filter-search-box .field:before,
.template-collection .quick-add__submit::after, .product .product-form__submit::after, cart-drawer.drawer.is-empty .button::after, .mobile-facets__inner .button::after, .template-cart .button::after {
    display: none;
}
.footer-newsletter input {
    background: #313131;
    border: 0!important;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    color: #fff;
    height: 50px;
    padding: 15px!important;
    margin: 0 !important;
}
cart-drawer.drawer.is-empty .button{
    background:#fff;
}
.footer-newsletter input:focus {
    box-shadow:none;
}
.footer-newsletter input::placeholder{
    opacity:1;
    color: #b3b3b3;
}
.footer .footer-block {
    display: flex;
    flex-direction: column;
    justify-content: end;
    flex:1;
    width:100% !important;
}
.footer .footer-block:first-child, .footer .footer-block:last-child {
    flex: 1 26%;
}
.footer .footer-block:nth-child(2), .footer .footer-block:nth-child(3) {
    flex: 1 18%;
}
.footer .newsletter-form__button {
    font-family: "Poppins", sans-serif;
    background: #FF3131 !important;
    width: fit-content;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 2%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 20px;
    transition: all .3s ease-in-out;
}
.footer .newsletter-form__button:hover {
    color: #FF3131;
    background-color: #fff !important;
}
.footer .newsletter-box {
    min-height: 192px;
}
.footer .newsletter-form {
    max-width: 100% !important;
}
.main-collection-style {
    background: #ffffff;
    padding-block: 100px 120px;
}
.main-collection-style .title {
    font-weight: 500;
    font-size: 48px;
    line-height: 1.2;
    color: #1F1F21;
    margin-bottom: 40px;
}
.main-collection-style .card__badge, .related-products  {
    display:none;
}
.main-collection-style .card {
    gap: 20px;
}
.main-collection-style .card__heading a , .related-products .card__heading a {
    font-family: Poppins,sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0%;
    text-decoration: none !important;
}
.main-collection-style .card__content,.main-collection-style .card__information {
    padding: 0;
}
.main-collection-style .card__information {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.main-collection-style .price__container .price-item.price-item--regular , .template-collection .price__container .price-item.price-item--regular, .template-search .price-item.price-item--regular  {
    color: #595959;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin:0;
}
.main-collection-style .price__container .price-item.price-item--sale , .main-collection-style .price__container .price-dividor, .template-collection .price__container .price-item.price-item--sale, .template-search .price-item.price-item--sale {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #1F1F21;
}
.main-collection-style .price__container .price{
    margin: 0 !important;
}
.custom-featured-products__price .main-price span {
    display: none;
}
.custom-image-text-wrapper.founder-message .custom-img-text-container {
    grid-template-columns: 1fr;
}
.custom-image-text-wrapper.founder-message .custom-img-text-container p {
    max-width: 78ch;
}
.cart-drawer .cart-item__name.h4.break {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.4;
    font-weight: 500;
    text-decoration:none;
}
.cart-drawer .totals__total {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.2;
}
.cart-drawer .cart-items th {
    font-family: "Poppins", sans-serif;
    color: #595959;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0;
}
.template-page-contact .contact {
    padding-bottom: 150px;
}
.template-page-contact .contact .title {
    font-weight: 500;
    font-size: 48px;
    line-height: 1.2;
    text-align: center;
    margin-block: 0 68px;
}
.template-page-contact .contact .field__label {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
    position: static;
    color: #595959;
}
.template-page-contact .contact .field__label span {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
    color: #FF3131;
}
.template-page-contact .field {
    flex-direction: column-reverse;
    margin: 0!important;
    gap: 6px;
    margin-bottom: 30px !important;
}
.template-page-contact .contact .field:focus-visible {
    outline:none !important;
}
.template-page-contact .field:after,.template-page-contact .field:before, .template-page-contact .contact .contact__button button:after{
    display: none;
}
.template-page-contact .field input, .template-page-contact .field textarea {
    border: 1px solid #D9D9D9;
    padding: 10px 15px !important;
    color: #1F1F21;
    font-size: 16px;
    line-height: 1.2;
    min-height: 60px;
    height:100%;
}
.template-page-contact .field input:focus,.template-page-contact .field textarea:focus {
    box-shadow:none;
}
.template-page-contact .contact__fields {
    grid-column-gap: 40px;
}
.template-page-contact .contact .contact__button {
    margin-top: 5rem;
}
.template-page-contact .contact .button.btn-accent, ,.template-cart .button{
    min-width: 180px;
    margin-inline: auto;
    display: block;
}
.template-page-contact .contact .form__message {
    font-family: "Poppins", sans-serif;
    border: 1px solid green;
    padding: 12px 20px;
    width: fit-content;
    background: #00800021;
    letter-spacing: 0;
    font-size: 14px;
    align-items: center;
    margin-inline: auto;
}
.collection-all .collection-hero {
    position: relative;
    padding-block: 120px;
    min-height: 66vh;
    display: flex;
}
.collection-all .all-products-collection_banner.collection-hero__image-container {
    position: absolute;
    inset: 0;
    margin: 0;
    z-index: 0;
    height:100%;
}
.collection-all .collection-hero .collection-hero__text-wrapper {
    position: relative;
    z-index: 1;
}
.template-collection .facets-vertical {
    flex-direction: row-reverse;
    gap:66px;
}
.footer-block--menu ul.footer-block__details-content.list-unstyled {
    min-height: 191px;
}
/* all products page or collections page css */
.custom-product-coll_wrapper {
    padding-block: 120px;
}
.custom-product-coll_wrapper .facets-vertical-form {
    justify-content: space-between;
    flex-direction: row-reverse;
}
.custom-product-coll_wrapper facet-filters-form {
    padding: 0 !important;
}
.custom-product-coll_wrapper .product-count-vertical {
    margin-left: 0;
}
.custom-product-coll_wrapper .product-count__text.text-body {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
    color: #8C8C8C;
}
.custom-product-coll_wrapper .facet-filters__label,.custom-product-coll_wrapper .select * {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
}
.custom-product-coll_wrapper .facet-filters__sort:focus-visible{
    box-shadow:none;
    outline:none;
}
.template-collection .facets-vertical .facets-wrapper {
    min-width: 396px;
    box-shadow: 0 3px 25px #b8b8b840;
    padding: 30px 30px 40px!important;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: fit-content;
    position: sticky;
    top: 0;
}
.template-collection .facets-vertical h4, .template-collection .facets-vertical .facets__heading {
    font-family:Oswald, sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.2;
    color: #1F1F21;
    margin-block: 0 30px;
    display: block;
}
.template-collection .filter-search-box .field input {
    border: 1px solid #D9D9D9;
    padding: 10px 15px!important;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0;
}
.template-collection .filter-search-box .field input:focus {
    box-shadow:none;
}
.template-collection .filter-search-box .search__button.field__button svg{
    width:18px;
    height:18px;
}
.template-collection .filter-search-box .search__button.field__button svg * {
    fill: #B4B4B4;
}
.template-collection .custom-product-coll_wrapper {
    padding-block: 40px 80px;
}
.template-collection  .collection-hero__title, .template-list-collections .title{
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #000000;
    padding-bottom: 40px;
}
.template-collection  .card__heading a, .template-search .card__heading a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    text-decoration:none !important;
}
.template-collection .filter-category-list li a {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0;
    text-decoration: none;
    color: #595959;
    transition: all .3s ease-in-out;
}
.template-collection .filter-category-list li a:hover ,.template-collection .filter-category-list li a.active  {
    color: #FF3131;
}
.template-collection .filter-category-list {
    padding-left: 25px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.template-collection .filter-search-box .field input::placeholder {
    opacity: 1;
    color: #B4B4B4;
}
.template-collection .facets__form-vertical {
    width:100%;
}
.template-collection .facets-vertical .product-grid {
    display: grid;
    grid-template-columns: repeat(3 , 1fr);
    gap:18px;
}
.template-collection .facets-vertical .product-grid li {
    width: 100% !important;
    max-width: 100% !important;
}
.quick-add-modal__content {
    border: 1px solid #ff3131;
    padding: 30px;
    max-width: 900px;
    box-shadow: 0 2px 10px #00000021;
}
.quick-add-modal__content .quick-add-modal__content-info {
    padding: 0;
}
.quick-add-modal__content .product__info-container{
    max-width:100%;
}
.quick-add-modal__content .product__info-container .h1, .template-cart .cart-item__name {
    font-size: 18px;
   font-family: "Poppins", sans-serif;
    line-height: 1.4;
    letter-spacing: 0;
}
.quick-add-modal__content .product__info-wrapper {
    padding: 0 !important;
}
.quick-add-modal__content .product__text, .template-product .product__text {
    color: #ff3131;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 6px;
}
quick-add-modal .product__title>a , .template-cart .cart-item__name{
    text-decoration:none !important;
}
.quick-add-modal__content {
    width: 100%;
    max-width: 990px;
}
.quick-add-modal__content .product.grid {
    gap: 20px;
}
.template-product .product__title h1 {
    font-size: 38px;
    letter-spacing: 0;
    line-height: 1.2;
}
.template-product span.price-item,.template-product .price-dividor {
    font-weight: 500;
    letter-spacing: 0;
}
.template-product .product-form__input--pill input[type=radio]+label {
    border-radius: 0;
    transition:all .3s ease-in-out;
}
.template-product .product-form__input--pill input[type=radio]:checked+label, .template-product .product-form__input--pill input[type=radio]+label:hover {
    background: #FF3131;
    border-color: #FF3131;
    color:#ffffff;
}
.template-product .product__description img {
    width: 50% !important;
}
.template-list-collections .collection-list {
    padding-block: 20px 60px;
}
.template-list-collections .card__content {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #0000004d;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease-in-out;
    opacity:0;
}
.template-list-collections .card:hover .card__content {
    opacity:1;
}
.collection-all .collection-hero__title{
    border: 0;
    text-align: left;
    padding: 0;
}

.product-form__input--pill input[type=radio]:checked+label, .product-form__input--pill input[type=radio]:hover+label {
    background-color: #FF3131 !important;
    border-color: #FF3131 !important;
    transition:all .3s ease-in-out;
    color:#ffffff;
}
cart-remove-button a.button.button--tertiary {
    background: transparent;
    border: none;
    color: #000;
    padding: 0;
    display: flex;
    align-items: center;
}
cart-remove-button a.button.button--tertiary::before{
    display:none;
}
@media screen and (max-width:989px){
    .header-social-icons {
    display: none;
}
.header .menu-drawer__menu-item--active, .header .list-menu__item:hover {
    background: #FF3131;
    color: #fff;
}
.footer-block__details-content {
    margin-bottom: 0 !important;
}
}
@media screen and (min-width:1500px){
    .main-header-wrapper  summary.list-menu__item{
    padding-block: 0;
    padding-left:0;
}
}
@media screen and (max-width:1200px){
    .footer .footer-block:nth-child(2), .footer .footer-block:nth-child(3) {
    flex: 1 12%;
}
.founder-message.custom-image-text-wrapper img {
    object-position: 60% bottom;
}
.template-collection .facets-vertical .product-grid {
    grid-template-columns: repeat(2,1fr);
}
}
@media screen and (max-width:1024px){
.footer .footer__blocks-wrapper {
    flex-wrap:wrap;
    column-gap:10px;
}
.footer .footer-block:first-child {
    grid-column: span 3;
    text-align: center;
    flex: 1 100%;
}
.footer .footer-brand-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer .footer-block__details-content.footer-block-image {
    align-items: center;
}
.footer .footer-brand-wrap .footer-block__details-content.rte p {
    max-width: 90ch;
}
.footer .footer-block {
    margin: 0 !important;
}
.footer .newsletter-form__field-wrapper {
    max-width: 100%;
}
.custom-image-text-wrapper.founder-message .custom-img-text-container p {
    max-width: 55ch;
}
.template-collection .facets-vertical {
    gap: 30px;
}
}
@media screen and (min-width:990px){
    .main-header-wrapper  summary.list-menu__item{
    padding-block: 0;
    padding-left:0;
}
.main-collection-style .title {
    font-size: 42px;
}
.template-page-contact .contact .title {
    font-size: 42px;
    margin-block: 0 48px;
}
}
@media screen and (max-width:991px){
    .template-page-contact .contact {
    padding-bottom: 100px;
}
.template-page-contact .field input, .template-page-contact .field textarea {
    min-height: auto;
}
.template-page-contact .field {
    margin: 0 0 20px!important;
}
.collection-all .collection-hero {
    padding-block: 100px;
    min-height: 40vh;
}
.template-collection .facets-vertical .facets-wrapper {
    min-width: 300px;
}
@media screen and (max-width:749px){
.footer .footer__blocks-wrapper {
    display: flex !important;
}
.footer .footer-block:first-child, .footer .footer-block:last-child {
    flex: 0 0 auto;
}
.footer .footer__content-top {
    padding: 30px 0 0 !important;
}
.footer .footer__blocks-wrapper {
    padding-bottom: 0;
}
.footer .newsletter-box {
    min-height: auto;
}
.btn-accent {
    padding: 10px 24px;
    font-size: 16px;
}
.main-collection-style .title {
    font-size: 38px;
}
.btn-primary {
    font-size: 16px;
    padding: 10px 24px;
    min-width: 208px;
}
.custom-image-text-wrapper.founder-message .bg-image {
    position: relative;
}
.custom-image-text-wrapper.founder-message .custom-text-col {
    padding-top: 26px;
}
.custom-image-text-wrapper.founder-message .custom-img-text-container p {
    max-width: 100%;
}
.collection-all .collection-hero .collection-hero__title {
    font-size: 42px;
}
.template-product .product__title h1 {
    font-size: 32px;
}
.template-product .product__description img {
    width: 100%!important;
}
.filter-search-box, .filter-categories, .cart-product-count {
    display: none;
}
.template-collection .custom-product-coll_wrapper {
    padding-block: 0px 60px;
}
.template-collection .facets-vertical .facets-wrapper {
    padding: 20px!important;
    position: static;
    min-width:auto;
}
.template-collection .collection-hero__title {
    padding-bottom: 20px;
}
}
@media screen and (max-width:576px){
.footer .footer-block:nth-child(2), .footer .footer-block:nth-child(3) {
    flex: 0 0 auto;
}
.footer-block__image-wrapper {
    max-width: 140px !important;
    margin-bottom: 20px !IMPORTANT;
}
.footer .footer-block__heading {
    font-size: 20px;
    margin-bottom: 18px;
}
.footer .footer-contact-item a {
    font-size: 16px;
}
.footer .footer-contact-icon svg {
    width: 20px;
    height: 20px;
}
.footer .newsletter-form__button, .footer .footer-newsletter input {
    font-size: 14px;
}
.footer .footer__content-bottom {
    padding-block: 20px 22px;
}
.footer .footer__copyright.caption * {
    font-size: 13px;
}
.header__heading-logo {
    width: 90px !important;
}
.main-collection-style {
    padding-block: 40px;
}
.main-collection-style .title {
    font-size: 32px;
    margin-bottom: 30px;
}
.btn-primary {
    padding: 10px 12px;
}
.custom-image-text-wrapper .custom-icon-list li {
    font-size: 16px;
}
.template-page-contact .contact .title {
    font-size: 32px;
    margin-block: 0 30px;
}
.template-page-contact .contact .field__label, .template-page-contact .contact .field__label span {
    font-size: 14px;
}
.template-page-contact .field input, .template-page-contact .field textarea {
    padding: 8px 15px!important;
}
.template-page-contact .contact .contact__button {
    margin-top: 3rem;
}
.template-page-contact .contact {
    padding-bottom: 80px;
}
.collection-all .collection-hero {
    padding-block: 40px;
    min-height: auto;
}
.collection-all .collection-hero .collection-hero__title {
    font-size: 36px;
}
.template-product .product__title h1 {
    font-size: 22px;
}
.template-collection .facets-vertical .product-grid {
    grid-template-columns: repeat(1,1fr);
}
.mobile-facets__clear{
    min-width: 120px;
    padding-inline:6px;
    width:100%;
    font-size:14px;
}
.template-collection .facets-vertical .facets-wrapper {
    padding: 6px 10px!important;
}
.template-collection .facets-container {
    padding:0 !IMPORTANT;
}
.quick-add-modal__content {
    padding: 16px 12px;
}
.quick-add-modal__content .product__info-container .h1, .template-collection .price__container *, .template-cart .cart-item__name{
    font-size: 14px !important;
}
.quick-add-modal__content .product__text {
    font-size:10px;
}
.product-form__input--pill input[type=radio]+label {
font-size:12px;
}
.footer-block--menu ul.footer-block__details-content.list-unstyled {
    min-height: auto;
}
}