/** Shopify CDN: Minification failed

Line 20:0 All "@import" rules must come first
Line 21:0 All "@import" rules must come first

**/
.list-menu--inline {
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  header.header {
    height: 100px;
  }
}


/* karan css code */
@import url('https://fonts.googleapis.com/css2?family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');


.included_wrap {
    background: #1212120D;
    padding: 30px;
}
.includes-slider {
    margin-bottom: 48px;
    margin-left: -6px;
    position:relative;
}
.included_wrap .included_heading h2 {
    font-family: Literata;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.included_wrap .included_heading p {
    color: #121212;
    font-size: 16px;
    letter-spacing: 0.2px;
    font-family: "Nunito Sans", sans-serif;
}
.includes-slider .item {
    background: #fff;
    border-radius: 4px;
    padding:0!important;
    border: 1px solid transparent;
}
.includes-slider .item a{
    display:block;
    padding: 8px 10px !important;
    text-decoration:none;
}
.includes-slider .item:hover {
    border-color: #18682D;
}
.includes-slider .slick-track {
    column-gap: 8px;
    display: flex;
}
.includes-slider button.slick-arrow {
    display: none !important;
}
.includes-slider .item p {
    font-size: 14px;
    color: #121212;
    letter-spacing: 0.2px;
    line-height: 18px;
    text-align: center;
    margin: 0;
    min-height: 36px;
}
.includes-slider .item img {
    height: 110px;
    object-fit: contain;
}
.included_wrap .image-text-wrapper {
    background: linear-gradient(180deg, rgba(24, 104, 45, 0.32) 0%, rgba(24, 104, 45, 0) 80%);
    padding: 20px 30px;
    border-radius: 4px;
    min-height: 210px;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.text-col h2 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #121212;
    letter-spacing: 0.2px;
    margin-bottom: 6px;
}
.text-col .content p {
    font-family: "Nunito Sans", sans-serif;
    color: #121212;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.4px;
    margin: 0;
}
.text-col .content ul li {
    font-family: "Nunito Sans", sans-serif;
    color: #121212;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.4px;
    margin: 0;
}
.text-col .content ul {
    margin: 0;
}
.included_wrap .image-text-wrapper .image-text-inner {
    display: grid;
    grid-template-columns: 1fr 2.5fr;
    align-items: center;
    gap: 20px;
}
.included_wrap .image-text-wrapper .image-text-inner .image-col img {
    width: 100%;
}
.included_wrap .image-text-wrapper:last-of-type {
    margin: 0;
}
.ctm_botttom_cta .banner__media .image-overlay {
    display: none!important;
}
.ctm_botttom_cta .banner__media {
    background: linear-gradient(180deg, rgba(24, 104, 45, 24%) 0%, rgba(24, 104, 45, 0%) 100%);
}
.ctm_botttom_cta .banner__box {
    padding: 0!important;
    max-width: 70%;
}

.ctm_botttom_cta .banner__box .banner__heading {
    font-size: 46px;
    line-height: 1.2;
    color: #121212;
    font-family: Literata;
}
.ctm_botttom_cta  .banner__content {
    padding: 48px 80px;
}
.page-width {
    padding-left: 20px;
    padding-right: 20px;
}
.prdct_faq_cstm_cls  .collapsible-content-wrapper-narrow {
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
}
.prdct_faq_cstm_cls .collapsible-content-wrapper-narrow h2.collapsible-content__heading {
    font-family: Literata;
    color: #121212;
    font-size: 42px;
    margin-bottom: 20px;
}
.prdct_faq_cstm_cls  .accordion h3.accordion__title {
    font-size: 16px;
    line-height: 24px;
    font-family: "Nunito Sans", sans-serif;
    letter-spacing: 0.2px;
    color: #121212;
}
.prdct_faq_cstm_cls .accordion summary:hover {
    background: unset;
}
.prdct_faq_cstm_cls .accordion summary:hover h3.accordion__title {
    text-decoration: none;
}
.prdct_faq_cstm_cls .accordion summary {
    justify-content: space-between;
    align-items: center;
}
.prdct_faq_cstm_cls .accordion:first-child {
    border-top: none;
}
.prdct_faq_cstm_cls .accordion:last-child {
    border-bottom: none;
}
.accordion_icons svg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.acc_minus_sign {
    display: none;
}
.prdct_faq_cstm_cls .accordion summary[aria-expanded="true"] .acc_plus_sign {
    display: none;
}
.prdct_faq_cstm_cls .accordion summary[aria-expanded="true"] .acc_minus_sign {
    display: flex;
}
.prdct_faq_cstm_cls .accordion .accordion__content {
    padding: 0;
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    margin-bottom: 20px;
    line-height: 25px;
}
.video_testimonial_secs .video-section {
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
}
.video_testimonial_secs .video-section h2.title {
    margin: 0px 0px 30px;
    text-align: center;
    font-family: Literata;
    color: #121212;
    font-size: 42px;
    margin-bottom: 30px;
}
.video_testimonial_secs .video-carousel-wrapper .video-carousel .splide__list button.video-section__poster {
    border-radius: 4px;
}
.splide__list button.video-section__poster img {
    border-radius: 4px;
}
.video_testimonial_secs  .video-carousel-wrapper ul.splide__pagination {
    position: unset;
    margin-top: 24px;
    padding: 0;
}
.video_testimonial_secs .video-carousel-wrapper ul.splide__pagination button.splide__pagination__page.is-active {
    background: #4D4D4D;
}
.video_testimonial_secs .video-carousel-wrapper ul.splide__pagination button.splide__pagination__page {
    background: #B8B8B8;
    width: 8px;
    height: 8px;
    margin: 0px 4px;
}
/* .includes-slider .item-slider::before {
    content: "";
    background: url(/cdn/shop/files/masker_img.png?v=1762849929);
    width: 100px;
    height: 100%;
    position: absolute;
    right: -6px;
    top: 0;
    z-index: 1;
} */
.video_testimonial_secs .video-carousel-wrapper .splide__arrows {
    display: flex;
    position: absolute;
    bottom: -5px;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    gap: 50px;
}
.video_testimonial_secs .video-carousel-wrapper .splide__arrows button.splide__arrow {
    position: unset;
    background: unset;
    padding: 0;
    height: auto;
    width: auto;
}
.video_testimonial_secs .video-carousel-wrapper .splide__arrows button.splide__arrow svg {
    width: 12px;
    height: 12px;
}
 p.top_badge.product__text {
    background: #DAE7DD;
    display: table;
    border-radius: 4px;
    padding: 4px 10px;
    color: #18682D;
    font-size: 10px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0.6px;
    margin-bottom: 8px;
}
.product__info-wrapper .product__title h1 {
    font-size: 42px;
    color: #121212;
    font-family: Literata;
}
.top_pro_icons ul.icon-with-text li.icon-with-text__item {
    align-items: flex-start;
}
.top_pro_icons ul.icon-with-text li.icon-with-text__item span.h4 {
    text-align: left;
    color: #4D4D4D;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.ship_icons ul.icon-with-text {
    display: flex;
    gap: 20px;
}
.ship_icons ul.icon-with-text li.icon-with-text__item {
    gap: 8px;
    margin: 0 !important;
}
.ship_icons ul.icon-with-text li.icon-with-text__item img {
    width: 32px;
    height: 32px;
    margin: 0 !important;
}
.ship_icons ul.icon-with-text li.icon-with-text__item span.h4 {
    letter-spacing: 0.2px;
    color: #4D4D4D;
    font-family: "Nunito Sans", sans-serif;
    margin: 0;
}
.product__payment ul.list.list-payment {
    justify-content: flex-start;
}
.craftedby-wrapper .image-text-inner {
    background: linear-gradient(135deg, rgba(18, 18, 18, 5%) 0%, rgba(18, 18, 18, 10%) 100%);
    padding: 12px 26px;
    border-radius: 4px;
    display: flex;
    gap: 20px;
    align-items: center;
}
.craftedby-wrapper .image-text-inner .image-col {
    width: 100px;
}
.craftedby-wrapper .image-text-inner .text-col {
    flex: 1;
}
.craftedby-wrapper .image-text-inner .image-col img {
    width: 100%;
}
.craftedby-wrapper .image-text-inner .text-col h2 {
    color: #121212;
    font-size: 16px;
}
.craftedby-wrapper .image-text-inner .text-col .content p {
    color: #4D4D4D;
}
.craftedby-wrapper .image-text-inner .text-col .content p br {
    display: none;
}
.product-form__buttons {
    max-width: unset !important;
}
.product-form__input.product-form__quantity {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 25px;
}
.product-form__input.product-form__quantity  label.quantity__label.form__label {
    margin: 0;
    color: #4D4D4D;
    font-family: "Nunito Sans", sans-serif;
}
.verify_reviews {
    display: flex;
    margin-top: 0;
    gap: 8px;
}
.everything_need_pay-wrapper .image-text-inner {
    background: #12121214;
    display: grid;
    align-items: center;
    padding: 12px;
    border-radius:4px;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
}
.everything_need_pay-wrapper .image-text-inner .image-col {
    display: flex;
    max-width: 36px;
}
.everything_need_pay-wrapper .image-text-inner .image-col img {
    width: 100%;
}
.everything_need_pay-wrapper .image-text-inner .text-col h2 {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
}
.everything_need_pay-wrapper .image-text-inner .button_wrap a {
    background: #FFFFFF;
    color: #18682D;
    text-decoration: none;
    font-weight: 500;
    font-family: "Nunito Sans", sans-serif;
    padding: 6px 8px;
    border-radius: 4px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1.3;
}
.verify_reviews {
    align-items: center;
}
.verify_reviews .verify_buyer_text {
    color: #18682D;
    font-size: 12px;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.updated_pro_variants {
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
}
.updated_pro_variants .form__label {width: 100%;}
.updated_pro_variants label {
    margin: 0!important;
    width: calc(50% - 4px);
    display: grid!important;
    grid-template-columns: 36px 1fr;
    align-items: center;
    gap: 12px;
    border-radius: 4px!important;
    padding: 10px 10px!important;
    border-color: #12121233!important;
}
.updated_pro_variants label:before {
    display: none;
}
.updated_pro_variants label img {
    width: 100%;
    border-radius: 3px;
}
.updated_pro_variants label .label_var_content {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.updated_pro_variants label .label_var_content .value_content {
    display: block;
    font-size: 10px;
    color: #888888;
       line-height:100%;
}
.updated_pro_variants label .label_var_content .main_value {
    color: #121212;
    line-height:100%;
    font-size: 12px;
}
.updated_pro_variants input[type=radio]:checked+label {
    background: none!important;
    border-color: #18682D!important;
}
.payment-icons_wrap .list-payment {
    justify-content: center!important;
    margin-bottom: 32px!important;
}
.product__info-wrapper .price__sale span.price-item.price-item--discount {
    font-family: Literata;
    color: #18682D;
    font-size: 28px;
    line-height: 32px;
}
.product__info-wrapper .price__sale span.price-item.price-item--sale, .product__info-wrapper  .price__regular .price-item--regular {
    font-family: Literata;
    color: #121212;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 36px;
}
.product .price__container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 !important;
}
.product .price__container span.line_throw_price {
    width: 100%;
    margin-top: 5px;
}
.product .price__container span.line_throw_price .price-item.price-item--regular.line_throw_price {
    font-size: 16px;
    color: #888888;
    font-family: Literata;
    line-height: 24px;
    font-family: "Nunito Sans", sans-serif;
}
#placement-AdVdWOThZaWhaY0JIR__afterpay_on_site_messaging_payments_messaging_HPgmXX {
    margin-top: 8px !important;
}
.custom_price_item {
    margin-top: 25px;
}
.product-form__input legend.form__label {
    margin-bottom: 8px;
    font-family: "Nunito Sans", sans-serif;
}
.quantity__input[type=number] {
    -moz-appearance: textfield;
    outline: none;
    box-shadow: none;
    background: none !important;
}
.product-form__buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.product-form__buttons a#more-payment-options-link {
    background: #18682D;
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    font-size: 0px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 12px;
    padding: 16px 20px;
    letter-spacing: 0.2px;
    transition: all 0.3s ease-in-out 0s;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 3px;
}
.product-form__buttons a#more-payment-options-link::before {
    content: "";
    background: url(/cdn/shop/files/checkout_icon_82067f55-b92f-4486-9d50-43b2fca1ddef.svg?v=1763053844);
    width: 24px;
    height: 24px;
    display: inline-block;
}
.product-form__buttons a#more-payment-options-link::after {    
    content: "EXPRESS CHECKOUT";
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.product-form__buttons button.product-form__submit.button {
    border: 1px solid #18682D;
    background: #fff;
    border-radius: 12px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    color: #18682D;
    letter-spacing: 0.2px;
    line-height: 24px;
    transition: all 0.3s ease-in-out 0s;
    margin: 0;
    order: 2;
}
.product-form__buttons button.product-form__submit.button:hover {
    background: #18682D;
    color: #fff;
}
.product-form__buttons button.product-form__submit.button span.cart-btn span.guarantee-text {
    display: none;
}
.product-form__buttons button.product-form__submit.button::before, .product-form__buttons button.product-form__submit.button::after {
    display: none;
}
.product-form__buttons .shopify-payment-button shop-pay-wallet-button {
    display: none;
}
.product-form__buttons button.product-form__submit.button svg {
    margin-right: 10px;
    transition: all 0.3s ease-in-out 0s;
}
.product-form__buttons button.product-form__submit.button svg path {
    transition: all 0.3s ease-in-out 0s;
}
.product-form__buttons button.product-form__submit.button:hover svg path {
    fill: #fff;
}

td.cart-item__quantity cart-remove-button .button {
    min-width: unset!important;
    width: auto!important;
}
#CartDrawer .drawer__inner {
    overflow: auto;
}
.product-form__input.product-form__quantity .price-per-item__container .quantity {
    border: 1px solid #D0D0D0;
    border-radius: 5px;
    width: 120px;
}
.product-form__input.product-form__quantity .price-per-item__container .quantity::before, .product-form__input.product-form__quantity .price-per-item__container .quantity::after {
    display: none;
}
.product-form__input.product-form__quantity .price-per-item__container .quantity button.quantity__button {
    opacity: 1 !important;
    width: 35px;
}
.product-form__input.product-form__quantity .price-per-item__container .quantity button.quantity__button svg path {
    fill: #121212 !important;
    opacity: 1 !important;
    color: #121212 !important;
}
.product-form__input.product-form__quantity .price-per-item__container .quantity button.quantity__button span.svg-wrapper {
    color: #121212;
    fill: #121212;
    opacity: 1 !important;
}
.product-form__input.product-form__quantity .price-per-item__container .quantity button.quantity__button span.svg-wrapper svg.icon {
    opacity: 1 !important;
}
.product-form__input.product-form__quantity .price-per-item__container .quantity input {
    color: #121212;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 17px;
    width: 46px;
    padding: 0 !important;
}
.product--thumbnail_slider .thumbnail-slider {
    justify-content: center;
}
.thumbnail-slider .thumbnail-list.slider--tablet-up {
    max-width: 340px;
}
.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(25% - .8rem) !important;
}
.payment-icons_wrap img {
    max-width: 100%;
    width: 100%;
}
.payment-icons_wrap {
    margin-bottom: 32px;
}
.verified_views ul {
    margin: 0;
    display: flex;
    padding: 0;
    list-style-type: none;
    justify-content: center;
}
.verified_views ul li:not(:last-child) {
    border-right: 1px solid #D9D9D9;
    padding-right: 32px;
}
.verified_views ul li:not(:first-child) {
    padding-left: 32px;
}
.verified_views {
    padding: 48px 0px 0;
}
.verified_views ul li p {
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
    color: #4D4D4D;
    letter-spacing: 0.4px;
    margin: 0px;
    line-height: 20px;
}
.verified_views ul li {
    text-align: center;
}
.prdct_faq_cstm_cls .accordion {
    border-color: #D0D0D0 !important;
}
.verify_buyer_text a {
    color: #18682D;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
}
.prdct_faq_cstm_cls .accordion .accordion__content br {
    display: none;
}

.custom_variant_picker {
    text-decoration: none;
    cursor:pointer;
    border: 1px solid #12121233;
    border-radius: 4px;
        width: calc(50% - 4px);
}
.custom_variant_picker label {
    cursor: pointer;
}
.custom_variant_picker label {
    width: 100%;
}
.updated_pro_variants {
    max-width: unset!important;
}

.custom_variant_picker.disabled {
    opacity: 0.8;
}
.custom_variant_picker.disabled label {
    cursor: no-drop;
}
.product h1 {font-family: "Literata", serif;}
.item-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.item-slider .slick-dots button {
    padding: 0;
    background: #c5d4c7;
    border-radius: 50%;
    height: 10px;
    width: 10px;
}

.item-slider .slick-dots button:before {
    display: none;
}

.item-slider .slick-dots li {
    margin: 0;
    height: 10px;
    width: 10px;
}

.item-slider .slick-active button {
    background: #17692d;
}


@media only screen and (max-width: 767px) {
    .top_pro_icons ul.icon-with-text li.icon-with-text__item span.h4, .ship_icons ul.icon-with-text li.icon-with-text__item span.h4{
        font-size:12px;
    }
    .mobile_screen .star_wrap {
    display: flex;
}
.grid__item.product__media-wrapper ul.product__media-list {
    margin: 0;
    scroll-padding-left: 0;
}
.grid__item.product__media-wrapper ul.product__media-list li {
    padding-bottom: 0;
    width: 100% !important;
}
.product__media-wrapper, .product__info-wrapper {
    padding-left: 0 !important;
}
.included_wrap {
    padding: 30px 20px;
}
.included_wrap .included_heading h2 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 5px;
}
.included_wrap .included_heading p {
    font-size: 15px;
}
.includes-slider {
    margin-bottom: 24px;
}
.included_wrap .image-text-wrapper {
    padding: 24px 16px;
}
.included_wrap .image-text-wrapper .image-text-inner {
    grid-template-columns: 1fr 1.5fr;
}
.included_wrap {
    margin-left: -20px !important;
    margin-right: -20px !important;
}
.includes-slider .item p {
    font-size: 12px;
    line-height: 16px;
    min-height: 32px;
}
.text-col .content p {
    font-size: 12px;
    line-height: 18px;
}
.text-col .content ul li {
    font-size: 12px;
    line-height: 18px;
}
.included_wrap .image-text-wrapper:nth-child(2n) .image-text-inner .text-col {
    order: -1;
}
.included_wrap .image-text-wrapper:nth-child(2n) .image-text-inner {
    grid-template-columns: 1.5fr 1fr;
}
.video_testimonial_secs .video-section h2.title {
    font-size: 24px;
    margin-bottom: 24px;
}
.ctm_botttom_cta .banner__box {
    max-width: 100%;
}
.ctm_botttom_cta  .banner__content {
    padding: 30px 20px;
}
.ctm_botttom_cta .banner__box .banner__heading {
    font-size: 21px !important;
    text-align: left;
    max-width: 74%;
}
.prdct_faq_cstm_cls .accordion:first-child {
    margin-top: 0;
}
.prdct_faq_cstm_cls .collapsible-content-wrapper-narrow h2.collapsible-content__heading {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: left;
}
.video_testimonial_secs .video-carousel-wrapper .splide__arrows {
    bottom: -5px;
    gap: 70px;
}
.video_testimonial_secs .video-section {
    padding-left: 0;
    padding-right: 0;
}
.video_testimonial_secs .video-section h2.title {
    padding-left: 20px;
    padding-right: 20px;
}
.top_pro_icons ul.icon-with-text {
    column-gap: 15px;
}
.grid__item.product__media-wrapper .mobile_screen {
    text-align: left;
}
.craftedby-wrapper .image-text-inner .text-col h2 {
    font-size: 14px;
}
.craftedby-wrapper .image-text-inner .image-col {
    width: 84px;
}
.craftedby-wrapper .image-text-inner {
    gap: 15px;
}
.product__info-wrapper .price__sale span.price-item.price-item--sale, .product__info-wrapper  .price__regular .price-item--regular {
    font-size: 28px;
    line-height: 32px;
}
.product .price__container span.line_throw_price .price-item.price-item--regular.line_throw_price {
    font-size: 16px;
    line-height: 24px;
}
.ctm_botttom_cta .banner__box {
    margin-bottom: 160px!important;
}

.ctm_botttom_cta .banner__media img {
    object-position: 79%;
}


}


@media only screen and (max-width: 640px) {
.video_testimonial_secs .splide__track {
    padding-left: 60px!important;
    padding-right: 60px!important;
}
.product .product__title h1 {
    font-size: 24px;
}
}