/** Shopify CDN: Minification failed

Line 65:1 Unexpected ")"

**/
.tiv-page-width{max-width:1400px;margin:0 auto;padding:0 20px;}
.tiv-section{padding:56px 0;}
.tiv-section--alt{background: linear-gradient(90deg, #E8632A 0%, #E8632A  100%)!important;}
.tiv-title{margin:0 0 28px;text-align:center;font-size:clamp(28px,3vw,52px);line-height:1.05;font-weight:800;color:#111;}
.tiv-subtitle{text-align:center;margin:-8px auto 28px;max-width:820px;font-size:20px;line-height:1.45;color:#333;}
.tiv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 999px;
  background: linear-gradient(90deg, #13243B 0%, #174880 100%) !important;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tiv-btn:hover {
  color: #fff;
  border: 2px solid #FFF8F2;
  background: linear-gradient(90deg, #13243B 0%, #174880 100%) !important;
}
.tiv-btn:hover{transform:translateY(-1px);filter:brightness(.96)}
.tiv-pill-tabs{display:flex;gap:18px;justify-content:center;flex-wrap:wrap;margin-bottom:28px;}
.tiv-pill{border:0;background:#ece9dd;color:#111;padding:12px 18px;border-radius:999px;font-size:16px;line-height:1;cursor:pointer;}
.tiv-pill.is-active {
  background: linear-gradient(90deg, #13243B 0%, #174880 100%);
  color: #fff;
  font-weight: 700;
  border: 2px solid #FFF8F2;
  box-shadow: 0 4px 12px rgba(19, 36, 59, 0.25);
}.tiv-hero{position:relative;overflow:hidden;background:#000;}
.tiv-hero__slide{position:relative;display:none;min-height:clamp(540px,45vw,850px);}
.tiv-hero__slide.is-active{display:block}
.tiv-hero__image,.tiv-hero__mobile{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.tiv-hero__mobile{display:none}
.tiv-text-overlay {
  display: inline-block;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.16) 0%,
    rgba(0, 0, 0, 0.08) 40%,
    rgba(0, 0, 0, 0.55) 100%
  );
  padding: 20px 30px;
  border-radius: 12px;
}.tiv-hero__content{position:relative;z-index:2;min-height:clamp(340px,45vw,620px);display:flex;align-items:center;justify-content:flex-end;padding:48px 72px;color:#fff;}
.tiv-hero__content.align-left{justify-content:flex-start;text-align:left}
.tiv-hero__content.align-center{justify-content:center;text-align:center}
.tiv-hero__inner{max-width:560px}
@media(max-width:768px){
  .tiv-hero__inner{
        text-align: center!important;

  }
})
.tiv-hero__eyebrow{margin:0 0 10px;font-size:20px;color:#ffffff}
.tiv-hero__title{margin:0 0 12px;font-size:clamp(38px,6vw,55px);line-height:.93;font-weight:900;color:#fffff}
.tiv-hero__desc{margin:0 0 18px;font-size:clamp(20px,2vw,30px);line-height:1.2;color:#fffff}
.tiv-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:56px;height:56px;border-radius:50%;border:0;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 22px rgba(0,0,0,.1);cursor:pointer;color:#1f9d39}
.tiv-arrow--prev{left:14px}.tiv-arrow--next{right:14px}.tiv-arrow svg{width:24px;height:24px}
.tiv-marquee {
  overflow: hidden;
  background: linear-gradient(90deg, #f8f2edff 0%, #FFF8F2 100%)!important;
}.tiv-marquee__track{display:flex;width:max-content;animation:tiv-marquee 28s linear infinite}
.tiv-marquee.reverse .tiv-marquee__track{animation-direction:reverse}
.tiv-marquee:hover .tiv-marquee__track{animation-play-state:paused}
.tiv-marquee__group{display:flex;align-items:center;flex-shrink:0}
.tiv-marquee__item{display:flex;align-items:center;gap:14px;padding:18px 42px;white-space:nowrap}
.tiv-marquee__icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:#2f7568}
.tiv-marquee__icon img,.tiv-marquee__icon svg{width:100%;height:100%}
.tiv-marquee__text{font-size:18px;color:#111;font-weight:500}
@keyframes tiv-marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.tiv-grid-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.tiv-card{background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.1)}
.tiv-card__media{position:relative;aspect-ratio:3/4;background:#f5f5f5;overflow:hidden}
.tiv-card__media img{width:100%;height:100%;object-fit:cover;display:block}
.tiv-card__badge{position:absolute;left:12px;top:12px;background:#edf3e6;color:#2f7568;padding:6px 12px;border-radius:8px;font-size:14px;font-weight:600;z-index:2}
.tiv-card__play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;background:#fff;color:#000;display:flex;align-items:center;justify-content:center;z-index:2;box-shadow:0 6px 20px rgba(0,0,0,.15)}
.tiv-card__play svg{width:18px;height:18px}
.tiv-card__body{padding:14px 12px 16px}.tiv-card__title{margin:0 0 8px;font-size:18px;line-height:1.25;font-weight:500;color:#111}
.tiv-card__subtitle{margin:-2px 0 10px;color:#555;font-size:14px;line-height:1.35}
.tiv-rating{display:flex;align-items:center;gap:8px;font-size:14px;margin-bottom:10px;color:#333}.tiv-rating .stars{color:#f1a500;letter-spacing:1px}
.tiv-price-row{display:flex;align-items:flex-end;gap:10px;flex-wrap:wrap}.tiv-price{font-size:18px;font-weight:700}.tiv-compare{font-size:14px;color:#666;text-decoration:line-through}
.tiv-save{display:inline-block;margin-top:8px;background:#dff0df;color:#1f9d39;padding:3px 8px;border-radius:4px;font-size:14px;font-weight:700}
.tiv-gift{display:inline-block;margin-top:8px;background:#dfefe8;color:#1d6154;padding:5px 8px;border-radius:4px;font-size:14px;font-weight:600}
.tiv-tax,.tiv-emi{margin-top:8px;font-size:14px;color:#333}.tiv-emi .buyon{display:inline-flex;padding:3px 8px;border-radius:4px;background:#0d5c46;color:#fff;font-size:11px;font-weight:700;margin-left:6px}
.tiv-add-form{margin-top:10px;display:flex;justify-content:center}.tiv-add-btn{min-width:96px;min-height:44px;border-radius:12px;border:1px solid #0d5c46;background:#fff;color:#0d5c46;font-size:16px;font-weight:700;cursor:pointer}.tiv-add-btn.primary{background:#0d5c46;color:#fff}
.tiv-carousel{position:relative}.tiv-carousel__viewport{overflow:auto hidden;scrollbar-width:none;scroll-behavior:smooth}.tiv-carousel__viewport::-webkit-scrollbar{display:none}
.tiv-carousel__track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(240px,1fr);gap:22px}
.tiv-category-card{background:#fff;border-radius:16px;overflow:hidden}.tiv-category-card img{width:100%;aspect-ratio:1.2/1;object-fit:cover;display:block}.tiv-category-card__body{padding:12px 0 2px}.tiv-category-card h3{margin:0 0 4px;font-size:20px;color:#111}.tiv-category-card p{margin:0;color:#333;line-height:1.4}
.tiv-progress{display:flex;align-items:center;gap:16px;margin-top:26px}.tiv-progress__bar{flex:1;height:3px;background:#bcbcb7;position:relative}.tiv-progress__fill{position:absolute;left:0;top:0;bottom:0;width:18%;background:#174880}.tiv-progress__count{font-size:18px;color:#111;white-space:nowrap}
.tiv-icon-strip{background:#5f9562;padding:28px 18px;border-radius:0}.tiv-icon-strip .inner{display:flex;justify-content:space-around;gap:18px;flex-wrap:wrap}.tiv-icon-item{display:flex;align-items:center;gap:16px;color:#fff;font-size:18px;font-weight:600}.tiv-icon-item img,.tiv-icon-item svg{width:40px;height:40px}
.tiv-comparison{max-width:860px;margin:0 auto}.tiv-comparison__grid{display:grid;grid-template-columns:2.1fr 1.2fr 1.2fr;border-top:1px solid #cfcfcf}.tiv-comparison__cell{padding:14px 18px;border-bottom:1px solid #cfcfcf;font-size:18px;color:#111}.tiv-comparison__head{font-weight:600;text-align:center}.tiv-comparison__mid{background:#f3f1ed;border-left:1px solid #d6d6d6;border-right:1px solid #d6d6d6;border-radius:18px 18px 18px 18px}.tiv-check,.tiv-cross{display:flex;justify-content:center;align-items:center}.tiv-check span,.tiv-cross span{display:inline-flex;width:22px;height:22px;border-radius:50%;align-items:center;justify-content:center}.tiv-check span{background:#0d5c46;color:#fff}.tiv-cross span{border:1px solid #0d5c46;color:#0d5c46}
.tiv-awards{overflow:hidden}.tiv-awards .tiv-marquee__item{background: linear-gradient(90deg, #fbf4edff 0%, #FFF8F2 100%)!important;border-radius:12px;margin-right:14px;padding:12px 18px}.tiv-awards .tiv-marquee__icon{width:46px;height:46px;min-width:46px;border-radius:50%;overflow:hidden;background:#fff}.tiv-stories{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:22px}.tiv-story-card{border-radius:10px;overflow:hidden;background:#ddd;aspect-ratio:9/16;position:relative}.tiv-story-card img{width:100%;height:100%;object-fit:cover}.tiv-story-card__label{position:absolute;left:16px;bottom:16px;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.45)}
.tiv-testimonials{position:relative}.tiv-testimonials__row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(520px,1fr);gap:18px;overflow:auto hidden;scrollbar-width:none;scroll-behavior:smooth}.tiv-testimonials__row::-webkit-scrollbar{display:none}.tiv-review{background: linear-gradient(90deg, #f6eadfff 0%, #FFF8F2 100%)!important;border-radius:4px;padding:16px;display:grid;grid-template-columns:150px 1fr;gap:18px;align-items:center}.tiv-review__name{margin-top:8px;font-weight:700;color:#1f9d39;text-align:center}.tiv-review h3{margin:4px 0 10px;font-size:20px}.tiv-review p{margin:0;color:#222;line-height:1.45}
.tiv-blog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.tiv-blog-card img{width:100%;aspect-ratio:1.25/1;object-fit:cover;border-radius:4px}.tiv-blog-card h3{font-size:18px;line-height:1.35;margin:10px 0 8px}.tiv-blog-meta{font-size:14px;color:#444}.tiv-readmore{font-weight:700;color:#111;text-decoration:underline;white-space:nowrap}
.tiv-faq{max-width:1280px;margin:0 auto}.tiv-faq details{border-bottom:1px solid #9f9f9f;padding:14px 0}.tiv-faq summary{list-style:none;cursor:pointer;font-size:18px;font-weight:700;display:flex;justify-content:space-between;gap:20px}.tiv-faq summary::-webkit-details-marker{display:none}.tiv-faq .content{padding:14px 0 6px;font-size:17px;line-height:1.65;color:#222;max-width:1240px}
.tiv-center{text-align:center}.tiv-mt-30{margin-top:30px}
@media (max-width:1199px){.tiv-grid-products{grid-template-columns:repeat(3,minmax(0,1fr))}.tiv-stories{grid-template-columns:repeat(4,minmax(0,1fr))}.tiv-blog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:989px){.tiv-section{padding:42px 0}.tiv-hero__content{padding:36px 64px}.tiv-hero__title{font-size:56px}.tiv-grid-products{grid-template-columns:repeat(2,minmax(0,1fr))}.tiv-testimonials__row{grid-auto-columns:minmax(80%,1fr)}.tiv-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tiv-stories{grid-template-columns:repeat(3,minmax(0,1fr))}.tiv-comparison__cell{font-size:16px;padding:12px}}
@media (max-width:767px){.tiv-page-width{padding:0 14px}.tiv-hero__image{display:none}.tiv-hero__mobile{display:block}.tiv-hero__content{min-height:420px;padding:28px 56px;justify-content:center!important;text-align:center}.tiv-hero__title{font-size:42px}.tiv-hero__desc{font-size:22px}.tiv-arrow{width:46px;height:46px}.tiv-marquee__item{padding:14px 22px}.tiv-marquee__text{font-size:15px}.tiv-grid-products,.tiv-blog-grid{grid-template-columns:1fr}.tiv-carousel__track{grid-auto-columns:minmax(240px,82%)}.tiv-progress__count{font-size:16px}.tiv-icon-strip .inner{justify-content:flex-start}.tiv-icon-item{width:100%}.tiv-stories{grid-template-columns:repeat(2,minmax(0,1fr))}.tiv-testimonials__row{grid-auto-columns:minmax(92%,1fr)}.tiv-review{grid-template-columns:1fr}.tiv-comparison__grid{grid-template-columns:1.6fr 1fr 1fr}.tiv-comparison__cell{font-size:14px;padding:10px 8px}.tiv-pill-tabs{gap:10px}}



.tiv-page-width {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.tiv-section {
  padding: 40px 0;
}

.tiv-title {
  text-align: center;
  margin: 0 0 24px;
  font-size: 34px;
  line-height: 1.2;
}

.tiv-pill-tabs {
  display: flex;
  gap: 14px;
  display:none!important;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.tiv-pill {
  border: 0;
  background: #E8632A;
  color: #111;
  padding: 12px 22px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
}

.tiv-pill.is-active {
  background: #2e34d7ff;
  color: #fff;
}

.tiv-grid-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.tiv-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,.08);
  cursor: pointer;
}

.tiv-card__media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #f6f6f6;
}

.tiv-card__media img,
.tiv-card__media video,
.tiv-card__media iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tiv-card__external-video,
.tiv-card__external-video iframe {
  width: 100%;
  height: 100%;
}

.tiv-card__play {
  position: absolute;
  left: 50%;
  top: 50%;
  display:none!important;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 0;
  background: rgba(255,255,255,.95);
  color: #111;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.tiv-card__play svg {
  width: 24px;
  height: 24px;
}

.tiv-card__body {
  padding: 14px;
}

.tiv-card__title {
  font-size: 24px;
  line-height: 1.25;
  margin: 0 0 10px;
}

.tiv-price-row {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.tiv-price {
  font-size: 20px;
  /* padding-left:20px; */
  font-weight: 700;
}

.tiv-compare {
  text-decoration: line-through;
  color: #777;
}

.tiv-save,
.tiv-gift,
.tiv-tax {
  margin-top: 8px;
  display:none!important;
}

.tiv-save,
.tiv-gift {
  display: inline-block;
  background: #bad0e9ff;
  color: #174880;
  padding: 5px 8px;
  border-radius: 4px;
  font-size: 14px;
}

.tiv-tax {
  color: #333;
  font-size: 14px;
}

.tiv-add-form,
.tiv-modal__form {
  margin-top: 14px;
}

.tiv-add-btn {
  min-width: 110px;
  border: 1px solid #034D89;
  background: #fff;
  color: #034D89;
  padding: 11px 20px;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 600;
}

.tiv-add-btn.primary {
  background: #034D89;
  color: #fff;
}

.tiv-modal[hidden] {
  display: none;
}

.tiv-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.tiv-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
}

.tiv-modal__dialog {
  position: relative;
  z-index: 2;
  width: min(1100px, calc(100% - 30px));
  max-height: calc(100vh - 40px);
  overflow: auto;
  margin: 20px auto;
  background: #fff;
  border-radius: 16px;
}

.tiv-modal__close {
  position: absolute;
  right: 14px;
  top: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  background: #f4f4f4;
  border-radius: 50%;
  font-size: 28px;
  cursor: pointer;
  z-index: 5;
}

.tiv-modal__content {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
  padding: 24px;
}

.tiv-modal__main img,
.tiv-modal__main video,
.tiv-modal__main iframe {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.tiv-modal__thumbs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.tiv-modal__thumb {
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
}

.tiv-modal__thumb.is-active {
  background: #0d5c50;
  color: #fff;
  border-color: #0d5c50;
}

.tiv-modal__title {
  margin: 0 0 12px;
  font-size: 30px;
  line-height: 1.2;
}

.tiv-modal__more {
  display: inline-block;
  margin-top: 14px;
  padding: 10px 18px;
  border-radius: 10px;
  background: #f3f3f3;
  color: #111;
  display:none!important;
  text-decoration: none;
}

.tiv-modal-open {
  overflow: hidden;
}

@media (max-width: 990px) {
  .tiv-grid-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tiv-modal__content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .tiv-grid-products {
    grid-template-columns: 1fr;
  }

  .tiv-card__title {
    font-size: 20px;
  }

  .tiv-modal__title {
    font-size: 24px;
  }
}


.tiv-page-width {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.tiv-section {
  padding: 40px 0;
}

.tiv-title {
  text-align: center;
  margin: 0 0 24px;
  font-size: 34px;
  line-height: 1.2;
}

.tiv-pill-tabs {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.tiv-pill {
  border: 0;
  background: #E8632A;
  color: #111;
  padding: 12px 22px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
}

.tiv-pill.is-active {
  background: #0b528d;
  color: #fff;
}

.tiv-grid-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.tiv-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,.08);
  cursor: pointer;
}

.tiv-card__media {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #f6f6f6;
}

.tiv-card__media img,
.tiv-card__media video,
.tiv-card__media iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tiv-card__external-video,
.tiv-card__external-video iframe {
  width: 100%;
  height: 100%;
}

.tiv-card__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 0;
  background: rgba(255,255,255,.95);
  color: #111;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.tiv-card__play svg {
  width: 24px;
  height: 24px;
}

.tiv-card__body {
  padding: 14px;
}

.tiv-card__title {
  font-size: 24px;
  line-height: 1.25;
  margin: 0 0 10px;
}

.tiv-price-row {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.tiv-price {
  font-size: 20px;
  font-weight: 700;
}

.tiv-compare {
  text-decoration: line-through;
  color: #777;
}

.tiv-save,
.tiv-gift,
.tiv-tax {
  margin-top: 8px;
}

.tiv-save,
.tiv-gift {
  display: inline-block;
  background: linear-gradient(90deg, #13243B 0%, #174880 100%);
  color: #fff;
  padding: 5px 8px;
  border: 1px solid #FFF8F2;
  border-radius: 4px;
  font-size: 14px;
}

.tiv-tax {
  color: #333;
  font-size: 14px;
}

.tiv-add-form,
.tiv-modal__form {
  margin-top: 14px;
}

.tiv-add-btn {
  min-width: 110px;
  border: 1px solid #174880;
  background: #fff;
  color: #174880;
  padding: 11px 20px;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}

.tiv-add-btn:hover {
  background: #174880;
  color: #fff;
  border: 1px solid #174880;
}

.tiv-add-btn.primary {
  background: #0d5c50;
  color: #fff;
}

.tiv-modal[hidden] {
  display: none;
}

.tiv-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.tiv-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.tiv-modal__dialog {
  position: relative;
  z-index: 2;
  width: min(1100px, calc(100vw - 24px));
  max-width: 1100px;
  height: min(88vh, 760px);
  max-height: 88vh;
  margin: 6vh auto;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.tiv-modal__close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  background: #f4f4f4;
  border-radius: 50%;
  font-size: 28px;
  cursor: pointer;
  z-index: 10;
}

.tiv-modal__content {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 0;
  height: 100%;
  min-height: 0;
}

.tiv-modal__left,
.tiv-modal__right {
  min-height: 0;
}

.tiv-modal__left {
  padding: 20px;
  overflow: auto;
  background: #fff;
}

.tiv-modal__right {
  padding: 24px 20px 20px;
  overflow: auto;
  border-left: 1px solid #eee;
  background: #fff;
}

.tiv-modal__main {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #f7f7f7;
}

.tiv-modal__main img,
.tiv-modal__main video,
.tiv-modal__main iframe {
  width: 100%;
  max-height: 58vh;
  object-fit: contain;
  display: block;
  background: #f7f7f7;
}

.tiv-modal__thumbs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.tiv-modal__thumb {
  width: 42px;
  height: 42px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
}

.tiv-modal__thumb.is-active {
  background: #0d5c50;
  color: #fff;
  border-color: #0d5c50;
}

.tiv-modal__title {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.2;
}

.tiv-modal__more {
  display: inline-block;
  margin-top: 14px;
  padding: 10px 18px;
  border-radius: 10px;
  background: #f3f3f3;
  color: #111;
  text-decoration: none;
}

.tiv-modal-open {
  overflow: hidden;
}

@media (max-width: 990px) {
  .tiv-grid-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tiv-modal__dialog {
    width: calc(100vw - 16px);
    height: calc(100vh - 16px);
    max-height: calc(100vh - 16px);
    margin: 8px auto;
    border-radius: 12px;
  }

  .tiv-modal__content {
    grid-template-columns: 1fr;
  }

  .tiv-modal__right {
    border-left: 0;
    border-top: 1px solid #eee;
  }

  .tiv-modal__main img,
  .tiv-modal__main video,
  .tiv-modal__main iframe {
    max-height: 42vh;
  }
}

@media (max-width: 640px) {
  .tiv-grid-products {
    grid-template-columns: 1fr;
  }

  .tiv-card__title {
    font-size: 20px;
  }

  .tiv-modal__left,
  .tiv-modal__right {
    padding: 14px;
  }

  .tiv-modal__title {
    font-size: 22px;
  }

  .tiv-add-btn {
    width: 100%;
  }
}

.tiv-page-width {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.tiv-story-section {
  padding: 40px 0;
}

.tiv-title {
  text-align: center;
  font-size: 36px;
  margin: 0 0 24px;
}

.tiv-stories {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scrollbar-width: none;
}

.tiv-stories::-webkit-scrollbar {
  display: none;
}

.tiv-story-card {
  width: 220px;
  min-width: 220px;
  height: 420px;
  position: relative;
  cursor: pointer;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
}

.tiv-story-media,
.tiv-story-media video,
.tiv-story-media img {
  width: 100%;
  height: 100%;
}

.tiv-story-media video,
.tiv-story-media img {
  object-fit: cover;
  display: block;
}

.tiv-story-label {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  color: #fff;
  z-index: 2;
}

.tiv-story-label strong {
  display: block;
  font-size: 24px;
  line-height: 1.1;
}

.tiv-story-label small {
  display: block;
  margin-top: 4px;
  font-size: 14px;
}

.tiv-modal[hidden] {
  display: none;
}

.tiv-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.modal-box {
  position: relative;
  width: min(420px, calc(100vw - 20px));
  max-height: calc(100vh - 20px);
  margin: 10px auto;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
}

#modalContent video,
#modalContent img {
  width: 100%;
  max-height: calc(100vh - 20px);
  display: block;
  object-fit: contain;
}

.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  color: #111;
  font-size: 28px;
  cursor: pointer;
  z-index: 3;
}

.prev {
  left: 8px;
}

.next {
  right: 8px;
}

.tiv-modal-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  color: #111;
  font-size: 24px;
  cursor: pointer;
  z-index: 3;
}

.tiv-modal-open {
  overflow: hidden;
}




.tiv-grid-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.tiv-card {
  width: 100%;
  overflow: hidden;
}

.tiv-card__media {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tiv-card__media img,
.tiv-card__video,
.tiv-card__external-video iframe,
.tiv-popup-slide img,
.tiv-popup-slide video,
.tiv-popup-slide iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.tiv-card__external-video {
  width: 100%;
  height: 100%;
}

.tiv-modal__content {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 28px;
}

.tiv-modal__main {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #fff;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .tiv-grid-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .tiv-grid-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .tiv-modal__content {
    grid-template-columns: 1fr;
  }

  .tiv-modal__dialog {
    width: calc(100vw - 24px);
    max-height: calc(100vh - 24px);
    overflow-y: auto;
  }
}

@media (max-width: 480px) {
  .tiv-grid-products {
    grid-template-columns: 1fr;
  }

  .tiv-card__media,
  .tiv-modal__main {
    aspect-ratio: 4 / 5;
  }
}


* {
  font-family: Helvetica, Arial, sans-serif;
}



.tiv-hero__title,
.tiv-hero__eyebrow,
.tiv-hero__desc,
.tiv-hero__desc p {

  color: #1b1f4aff;
  /* text-shadow: 0 2px 10px rgba(0,0,0,0.7); */
}

@media (max-width: 480px) {

  .swiper,
  .swiper-wrapper,
  .swiper-slide {
    height: 100%;
  }
  .tiv-title{
    font-size:25px;
  }

  .tiv-hero {
    height: 540px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .tiv-hero__desc p {
    font-size:13px;
  }

  .tiv-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}



/* Product Card */
.tiv-card{
    display:flex;
    flex-direction:column;
    overflow:hidden;
    border-radius:12px;
    background:#fff;
}

/* Remove extra white space */
.tiv-card__media{
    width:100%;
    height:auto;
    aspect-ratio:1/1;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
}

.tiv-card__media img,
.tiv-card__media video{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* Card Body */
.tiv-card__body{
    padding:16px;
}

.tiv-card__title{
    font-size:18px;
    margin-bottom:10px;
}

.tiv-add-btn{
    width:100%;
}


/* ===========================
   POPUP OVERLAY
=========================== */

.tiv-modal{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.65);
    display:flex;
    align-items:center;
    justify-content:center;
    padding:20px;
    z-index:9999;
}

.tiv-modal__dialog{
    width:100%;
    max-width:950px;
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    position:relative;
    max-height:90vh;
    overflow-y:auto;
}

/* ===========================
   CONTENT
=========================== */

.tiv-modal__content{
    display:flex;
    gap:30px;
    padding:25px;
}

.tiv-modal__left{
    width:50%;
}

.tiv-modal__right{
    width:50%;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
}

/* ===========================
   IMAGE
=========================== */

.tiv-modal__main img,
.tiv-modal__main video{
    width:100%;
    border-radius:12px;
    display:block;
}

.tiv-modal__thumbs{
    display:flex;
    gap:10px;
    margin-top:15px;
    overflow-x:auto;
}

.tiv-modal__thumbs img{
    width:70px;
    height:70px;
    object-fit:cover;
    border-radius:8px;
    cursor:pointer;
    border:1px solid #ddd;
}

/* ===========================
   TITLE
=========================== */

.tiv-modal__title{
    font-size:24px;
    font-weight:600;
    margin-bottom:15px;
    line-height:1.4;
}

/* ===========================
   PRICE
=========================== */

.tiv-price-row{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:10px;
}

.tiv-price{
    font-size:22px;
    font-weight:700;
    color:#000;
}

.tiv-compare{
    font-size:16px;
    color:#888;
    text-decoration:line-through;
}

.tiv-save{
    font-size:14px;
    color:#e53935;
    font-weight:600;
    margin-bottom:10px;
}

.tiv-gift{
    background:#f7f7f7;
    padding:10px;
    border-radius:8px;
    margin-bottom:20px;
    font-size:14px;
}

/* ===========================
   BUTTON
=========================== */

.tiv-add-btn{
    width:170px;
    height:44px;
    border:none;
    border-radius:8px;
    background:#0047b3;
    color:#fff;
    font-size:15px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.tiv-add-btn:hover{
    background:#00368c;
}

.tiv-modal__more{
    margin-top:18px;
    color:#0047b3;
    text-decoration:none;
    font-size:15px;
    font-weight:600;
}

/* ===========================
   CLOSE
=========================== */

.tiv-modal__close{
    position:absolute;
    top:15px;
    right:15px;
    width:38px;
    height:38px;
    border:none;
    border-radius:50%;
    background:#fff;
    font-size:22px;
    cursor:pointer;
    box-shadow:0 2px 10px rgba(0,0,0,.15);
}

/* ===========================
   MOBILE
=========================== */

@media(max-width:768px){

.tiv-modal{
    padding:10px;
}

.tiv-modal__dialog{
    width:100%;
    max-height:95vh;
    border-radius:12px;
}

.tiv-modal__content{
    flex-direction:column;
    padding:18px;
    gap:20px;
}

.tiv-modal__left,
.tiv-modal__right{
    width:100%;
}

.tiv-modal__title{
    font-size:20px;
}

.tiv-price{
    font-size:18px;
}

.tiv-compare{
    font-size:13px;
}

.tiv-save{
    font-size:12px;
}

.tiv-add-btn{
    width:140px;
    height:40px;
    font-size:14px;
}

.tiv-modal__thumbs img{
    width:55px;
    height:55px;
}

}


.tiv-faq-heading{
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #222;
  line-height: 1.2;
}

@media (max-width: 768px){
  .tiv-faq-heading{
    font-size: 28px;
    margin-bottom: 24px;
  }
}