/** Shopify CDN: Minification failed

Line 595:8 Expected ":"

**/
/* ========== Common CSS ========== */

a,
div a:hover,
div a:active,
div a:focus,
button {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a,
span,
a:hover,
a:active,
button {
  text-decoration: none;
}

*::after,
*::before,
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
}
a:focus,
button:focus,
input:focus,
select:focus {
  outline: none;
}

a {
  color: black;
}

a:hover {
  cursor: pointer;
}

ul,
li {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
}

svg {
  display: block;
}

html.js {
  padding-bottom: 0 !important;
}
.common_margin {
  margin-bottom: 60px;
}
.common_padding {
  padding: 50px 0;
}
/* ========== End Common Css ========== */

/* announcebar css */
.announcement_bar {
  padding: 15px 0;
}

.announcement_bar_slide {
    position: relative;
    display: block !important;
    padding: 0 15px;
}
.announcement_bar_slide::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: #07740e;
    right: 0;
    border-radius: 50%;
}
.announcement_bar_slide p a {
  color: #07740e;
  text-decoration: underline;
}
.announcement_bar_slide p {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
  color: #07740e;
  font-weight: 600;
}

.announcement_bar_slider .slick-slide {
  border: 0;
}
.announcement_bar_slider:not(.slick-initialized)
  .announcement_bar_slide:not(:first-child) {
  display: none !important;
}

/* Hero Banner */
.hero_banner_slide {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  padding: 300px 60px 200px;
}

.hero_banner_bg_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.hero_banner_bg_img img:nth-child(2) {
  display: none;
}

.hero_banner_bg_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero_banner_slide_url {
    position: absolute;
    display: block !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.hero_banner_heading {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 500;
  color: #000;
  line-height: normal;
}

.hero_banner_title {
  margin: 0 0 25px;
  font-size: 62px;
  font-family: "EBGaramond-SemiBold";
  line-height: 1.2;
  text-transform: uppercase;
}

.hero_banner_caption {
  margin: 0 0 50px;
  color: #2c2a29;
  line-height: 1.5;
  font-size: 18px;
}
.hero_banner_slider .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  bottom: 15px;
  display: none !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.hero_banner_slide::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,1) 100%);
    z-index: 1;
    display: none;
}
.hero_banner_slider .slick-dots li {
  margin: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero_banner_slider .slick-dots li button {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  padding: 0;
  border-radius: 2px;
  transition: all 0.4s ease;
  display: block;
}

.hero_banner_slider .slick-dots li button:before {
  display: none;
}

.hero_banner_slider .slick-dots li.slick-active button {
  background: #000;
}

.common_btn {
    display: inline-block;
    padding: 16px 40px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.2;
    border-radius: 10px;
    background: #07740e;
    border: 1px solid #07740e;
    font-family: Sora-semibold;
    transition: all .4s ease;
    cursor: pointer;
}

.common_btn:hover {
  background: #fff;
  color: #07740e;
}
.hero_banner_slider {
  margin: 0 !important;
}
.hero_banner_slide_block {
  display: block !important;
}
.hero_banner_slider {
  margin: 0 !important;
}

.hero_banner_slide_block {
  display: block !important;
}
.hero_banner_slide2 {
    position: relative;
    padding: 0 !important;
    /* padding-top: 55% !important; */
    border-radius: 0;
    overflow: hidden;
}
/* .hero_banner_slide2 img,  */
.hero_banner_slide2 video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
/* Collection */

.category_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 22px;
    max-width: 85%;
    margin: 0 auto;
}

.category_block {
  width: calc(31.5% - 16.5px);
  text-align: center;
}

.category_img {
  position: relative;
  padding-top: 135.06%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
  display: block;
}

.category_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  transition: all 0.4s ease;
}

.category_img:hover img {
  transform: scale(1.01);
}

.category_img_url {
    position: absolute;
    width: 100%;
    height: 0;
    z-index: 1;
    top: 0;
    bottom: auto;
    background: rgb(164 0 49 / 50%);
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Sora-SemiBold';
    font-size: 22px;
    transition: all .4s ease;
    opacity: 0;
}
.category_img:hover .category_img_url {
    height: 100%;
    top: auto;
    bottom: 0;
    opacity: 1;
}

.category_title {
  display: inline-block;
  position: relative;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  font-family: "Sora-SemiBold";
  line-height: normal;
  transition: all 0.4s ease;
  display: none;
}

.category_title:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  background: #07740e;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 2px;
  transition: all 0.4s ease;
  transform: scale(0);
}

.category_block:hover .category_title {
  transform: translateY(-10px);
}

.category_block:hover .category_title:after {
  transform: scale(1);
}
/* Collection Slide */
.jj--collection-slider {
    overflow: hidden;
    background: #daf7db;
}

.common_title {
    font-size: 38px;
    margin: 0;
    line-height: 1.5;
    position: relative;
    color: #07740e;
    font-family: 'PlayfairDisplay-SemiBold';
    transition: all .4s ease;
}
a.common_title:hover {
    color: #000;
}

.common_title:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    background: currentColor;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.collection_slider_title {
    text-align: center;
    margin: 0 0 35px;
}
.collection_slider {
    margin: 0 -10px;
    margin-bottom: 0 !important;
    padding: 0;
}

.collection_slide {
    display: block !important;
    padding: 0 10px;
}
.collection_slider_arrow_block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    position: relative;
    z-index: 1;
}

.collection_slider_arrow_block::after {
    content: '';
    position: absolute;
    width: 98.9vw;
    height: 1px;
    background: #07740e;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.collection_slider_arrow_block .slick-arrow {
    position: unset;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 4px;
    outline: none;
    border: 2px solid #07740e;
    background: transparent;
    color: #07740e;
    transition: all .4s ease;
    cursor: pointer;
}

.collection_slider_arrow_block .slick-arrow:hover {
    background: #07740e;
    color: #fff;
}

.collection_slider_dot {
    display: none;
}

.collection_slider_dot ul {
    display: flex;
    align-items: center;
    position: unset;
    gap: 10px;
}

.collection_slider_dot ul li {
    margin: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #07740e;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collection_slider_dot ul li button:before {
    display: none;
}

.collection_slider_dot ul li button {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: #07740e;
    display: block;
    border-radius: 2px;
    transition: all .4s ease;
    opacity: 0;
    padding: 0;
}

.collection_slider_dot ul .slick-active  button {
    opacity: 1;
}
.collection_slider_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    background: #daf7db;
    gap: 15px;
}
/* Img With Text */
.img_with_text_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.text_with_img_block {
    width: 50%;
}
.text_with_img_block .text_with_img:not(:last-child) {
    margin-bottom: 10px;
}
.img_with_text_block {
    width: 50%;
    padding-left: 50px;
}
.img_with_text_block *:last-child {
    margin: 0;
}
.img_with_text_block .common_title:after {
    margin-left: 0;
}

.img_with_text_block .common_title {
    margin-bottom: 25px;
}

.img_with_text_caption {
    margin: 0 0 50px;
}

.img_with_text_caption p {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    margin: 0;
}

.img_with_text_caption p:not(:first-child) {
    margin-bottom: 10px;
}

.text_with_img {
    position: relative;
    padding-top: 57.67%;
    border-radius: 12px;
    overflow: hidden;
}

.text_with_img a,
.text_with_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
}
.text_with_img a{
  z-index: 1;
  display: block !important;
}
.img_with_text_row_reverse {
    flex-direction: row-reverse;
}

.img_with_text_row_reverse .img_with_text_block {
    padding-left: 0;
    padding-right: 50px;
}
/* Video Section */
.video_section_main {
    position: relative;
    padding-top: 55%;
    border-radius: 22px;
    overflow: hidden;
    z-index: 1;
}

.video_section_main video {
    position: absolute;
    width: 100%;
    height: 100%;
    h100%: ;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
}

.video_section_info {
    position: absolute;
    z-index: 1;
    bottom: 60px;
    left: 0;
    right: 0;
    text-align: center;
}

.video_section_info .common_title {
    color: #fff;
    margin-bottom: 35px;
}

/* Collection tab  */
.jj--collection-tab {
    background: #DAF7DB;
    overflow: hidden;
}

.collection_tab_title {
    text-align: center;
}
.card-information .jdgm-prev-badge__stars {
    font-size: 12px;
    line-height: 1;
    margin-right: 5px;
}
.card-information  .jdgm-prev-badge__text {
    line-height: 1;
    font-size: 14px;
}
.collection_tab_nav {
    margin: 30px 0 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.collection_tab_nav::-webkit-scrollbar {
    display: none;
}
.collection_tab_nav .collection_tab_nav_item {
    padding: 0 5px 2px;
    font-size: 18px;
    font-family: 'Sora-semibold';
    color: #000;
    line-height: normal;
    position: relative;
    cursor: pointer;
}

.collection_tab_nav .collection_tab_nav_item:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: currentColor;
    bottom: 0;
    left: auto;
    right: 0;
    transition: all .4s ease;
}

.collection_tab_nav .collection_tab_nav_item.active:after,.collection_tab_nav .collection_tab_nav_item:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}
.collection_tab_nav .collection_tab_nav_item.active {
    color: #126D1E;
}
.collection_tab_content_main.active {
    display: block;
}

.collection_tab_content_main {
    display: none;
}

.collection_tab_content_main .collection_tab_content_slider {margin: 0;}

.video_slider_title {
    text-align: center;
    margin: 0 0 50px;
}

.video_slide {
    padding: 0 10px;
}

.video_slider {
    margin: 0 -10px;
}

.video_slide_box {
    position: relative;
    padding-top: 135%;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px;
    /* transition: all .4s ease; */
}
.video_slider .slick-center .video_slide_box {
    padding-top: 173.68%;
}
.video_slide_box video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.video_slide_product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    background: #daf7db;
    border-radius: 12px;
}
.video_slider .slick-track {
    display: flex;
    align-items: center;
}
.video_slide_product img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
}

.video_slide_product .common_btn {
    padding: 8px 14px;
    font-size: 10px;
    text-transform: capitalize;
}

.video_slide_product_info {
    width: calc(100% - 150px);
    padding-left: 5px;
}

.video_slide_product_info h4 {
    margin: 0  0 5px;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Sora-Semibold';
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.video_slide_product_info p {
    margin: 0;
    font-family: 'Sora-Regular';
    font-size: 12px;
    color: #000;
    letter-spacing: 0;
}
.video_slider .slick-track {
    display: flex;
    align-items: center;
}

.offer_banner {
    position: relative;
    padding: 40px;
    border-radius: 22px;
    overflow: hidden;
    z-index: 1;
}

.offer_banner_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.offer_banner_bg img:nth-child(2) {
    display: none;
}

.offer_banner_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.offer_banner_info {
    width: 40%;
    margin-left: auto;
    background-color: #A40031;
    padding: 50px 50px;
    border-radius: 25px;
}

.offer_banner_subhead {
    color: #fff;
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Sora-Regular';
}

.offer_banner_info .common_title {
    color: #fff;
    margin-bottom: 15px;
}

.offer_banner_info .common_title:after {
    display: none;
}

.common_caption {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
}

.offer_banner_info .common_caption {
    color: #fff;
    margin-bottom: 35px;
    opacity: 0.8;
}

.offer_banner_info 
 .common_btn {
    background: #fff;
    color: #126D1E;
    border-color: #fff;
}

.offer_banner_info .common_btn:hover {
    background: #126D1E;
    color: #fff;
}
.video_slider .slick-track {
    display: flex;
    align-items: center;
}

.offer_banner {
    position: relative;
    padding: 40px;
    border-radius: 22px;
    overflow: hidden;
    z-index: 1;
}

.offer_banner_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.offer_banner_bg img:nth-child(2) {
    display: none;
}

.offer_banner_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.offer_banner_info {
    width: 40%;
    margin-left: auto;
    background-color: #126D1E;
    padding: 50px 50px;
    border-radius: 25px;
}

.offer_banner_subhead {
    color: #fff;
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Sora-Regular';
}

.offer_banner_info .common_title {
    color: #fff;
    margin-bottom: 15px;
}

.offer_banner_info .common_title:after {
    display: none;
}

.common_caption {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
}

.offer_banner_info .common_caption {
    color: #fff;
    margin-bottom: 35px;
    opacity: 0.8;
}

.offer_banner_info 
 .common_btn {
    background: #fff;
    color: #a40031;
    border-color: #fff;
}

.offer_banner_info .common_btn:hover {
    background: #a40031;
    color: #fff;
}

.review_slider_title {
    text-align: center;
    margin-bottom: 50px;
}

.jj--review-slider {
    background: #daf7db;
}
.review_slider {
    margin: 0 -10px;
}

.review_slide {
    padding: 0 10px;
}

.review_slide_block {border: 2px solid #126D1E;border-radius: 12px;background: #fff;padding: 40px 35px;}

.review_slide_profile {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 30px;
}

.review_slide_profile img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.review_slide_profile_info h6 {
    font-size: 16px;
    margin: 0 0 5px;
    font-family: 'Sora-Regular';
    color: #000;
}

.review_slide_profile_info span {
    display: flex;
    align-items: center;
    gap: 2px;
    height: 14px;
    color: #126D1E;
}

.review_slide_profile_info span svg {
    height: 100%;
    width: auto;
}

.review_slide_title {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'EBGaramond-SemiBold';
    font-size: 18px;
    line-height: 1;
}

.review_slide_caption {
    font-size: 14px;
    font-family: 'Sora-Regular';
    color: #000;
    opacity: 0.6;
    margin: 0 0;
    line-height: 1.5;
}
.review_slide_product {
    display: flex;
    align-items: center;
    padding: 5px;
    background: #daf7db;
    border-radius: 12px;
    justify-content: space-between;
    margin-top: 20px;
}

.review_slide_product img {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    object-fit: cover;
}

.review_slide_product .common_btn {
    font-size: 12px;
    padding: 10px 20px;
}

.review_slide_product_info {
    width: calc(100% - 180px);
    padding-left: 10px;
}

.review_slide_product_title {
    font-size: 16px;
    color: #000;
    font-family: 'Sora-Regular';
    margin: 0 0 5px;
}

.review_slide_product_price {
    margin: 0;
    font-size: 12px;
    color: #000;
}
.Instagram_title {
    text-align: center;
    margin: 0 0 35px;
}
.Instagram_title p {
    font-size: 16px;
    line-height: normal;
    color: #000;
    margin: 15px 0 0;
}

.Instagram_title p a {
    font-family: 'Sora-SemiBold';
}

.Instagram_title p a:hover {
    color: #A40031;
}

.instagram_info {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
}

.instagram_block {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.instagram_url {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    z-index: 1;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all .4s ease;
    opacity: 0;
}

.instagram_url svg {
    width: 30px;
    height: auto;
    display: block;
}

.instagram_block:hover a {
    opacity: 1;
}

.instagram_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.instagram_block_1 {
    grid-column: 1/3;
    grid-row: 1/3;
}

.jj--service-section {
    background: #daf7db;
}

.service_row {
    display: flex;
    flex-wrap: wrap;
}

.service_block {
    width: 25%;
    padding: 0 10px;
    text-align: center;
}

.service_block .service_icon {
    width: 56px;
    height: auto;
    margin: 0 auto 14px;
}

.service_title {
    font-size: 18px;
    font-family: 'EBGaramond-SemiBold';
    text-transform: uppercase;
    margin: 0 0 10px;
}

.service_caption {
    font-size: 14px;
    color: #000;
    opacity: 0.8;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 300px;
}
.footer_sec {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.footer_row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.footer_sec {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 0;
    border-radius: 0 0 15px 15px;
    overflow: hidden;
}

.footer_row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.footer_logo {
    width: 25%;
}

.footer_logo_img {
    display: block;
    max-width: 285px;
    margin: 0 0 50px;
}

.footer_newsletter_caption {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 10px;
}

.footer_newsletter_form_block {
    margin: 0 0 35px;
}

.footer_newsletter_form_field {
    position: relative;
    background: #fff;
    padding: 5px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
}

.footer_newsletter_form_field_input {
    font-size: 14px;
    font-family: 'Sora-Regular';
    line-height: normal;
    border: 0;
    padding: 10px 10px;
    margin: 0;
    width: calc(100% - 115px);
    color: #000;
    box-shadow: none;
    outline: none;
}

.footer_newsletter_form_field .newsletter-form__button {
    position: unset;
    width: auto;
    padding: 0 15px;
    background: #126D1E;
    border: 1px solid #126D1E;
    color: white;
    font-family: 'Sora-Regular';
    text-transform: uppercase;
    border-radius: 6px;
    display: flex;
    align-items: center;
    height: auto;
}

.footer_newsletter_form_field .newsletter-form__button:hover {
    color: #126D1E;
    background: #fff;
}

.footer_title {
    font-size: 20px;
    color: #0c0c0cff;
    font-family: 'EBGaramond-SemiBold';
    text-transform: uppercase;
    margin: 0 0 25px;
}

.footer_menu_list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.footer_menu_item {
    color: #0c0c0cff;
    font-size: 16px;
    font-family: 'Sora-Regular';
    display: flex;
    line-height: 1;
    font-weight: 400;
    transition: all .4s ease;
    align-items: center;
    gap: 10px;
}
.footer_menu_item svg {
    width: 22px;
    height: 22px;
    display: block;
}

.footer_menu_item:hover {
    transform: translateX(5px);
    opacity: 0.8;
}

.footer_contact {
    width: 20%;
}

.footer_contact ul {
    margin: 0 0 30px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.footer_contact ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    color: #1a1919ff;
}

.footer_contact ul li svg {
    width: 20px;
    height: auto;
}

.footer_contact ul li p {
    width: calc(100% - 30px);
    color: #181717ff;
    margin: 0;
}

.footer_contact ul li p,.footer_contact ul li p a {
    color: #161515ff;
    font-family: 'Sora-Regular';
    font-size: 16px;
    line-height: normal;
}

.footer_contact ul li p a:hover {
    opacity: .8;
}

.footer_copyright_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-content: center;
    padding: 15px 0;
}

.footer_copyright_row p {
    margin: 0;
}

.footer_copyright_row p,.footer_copyright_row p a {
    font-size: 14px;
    color: #000;
    font-family: 'Sora-Regular';
    line-height: 1;
}
.footer_copyright_menu {
    margin: 0;
    padding: 0;
    display: flex;
    display: none;
    flex-wrap: wrap;
}

.footer_copyright_menu li:not(:last-child) {
    padding-right: 11px;
    margin-right: 10px;
    position: relative;
}

.footer_copyright_menu li:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 1.5px;
    height: 100%;
    background: #000;
    right: 0;
    top: 0;
    opacity: 0.3;
}

.footer_copyright_menu_item {
    display: block;
    font-size: 14px;
    line-height: 1;
    font-family: 'Sora-Regular';
    color: #000;
    transition: all .4s ease;
}
.footer_menu .footer_title svg {
    display: none;
    width: 14px;
    height: auto;
    transition: all .4s ease;
}
.footer_menu .footer_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_menu {
    min-width: 20%;
}
.footer_copyright_menu_item:hover {
    opacity: .8;
}

/* Page-banner */
img.mobile {
    display: none;
}

.page_banner_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_banner_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.page_banner_main {
    position: relative;
    z-index: 1;
    padding: 130px 15px;
    border-radius: 25px;
    overflow: hidden;
}

.page_banner_main:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #126D1E;
    top: 0;
    left: 0;
    opacity: .6;
    z-index: -1;
}

.page_banner_info {
    text-align: center;
}

.page_banner_title {
    text-transform: capitalize;
    text-align: center;
    color: #fff;
}

.page_banner_list {
    padding: 0;
    margin: 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.page_banner_text {
    color: #fff;
    font-weight: 500;
    font-family: 'Sora-Regular';
    font-size: 16px;
    line-height: 1.2;
    display: block;
    transition: all .4s ease;
}
.page_banner_list svg {
    color: #fff;
    width: 7px;
    height: auto;
}
a.page_banner_text:hover {
    opacity: 0.8;
}
.jj--page-banner {
    margin-top: 20px;
}

.collection_info {
    background: rgb(164 0 49 / 20%);
    border-bottom: 2px solid rgb(164 0 49 / 100%);
}

.collection_info_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.collection_info_img {
    width: 50%;
}

.collection_info_img_block {
    position: relative;
    padding-top: 65.06%;
    border-radius: 12px;
    overflow: hidden;
}

.collection_info_img_block img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
}

.collection_info_content {
    width: 50%;
    padding-left: 40px;
}

.collection_info_content_block h2 {
    margin: 0 0 25px;
}
.collection_info_content_block h2::after {
    margin-left: 0;
}
.collection_info_content_block p {
    margin: 0;
    color: #000;
    opacity: 0.8;
}
.collection_info_content_block {
    max-width: 90%;
}
.collection_info_content_block p:not(:last-child) {
    margin-bottom: 10px;
}
.product_tab_main {
    background: #F1D9E0;
    border-radius: 18px;
    overflow: hidden;
}

.product_tab_nav {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    margin: 0;
    gap: 23px;
    background-color: #126D1E;
    background-image: url(//fabvivera.myshopify.com/cdn/shop/files/FOoter_bg.png?v=1717911654&width=3840);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.product_tab_link {
    width: calc(33.33% - 15.33px);
    text-align: center;
    border: 2px solid #fff;
    transition: all .4s ease;
    color: #fff;
    font-size: 22px;
    font-family: 'EBGaramond-SemiBold';
    line-height: 1;
    padding: 15px;
    cursor: pointer;
}

.product_tab_link:hover {
    background: #DAF7DB;
    color: #126D1E;
}

.product_tab_link.current {background: #fff;color: #126D1E;}

.product_tab_nav li:first-child {
    border-radius: 12px 0 0 0;
}

.product_tab_nav li:last-child {
    border-radius: 0 12px 0 0;
}

.product_tab_content_main {
    padding: 40px;
}

.product_tab_content {
    display: none;
}

.product_tab_content.current {
    display: block;
}

.product_tab_content_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product_tab_content_img {
    width: 30%;
}

.product_tab_content_img img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.product_tab_content_info {
    display: flex;
    align-items: center;
}

.product_tab_content_hightlight_info {
    width: 70%;
    padding-left: 50px;
}

.product_tab_content_info h4 {
    font-family: 'EBGaramond-SemiBold';
    font-size: 24px;
    color: #126D1E;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    margin: 0 0 25px;
    padding: 0;
}

.product_tab_content_info ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.product_tab_content_info  li {
    font-family: 'Sora-Regular';
    font-size: 16px;
    color: #000;
    line-height: 1.2;
    position: relative;
    padding-left: 20px;
}

.product_tab_content_info li:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: currentColor;
    left: 4px;
    top: 6px;
    border-radius: 1px;
}
.product_tab_content_specification_info {
    width: 35%;
}
.product_tab_content_row .product_tab_content_specification_info:first-child {
    padding-right: 25px;
}
.product_tab_content_row .product_tab_content_specification_info:last-child {
    padding-left: 25px;
}
.product_tab_content_logo {
    max-width: 250px;
    margin-bottom: 25px;
}

.product_tab_content_manufacturer {
    padding: 60px 0;
}

.product_tab_content_info p {
    margin: 0 0 10px;
    font-size: 16px;
    color: #000;
    line-height: 1.5;
}
.section-title {
    text-align: center;
    margin: 0 0 50px;
}

.instafeed-new-layout-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr) !important;
    grid-template-rows: repeat(2, 1fr) !important;
    gap: 20px !important;
}

.instafeed-new-layout-item {
    width: 100% !important;
    height: 100% !important;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.instafeed-new-layout-item:first-child {
    grid-column: 1/3;
    grid-row: 1/3;
}

.instafeed-new-layout-item:nth-child(8) {display: none;}

.instafeed-new-layout-item a {
    padding-top: 100% !important;
    display: block !important;
}
#insta-feed .instafeed-new-layout-item-container .instafeed-hover-layer .instafeed-hover-icon img, 
.instafeed-shopify .instafeed-new-layout-item-container .instafeed-hover-layer .instafeed-hover-icon img {
    height: 28px;
    width: 28px;
}
.hero_banner_slide img.mobile {
    display: none;
}.facets-vertical .facets-wrapper .block__filter-option {
    display: none;
}

@media (max-width:1600px){}
@media (max-width:1400px){
  .announcement_bar {
    padding: 10px 0;
  }
  .announcement_bar_slide p {
    font-size: 12px;
  }
  .hero_banner_heading {
    margin: 0 0 5px;
    font-size: 18px;
  }
  .hero_banner_title {
    margin: 0 0 15px;
    font-size: 48px;
  }
  .hero_banner_caption {
    margin: 0 0 35px;
    font-size: 16px;
  }
  .hero_banner_slide {
    padding: 250px 40px 150px;
  }
  .category_title {
    font-size: 16px;
  }
  .category_img {
    margin-bottom: 20px;
  }
  .common_title {
    font-size: 34px;
  }
  .collection_slider_title {
    margin: 0 0 35px;
  }
  .img_with_text_block {
    padding-left: 35px;
  }
  .img_with_text_block .common_title {
    margin-bottom: 20px;
  }
  .img_with_text_caption p {
    font-size: 16px;
  }
  .img_with_text_caption {
    margin: 0 0 35px;
  }
  .common_btn {
    padding: 14px 32px;
    font-size: 14px;
  }
  .video_section_info {
    bottom: 40px;
  }
  .collection_tab_nav {
    margin: 30px 0 50px;
    gap: 35px;
  }
  .offer_banner_info {
    padding: 35px;
    border-radius: 15px;
  }
  .common_caption {
    font-size: 16px;
  }
  .review_slide_block {
    padding: 25px 15px;
  }
  .review_slide_product_title {
    font-size: 14px;
  }
  .review_slide_profile {
    gap: 15px;
    margin: 0 0 20px;
  }
  .review_slide_title {
    font-size: 16px;
  }
  .review_slide_product .common_btn {
    font-size: 12px;
    padding: 10px 15px;
    border-radius: 4px;
  }
  .review_slide_product_info {
    width: calc(100% - 170px);
    padding-left: 5px;
  }
  .footer_logo {
    width: 29%;
  }
  .page_banner_main {
    padding: 100px 15px;
  }
  .collection_info_content_block {
    max-width: 100%;
  }
  .collection_info_content {
    padding-left: 25px;
  }
  .collection_info_content_block h2 {
    margin: 0 0 20px;
  }
  .product_tab_content_info h4 {
    font-size: 22px;
    margin: 0 0 20px;
  }
  .product_tab_content_info ul {
    gap: 12px;
  }
  .product_tab_content_info  li {
    font-size: 14px;
    padding-left: 20px;
  }
  .product_tab_content_info li:after {
    width: 4px;
    height: 4px;
    left: 4px;
    top: 5px;
  }
}
@media (max-width:1199px){
  .hero_banner_title {
    margin: 0 0 10px;
    font-size: 42px;
  }
  .hero_banner_caption {
    margin: 0 0 25px;
    font-size: 16px;
  }
  .common_btn {
    padding: 12px 26px;
    font-size: 12px;
  }
  .common_caption {
    font-size: 14px;
  }
  .hero_banner_slide {
    padding: 200px 20px 130px;
  }
  .hero_banner_slider .slick-dots {
    bottom: 10px;
  }
  .hero_banner_slider .slick-dots li {
    width: 16px;
    height: 16px;
  }
  .common_margin {
    margin-bottom: 50px;
  }
  .category_row {
    gap: 14px;
    max-width: 90%;
  }
  .category_block {
    width: calc(33% - 10.5px);
  }
  .category_title {
    font-size: 14px;
  }
  .category_img {
    margin-bottom: 15px;
  }
  .category_block:hover .category_title {
    transform: translateY(-5px);
  }
  .category_title:after {
    bottom: -5px;
  }
  .collection_tab_nav {
    margin: 20px 0 35px;
    gap: 20px;
  }
  .common_padding {
    padding: 45px 0;
  }
  .common_title {
    font-size: 32px;
  }
  .img_with_text_caption p {
    font-size: 14px;
  }
  .img_with_text_caption {
    margin: 0 0 25px;
  }
  .img_with_text_block .common_title {
    margin-bottom: 15px;
  }
  .img_with_text_block {
    padding-left: 20px;
  }
  .collection_tab_nav .collection_tab_nav_item {
    padding: 0 5px 2px;
    font-size: 16px;
  }
  .video_slider_title {
    margin: 0 0 35px;
  }
  .offer_banner_info {
    width: 50%;
  }
  .img_with_text_row_reverse .img_with_text_block {
    padding-right: 20px;
  }
  .instafeed-new-layout-wrapper,
  .instagram_info {
    gap: 12px !important;
  }
  .Instagram_title p {
    font-size: 14px;
  }
  .Instagram_title {
    margin: 0 0 25px;
  }
  .service_block .service_icon {
    width: 50px;
    margin: 0 auto 10px;
  }
  .service_title {
    font-size: 16px;
    margin: 0 0 5px;
  }
  .service_caption {
    font-size: 12px;
  }
  .footer_sec {
    padding: 50px 0 0;
  }
  .footer_logo_img {
    max-width: 225px;
    margin: 0 0 35px;
  }
  .footer_newsletter_caption {
    font-size: 14px;
  }
  .footer_newsletter_form_field .newsletter-form__button {
    font-size: 12px;
    padding: 0 8px;
  }
  .footer_newsletter_form_field_input {
    font-size: 14px;
    padding: 8px 8px;
    width: calc(100% - 90px);
  }
  .footer_title {
    font-size: 18px;
    margin: 0 0 20px;
  }
  .footer_menu_list {
    gap: 15px;
  }
  .footer_menu_item {
    font-size: 14px;
  }
  .footer_contact ul {
    margin: 0 0 20px;
    gap: 20px;
  }
  .footer_contact ul li p, .footer_contact ul li p a {
    font-size: 14px;
  }
  .footer_contact ul li svg {
    width: 16px;
  }
  .footer_copyright_menu_item {
    font-size: 12px;
  }
  .footer_copyright_row p, .footer_copyright_row p a {
    font-size: 12px;
  }
  .page_banner_main {
    padding: 80px 15px;
  }
  .product_tab_link {
    width: calc(33.33% - 15.33px);
    font-size: 18px;
    padding: 14px;
  }
  .product_tab_content_hightlight_info {
    padding-left: 35px;
  }
  .product_tab_content_main {
    padding: 25px;
  }
  .product_tab_content_row .product_tab_content_specification_info:last-child {
    padding-left: 15px;
  }
  .product_tab_content_row .product_tab_content_specification_info:first-child {
    padding-right: 15px;
  }
  .section-title {
    margin: 0 0 35px;
  }
}
@media (max-width:991px){
  .hero_banner_title {
    margin: 0 0 5px;
    font-size: 36px;
  }
  .hero_banner_caption {
    margin: 0 0 25px;
    font-size: 14px;
  }
  .hero_banner_heading {
    margin: 0 0 5px;
    font-size: 16px;
  }
  .hero_banner_slide {
    padding: 180px 20px 100px;
  }
  .category_row {
    gap: 10px;
    max-width: 100%;
  }
  .category_block {
    width: calc(33% - 7.5px);
  }
  .video_slider,
  .collection_slider {
    margin: 0 -5px;
  }
  .video_slide,
  .collection_slide {
    padding: 0 5px;
  }
  .collection_slider_arrow_block {
    margin-top: 35px;
  }
  .collection_slider_arrow_block .slick-arrow {
    width: 32px;
    height: 32px;
  }
  .collection_slider_arrow_block .slick-arrow svg {
    width: 6px;
  }
  .collection_slider_dot ul li {
    width: 14px;
    height: 14px;
    border-radius: 2px;
  }
  .collection_slider_dot ul {
    gap: 6px;
  }
  .collection_slider_arrow {
    padding: 0 10px;
    gap: 12px;
  }
  .collection_tab_nav {
    overflow: auto;
    white-space: nowrap;
    justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
  }
  .common_title {
    font-size: 28px;
  }
  .video_section_info {
    bottom: 30px;
  }
  .video_section_info .common_title {
    margin-bottom: 25px;
  }
  .video_slide_product img {
    width: 50px;
    height: 50px;
  }
  .video_slide_product .common_btn {
    padding: 8px 12px;
    font-size: 10px;
  }
  .video_slide_product_info {
    width: calc(100% - 130px);
  }
  .video_slide_product_info p {
    font-size: 10px;
  }
  .offer_banner {
    padding: 20px;
  }
  .offer_banner_info {
    padding: 25px;
    border-radius: 12px;
  }
  .offer_banner_subhead {
    font-size: 16px;
  }
  .offer_banner_info .common_title {
    margin-bottom: 10px;
  }
  .offer_banner_info .common_caption {
    margin-bottom: 25px;
  }
  .review_slider_title {
    margin-bottom: 35px;
  }
  .instagram_block {
    border-radius: 10px;
  }
  .instafeed-new-layout-wrapper,
  .instagram_info {
    gap: 12px !important;
  }
  .instafeed-new-layout-item {
    border-radius: 6px;
  }
  .service_block .service_icon {
    width: 40px;
    margin: 0 auto 10px;
  }
  .footer_logo {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
  }
  .footer_logo_img {
    max-width: 175px;
    margin: 0 auto 20px;
  }
  .footer_newsletter_caption {
    font-size: 14px;
    text-align: center;
  }
  .footer_newsletter_form_block {
    margin: 0 auto 25px;
    max-width: 360px;
  }
  .footer_contact {
    width: auto;
  }
  .page_banner_main {
    padding: 65px 15px;
  }
  .collection_info_content {
    padding-left: 15px;
  }
  .collection_info_content_block h2 {
    margin: 0 0 15px;
  }
  .collection_info_img {
    width: 65%;
    margin: 0 auto 25px;
  }
  .collection_info_content {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
  .collection_info_content_block h2::after {
    margin-left: auto;
  }
  .product_tab_nav {
    gap: 10px;
    padding: 6px;
  }
  .product_tab_link {
    width: calc(33.33% - 6.67px);
    font-size: 16px;
    padding: 14px;
  }
  .product_tab_content_hightlight_info {
    padding-left: 25px;
  }
  .product_tab_content_info h4 {
    font-size: 18px;
    margin: 0 0 15px;
  }
  .product_tab_content_info  li {
    font-size: 12px;
    padding-left: 15px;
  }
  .product_tab_content_hightlight_info {
    padding-left: 15px;
  }
  .product_tab_content_main {
    padding: 20px;
  }
  .product_tab_content_info ul {
    gap: 8px;
  }
  .product_tab_content_row .product_tab_content_specification_info:first-child {
    padding-right: 10px;
  }
  .product_tab_content_row .product_tab_content_specification_info:last-child {
    padding-left: 10px;
  }
  .product_tab_content_main {
    padding: 15px;
  }
  .product_tab_content_manufacturer {
    padding: 30px 0;
  }
  .product_tab_content_logo {
    max-width: 185px;
    margin-bottom: 20px;
  }
  .product_tab_content_info p {
    margin: 0 0 5px;
    font-size: 14px;
  }
  .section-title {
    margin: 0 0 25px;
  }
  .footer_menu {
    width: auto;
  }
}
@media (max-width:767px){
  .hero_banner_slide img.desktop {
    display: none;
  }
  .hero_banner_slide img.mobile {
    display: block;
    object-position: bottom;
  }
  /* .hero_banner_slide2 {
    padding-top: 150% !important;
  } */
  .hero_banner_bg_img {
    position: unset;
  }
  .hero_banner_bg_img img:nth-child(1) {
    display: none;
  }
  .hero_banner_bg_img img:nth-child(2) {
    display: block;
  }
  .hero_banner_slide {
    padding: 0;
    background: #F6E5EA;
  }
  .hero_banner_info {
    padding: 25px 15px 70px;
    text-align: center;
  }
  .category_row {
    gap: 20px 10px;
    justify-content: center;
  }
  .category_block {
    width: calc(50% - 10px);
  }
  .common_margin {
    margin-bottom: 35px;
  }
  .common_padding {
    padding: 35px 0;
  }
  .Instagram_title,
  .video_slider_title,
  .collection_slider_title {
    margin: 0 0 25px;
  }
  .text_with_img_block {
    width: 100%;
  }
  .img_with_text_block {
    padding: 0;
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }
  .img_with_text_row_reverse .img_with_text_block{
    padding: 0;
  }
  .img_with_text_block .common_title:after {
    margin-left: auto;
  }
  .video_section_main {
    padding-top: 65%;
    border-radius: 15px;
  }
  .video_section_info {
    bottom: 15px;
  }
  .video_section_info .common_title {
    margin-bottom: 15px;
  }
  .collection_tab_nav {
    margin: 15px 0 25px;
    gap: 30px;
  }
  .collection_tab_content,
  .review_slider,
  .video_slider {
    margin: 0 -15px;
  }
  .collection_tab_nav .collection_tab_nav_item {
    font-size: 14px;
  }
  .offer_banner {
    padding: 10px;
    border-radius: 15px;
  }
  .offer_banner_info {
    padding: 15px;
    border-radius: 12px;
  }
  .offer_banner_subhead {
    font-size: 14px;
  }
  .common_caption {
    font-size: 12px;
  }
  .offer_banner_info .common_caption {
    margin-bottom: 20px;
  }
  .instafeed-new-layout-wrapper,
  .instagram_info {
    gap: 10px !important;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: repeat(4, 1fr) !important;
  }
  .instagram_block_1 {
    grid-column: 1/3;
    grid-row: 1/3;
  }
  .service_row {
    row-gap: 16px;
  }
  .service_block {
    width: 50%;
  }
  .footer_logo {
    padding-bottom: 25px;
    margin-bottom: 0;
  }
  .footer_row {
    gap: 0;
  }
  .footer_contact {
    padding: 12px 0 0;
    width: 100%;
    order: 1;
  }
  .footer_menu_item svg {
    width: 20px;
    height: 20px;
  }
  .footer_menu  {
    padding: 12px 0;
    width: 100%;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
  }
  .footer_menu .footer_title {
    margin: 0;
  }
  .footer_menu_list {
    display: none;
    padding-top: 15px;
  }
  .footer_menu_list li:not(:last-child) {
    margin-bottom: 12px;
  }
  .footer_title {
    font-size: 16px;
    margin: 0 0 20px;
  }
  .footer_copyright_row {
    flex-direction: column;
    gap: 10px;
    padding: 12px 0;
  }
  .footer_menu .footer_title.active svg {
    transform: scaleY(-1);
  }
  .footer_contact ul {
    margin: 0 0 20px;
    gap: 15px;
  }
  .footer_menu .footer_title svg {
    display: block;
  }
  .page_banner_text {
    font-size: 14px;
  }
  .page_banner_list svg {
    width: 5px;
  }
  .page_banner_main {
    padding: 50px 15px;
    border-radius: 12px;
  }
  .page_banner_list {
    margin: 10px 0 0;
  }
  .jj--page-banner {
    margin-top: 10px;
  }
  .collection_info_img {
    width: 100%;
    margin: 0 auto 25px;
  }
  .product_tab_nav {
    white-space: nowrap;
    overflow: auto;
    flex-wrap: nowrap;
  }
  .product_tab_link {
    width: auto;
    font-size: 16px;
    padding: 14px 35px;
    min-width: auto;
    white-space: nowrap;
  }
  .product_tab_content_img {
    width: 100%;
  }
  .product_tab_content_hightlight_info {
    width: 100%;
    padding: 0;
  }
  .product_tab_content_row {
    gap: 15px;
  }
  .product_tab_main {
    border-radius: 12px;
  }
  .product_tab_content_specification_info {
    width: 100%;
    padding: 0 !important;
  }
  .product_tab_content_manufacturer {
    padding: 25px 0;
  }
  .product_tab_content_logo {
    max-width: 160px;
    margin-bottom: 15px;
  }
  .product_tab_content_info p {
    margin: 0 0 5px;
    font-size: 12px;
  }
  .section-title {
    text-align: center;
    margin: 0 0 15px;
  }
}
@media (max-width:575px){
  .hero_banner_info {
    padding: 15px 15px 50px;
    text-align: center;
  }
  .hero_banner_heading {
    margin: 0 0 5px;
    font-size: 14px;
  }
  .hero_banner_title {
    margin: 0 0 5px;
    font-size: 26px;
  }
  .hero_banner_caption {
    margin: 0 0 20px;
    font-size: 12px;
  }
  .common_btn {
    padding: 10px 22px;
    font-size: 12px;
    border-radius: 6px;
  }
  .hero_banner_slider .slick-dots li {
    width: 14px;
    height: 14px;
  }
  .hero_banner_slider .slick-dots {
    bottom: 15px;
  }
  .category_row {
    gap: 20px 10px;
  }
  .category_block {
    width: calc(50% - 5px);
  }
  .collection_slider {
    margin: 0 -15px;
  }
  .collection_slider_arrow_block {
    display: none;
  }
  .common_title {
    font-size: 26px;
  }
  .common_title:after {
    height: 1px;
  }
  .video_slider .slick-center .video_slide_box {
    padding-top: 135%;
  }
  .video_slide_box {
    padding-top: 115%;
  }
  .jj--offer-banner .page-width {
    padding: 0;
  }
  .offer_banner {
    padding: 25px;
    border-radius: 0;
  }
  .offer_banner_info {
    width: 100%;
    border: 2px solid #126D1E;
    background: rgb(164 0 49 / 60%);
    text-align: center;
  }
  .review_slide {
    padding: 0 5px;
  }
  .review_slide_block {
    padding: 20px 15px;
  }
  .review_slide_profile_info h6 {
    font-size: 14px;
  }
  .review_slide_profile_info span {
    height: 12px;
  }
  .review_slide_title {
    margin: 0 0 5px;
  }
  .review_slide_caption {
    font-size: 12px;
  }
  .review_slide_product img {
    width: 50px;
    height: 50px;
  }
  .review_slide_product .common_btn {
    font-size: 10px;
    padding: 8px 10px;
    border-radius: 4px;
  }
  .review_slide_product_info {
    width: calc(100% - 135px);
    padding-left: 5px;
  }
  .review_slide_product_title {
    font-size: 12px;
  }
  .review_slide_product_price {
    font-size: 10px;
  }
  .service_block {
    padding: 0px 5px;
  }
  .service_block {
    width: 75%;
    margin: 0 auto;
  }
  .footer_sec {
    padding: 35px 0 0;
  }
  .footer_logo_img {
    max-width: 160px;
    margin: 0 auto 15px;
  }
  .footer_newsletter_caption {
    font-size: 13px;
    margin: 0 0 5px;
  }
  .footer_newsletter_form_field {
    padding: 2px;
  }
  .footer_copyright_row {
    gap: 6px;
    padding: 12px 0;
  }
  .hero_banner_caption br {
    display: none;
  }
  .collection_info_img {
    margin: 0 auto 15px;
  }
  .category_img_url {
    font-size: 18px;
  }
}
@media (max-width:370px){
  .hero_banner_title {
    font-size: 22px;
  }
  .category_title {
    font-size: 12px;
  }
  .common_title {
    font-size: 24px;
  }
  .img_with_text_caption p {
    font-size: 12px;
  }
  .footer_copyright_menu li:not(:last-child) {
    padding-right: 6px;
    margin-right: 5px;
  }
  .footer_copyright_menu_item {
    font-size: 10px;
  }
  .footer_copyright_row p, .footer_copyright_row p a {
    font-size: 10px;
  }
}
