.site-header-filler {
  height: 104px;
}
#main_body {
  width: 100%;
  max-width: none;
  padding: 0;
}
.content {
  max-width: none;
}
.search_wrapper {
  width: 100%;
  min-height: 50vh;
}

.force-line-wrap {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/* TOP */
.search-top {
  background: #ecf2f5;
  padding: 50px 0 0 0;
  margin: 0 auto 30px auto;
  text-align: center;
  width: 100%;
}
.search_wrapper .search-box,
.search_wrapper .search-tabs,
.search_wrapper .search-results-wrapper {
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.search-top h1 {
  font-size: 48px;
  margin-bottom: 10px;
}
.search-top h1 span {
  font-weight: 300;
}

/* SEARCH BOX */
.search_wrapper .search-box {
  position: relative;
}
.search_wrapper .search-box .fa {
  position: absolute;
  top: 11px;
  left: 13px;
  font-size: 24px;
  color: #3374eb !important;
}
.search_wrapper .search-box input[type="text"] {
  display: block;
  width: calc(100% - 42px);
  padding: 10px 0 10px 42px;
  border: 1px solid #dfe1e5;
  border-radius: 30px;
  margin: 0 0 20px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}
#input_search_page {
  pointer-events: unset;
}
.hide {
  display: none !important;
}

.truncated-disclaimer {
  position: relative !important;
  order: 0;
  margin: -10px;
  justify-items: left;
  margin: -20px 0;
  padding: 5px 8px 20px;
}

/* SmartSearch */
.chatbot-wrapper {
  background: url(https://d2urhn0mmik6is.cloudfront.net/site/biblestrong-ai/background1-min.jpg)
    center center;
  padding: 15px;
  margin-bottom: 60px;
  color: white;
  border-radius: 20px;
  position: relative;
}

.chatbot-title {
  display: flex;
  gap: 10px;
  padding: 10px;
  align-items: end;
  position: relative;
}

.chatbot-title_bottom-row {
  display: flex;
  gap: 5px;
  position: relative;
}

.chatbot-title h1 {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  margin: unset !important;
}

.chatbot-title p {
  position: relative;
  bottom: -4px;
  font-size: 15px;
}

.chatbot-title #turningpoint-img {
  width: 100px;
  height: 20px;
  aspect-ratio: 250 / 47;
  position: relative;
  bottom: -7px;
}

.chatbot-title #turningpoint-img2 {
  width: 100px;
  height: 20px;
  aspect-ratio: 250 / 47;
  position: relative;
}

.chatbot-title #smartsearch-img {
  height: 30px;
  width: 200px;
}

.chatbot-container hr {
  width: 100%;
}
.chatbot-result {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  padding: 40px 40px 0;
}
.chatbot-container .disclaimer-container {
  position: absolute;
  top: 10px;
  right: 10px;
}
.chatbot-container .disclaimer-container a {
  color: #fff !important;
  text-decoration: none;
}

.chatbot-container .disclaimer-container p {
  font-size: 9px;
}

.media_player {
  width: 100%;
  aspect-ratio: 121 / 68;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 20px;
}

.player {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: relative;
  align-self: center;
}

.flowplayer {
  border-radius: 20px !important;
}

.fp-qsel {
  display: none;
}

.custom-control-wrapper {
  position: absolute;
  padding: 2px 2px;
  top: 50%;
  padding: 0 10px;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 9;
  opacity: 0;
}

.custom-control-container {
  display: flex;
  gap: 15px;
}

.custom-controls {
  height: 50px;
  aspect-ratio: 100 / 100;
  color: white;
  z-index: 9;
}

.response-selection_container {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 60px;
  align-items: center;
  gap: 4px;
  color: #b5b5b5;
}

.feedback-popup {
  right: unset !important;
  bottom: unset !important;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  border-radius: 15px;
  background: linear-gradient(135deg, #2a1e6f 0%, #5d8ab5 100%);
  padding: 10px;
  z-index: 11;
}

.feedback-unclicked {
  /* pointer-events: none !important; */
  display: none;
}

.fa-thumbs-up:hover {
  color: #377e22;
}
.fa-thumbs-down:hover {
  color: #ea3323;
}

.thumbs {
  font-size: 15px;
  padding: 0.125em;
  cursor: pointer;
}

.play-media {
  display: flex;
  align-items: center;
  gap: 3px;
  position: absolute;
  background: #3893a7;
  border-radius: 20px;
  padding: 0px 25px;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 10;
  justify-content: center;
  width: 150px;
}

.open-iframe_wrapper {
  display: flex;
  position: absolute;
  justify-self: center;
  bottom: -22px;
  left: 0;
  right: 0;
  background: grey;
  padding: 10px;
  width: 200px;
  border-radius: 30px;
  justify-content: center;
}

.fp-context-menu.fp-menu.fp-active {
  display: none;
}
.fp-header {
  display: flex;
  justify-content: right;
}
.fp-fullscreen {
  /* display: none !important; */
  float: unset;
}

.fp-share {
  display: none !important;
}

.fp-visible {
  display: none !important;
}

.flowplayer .fp-context-menu {
  display: none;
}
.fp-progress-circle,
.fp-volume-circle {
  width: 10px !important;
  height: 10px !important;
  background-color: white !important;
  border-radius: 50% !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.fp-progress-circle {
  left: 100% !important;
}

.fp-volume-circle {
  left: 43px;
  z-index: 3;
}

.flowplayer .fp-color {
  background-color: #ff8868 !important;
}
.fp-progress,
.fp-volumebar {
  position: relative;
}

.fp-playlist {
  display: none;
}

.fp-context-menu {
  display: none !important;
}

.initial-loader-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
}
.loader,
.loader1,
.loader2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: block;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  top: unset;
}
.submit-loader {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  top: 32%;
  left: 40%;
}

.loader2 {
  top: 2%;
  display: none;
  /* display: none; */
}
.loader::after,
.loader1::after,
.loader2::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-left: 4px solid #ff8868;
  border-bottom: 4px solid transparent;
  animation: rotation 0.5s linear infinite reverse;
}

.submit-loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border-left: 4px solid #ff8868;
  border-bottom: 4px solid transparent;
  animation: rotation 0.5s linear infinite reverse;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.submit-container {
  position: relative;
  display: inline-block;
}
.submit-feedback {
  background: #3b2c95;
  opacity: unset;
  border: none;
  padding: 5px;
  width: 85px;
  border-radius: 10px;
  color: #fff;
  margin-top: 10px;
}

.send-feedback-wrapper h1 {
  font-size: 14px;
  margin-bottom: 15px;
  color: #fff;
}

.fa-circle-xmark {
  font-size: 20px;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  cursor: pointer;
}

.offensive-label {
  display: flex;
  align-items: center;
  position: relative;
  gap: 8px;
  overflow: visible;
}

.checkbox_input {
  position: absolute;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.checkbox_inner {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #626262;
  background: transparent no-repeat center;
}

.checkbox_input:checked + .checkbox_inner {
  border-color: #1f60bb;
  background-color: #1f60bb;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='14px' height='10px' viewBox='0 0 14 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 59.1 (86144) - https://sketch.com --%3E%3Ctitle%3Echeck%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='ios_modification' transform='translate(-27.000000, -191.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='Group-Copy' transform='translate(0.000000, 164.000000)'%3E%3Cg id='ic-check-18px' transform='translate(25.000000, 23.000000)'%3E%3Cpolygon id='check' points='6.61 11.89 3.5 8.78 2.44 9.84 6.61 14 15.56 5.05 14.5 4'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 8px 8px;
}
p.checkbox_text {
  color: white;
}

.disabled {
  pointer-events: none;
}

.copy-container {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  opacity: 1;
}

.copy-btn {
  display: flex;
  align-items: center;
  border: none;
  gap: 3px;
  border-radius: 5px;
  padding: 3px;
  opacity: 0.7;
  color: #6d87b3;
  background-color: #f0f4f8;
}

.copy-btn p {
  font-size: 10px;
}

.continue-link {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.continue-link span {
  margin-left: 5px;
}

.continue-tp-container {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  margin: 20px 0 30px 0;
}

.continue-conversation-container {
  position: relative;
  background: #424a6b;
  padding: 7px;
  border-radius: 20px;
  position: relative;
  align-items: center;
  display: flex;
  /* margin-bottom: 20px; */
  width: 200px;
}

.continue-conversation-container img, .watch-on-tpp-container img {
  width: 90px;
}

.continue-conversation-container a {
    color: #FFF;
    text-decoration: none;
    margin-left: 10px;
    width: 100%;
    z-index: 10;
}

.continue-conversation-container i {
    position: absolute;
    right: 10px;
    z-index: 9;
}

.media-counter {
  position: absolute;
  bottom: 30px;
  left: 60px;
  align-items: center;
}
.about-us-outer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0e1939b5;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  border-radius: 20px;
}
.watch-on-tpp-container {
  bottom: 5px;
  left: 60px;
  color: #b5b5b5;
  cursor: pointer;
}
.about-us-overlay {
  display: flex;
  flex-direction: column;
  width: 90%;
  min-height: 200px;
  align-items: center;
  position: relative;
}

.about-us-overlay h1 {
  color: white;
  font-size: 17px !important;
  text-align: -webkit-center;
  margin-bottom: 10px;
}

.about-us-overlay p {
  text-align: center;
  margin-bottom: 10px;
}

.trial-donate-container {
  display: flex;
  position: absolute;
  bottom: 0;
  border: 1pt solid white;
  border-radius: 20px;
  width: 150px;
  padding: 5px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* .about-us-overlay .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  color: white;
  cursor: pointer;
} */

.watch-more {
  background: none;
  border: 1pt solid white;
  border-radius: 20px;
  color: #fff;
  font-size: 13px;
  padding: 5px;
  width: 150px;
  cursor: pointer;
}
.about-us-donate,
.free-trial-btn {
  background: none;
  border: unset;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}

.donate-background {
  background-color: #e90101;
}
.sign-in-outer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000000b5;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  border-radius: 20px;
}

.sign-in-overlay {
  display: flex;
  flex-direction: column;
  width: 90%;
  min-height: 200px;
  justify-content: center;
  align-items: center;
}

.sign-in-overlay h1 {
  color: white;
  font-size: 17px !important;
  text-align: -webkit-center;
}

.sign-in-overlay .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  color: white;
  cursor: pointer;
}

.authenticate-btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 164px;
  padding: 20px 0 0 0;
}

.sign-up-btn {
  border: 1px solid #ff8868;
  border-radius: 30px;
  padding: 10px 50px;
  cursor: pointer;
}

.play-media-watch-now {
  gap: "unset !important";
  padding: "5px 25px; !important";
  text-align: -webkit-center;
}

.tpplus-watch-now {
  font-size: 11px;
}

/* SmartSearch product ads */
.related-products-wrapper {
  padding: 5px 0;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(135deg, #2f2f2f, #1a1a1a);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  opacity: 0.95;
  z-index: 1000;
}

.related-products-wrapper h3 {
  color: #ffffff;
}
.series-container {
  position: absolute;
  left: 5px;
  top: -25px;
  z-index: 1;
}

.series-container img {
  height: 100px;
  width: 100px;
}

.related-products-content a {
  white-space: nowrap;
}

.related-products-content {
  display: flex;
  align-items: center;
  overflow-x: auto;
  position: relative;
  justify-content: center;
  gap: 40px;
}

.product-list-container {
  overflow-x: auto;
  max-width: 150px;
}

.related-products-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 250px;
  margin-left: 140px;
  text-align: -webkit-center;
}

.related-products-list img {
  width: 50px;
  height: 50px;
}

.product-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: transform 0.2s ease, color 0.3s;
}

.product-item:hover,
.browse-resources:hover {
  transform: translateY(-2px);
}

.product-item img {
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 0.25rem;
  border: 1px solid #444;
}

.product-item span {
  font-size: 0.7rem;
  text-align: center;
  color: #fff;
}

.swiper-button {
  transform: scale(0.4);
  color: #fff !important;
  width: calc(var(--swiper-navigation-size) / 44 * 20) !important;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}

.related-products-chevron-down {
  position: absolute;
  right: 5px;
  top: -4px;
  font-size: 0.9rem;
  cursor: pointer;
  color: #aaa;
  transition: color 0.3s;
}

.related-products-chevron-down:hover {
  color: #fff;
}

.related-products-info {
  cursor: pointer;
  color: #fff;
  transition: color 0.3s;
}
.browse-resources {
  padding: 5px 14px;
  border: none;
  cursor: pointer;
  border-radius: 15px;
  font-size: 14px;
  transition: transform 0.2s ease, color 0.3s;
  width: 100%;
}

.series-container-mobile {
  display: flex;
  align-items: center;
  position: absolute;
  top: 13px;
  right: 15px;
  gap: 27px;
  background: linear-gradient(135deg, #2f2f2f, #1a1a1a);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  padding: 5px;
  border-radius: 5px;
  text-align-last: center;
}

.series-title-mobile {
  color: #fff;
  font-size: 11px;
  max-width: 100px;
  white-space: nowrap;
}
.product-item-mobile img {
  height: 60px;
  width: 60px;
}
.series-mobile-close-btn {
  position: absolute;
  right: -9px;
  top: -15px;
}

/* biblestrong-ai chat iframe */
.bs-ai-iframe-opener {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 45px;
  cursor: pointer;
  color: rgb(35, 47, 62);
}
.bs-ai-iframe-opener .fa-message {
    position: relative;
}

.iframe-opener-title-container {
  padding: 10px;
  border-radius: 20px;
  background: linear-gradient(135deg, #37298c, #243d7a);
  display: flex;
  gap: 5px;
  align-items: center;
}
.iframe-opener-title-container img {
  width: 100px;
}

.iframe-opener-title-container span {
  color: white; 
  font-size: 12px;
  position: relative;
  top: 1px;
}

.bs-ai-iframe-opener .fa-message::after {
    content: var(--badge-content-bsai, '1');
    position: absolute;
    top: -6px;
    right: -6px;
    width: 17px;
    height: 17px;
    background: red;
    border-radius: 50%;
    color: white;
    font-size: 9px;
    text-align: center;
    line-height: 16px;
}
.bs-ai-iframe-opener.jump {
  animation: jump 1s ease-in-out infinite;
}
@keyframes jump {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.iframe-container {
  position: fixed;
  top: 160px;
  left: 20px;
  border: none;
  border-radius: 25px;
  z-index: 1000;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 1);
}

.drag-handle {
  background-color: rgb(35, 47, 62);
  color: white;
  padding: 5px 15px;
  cursor: move;
  border-radius: 10px 10px 0 0;
  height: 30px;
  font-size: 16px;
  gap: 43px;
  display: flex;
  text-align: center;
  cursor: move;
  position: relative;
}

.drag-handle .drag-handle-btns {
  position: absolute;
  right: 5px;
}

.drag-handle i {
  font-size: 22px;
  padding: 5px 2px 0px 8px;
}
.iframe-exit {
  position: relative;
  cursor: pointer;
  color: #458ad0;
}
.resize-handle {
    position: absolute;
    width: 10px;
    height: 10px;
    z-index: 1000;
}

.resize-handle i {
  transform: rotate(90deg);
  color: #fff;
  margin-left: -15px;
  margin-top: -15px;
}
.resize-se { 
  bottom: 0px;
  right: 0px;
  cursor: nwse-resize;
}

#bs-ai-iframe {
  border: none;
  border-radius: 0 0 25px 25px;
  width: 100%;
  height: 80vh;
}

.iframe-title-container{
  display: flex;
  align-items: center;
  gap: 10px;
}
.iframe-title-container p {
  font-size: 13px;
  border-left: 2px solid #fff;
  padding: 0px 0px 0px 8px;
  margin-top: 2px;
}
.iframe-title-container img {
  width: 55%;
}
@media (max-width: 768px) {
  #bs-ai-iframe {
        width: 100vw !important;
  }
  .iframe-container {
    position: fixed;
    left: 0px;
    border: none;
    border-radius: 25px;
    z-index: 100;
  }
}

@media (max-height: 800px) {
  #bs-ai-iframe {
    height: 75vh !important;
  }
  .bible-strong {
    margin-top: 20px;
  }
}


/* biblestrong-ai chat iframe */

/* TABS */
.search-tabs {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  border-bottom: 1px solid #ebebeb;
  margin: 0 0 20px 0;
}
.search-tabs a {
  display: block;
  padding: 10px 30px;
  border-bottom: 3px solid transparent;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  color: #5c5c5c !important;
  transition: all 0.25s ease;
}
.search-tabs a:hover:not(.selected) {
  color: #333 !important;
  transition: all 0.25s ease;
}
.search-tabs a.selected {
  color: #3374eb !important;
  border-bottom: 3px solid #3374eb;
  transition: all 0.25s ease;
}
.search-info {
  font-size: 13px;
  color: #666;
  margin-bottom: 30px;
}
.search-info a {
  font-size: 13px;
}

/* RESULTS */
.search-result {
  margin: 0 0 20px 0;
}
.search-result a,
.search-result a:link {
  color: #2012ae;
}
.search-result a:visited {
  color: #63039b;
}
.search-result .title {
  font-size: 16px;
}
.search-result .link {
  color: #008000;
  font-size: 13px;
}

/* PAGINATION */
.search-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.search-pagination a {
  display: block;
  text-align: center;
  padding: 5px;
  margin: 0 5px;
  text-decoration: none;
  color: #3374eb !important;
  transition: all 0.25s ease;
}
.search-pagination a .fa {
  font-size: 1.4em;
}
.search-pagination a.current {
  background: #3374eb;
  color: #fff !important;
  text-decoration: none;
  border-radius: 30px;
  padding: 5px 10px 5px 10px;
}
.search-pagination a:hover:not(.current) {
  text-decoration: underline;
  transition: all 0.25s ease;
}
.search-pagination .pagination-dots {
  white-space: nowrap;
  padding: 0 10px;
}

/* PRODUCTS */
.products-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.products-wrapper .filters {
  display: flex;
  flex-direction: column;
  width: 200px;
  margin-right: 20px;
}
.products-wrapper .products {
  width: calc(100% - 220px);
}
.products-wrapper .filters .col {
  margin: 0 0 20px 0;
}
.products-wrapper .filters label,
.products-wrapper .filters a {
  position: relative;
  display: block;
  margin: 0 0 5px 0;
}
.products-wrapper .filters label {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #3374eb;
}
.products-wrapper .filters label .uncheck-all {
  position: absolute;
  right: 0;
  font-size: 11px;
  font-weight: 500;
  text-transform: none;
  cursor: pointer;
}
.products-wrapper .filters a {
  text-decoration: none;
  color: #333 !important;
  font-size: 13px;
  line-height: 1.2em;
}
.products-wrapper .filters a.exclude {
  color: #555 !important;
}
.products-wrapper .filters h2 {
  margin: 0 0 10px 0;
  padding: 8px 0 3px 0;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
}
.btn-filters-mobile,
.products-wrapper .filters .btn-filters-close {
  display: none;
}

@media (max-width: 800px) {
  .products-wrapper {
    flex-direction: column;
  }
  .products-wrapper .filters,
  .products-wrapper .products {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .products-wrapper .filters {
    display: none;
  }
  .products-wrapper .filters.mobile {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
  }
  .products-wrapper .filters.mobile .filters-inner {
    width: calc(100% - 40px);
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 20px 20px 20px 20px;
  }
  .products-wrapper .filters.mobile .cols {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .products-wrapper .filters.mobile .col {
    width: calc(25% - 20px);
  }
  .products-wrapper .filters.mobile label {
    margin-bottom: 24px;
  }
  .products-wrapper .filters.mobile label .uncheck-all {
    top: 18px;
    left: 0;
  }
  .btn-filters-mobile {
    display: block;
    background: #3374eb;
    color: #fff !important;
    width: calc(100% - 20px);
    text-align: center;
    text-decoration: none;
    padding: 10px;
    margin: -10px 0 20px 0;
    border-radius: 0;
  }
  .products-wrapper .filters .btn-filters-close {
    display: block;
    position: absolute !important;
    top: 12px;
    right: 21px;
    font-size: 24px !important;
    color: #333 !important;
  }
  .products-wrapper .filters .btn-filters-apply {
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.02em;
    background: #3374eb;
    color: #fff !important;
    margin-bottom: 40px;
  }
}
@media (max-width: 550px) {
  .products-wrapper .filters.mobile .cols {
    display: block;
    columns: 3;
    column-gap: 20px;
  }
  .products-wrapper .filters.mobile .cols .col {
    width: calc(100% - 20px);
    break-inside: avoid;
  }
}
@media (max-width: 475px) {
  .products-wrapper .filters.mobile .cols {
    columns: 2;
  }
  .products-wrapper .filters.mobile .cols .col {
    width: calc(100% - 20px);
  }
  .watch-on-tpp-container {
    left: 20px;
  }

  .watch-more {
    width: 120px;
  }
  .response-selection_text {
    font-size: 11px;
  }
  .custom-controls {
    height: 40px;
  }
}
@media (max-width: 580px) {
  .search-desktop-only {
    display: none;
  }
  .search-top h1 {
    font-size: 35px;
  }

  .response-selection_container {
    right: 10px;
    flex-direction: column;
    bottom: 1px;
    gap: 0;
    align-items: self-end;
  }
  .response-selection_text {
    font-size: 10px;
  }
  .thumbs {
    font-size: 12px;
  }

  .watch-more {
    padding: 0;
    font-size: 10px;
  }

  .chatbot-result {
    padding: 0px 5px 25px;
  }

  .player {
    width: 100%;
  }

  .media_player {
    padding: unset;
  }

  .send-feedback-wrapper {
    display: flex;
    flex-direction: column;
    align-self: center;
  }
}

@media (max-width: 465px) {
  .chatbot-title {
    display: block;
    padding: 10px 10px 10px;
  }
  .chatbot-title h1 {
    font-size: 23px;
  }
  .chatbot-title_bottom-row {
    margin: 7px 0;
  }
  .feedback-popup {
    width: 70%;
  }
}

@media (max-width: 660px) {
  .series-container img {
    height: 85px;
    width: 85px;
  }

  .related-products-content {
    gap: 0;
  }

  .related-products-title {
    min-width: 200px;
    margin-left: 80px;
  }

  .related-products-title p {
    font-size: 12px;
  }
}

@media (max-width: 350px) {
  .watch-more {
    width: 104px;
  }

  .response-selection_text {
    font-size: 10px;
  }
}
