@keyframes appear{
    from {
        opacity: 0;
        /* scale: 0.2; */
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        /* scale: 1; */
        transform: translateY(0px);
    }
}

.animate {
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 70% cover 40%;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

/* video::-webkit-media-controls {
    display: none !important;
    opacity: 0;
}

video::-webkit-media-controls-start-playback-button {
    display: none !important;
} */

#overlay {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    cursor: pointer;
}

.showcase {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 0 20px;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: var(--primary-color) url('assets/videos/landing-page.mp4')
        no-repeat center center/cover;
}

.video-container video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.video-container:after {
    content: '';
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
}

.content {
    z-index: 2;
    color: #fff;
    font-family: 'Source Serif 4', serif;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 2.5%;
    text-align: center;
}

.content h1 {
    color: #ffffff;
    font-size: 72px;
}

.content h3 {
    color: #ffffff;
    font-size: 28px;
}

/* .showcase {
  position: absolute;
  right: 0;
  width: 100%;
  min-height: 100vh;
  padding: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #111;
  transition: all 0.3s ease;
  z-index: 2;
} */

video {
    width: 100%;
}

.main__menu {
    margin-bottom: 0px !important;
}

ul.main__menu li a {
    font-family: 'Source Serif 4', serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2.5%;
}

ul.main__menu li a.active {
    font-weight: 800;
}

.main__menu > li > a {
    color: #ffffff;
}

.menu2 > li > a {
    color: #313131;
}

ul.menu-extra li {
    padding: 5px 15px;
}

.hidden {
    display: none !important;
}

.zero_padding_left {
    padding-left: 0rem !important;
}

/* .section__title--2 {
    padding-top: 80px;
} */

/* .order-single-btn select {
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    position: relative;
}

.order-single-btn{
	width: 297px;
	overflow: hidden;
	background: no-repeat right #363636;
	border-top:#575757 1px solid;
	-webkit-border-radius: 4px 4px 4px 4px;
	 -moz-border-radius: 4px 4px 4px 4px;
		  border-radius: 4px 4px 4px 4px;
	-webkit-box-shadow: inset 0 2px 4px rgba(107, 105, 105, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	 -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
		  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
		  -moz-box-shadow:    0px 8px 3px -9px #000000;
		  -webkit-box-shadow: 0px 8px 3px -9px #000000;
		  box-shadow:         0px 8px 3px -9px #000000;

}*/

.order-single-btn {
    position: relative;
}

/* .order-single-btn:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 8px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000000;
} */

.pro__thumb {
    position: relative;
}

.primaryImage,
.secondaryImage {
    height: 345px;
}

.secondaryImage {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    transition: all 0.7s ease;
}

.secondaryImage:hover {
    opacity: 1;
}

.product__details {
    text-align: center;
}

.order-single-btn:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 3px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
}

.btn-shop-header {
    background-color: transparent !important;
    padding: 8px 40px !important;
    border-radius: 4px !important;
    border: 1px solid var(--Grey-0, #FFF) !important;
}

.btn-shop-header-white {
    background-color: transparent !important;
    padding: 8px 40px !important;
    border-radius: 4px !important;
    border: 1px solid var(--Grey-0, #1a1d13) !important;
    color: #1a1d13 !important;
}

.btn-shop-header:hover, .btn-shop-header-white:hover {
    background: var(--Main-Primary-Color, #808f58) !important;
    color: var(--Text-Primary, #fff) !important;
}

.sticky__header.scroll-header .btn-shop-header {
    color: #313131 !important;
    border: 1px solid var(--Grey-0, #1a1d13) !important;
}

.text-center {
    text-align: center !important;
}

.title__line2 {
    font-family: 'Source Serif 4', serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: 2.5%;
    text-align: justify;
    width: 85%;
    margin: auto;
}

.mb-48 {
    margin-bottom: 48px !important;
}

.mtb-54 {
    margin: 54px 0px;
}

.w-100 {
    width: 100% !important;
}

.content-journey {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50vh;
}

.text-image-our-story {
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 85vh;
}

.description_line2 {
    font-family: 'Source Serif 4', serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2.5%;
    text-align: justify;
    width: 85% !important;
}

p.blog__des > a:hover {
    color: #333;
}

.home_product_img {
    height: 475px !important;
    object-fit: cover;
}

.feature__thumb {
    overflow: hidden;
}

.feature__thumb > a > img {
    transition: transform 1500ms;
}

.feature__thumb > a > img:hover {
    transform: scale(1.2);
}

a:hover,
a:focus,
a:active {
    color: #808f58;
}

.htc__btn.shop__now__btn:hover {
    color: #808f58;
}

.htc__btn.shop__now__btn:hover::before {
    color: #808f58;
}

a.btn-black {
    background-color: #1a1d13;
    color: #ffffff;
    font-family: 'Source Serif 4', serif;
    font-weight: 600;
    text-transform: capitalize !important;
    /* font-size: 20px; */
    /* line-height: 100%; */
    /* letter-spacing: 2.5%; */
}

a.text-white {
    color: #ffffff !important;
}

.spin-number {
    width: 50%;
    margin: auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.spin-number-column > h3 {
    color: var(--Main-Primary-Color, #808f58);
    text-align: center;
    /* Regular/32/None */
    font-family: 'Source Serif 4', serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
}

.spin-number-column > p {
    font-family: 'Source Serif 4', serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2.5%;
    text-align: center;
    padding-top: 15px;
}

.container-journey {
    padding-top: 50px;
}

.crafting_journey {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.partners {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}

/* .logo-partner > img {
  width: 143.571px;
  height: 65px;
  flex-shrink: 0;
  aspect-ratio: 143.57/65;
} */

.partners > div {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 280px;
    height: 150px;
    padding: 15px 20px;
}

/* .partners > div:nth-child(1) {

  width: 279.532px;
  height: 78px;
  padding: 15px 20px;
}

.partners > div:nth-child(2) {
  width: 279.532px;
  height: 78px;
  padding: 15px 20px;
}

.partners > div:nth-child(3) {
  width: 279.532px;
  height: 78px;
  padding: 15px 20px;
}

.partners > div:nth-child(4) {
  width: 279.532px;
  height: 78px;
  padding: 15px 20px;
} */

/* .crf-img {
  width: 500px;
  height: 380px;
} */

.marquee {
    /* border: 2px solid red; */
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.partners {
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-name: marquee-content;
    animation-timing-function: linear;
    padding: 5px 15px 5px 15px;
}

.marquee:hover .partners {
    /* animation-play-state: paused; */
    animation-play-state: running;
}

@keyframes marquee-content {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-100%);
    }
}

.bg__footer {
    background: var(--Grey-50, #313131);
}

.footer__details a:hover {
    color: #808f58;
}

.footer__details > p,
.footer__details > a > p {
    color: var(--Grey-0, #fff);

    /* Regular/14/None */
    font-family: 'Source Serif 4', serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.35px;
    margin-bottom: 10px;
}

.subscribe__btn {
    width: 200px;
    /* border-radius: 4px; */
    background: var(--Main-Primary-Color, #808f58);
    /* color: var(--Text-Primary, #fff); */
    font-family: 'Cormorant Garamond';
    font-size: 18px;
    /* font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.45px; */
}

.btn_connect {
    /* width: 250px; */
    color: #ffffff !important;
    padding-right: 10px;
}

.footer_socmed {
    color: var(--Grey-30, #cecece);

    /* Medium/12/None */
    font-family: 'Source Serif 4', serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.3px;
}

.header-border {
    padding-bottom: 22px;
    border-bottom: 1px solid var(--Grey-30, #cecece);
    background: var(--Grey-0, #fff);
}

.breadcrumb {
    color: var(--Text-Secondary, #787c6e);

    /* Regular/14/None */
    font-family: 'Source Serif 4', serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.35px;
}

.sidebar-category {
    color: var(--Text-Primary, #1a1d13);

    /* SemiBold/20/None */
    font-family: 'Source Serif 4', serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.5px;
    text-transform: none;
}

.total-result-products {
    color: var(--Text-Primary, #1a1d13);

    /* Regular/16/None */
    font-family: 'Source Serif 4', serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
}

.sortBy {
    color: var(--Text-Primary, #1a1d13);

    /* Regular/16/None */
    font-family: 'Source Serif 4', serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    width: 130px;
}

.product__price2 {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.new__price {
    color: var(--Grey-50, #313131) !important;
    text-align: center;

    /* Regular/20/None */
    font-family: 'Source Serif 4', serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
    padding-left: 0px !important;
}

.old__price {
    color: var(--Grey-40, #7b7b7b) !important;
    text-align: center;
    font-family: 'Source Serif 4', serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.35px;
    text-decoration-line: line-through;
    padding-left: 12px !important;
}

.product_description {
    color: var(--Grey-50, #313131);

    /* Regular/14/None */
    font-family: 'Source Serif 4', serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.35px;
}

.social-media-link {
    color: var(--Grey-40, #7b7b7b) !important;
    text-align: center;

    /* Regular/14/None */
    font-family: 'Source Serif 4', serif;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.35px;
}

.buy_product {
    text-align: left;
}

.fixed__footer {
    margin-bottom: 0px !important;
}

.copyright2 {
    padding: 15px 0px;
    text-align: center;
    background-color: #ffffff;
    color: var(--Text-Primary, #1a1d13);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
    letter-spacing: 0.3px;
}

.pot-small-img a img {
    width: 166px;
    height: 167px;
    object-fit: cover;
}

.full-image {
    width: 398px;
    height: 520px;
    object-fit: cover;
}

.cover-our-story {
    width: 100%;
    /* height: 2568px; */
    flex-shrink: 0;
    aspect-ratio: 100 / 25;
    object-fit: cover;
}

.container_tl2 {
    width: 40%;
    margin: auto;
}

.container_p2 {
    width: 70% !important;
    margin: auto;
    text-align: center;
}

.p2 {
    color: var(--Text-Primary, #1a1d13);
    text-align: center;

    /* Regular/16/None */
    font-family: 'Source Serif 4', serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    width: 100% !important;
}

.tl2 {
    color: var(--Text-Primary, #1a1d13);
    text-align: center;

    /* 42 */
    font-family: 'Source Serif 4', serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.05px;
}

.mainmenu__area {
    top: 22px !important;
}

.our-story-section3 {
}

.os-section3 {
    /* display: flex;
    align-items: center; */
}

.our-story-section2 {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: auto;
}

.os-section2 {
    border-radius: 5px;
    background: #ffffff;
    padding: 20px;
    width: 30%;
    margin: 0px 5px;
    color: var(--Text-Primary, #1a1d13);

    /* Regular/14/None */
    font-family: 'Source Serif 4', serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.35px;
}

.os-section2 h3 {
    font-size: 14px;
}

.os-section2 p {
    color: var(--Text-Primary, #1a1d13);

    /* Regular/14/None */
    font-family: 'Source Serif 4', serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.35px;
}

.chat_our_team {
    margin-top: 24px;
}

.image-our-story {
    width: 100%;
    height: 85vh;
    /* flex-shrink: 0; */
    aspect-ratio: 100 / 50;
    /* The image used */
    background-image: url('../../../assets/tiyasa/images/our-story/Our Story _ InSumba.jpg');

    /* Set a specific height */
    /* min-height: 500px; */

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.image-our-story > .text > h3 {
    color: var(--Grey-0, #fff);
    text-align: center;

    /* 42 */
    font-family: 'Source Serif 4';
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.05px;
}

.image-gallery {
    padding-top: 80px;
}

.os-img-desc {
    color: var(--Text-Primary, #1a1d13);
    text-align: center;

    /* Regular/14/None */
    font-family: 'Source Serif 4', serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.35px;
    margin-top: 45px;
    margin-top: 55px;
}

.os-video-footer {
    margin-bottom: -8px;
}

.contact-container {
    width: 80%;
    margin: auto;
    color: var(--Text-Primary, #1a1d13);
    text-align: center;

    /* Regular/48/None */
    font-family: 'Source Serif 4', serif;

    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact-header {
    text-align: center;
}

.contact-title {
    font-size: 48px;
    letter-spacing: 1.2px;
    margin-bottom: 24px;
}

.contact-description {
    font-size: 16px;
    letter-spacing: 0.4px;
}

.m-54 {
    margin: 54px 0px;
}

.contact-form {
    width: 60%;
    margin: auto;
    color: var(--Text-Primary, #1a1d13);

    /* Regular/48/None */
    font-family: 'Source Serif 4', serif;

    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact-label {
    margin-bottom: 12px;
}

.input-group {
    margin-bottom: 32px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.buttonContact {
    background-color: transparent;
    /* border: none; */
    /* color: white; */
    padding: 12px 54px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid var(--Text-Primary, #1a1d13);
}

.inpt {
    border-radius: 4px;
    border: 0.862px solid var(--Grey-30, #cecece);
    background: var(--Grey-20, #f7f7f7);
    backdrop-filter: blur(4px);
}

.btn {
    border-radius: 4px;
    border: 1px solid var(--Main-Primary-Color, #808f58);
    width: 150px;
    height: 50px;
}

.pro__dtl__prize {
    margin: 20px 0px !important;
    padding-left: 0px !important;
}

.htc__tags {
    padding-left: 0px !important;
}

.recent-details {
    height: 70px;
}

.recent-post-time {
    margin-top: 0px !important;
}

.blog-details-top {
    color: var(--Text-Primary, #1a1d13);

    /* Regular/32/None */
    font-family: 'Source Serif 4';
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
}

.blog-details-top h2 {
    font-size: 32px;
    padding-top: 0px !important;
}

.social__icon {
    padding-left: 0px !important;
}

select.select-product-sorted-by option {
    padding-left: 10px;
}

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

.mb-24 {
    margin-bottom: 24px 0px;
}

.subscribe__btn span.icon {
    background: url('../images/ArrowForwardRounded.png') no-repeat;
    float: left;
    width: 50px;
    height: 40px;
    position: relative;
    top: 5px;
    left: 10px;
}

@media (max-width: 767px) {

    .hide-btn-shp-header {
        display: none !important;
    }

    .input__box input {
        border-radius: 5px;
    }

    .subscribe__btn {
        width: 50px !important;
    }

    .section-breadcrumb {
        padding-top: 80px !important;
    }

    .breadcrumb-web {
        display: none !important;
    }

    .image-gallery-2 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .blog--page {
        /* margin-top: -30px; */
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    #submitSubscriber {
        display: none !important;
    }

    #submitSubscriberMobile {
        border-radius: 0px 5px 5px 0px !important;
        display: block !important;
    }
    .copyright2 {
        color: var(--Text-Primary, #1a1d13);

        /* Medium/12/None */
        font-family: 'Source Serif 4';
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.3px;
    }

    .htc__shop__cat2 {
        display: block !important;
    }

    .text-image-our-story {
        height: 35vh !important;
    }

    .image-our-story > .text > h3 {
        font-size: 20px !important;
    }

    .blog {
        margin-top: 0px !important;
    }

    .content-journey {
        height: 24vh !important  ;
    }

    .mt-54 {
        margin-top: 54px -20px !important;
    }

    .mb-54 {
        margin-bottom: 54px -20px;
    }

    .mtb-54 {
        margin: 54px -20px;
    }

    .plr-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .htc__popular__product {
        padding-top: 50px !important;
        padding-bottom: 0px !important;
    }

    .section__title.section__title--2 p {
        margin: 24px auto auto !important;
    }

    .container-journey {
        display: none !important;
    }

    .container-journey-mobile {
        display: block !important;
        margin-top: 24px !important;
    }

    .discover_our_story {
        margin-top: -70px !important;
    }

    .blog__post__time,
    .blog__hover__info {
        opacity: 1 !important;
    }

    .blog__des > a,
    .blog__btn > a {
        overflow: hidden;
        color: #fff !important;
        text-overflow: ellipsis;

        /* Regular/14/None */
        font-family: 'Source Serif 4';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.35px;
    }

    .contact-form {
        width: 95% !important;
        margin-right: 0px;
    }

    .m-54 {
        margin: 32px 0px;
    }

    .contact-description {
        letter-spacing: 1.4px !important;
    }

    .container-p-contact {
        width: 95%;
        margin: auto;
    }

    .contact-container {
        width: 100% !important;
    }

    .contact-title {
        display: none;
    }

    .contact-title2 {
        display: block !important;
        margin-bottom: 24px !important;
    }

    .get_in_touch {
        padding-top: 120px;
        padding-bottom: 30px;
    }

    .breadcrumb1 {
        display: none !important;
    }

    .image-gallery {
        padding-top: 0px;
    }

    .image-gallery {
        padding-left: 0px;
        padding-right: 0px;
    }

    .os-img-desc {
        width: 90%;
        text-align: center;
        margin: auto;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .os-video-footer {
        margin-top: -65px;
    }

    .os-img-desc > p {
        margin-bottom: 0px;
    }

    .our-story-section3 {
        display: block !important;
    }

    .primaryImage,
    .secondaryImage {
        height: 345px;
        object-fit: cover;
    }

    .new__price,
    .old__price {
        font-size: 14px;
    }

    .product__details {
        padding-top: 15px;
    }

    .product__details h2 {
        text-align: left;
    }

    /* .htc__shop__cat2 {
        display: block;
    } */

    .menu-extra {
        display: none;
    }

    .product__price2 {
        display: none;
    }

    .Sliderable {
        display: block !important;
    }

    .burger-menu {
        display: block !important;
        float: right;
        margin-right: 25px;
        color: #ffffff;
    }

    .burger-menu2 {
        color: #000000 !important;
    }

    .logo {
        margin-left: 10px;
    }

    .content h1 {
        font-size: 32px !important;
        margin-bottom: 20px !important;
    }

    .content h3 {
        font-size: 14px !important;
    }

    .section__title {
        width: 100%;
        margin: auto;
    }

    h2.title__line2 {
        font-size: 24px !important;
    }

    .description_line2 {
        /* text-align: justify; */
        /* Regular/14/None */
        width: 85% !important;
        font-size: 14px !important;
        /* font-style: normal; */
        font-weight: 400 !important;
        line-height: normal;
        letter-spacing: 0.35px;
    }

    .htc__loadmore__btn > a {
        width: 90% !important;
    }

    .discover_our_story {
        padding-bottom: 50px !important;
    }

    .real_hand_impact {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
        margin-top: 0px !important;
    }

    .spin-number {
        display: none !important;
    }

    .spin-number2 {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .crafting_journey {
        flex-direction: column;
        margin-bottom: 0px !important;
    }

    .reverse {
        flex-direction: column-reverse;
    }

    .section__title_mobile {
        margin: 25px 0px;
    }

    .culture_carried {
        margin-bottom: 20px;
    }

    .galleries,
    .news {
        display: none !important;
    }

    .marquee {
        margin-top: 24px !important;
        margin-bottom: 24px !important;
    }

    .sidebar2 {
        display: block !important;
        /* position: absolute; */
        /* flex: 1 1 0; */
        width: 360px;
        padding: 2.5rem 2rem;
        background-color: #ffffff;
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        top: 0;
        right: -360px;
        height: 100vh;
        z-index: 99;
    }

    .sidebar2-offcanvas {
        position: fixed;
        /* flex: 1 1 0; */
        overflow: auto;
        width: -360px;
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .sidebar2-offcanvas.active {
        width: 360px;
        right: 0;
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .sidebar2 .menu2 {
        margin: 0 -1rem;
        display: flex;
        flex-direction: column;
        float: right;
        margin-top: 50px;
    }

    .htc__shop__cat2 {
        color: var(--Text-Primary, #1a1d13);

        /* Regular/14/None */
        font-family: 'Source Serif 4';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.35px;
    }

    .sidebar2 .menu2 .menu-item2 {
        display: block;
        padding: 2em;
        color: #313131;
        text-decoration: none;
        transition: 0.2s linear;
        font-family: 'Source Serif 4', serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 2.5%;
        text-align: right;
    }

    .sidebar2 .menu2 .menu-item2:hover,
    .sidebar2 .menu2 .menu-item2.is-active {
        color: #3bba9c;
        border-right: 5px solid #3bba9c;
    }

    .sidebar2-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .mean-container .mean-nav {
        background-color: #ffffff;
        /* height: 100vh; */
    }

    .mean-container .mean-nav ul li a {
        color: #000000;
    }

    .total-result-products,
    .order-single-btn {
        display: none !important;
    }

    .total-result-products-mobile {
        width: 100%;
        display: flex !important;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .product__price,
    .htc__shop__cat {
        display: none !important;
    }

    .product__price-mobile {
        display: flex !important;
        flex-direction: column;
        align-items: start;
    }

    .old__price {
        padding-left: 0px !important;
    }

    .product-pagination {
        display: block !important;
    }

    /* .mean-container .mean-nav {
        height: 100vh;
    } */

    .btn2 {
        padding: 8px 16px;
        border-radius: 4px;
        border: 1px solid
            var(--light-other-outlined-border-23-p, rgba(0, 0, 0, 0.23));
        float: right;
    }

    .filter-product {
        display: block !important;
        /* position: absolute; */
        /* flex: 1 1 0; */
        width: 100%;
        padding: 2.5rem 2rem;
        background-color: #ffffff;
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        /* top: 0; */
        bottom: 0;
        /* height: 550px; */
        height: 75vh;
        z-index: 999;
        border-radius: 20px;
    }

    .filter-product-offcanvas {
        position: fixed;
        /* flex: 1 1 0; */
        overflow: auto;
        /* width: -360px; */
        /* bottom: -550px; */
        bottom: -75vh;
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .filter-product-offcanvas.active {
        width: 100%;
        bottom: 0;
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .section-filter-product-category {
        min-height: 20vh;
    }

    .text-filter-mobile {
        font-size: 14px;
    }

    .text-green {
        color: var(--Main-Primary-Color, #808f58) !important;
    }

    .sorted-by-radio-label {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        color: var(--Light-Text-Primary, rgba(0, 0, 0, 0.87));

        /* Regular/14/None */
        font-family: 'Source Serif 4';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.35px;
        margin: 10px 0px;
    }

    input[type='radio'].sorted-by-radio-input {
        accent-color: green;
        transform: scale(1.8);
    }

    .product__details__container {
        display: none !important;
    }

    .htc__product__details__inner {
        padding: 20px !important;
        font-family: 'Source Serif 4';
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.6px;
    }

    .pro__dtl__prize li.new__price {
        font-size: 20px;
    }

    .pro__dtl__prize li.old__price {
        font-size: 12px;
        margin-left: 10px;
    }

    .buy_product {
        text-align: center;
    }

    .section_product_detail_breadcrumb {
        display: none !important;
    }

    .product__details_container_mobile {
        margin-top: 50px;
    }

    .cover-our-story {
        width: 100%;
        aspect-ratio: 100/80;
        object-fit: cover;
    }

    .container_tl2 {
        width: 90%;
    }

    .container_p2_our_story {
        width: 90% !important;
        color: var(--Text-Primary, #1a1d13);
        text-align: center;

        /* Regular/14/None */
        font-family: 'Source Serif 4';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.35px;
    }

    .htc__store__area {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .our-story-section2 {
        display: none !important;
    }

    .os-section3 {
        /* display: block; */
        border-radius: 5px;
        background: #ffffff;
        padding: 20px;
        /* width: 30%; */
        margin: 0px 5px;
        color: var(--Text-Primary, #1a1d13);

        /* Regular/14/None */
        font-family: 'Source Serif 4', serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.35px;
        margin-bottom: 20px;
    }

    .os-section3a {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .os-section3 h3 {
        font-size: 14px;
        margin-left: 15px;
    }

    .os-section3 p {
        color: var(--Text-Primary, #1a1d13);

        /* Regular/14/None */
        font-family: 'Source Serif 4', serif;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.35px;
    }

    .sustainability_section {
        padding-bottom: 30px;
    }

    .image-our-story {
        width: 100%;
        aspect-ratio: 100 / 80;
        object-fit: cover;
        height: 40vh;
    }
}

.pagination {
    justify-content: space-between !important;
}

.page-link {
    font-family: 'Source Serif 4', serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2.5%;
    text-align: center;
    color: #1a1d13;
    border: 0px solid #ffff;
}

.active > .page-link,
.page-link.active {
    color: #1a1d13 !important;
    border-bottom: 1px solid #1a1d13;
    background-color: #ffffff;
}

.sticky__header.scroll-header .main__menu > li > a {
    color: #313131;
}

label.label_category {
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    width: 160px;
    margin-left: -20px;
    margin-bottom: 10px;
    border-radius: 16px;
    /* border: 1px solid var(--Grey-300, #e0e0e0); */
    background: #f9fafb;
    font-family: 'Source Serif 4';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.35px;
}

label.label_category.active {
    color: #ffffff;
    background: var(--Main-Primary-Color, #808f58);
}

.btn2-active {
    border: 1px solid var(--Main-Primary-Color, #808f58);
    background-color: #fbfff0;
    color: #808f58;
}

.product_category_checkbox {
    visibility: hidden;
}

.overlay-news {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    transition: 0.5s ease;
    background-color: #008cba;
}

select#select-product-sorted-by {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url('../../../assets/tiyasa/images/icons//arrow-dropdown-sortby.svg');
    /* background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>"); */
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 17px;
    /* border: 1px solid #dfdfdf; */
    /* border-radius: 2px; */
    margin-right: 2rem;
    padding: 1rem;
    padding-right: 2rem;
}

/* input.product_category_checkbox {
    display: none;
}
input.product_category_checkbox + label {
    border: 1px solid grey;
    background: ghoswhite;
    padding: 5px 8px;
    cursor: pointer;
    border-radius: 5px;
}
input.product_category_checkbox:not(:checked) + label:hover {
    box-shadow: 0px 1px 3px;
}
input.product_category_checkbox + label:active,
input.product_category_checkbox:checked + label {
    box-shadow: 0px 0px 3px inset;
    background: #eee;
} */
