/** Shopify CDN: Minification failed

Line 851:0 Unexpected "}"

**/
.video-banner .video-content {
    left: 0;
    padding: 40px;
    transform: translate(0);
    text-align: left;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
}

.video-banner .video-content h2 {
    margin: 0;
    font-size: 40px;
    color: #fff;
}
.video-banner .video-content p {
    font-size: 16px;
    margin: 4px 0 15px;
}
.video-banner .video-btn {
    font-size: 14px;
    padding: 8px 26px;
    border: 1px solid #000;
}


.custom-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
  background: #ffffff;
  cursor: pointer;
  font-size: 14px;
  padding: 8px 26px;
  border: 1px solid #000;
  border-radius: 8px;
}

/* Text wrapper */
.btn-text-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}

/* Both text layers */
.btn-text {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #0d1014;
  transition: transform 0.4s ease;
}

/* Second text starts below */
.btn-text:nth-child(2) {
  position: absolute;
  left: 0;
  top: 100%;
}

/* Background slide */
.btn-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background:#ea3d3d;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  z-index: 0;
}

/* Keep text above background */
.btn-text-wrapper {
  position: relative;
  z-index: 2;
}

/* Hover effects */
.custom-btn:hover .btn-text:nth-child(1) {
  transform: translateY(-100%);
}

.custom-btn:hover .btn-text:nth-child(2) {
  transform: translateY(-100%);
}

.custom-btn:hover .btn-bg {
  transform: translateY(0);
}

/* Optional: change text color on hover */
.custom-btn:hover .btn-text {
  color: #ffffff;
}


.our-products-sec .title {
    font-size: 36.8px;
    font-family: 'Geist', sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 10px;
}

.our-products-sec slider-component {
    max-width: 1265px;
    width: 100%;
}

.our-products-sec slider-component .card__media .media {
    object-fit: cover;
    border-radius: 12px;
}

.our-products-sec slider-component .product-grid {
    --grid-desktop-horizontal-spacing: 20px;
}

.cst-email-signup {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #4a382c;
}

.cst-email-signup .cst-newsletter-image {
    width: 100%;
}

.cst-email-signup .cst-newsletter-image img {
    width: 100%;
    display: block;
    height: 100%;
}


.cst-email-signup .newsletter__wrapper {
    background: inherit;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cst-email-signup .newsletter__wrapper h2 {
    color: #fff;
    font-size: 52px;
    line-height: 1;
}
.cst-email-signup .newsletter__subheading p {
    color: #fff;
    font-size: 20px;
    font-family: 'Geist', sans-serif;
    font-weight: 600;
    line-height: 1.1;
}

.cst-email-signup .newsletter-form__button {
    position: static;
    background: #ede1f4 !important;
    padding: 8px 20px;
    font-size: 18px;
    width: 100%;
    border-radius: 8px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-family: 'Geist', sans-serif;
    margin-top: 15px;
}

.cst-email-signup .newsletter-form__field-wrapper .field::before, .cst-email-signup .newsletter-form__field-wrapper .field::after {
    display:none;
}

/* 24/02/2026 */

.cst-review-slider .title-wrapper-with-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}
.cst-review-slider .slick-track{
    display: flex !important;
}

.cst-review-slider .slick-slide{
    height: inherit !important;
}
.cst-review-slider .multicolumn-list .slick-list .slick-track {
    display: flex;
    gap: 20px;
}

.cst-email-signup .signup-content {
  width: 50%;
  background: #5a4030;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px;
}
.cst-email-signup .field__input::placeholder {
  opacity: 1 !important;
  color: #888;
}

.cst-email-signup h2 {
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 20px;
  font-weight: 700;
}

.cst-email-signup p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 500px;
}

.cst-email-signup form {
  max-width: 420px;
}

.cst-email-signup .field {
  margin-bottom: 15px;
}

.cst-email-signup .field__input {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  border: 2px solid #000;
  background: #e6e6e6;
  padding: 0 20px;
  font-size: 16px;
  text-align: center;
}

.cst-email-signup .field__label {
  display: none;
}

.cst-email-signup button,
.cst-email-signup input[type="submit"] {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  border: 2px solid #000;
  background: #cfc5d8;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.cst-email-signup button:hover,
.cst-email-signup input[type="submit"]:hover {
  background: #bba9cc;
}

.cst-email-signup .signup-image {
  width: 50%;
}

.cst-email-signup .signup-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cst-email-signup .newsletter-form__field-wrapper .field__input {
    padding-right: 20px;
}

.home-video-sec .video-banner .video-content {
    padding: 40px;
    /* transform: translate(0); */
    /* text-align: left; */
    /* bottom: 0; */
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    /* justify-content: center; */
}

.home-video-sec {
    margin: 40px auto;
    border-radius: 12px;
    max-width: 1400px;
    width: calc(100% - 40px) !important;
}
.home-video-sec {
  position: relative;
  width: 100%;
  height: 70vh !important;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.home-video-sec video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.home-video-sec .video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45) !important;
  z-index: 2;
}

.home-video-sec .video-content {
    max-width: 800px;
    padding: 20px;
    color: #fff;
    position: static;
    text-align: center;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home-video-sec .video-content h2 {
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.1;
  letter-spacing: -1px;
}

.home-video-sec .video-content p {
  font-size: 18px;
  margin-bottom: 30px;
  opacity: 0.95;
}
.home-video-sec .video-content a.custom-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.footer__content-bottom-wrapper--center {
    justify-content: flex-start;
}
.footer .footer__content-top .footer__blocks-wrapper {
    display: grid;
    grid-template-columns: repeat(6,1fr);
}
.footer-block.grid__item {
    width: 100%;
}

.footer-block-image {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding-bottom: 40px;
}
.footer .footer__content-bottom-wrapper--center {
    justify-content: start !important;
}
.footer .list-social__link {
    padding: 7px !important;
}
.cst-review-slider {
    overflow: hidden;
}
.footer .footer__content-bottom {
    border-top: solid .1rem rgb(255 255 255 / 36%);
    padding-top: 4px;
}

.cart__warnings .button {
  position: relative;
  display: inline-block;
  padding: 18px 28px;
  background: #ffffff;
  color: #000;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease;
}

.cart__warnings .button::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #ea3d3d;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.4s ease;
  z-index: -1;
}

.cart__warnings .button:hover::before {
  transform: scaleY(1);
}

.cart__warnings .button:hover {
  color: #fff;
}
.shopify-policy__container {
  max-width: 1400px; 
  margin:20px auto;
}
.hydra-img-text .image-with-text__heading {
    color: #000;
    font-size: 42px;
}
.hydra-img-text .image-with-text__text li strong {
    color: #000;
}
.hydra-img-text .image-with-text__text li {
    margin-bottom: 10px;
}
.hydra-img-text .image-with-text__text li::marker {
    color: #000;
    font-size: 15px;
}
.hydra-img-text .image-with-text__text ol {
    padding-left: 0;
}
.hydra-img-text .image-with-text__media video {
    height: 100%;
	  object-fit: cover;
}
.about-banner-textbanner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.about-banner-textbanner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3); 
    z-index: 1;
}

.about-banner-textbanner .banner__heading {
    position: relative;
    z-index: 2;
    color: #fff;
}
.about-image-sec .image-with-text__content {
    display: flex;
    justify-content: center;
}
.contact__button {
    display: flex;
    justify-content: center;
}
.contact__button .button {
  position: relative;
  display: inline-block;
  padding: 12px 32px;
  background: #ffffff;
  color: #000;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease;
}

.contact__button .button::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #ea3d3d; 
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.4s ease;
  z-index: -1;
}

.contact__button .button:hover::before{
  transform: scaleY(1);
}

.contact__button .button:hover{
  color: #fff;
}
.shopify-policy__container h1 {
    color: #000;
    font-size: 42px;
    font-weight: 700;
}
.shopify-policy__container .shopify-policy__body h2 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
}
.shopify-policy__container .shopify-policy__body p strong {
    color: #000;
}
.shopify-policy__container .shopify-policy__body ul li a strong {
    color: #000;
}
.shopify-policy__container .shopify-policy__body ul li a strong:hover {
    color: #ea3d3d;
}
.template-404 p {
    color: #000;
    font-size: 75px;
    margin-bottom: -40px;
}
.template-404 h1 {
    color: #000;
    margin-bottom: 25px;
}
.template-404 .button {
  position: relative;
  display: inline-block;
  padding: 20px 30px;
  background: #ffffff;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease;
}

.template-404 .button::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #ea3d3d;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.4s ease;
  z-index: -1;
}

.template-404 .button:hover::before {
  transform: scaleY(1);
}

.template-404 .button:hover {
  color: #fff;
}
#cart-notification-form .button {
    background: transparent;
}
.cart-count-bubble {
    position: absolute;
    background-color: rgb(255 255 255 / 0%) !important;
    color: rgb(255 255 255);
    height: 1.3rem;
    width: 1.3rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .9rem;
    bottom: .8rem;
    left: 2.2rem;
    line-height: calc(1 + .1 / var(--font-body-scale));
    top: 27px !important;
    left: 32px !important;
    border: 1px solid #fff !important;
}
.header .header__inline-menu .list-menu li a span {
    color: #fff !important;
}
.header details#Details-HeaderMenu-2 span {
    color: #fff;
}
.header__icon .icon-search {
    display: none;
}
.header details#Details-HeaderMenu-2 svg.icon.icon-caret {
    color: #fff;
}
.why-love-section .why-right h2, .why-love-section .why-right p, .why-love-section .why-right .why-bullets li {
    color: #000;
}
.header__submenu .header__menu-item {
    color: #000;
}
.footer .copyright__content {
    color: #fff;
}
.footer .footer-block .footer-block__details-content li a {
    color: #fff !important;
}
.our-products-sec .price__regular .price-item {
    color: #ea3d3d;
    font-weight: 600;
}
.collection .card-information .price__container .price-item {
    color: #ea3d3d;
    font-weight: 600;
}
product-recommendations .card-information .price .price__container .price-item {
    color: #ea3d3d;
    font-weight: 600;
}
.rich-text p {
    font-size: 15px;
    color: #000;
}
.paragraph-3 {
    color: #000;
}
.image-with-text__text p {
    color: #000;
    font-size: 15px;
}
.hydra-img-text .image-with-text__text li {
    color: #000;
    font-size: 15px;
}
.multicolumn-card__info .rte p {
    color: #000;
}
.accordion__content p {
    color: #000;
    font-size: 15px;
}
.shopify-policy__container .rte p, .shopify-policy__container .rte ul li {
    color: #000;
    font-size: 15px;
}
.isolate .rich-text__wrapper .rich-text__blocks h2 {
    color: #000;
}
.our-products-sec .button {
  position: relative;
  display: inline-block;
  padding: 20px 30px;
  background: #ffffff;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease;
}

.our-products-sec .button::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #4a382c;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.4s ease;
  z-index: -1;
}

.our-products-sec .button:hover::before {
  transform: scaleY(1);
}

.our-products-sec .button:hover {
  color: #fff;
}
.cst-news-btn:hover {
    background: #f3ebe0 !important;
}
.cst-review-slider .multicolumn-card {
    transition: all 0.4s ease;
    background: #ffffff;
    transform: translate3d(0px, 0px, 0px) scale3d(0.98, 0.98, 1);
    border: 1px solid #ede1f4;
}

.cst-review-slider .multicolumn-card:hover,
.cst-review-slider .multicolumn-card.active {
  background-color: #f5d9ee;
  transform: translate3d(0px, 0px, 0px) 
             scale3d(1, 1, 1) 
             rotateX(0deg) 
             rotateY(0deg) 
             rotateZ(0deg) 
             skew(0deg, 0deg);
}
.our-products-sec .cst-product-tag {
    font-size: 14px;
}
.our-products-sec .card__heading a {
    font-size: 18px;
    font-weight: 600;
}
.facet-checkbox .svg-wrapper svg {
    position: absolute;
    left: -2px;
}
.cst-review-slider .media img {
    width: 104px!important;
    object-fit: contain;
}
/* .product-grid-container span.cst-product-tag {
    font-size: 20px;
    font-weight: 500;
    font-family: Geist, sans-serif;
    color: #000;
}

.product-grid-container h3 .full-unstyled-link {
    font-size: 12px;
    font-weight: 600;
    color: #adadad;
    font-family: Geist, sans-serif;
} */

/* 27/02/2026 */
.product__tax, .product__tax a {
    color: #000;
}
.product__description.rte p {
    font-size: 15px;
    color: #000;
}
.card__information .card__heading a {
    font-size: 18px;
    font-weight: 600;
}
.card__information .cst-product-tag {
    font-size: 14px;
}
.footer__content-top.page-width {
    padding-top: 50px;
}
.footer__content-top {
    padding-bottom: 30px !important;
}
.footer .footer-block__heading {
    margin-bottom: 10px;
}
.product-grid-container span.cst-product-tag {
    font-size: 14px;
    font-weight: 500;
    color: #adadad;
}

.product-grid-container h3 .full-unstyled-link {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.collection-hero__description p {
    color: #000;
}
.cst-review-slider .multicolumn-card__info p {
    font-size: 15px;
    color: #000;
}
.video-wrapper {
    height: 80vh !important;
}
.header {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
}
.video-banner .video-content h1 {
    margin: 0;
    font-size: 40px;
    color: #fff;
}
.header .list-menu--inline {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.job .field__input, .state .field__input {
    padding: 14px 22px;
    color: #484848;
}
.why-card p, .why-card h3 {
    color: #000;
}
.contact .form__message {
    display: none;
}
.home-video-sec {
  position: relative;
  overflow: hidden;
}

.home-video-sec .video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  text-align: center;
}

.home-video-sec h1 {
  font-size: 90px !important;
  font-weight: 900;
  color: #fff;
  white-space: nowrap;
  transform: translateX(0);
  will-change: transform;
}


/* .video-content {
  overflow: hidden; /* Prevent text overflow */
} */

.scroll-heading {
  will-change: transform;
  transition: transform 0.1s linear;
}


.home-video-sec .scroll-track span {
    display: inline-block;
    margin: 0 44px;
}
.cst-returns {
    text-align: center;
}
.shopify-policy__title {
    display: none;
}
.home-video-sec .video-content p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.95;
    padding-top: 10px;
}
.price__container .price__regular .price-item {
    color: #ea3d3d;
    font-weight: 600;
}
.cst-email-signup .newsletter-form__message--success {
    margin-top: 2rem;
    color: #fff;
}




/* meida start  */


@media (max-width: 1200px) {
 .footer .footer__content-top .footer__blocks-wrapper {
    grid-template-columns: repeat(4,1fr);
    gap: 8px;
}
 .footer .footer__list-social.list-social:only-child {
    justify-content: start;
}
.hydra-img-text .image-with-text__media video {
    height: 100%;
	  width: 100%;
}
.hydra-img-text .image-with-text .image-with-text__grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.hydra-img-text .image-with-text__content {
    padding: 0;
}
}

@media (max-width: 991px) {
    .cst-email-signup {
        display: grid !important;
        grid-template-columns: 1fr !important;
        background: #4a382c !important;
    }
        .footer .footer__content-top .footer__blocks-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media (max-width: 768px){
  .cst-email-signup .newsletter__wrapper h2 {
    font-size: 48px;
}
.footer-block__image-wrapper img {
    padding-right: 40px !important;
}
.footer .footer__content-top .footer__blocks-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
    .hydra-img-text .image-with-text__heading {
    font-size: 36px;
}
.about-image-sec .image-with-text .image-with-text__grid {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.about-image-sec .image-with-text__content {
    padding: 0;
}
.shopify-policy__container h1 {
    font-size: 36px;
}
.shopify-policy__container .shopify-policy__body h2 {
    font-size: 24px;
}
.video-wrapper {
    height: 450px !important;
}
.journey-section {
    padding: 40px 0 !important;
}
}

@media (max-width: 749px){
  .cst-email-signup form {
    max-width: 100%;
}
.footer-block.grid__item {
    padding: 0;
    margin: 0 !important;
    width: 100%;
}
.video-banner .video-content {
    left: 0;
    padding: 40px;
    transform: translate(0);
    text-align: center;
    bottom: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* z-index: 99; */
    height: 100%;
    top: 0;
}
.journey-left h2 {;
    font-size: 30px;
}
}

@media (max-width: 575px){
.cst-email-signup form {
  max-width: 100%;
}
.cst-email-signup .newsletter__wrapper h2 {
    font-size: 42px;
}
.home-video-sec .video-content h2 {
    font-size: 42px;
}
.footer .footer__content-top .footer__blocks-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .video-banner .video-content h2 {
    margin: 0;
    font-size: 32px;
    color: #fff;
}
.why-love-section {
    padding: 50px 0 !important;
}
.journey-section {
    padding: 20px 0 !important;
}
.journey-left h2 {
    color: #000;
    font-size: 40px;
    margin-top: 10px;
}
}

@media (max-width: 480px){
  .cst-email-signup .newsletter__wrapper h2 {
    font-size: 32px;
}
.cst-email-signup .newsletter__subheading p {
    font-size: 16px;
}
.home-video-sec .video-content h2 {
    font-size: 32px;
}
.cst-review-slider .title-wrapper-with-link h2 strong {
    font-size: 24px;
    text-align: center;
}
    .footer .footer__content-top .footer__blocks-wrapper {
        grid-template-columns: 1fr;
    }
    .footer__content-top.page-width {
    padding-top: 50px;
}
  .footer__list-social.list-social:only-child {
    justify-content: start !important;
 }
 .footer-block__image-wrapper img {
    padding-right: 0px !important;
}
.footer-block__image-wrapper {
    margin-bottom: 0 !important;
}
.hydra-img-text .image-with-text__heading {
    font-size: 28px;
}
.icon-text-wrapper {
    flex-direction: column;
}
.icon-text-title {
    width: 170px !important;
}
.shopify-policy__container h1 {
    font-size: 28px;
}
.shopify-policy__container .shopify-policy__body h2 {
    font-size: 20px;
}
.why-love-section {
    padding: 40px 0 !important;
}
.our-products-sec .title {
    font-size: 30.8px;
}
.our-products-sec .button {
    padding: 15px 30px;
    font-size: 16px;
}
}