/** Shopify CDN: Minification failed

Line 1058:0 Expected "}" to go with "{"

**/
.product-card-wrapper .card__content .card__heading {
    color: #000;
    font-family: var(--cstm-font-family) !important;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}
.product-card-wrapper .card--media {
    border: none !important;
}
.product-card-wrapper .card-information .price {
    color: #000;
    font-family: var(--cstm-font-family) !important;
    font-size: 14px;
    font-weight: 400;
}
.product-card-wrapper .card__content .card__heading a {
    text-decoration: none;
}
.product-card-wrapper .card__content .card__heading a:hover {
    color: unset;
}
.image-hotspot-section{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.image-hotspot-section .hotspot-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px !important;
}
.image-hotspot-section .hotspot-wrapper {
  position: relative;
}
.image-hotspot-section .hotspot-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 6px;
}

.image-hotspot-section .hotspot-dot {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.image-hotspot-section .hotspot-dot span.dot img {
    box-shadow: 0 -1.141px 1.141px #ffffff1a inset, 0 1.141px 1.141px #ffffff40 inset, 0 9.129px 6.847px #00000021;
    border-radius: 50px;
    width: 36px;
    height: 36px;
}
.image-hotspot-section .hotspot-card {
  position: absolute;
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
  background: #ffffff;
  padding: 10px;
  width: 180px;
  display: none;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}
.image-hotspot-section .hotspot-dot:hover .hotspot-card {
  display: block;
}
.image-hotspot-section .hotspot-card img
 {
    width: 100%;
    height: 150px;
    margin-bottom: 8px;
    object-fit: contain;
}
.image-hotspot-section .hotspot-dot span.dot:before {
    content: "" !important;
    background: transparent;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 15px;
    top: -8px;
}
.image-hotspot-section .hotspot-dot span.dot {
    position: relative;
    cursor: pointer;
}
.image-hotspot-section .hotspot-title {
    color: #000;
    font-family: var(--cstm-font-family) !important;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 24px;
}
.image-hotspot-section .hotspot-price {
    color: #000;
    font-family: var(--cstm-font-family) !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-top: 10px;
}
.image-hotspot-section .hotspot-link {
    color: #000 !important;
    font-family: var(--cstm-font-family) !important;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    
}
.image-hotspot-section .hotspot-link:hover:after {
    transform: translateX(5px);
}
.image-hotspot-section .hotspot-link:after {
    content: "" !important;
    background: url(/cdn/shop/files/Vector.svg?v=1769092749);
    display: inline-block;
    width: 6px;
    height: 10px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: 6px;
    transition: 0.5s ease-in-out;
}
.image-hotspot-section .right-img-col .hotspot-card {
  top: -100px;
  right: 100%;
  left: auto;
}
.custom-banner-section {
    min-height: 80vh;
    width: 100%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
}
.custom-banner-section .page-width {
    width: 100%;
}
.custom-banner-section  .hero-content {
    max-width: 520px;
    padding-bottom: 60px;
}
.primary-title {
    text-transform: capitalize;
    font-size: 32px !important;
}
.primary-text {
    color: #031e19;
    font-size: 16px;
    font-weight: 200 !important;
    line-height: 22px;
    letter-spacing: 0px;
}
.collection__description.primary-text {
    max-width: 700px;
    margin: auto;
}
.hero-content-wrapper .hero-btn {
    color: #FFF;
    font-family: var(--cstm-font-family) !important;
    font-size: 16px;
    font-weight: 400;
}
.custom-banner-section .hero-content-wrapper .hero-content .primary-title {
    color: #FFF !important;
    font-size: 60px !important;
    text-transform: capitalize;
    line-height: 70px;
}
.custom-banner-section .hero-content-wrapper .hero-content .primary-text {
    color: #fff;
    line-height: 24px;
}

.testimonials-section .testimonial-card {
    border: 1px solid rgba(3, 30, 25, .3);
    border-radius: 10px;
    padding: 30px;
    transition: 0.4s ease-in-out;
}
.testimonials-section .testimonial-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonials-section .testimonial-header {
  display: flex;
  align-items: center;
  gap: 15px;
}
.testimonials-section .testimonial-content strong {
    display: block;
    color: #031E19;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    transition: 0.4s ease-in-out;
}
.testimonials-section .testimonial-content .verified {
    display: block;
    font-size: 14px;
    color: #031E19;
    font-weight: 200;
    transition: 0.4s ease-in-out;
    
}
.testimonials-section .stars {
  font-size: 24px;
  color: #FDCC0D;
}
.testimonials-section .testimonial-text {
    color: #031E19;
    font-size: 24px;
    font-weight: 200;
    line-height: 32px;
    margin-top: 20px;
    border-bottom: 1px solid rgba(3, 30, 25, 0.30);
    padding-bottom: 30px;
     transition: 0.4s ease-in-out;
}
.testimonials-section .testimonial-icon {
  margin-top: 20px;
}
.testimonials-section .testimonial-icon img {
    width: 30px;
    transition: 0.4s ease-in-out;
}
.testimonials-section .testimonial-card:hover {
    background: #031E19;
    cursor: pointer;
}
.testimonials-section .testimonial-card:hover .testimonial-content strong {
    color: #fff;
}
.testimonials-section .testimonial-card:hover .verified {
    color: #fff;
}
.testimonials-section .testimonial-card:hover .testimonial-text {
    color: #fff;
    border-color: #fff;
}
.testimonials-section .testimonial-card:hover .testimonial-icon {
    filter: brightness(1);
    color: #fff;
}
.testimonials-section .testimonial-icon-img {
  transition: filter 0.3s ease;
}
.testimonials-section .testimonial-card:hover .testimonial-icon-img {
  filter: brightness(0) invert(1);
}
.testimonials-section .swiper-button-prev {
    display: block !important;
    left: 0px
}
.testimonials-section .swiper-button-next {
    display: block !important;
    right: 0px
}
.testimonials-section .swiper-button-prev:after {
    color: #031E19;
    font-size: 30px;
}
.testimonials-section .swiper-button-next:after {
    color: #031E19;
    font-size: 30px;
}
.newsletter-section .field__button {
    min-width: 100px;
    right: 0px;
    justify-content: end !important;
    padding-right: 10px;
}
.newsletter-section .field__input {
    border-radius: 2px !important;
    border: 1px solid rgba(3, 30, 25, .3) !important;
    background: transparent;
}
.newsletter-section .field:after {
    display: none;
}
.newsletter-section label.field__label {
    color: #031E19;
    font-size: 16px;
    font-weight: 200;
}
.newsletter-section button#Subscribe {
    color: #031E19;
    font-size: 16px;
    font-weight: 400;
}
.newsletter-section span.svg-wrapper {
    width: 15px !important;
    height: 15px !important;
}
.newsletter-section .field__input:focus {
    box-shadow: none !important;
}
.newsletter-section .field__button .svg-wrapper {
    transition: 0.4s ease-in-out;
    margin-left: 5px;
}
.newsletter-section .field__button:hover .svg-wrapper {
    transform: translateX(5px);
}
.newsletter-section button#Subscribe:focus {
    box-shadow: none !important;
    outline: none !important;
}
.newsletter-section .left-col-content {
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.newsletter-section .primary-title {
    color: #031E19;
    font-size: 60px !important;
    font-weight: 400;
    text-transform: capitalize;
}
.newsletter-section .newsletter-form__field-wrapper {
    max-width: 500px;
}
div#shopify-section-template--21377943208179__custom_banner_wCwgJX {
    margin-left: 15px;
    margin-right: 15px;
}
.cstm-breadcrumb a {
    color: #B8B8B8;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}
.cstm-breadcrumb span {
    color: #031E19;
    font-size: 13px;
    font-weight: 400;
}
.product__info-wrapper .product__title h1 {
    color: #031E19;
    font-size: 32px !important;
    text-transform: uppercase;
    line-height: 36px;
}
.product__info-wrapper .price__regular .price-item {
    color: #031E19;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}
.product__info-wrapper .product__tax.caption.rte {
    color: #031E19;
    font-size: 16px;
    font-weight: 200;
}
.product__info-wrapper .product-form__buttons .product-form__submit {
    border-radius: 6px;
    background: #031E19;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}
.product__info-wrapper .product-form__buttons .product-form__submit:after {
    box-shadow: none !important;
    border: none !important;
}
.product__info-wrapper .product-form__buttons .product-form__submit:hover {
     transform: unset !important;
}
.product__info-wrapper .product-form__buttons .product-form__submit span:before {
    content: "" !important;
    background: url(/cdn/shop/files/Group_b15d4b89-bbc2-49ac-bb63-7abf4edaf98a.svg?v=1769431764);
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: 16px;
    margin-top: -3px;
}
.product__info-wrapper .product-form__buttons .product-form__submit span:after {
    content: "" !important;
    background: url(/cdn/shop/files/Vector_73d35df7-653f-489b-b36a-d488cd8e5f47.svg?v=1769431765);
    width: 10px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 5px;
    background-size: 5px;
    transition: 0.4s ease-in-out;
}
.product__info-wrapper .product-form__buttons .product-form__submit:hover span:after {
    transform: translateX(5px);
}
.product__info-wrapper .product__accordion {
    border-color: #000 !important;
}
.product__info-wrapper .product__accordion .summary__title h2 {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.product__info-wrapper .accordion summary {
    padding: 25px 0px;
}
.product__info-wrapper .product__accordion svg.icon.icon-caret {
    transform: rotate(-90deg);
}
.product__info-wrapper .product__accordion svg.icon.icon-caret path {
    fill: #000;
}
.product__info-wrapper .product__accordion .accordion details[open]>summary .icon-caret {
    transform: rotate(0deg);
}
.product__info-wrapper .product__accordion .accordion__content
 {
    padding: 0px;
    font-weight: 200;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 22px;
}
.related-products .related-products__heading {
    color: #031E19;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
}
.about-hero {
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 60px 0px;
}
.about-hero .about-hero__content {
    max-width: 650px;
}
.about-hero .primary-title,
.about-hero .primary-text {
    color: #fff;
}
.cstm-image-text {
    padding: 0px 0px 0px 30px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}
.cstm-image-text .image-with-text__heading {
    color: #031E19;
    font-size: 65px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 100%;
}
.cstm-image-text .image-with-text__text {
    color: #031E19;
    font-size: 16px;
    font-weight: 200;
    line-height: 22px;
}
.cstm-multi-box .multicolumn-card {
    border-radius: 10px;
    border: 1px solid rgba(3, 30, 25, 0.30);
    background: transparent !important;
    min-height: 350px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cstm-multi-box .inline-richtext {
    color: #031E19;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 28px;
}
.cstm-multi-box .multicolumn-card-spacing {
    width: 15%;
}
.facets__form-vertical #verticalTitle:before {
    content: "" !important;
    background: url(/cdn/shop/files/Filter.svg?v=1769444767);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 20px;
    vertical-align: middle;
}
.facets__form-vertical .facets__heading{
    color: #031E19;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.facets__form-vertical .facets__summary {
    color: #031E19;
    font-family: Paralucent-Medium;
    font-size: 16px;
    font-weight: 400;
}
.facets__form-vertical .facet-checkbox__text {
    color: #031E19;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.facets__form-vertical span.label-show-more {
    text-decoration: none !important;
}
.facets__form-vertical .button-show-more {
    text-decoration: none !important;
}
.facets__form-vertical .facets__summary:hover .facets__summary-label {
    text-decoration: none !important;
}
.facets__form-vertical .list-menu__item label {
    padding: 8px 0px;
}
.facets-layout-list .facets__label:hover .facet-checkbox__text-label, .facets-layout-list{
    text-decoration: none !important;
}
.cstm-page-title {
    background: #03221D !important;
    box-shadow: 0 10.014px 7.511px 0 rgba(0, 0, 0, 0.05) !important;
    backdrop-filter: blur(62.589839935302734px) !important;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
.cstm-page-title .collection-hero__title {
    color: #FFF;
    font-size: 60px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
}
.pagination-wrapper {
    text-align: center;
    display: block !important;
}
.pagination-wrapper .pagination {
    justify-content: center;
}
.pagination-wrapper .pagination .pagination__list li {
    border: 1px solid #03221D;
}
.pagination-wrapper .pagination__list li .pagination__item {
    color: #03221D;
    font-size: 16px;
}
.pagination-wrapper .pagination__list li:hover {
    background: #03221D !important;
}
.pagination-wrapper .pagination__list li:hover .pagination__item {
    color: #fff !important;
}
.pagination-wrapper .pagination__item--current {
    text-decoration: none !important;
    background: #03221D !important;
    opacity: 1;
    color: #fff !important;
}
.pagination-wrapper .pagination__item--current:after, 
.pagination-wrapper .pagination__item:hover:after {
    display: none;
}
.pagination-wrapper .pagination__list{
    row-gap: 10px;
}
.pagination-wrapper .pagination__list li .pagination__item {
    height: 36px;
}
.pagination-wrapper .pagination__list li {
    max-width: 36px;
    height: 36px;
    overflow: hidden;
}
.recipient-form {
    padding: 20px;
    border-radius: 2px;
    background: #F5F5F5;
}
.recipient-form .field__input {
    border-radius: 2px !important;
    border: 1px solid rgba(3, 30, 25, 0.30) !important;
}
.recipient-form .field:after {
    display: none;
}
.recipient-form .field:before {
    display: none;
}
.recipient-form .field__input:focus {
    box-shadow: none !important;
}
.recipient-form .field__label, 
.recipient-form .customer .field label {
    color: #A9B1B0;
    font-size: 14px;
    font-weight: 200;
}
.giftcard-works {
  text-align: center;
}
.giftcard-works .giftcard-wrapper {
  position: relative;
  display: inline-block;
  max-width: 850px;
  width: 100%;
}
.giftcard-works .giftcard-image img {
  width: 100%;
  box-shadow: 12.38px 15.917px 26.175px 0 rgba(0, 0, 0, 0.40), 26.528px 37.14px 59.6px 0 rgba(0, 0, 0, 0.47);
  height: 100%;
}

.giftcard-works .giftcard-tooltip {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.giftcard-works .giftcard-tooltip .tooltip-box {
    position: absolute;
    top: -80px;
    right: -100px;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.25s ease;
    border-radius: 100px;
    background: rgba(239, 231, 224, 0.69);
    box-shadow: 4px 20px 44.9px 0 rgba(0, 0, 0, 0.23);
    backdrop-filter: blur(5.650000095367432px);
    padding: 14px 30px 14px 30px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    min-width: 300px;
    text-align: left;
}
.giftcard-works .giftcard-tooltip:hover .tooltip-box {
  opacity: 1;
  visibility: visible;
  transform: translateY(-6px);
}
.giftcard-works .giftcard-tooltip .dot.dot-icon img {
    cursor: pointer;
    box-shadow: 0 -1.141px 1.141px 0 rgba(255, 255, 255, 0.10) inset, 0 1.141px 1.141px 0 rgba(255, 255, 255, 0.25) inset, 0 9.129px 6.847px 0 rgba(0, 0, 0, 0.13);
    border-radius: 50px;
}
.giftcard-works {
    background: url(/cdn/shop/files/Group_1707480172.png?v=1769509252);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 90%;
}
.product-form__input--pill input[type=radio]+label {
    border-radius: 0px !important;
}
.product-form__recipient-error-message-wrapper li.error-message {
    display: none;
}
.facets-vertical-form {
    padding-bottom: 15px;
}
.facets__form-vertical .button-show-more {
    outline: none !important;
}
.facets-vertical-form .facet-filters__sort:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}
.facets-vertical-form .facet-filters__field .select {
    box-shadow: none !important;
    outline: none !important;
}
.product-card-wrapper .card .card__inner {
    height: 380px;
    object-fit: contain !important;
}
.product-card-wrapper .card .card__media .media img {
    object-fit: contain;
}
.product-card-wrapper .card--media .card__inner .card__content{
    position: relative;
}
.product-card-wrapper .card--media .card__inner .card__content:before {
    content: "" !important;
    border-radius: 2px;
    background: #EFE7E0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    inset: 0px;
}

/* responsive */

@media(max-width: 1280px){
.about-hero {
    min-height: 60vh;
}
@media(max-width: 1199px){
    .image-hotspot-section .right-img-col .hotspot-dot {
    left: 35% !important;
}
.custom-banner-section .hero-content-wrapper .hero-content .primary-title {
    font-size: 40px !important;
    line-height: 50px;
}
.section-template--21377943208179__featured_collection_UJ9YFf-padding {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.section-template--21377943208179__featured_collection_HCCQhq-padding {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.custom-banner-section {
    min-height: 50vh;
}
.testimonials-section .testimonial-text {
    font-size: 20px;
    line-height: 26px;
}
.testimonials-section .testimonial-header img {
    width: 60px;
}
.testimonials-section .testimonial-icon img {
    width: 24px;
}
.newsletter-section .primary-title {
    font-size: 40px !important;
}
.testimonials-section {
    padding-top: 50px !IMPORTANT;
    padding-bottom: 50px !important;
}
.product__info-wrapper .product__title h1 {
    font-size: 26px !important;
    line-height: 30px;
}
.related-products .related-products__heading {
    font-size: 24px;
}
.section-template--21377943372019__related-products-padding {
    padding-top: 60px !important;
}
.section-template--21377943372019__custom_liquid_BtJHCA-padding {
    padding-top: 60px !important;
    padding-bottom: 60px !IMPORTANT;
}
.cstm-image-text .image-with-text__heading {
    font-size: 40px;
}
.cstm-multi-box .inline-richtext {
    font-size: 20px;
    line-height: 26px;
}
.cstm-page-title {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.cstm-page-title .collection-hero__title {
    font-size: 40px;
}
.section-template--21377943175411__product-grid-padding {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.giftcard-works {
    padding-bottom: 120px !important;
}
.product__info-wrapper .product__tax.caption.rte {
    font-size: 14px;
}
.product__info-wrapper .product__accordion .accordion__content {
    font-size: 14px;
    line-height: 20px;
}
.primary-text {
    font-size: 14px !important;
    line-height: 20px;
}
}
@media(max-width: 1024px){
    .newsletter-section .left-col-content {
    min-height: 250px;
}
    .about-hero
 {
        min-height: 35vh;
    }
.about-hero .about-hero__content {
    max-width: 450px;
}
.cstm-multi-box li {
    width: 49% !important;
    max-width: 50% !important
}
.cstm-multi-box {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.giftcard-works .giftcard-tooltip .tooltip-box {
    right: 0px;
}
.giftcard-wrapper>div:nth-child(3) .tooltip-box {
    left: 0px !important;
}
.product-card-wrapper .card .card__inner {
    height: 300px;
}
}

@media(max-width: 991px){
        .custom-banner-section {
        min-height: 40vh;
    }
.newsletter-section .left-col-content {
    min-height: unset !important;
}
.newsletter-section .sign-icon img {
    width: 40px;
}
}
/* MOBILE */
@media (max-width: 768px) {
  .image-hotspot-section .hotspot-grid {
    grid-template-columns: 1fr;
  }
}
@media(max-width: 767px){
    .image-hotspot-section .hotspot-card {
    top: -150px;
    left: 0px;
    right: auto !important;
    transform: translatex(-100%);
}
.image-hotspot-section .hotspot-title {
    font-size: 14px;
    line-height: 20px;
}
.image-hotspot-section .hotspot-price {
    margin: 0px;
}
.image-hotspot-section .hotspot-dot span.dot img {
    width: 24px;
    height: 24px;
}
.image-hotspot-section .right-img-col .hotspot-card {
    left: unset !important;
    right: auto !important;
    transform: translateX(40px);
}
.product-card-wrapper .card__content .card__heading {
    font-size: 12px;
}
.section-template--21377943208179__featured_collection_UJ9YFf-padding, .section-template--21377943208179__featured_collection_HCCQhq-padding {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.primary-title {
    font-size: 24px !important;
}

.custom-banner-section .hero-content-wrapper .hero-content .primary-title {
    font-size: 30px !important;
    line-height: 30px;
}
.custom-banner-section .hero-content {
    padding-bottom: 20px;
}
.testimonials-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.testimonials-section .testimonial-card {
    padding: 20px;
}
.testimonials-section .testimonial-header img {
    width: 50px !important;
}
.testimonials-section .stars {
    font-size: 17px;
}
.testimonials-section .testimonial-content strong {
    font-size: 14px;
}
.testimonials-section .testimonial-content .verified {
    font-size: 12px;
}
.testimonials-section .testimonial-text {
    font-size: 18px;
}
.testimonials-section .swiper-button-next:after {
    font-size: 22px;
}
.testimonials-section .testimonial-text {
    padding-bottom: 20px;
}
.testimonials-section .swiper-button-prev:after {
    font-size: 22px;
}
.newsletter-section {
    padding-top: 30px;
}
.newsletter-section .primary-title {
    text-align: center;
    font-size: 30px !important;
}
.newsletter-section .sign-icon {
    text-align: center;
}
.newsletter-section button#Subscribe {
    font-size: 14px;
}
.related-products .related-products__heading {
    font-size: 20px;
}
.product__info-wrapper .product__accordion .summary__title h2 {
    font-size: 14px;
}
.cstm-breadcrumb a {
    font-size: 14px;
}
.cstm-breadcrumb span {
    font-size: 14px;
}
.product__info-wrapper .product__title h1 {
    font-size: 20px !important;
    line-height: 26px;
}
.product__info-wrapper .price__regular .price-item {
    font-size: 18px;
}
.product__info-wrapper .accordion summary {
    padding: 16px 0px;
}

.section-template--21377943372019__related-products-padding {
    padding-top: 30px !important;
}
.section-template--21377943372019__custom_liquid_BtJHCA-padding {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.about-hero {
    background: url(/cdn/shop/files/Group_1707480302_1.jpg?v=1769443296) !important;
    background-size: cover !important;
    background-position: center center !important;
    height: 80vh !important;
    padding-top: 40px !important;
    padding-bottom: 0px !important;
}
.about-hero {
    justify-content: flex-start !important;
}
.about-hero .primary-text,
.about-hero .primary-title{
    color: #111 !important
}
.section-template--21421549158643__image_with_text_FbMhPX-padding {
    padding-top: 40px !important;
}
.cstm-image-text .image-with-text__heading {
    font-size: 28px !important;
}
.cstm-image-text {
    padding: 30px 0px 0px 0px !important;
}
.cstm-multi-box li {
    max-width: 100% !important;
    width: 100% !important;
}
.cstm-multi-box .multicolumn-card {
    min-height: 250px !important;
}
.cstm-multi-box.grid {
    gap: 20px !important;
}
.cstm-multi-box .inline-richtext {
    font-size: 18px;
    line-height: 24px;
}
.cstm-multi-box .multicolumn-card-spacing {
    width: 10%;
}
.mobile-facets .mobile-facets__label {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.mobile-facets span.facet-checkbox__text {
    font-size: 14px;
}
.mobile-facets .mobile-facets__close-button span {
    font-size: 14px;
}
.mobile-facets .mobile-facets__summary span {
    font-size: 14px;
}
.mobile-facets .facets-container {
    padding-bottom: 10px;
}
.cstm-page-title {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.cstm-page-title .collection-hero__title {
    font-size: 30px;
}
.section-template--21377943175411__product-grid-padding {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.pagination-wrapper .pagination__list li .pagination__item {
    font-size: 14px;
}
.giftcard-works {
    padding-top: 40px !important;
    padding-bottom: 50px !important;
}
.section-template--21429948907763__related-products-padding {
    padding-bottom: 40px !important;
}
.giftcard-works .giftcard-tooltip .dot.dot-icon img {
    height: 20px !important;
    width: 20px !important;
    max-width: 20px !important;
}
.giftcard-works .giftcard-tooltip .tooltip-box {
    padding: 10px 24px 10px 24px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    top: -50px;
}
.product-card-wrapper .card .card__inner {
            height: 200px;
        }
}
