/*
 * Provides a drop-in pointer for the default Trix stylesheet that will format the toolbar and
 * the trix-editor content (whether displayed or under editing). Feel free to incorporate this
 * inclusion directly in any other asset bundle and remove this file.
 *
*/

/*
 * We need to override trix.css’s image gallery styles to accommodate the
 * <action-text-attachment> element we wrap around attachments. Otherwise,
 * images in galleries will be squished by the max-width: 33%; rule.
*/
.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}

.trix-content p {
  color: #4d4d4d;
}
/*! @algolia/ui-components-horizontal-slider-theme 1.2.1 (UNRELEASED acd5a1b) | MIT License | Â© Algolia, Inc. and contributors | https://github.com/algolia/ui-components */
:root {
    --aui-primary-color: #9698c3;
    --aui-muted-color: #c4c4c4;
    --aui-dark-color: #0f0f0f
}

.uic-HorizontalSlider-container {
    position: relative;
}

.uic-HorizontalSlider-navigation {
    align-items: center;
    background: #f1f1f1;
    border: 1px solid #fff;
    border-radius: 2px;
    box-shadow: 0 2px 6px rgba(90, 94, 154, .44);
    color: #9698c3;
    color: var(--aui-primary-color);
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    outline-color: #9698c3;
    outline-color: var(--aui-primary-color);
    padding: 0;
    position: absolute;
    top: 35%;
    transition: opacity .15s;
    width: 32px;
    z-index: 1
}

@media (hover: none) and (pointer: coarse) {
    .uic-HorizontalSlider-navigation {
        display: none
    }
}

.uic-HorizontalSlider-container:hover .uic-HorizontalSlider-navigation:not([hidden]) {
    opacity: 1;
    visibility: visible
}

.uic-HorizontalSlider-navigation, .uic-HorizontalSlider-navigation[hidden] {
    opacity: 0;
    visibility: hidden
}

.uic-HorizontalSlider-navigation--previous {
    left: 0;
    transform: translateX(-25%)
}

.uic-HorizontalSlider-navigation--next {
    right: 0;
    transform: translateX(25%)
}

.uic-HorizontalSlider-list {
    display: grid;
    grid-gap: .5rem;
    gap: .5rem;
    list-style: none;
    margin: 0;
    outline-color: #9698c3;
    outline-color: var(--aui-primary-color);
    outline-offset: .5rem;
    scroll-behavior: smooth;
    -ms-scroll-snap-type: mandatory;
    scroll-snap-type: mandatory;
    grid-auto-columns: 42%;
    grid-auto-flow: column;
    overflow-x: auto;
    padding: 0 0 .5rem;
    -ms-scroll-snap-type: x proximity;
    scroll-snap-type: x proximity;
    scrollbar-color: #0f0f0f #c4c4c4;
    scrollbar-color: var(--aui-dark-color) var(--aui-muted-color);
    scrollbar-width: thin
}

.uic-HorizontalSlider-list::-webkit-scrollbar {
    height: 2px
}

.uic-HorizontalSlider-list::-webkit-scrollbar-track {
    background-color: #c4c4c4;
    background-color: var(--aui-muted-color)
}

.uic-HorizontalSlider-list::-webkit-scrollbar-thumb {
    background-color: #0f0f0f;
    background-color: var(--aui-dark-color)
}

@media (min-width: 999px) {
    .uic-HorizontalSlider-list {
        grid-auto-columns: 30%
    }
}

.uic-HorizontalSlider-item {
    scroll-snap-align: start
}

.uic-HorizontalSlider-item * {
    outline-color: #9698c3;
    outline-color: var(--aui-primary-color);
    outline-offset: 3px
}
@tailwind base;
@tailwind components;
@tailwind utilities;

/*

@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  }
}

*/
.show-when-disabled {
    display: none;
}

[disabled] .show-when-disabled {
    display: initial;
}

.show-when-enabled {
    display: initial;
}

[disabled] .show-when-enabled {
    display: none;
}
.tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0
}

[data-tippy-root] {
    max-width: calc(100vw - 10px);
}

.tippy-box {
    position: relative;
    background-color: white;
    color: black;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    white-space: normal;
    outline: 0;

    transition-property: transform, visibility, opacity;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
    /*overflow: clip;*/
}

.tippy-box[data-placement^=top] > .tippy-arrow {
    bottom: 0
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
    bottom: -7px;
    left: 0;
    border-width: 8px 8px 0;
    border-top-color: initial;
    transform-origin: center top
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
    top: 0
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
    top: -7px;
    left: 0;
    border-width: 0 8px 8px;
    border-bottom-color: initial;
    transform-origin: center bottom
}

.tippy-box[data-placement^=left] > .tippy-arrow {
    right: 0
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
    border-width: 8px 0 8px 8px;
    border-left-color: initial;
    right: -7px;
    transform-origin: center left
}

.tippy-box[data-placement^=right] > .tippy-arrow {
    left: 0
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
    left: -7px;
    border-width: 8px 8px 8px 0;
    border-right-color: initial;
    transform-origin: center right
}

.tippy-box[data-inertia][data-state=visible] {
    transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11)
}

.tippy-arrow {
    width: 16px;
    height: 16px;
    color: white
}

.tippy-arrow:before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid
}

.tippy-content {
    position: relative;
    padding: 5px 9px;
    z-index: 1;
    background-color: white;
    border-radius: 5px;
    overflow: clip;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

@import "vendor/swiper.css";

.ais-RangeInput-form {
    display: flex;
    align-items: center
}


.ais-RangeSlider .rheostat {
    overflow: visible;
    margin-top: 40px;
    margin-bottom: 40px
}


.ais-RangeSlider .rheostat-handle {
    margin-left: -12px;
    top: -7px
}

.ais-RangeSlider .rheostat-progress {
    position: absolute;
    top: 1px;
    height: 4px;
    background-color: #333
}

.rheostat-handle {
    position: relative;
    z-index: 1;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 50%;
    cursor: grab
}

.rheostat-marker {
    margin-left: -1px;
    position: absolute;
    width: 1px;
    height: 5px;
    background-color: #aaa
}

.rheostat-marker--large {
    height: 9px
}

.rheostat-value {
    margin-left: 50%;
    padding-top: 15px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
}

.rheostat-tooltip {
    margin-left: 50%;
    position: absolute;
    top: -28px;
    text-align: center;
    transform: translateX(-50%);
    visibility: hidden;
}
.rheostat-tooltip-visible {
    visibility: visible !important;
}

.rheostat-tooltip::before {
    content: "$"
}

.ais-RangeInput-separator {
    margin: 0 .5rem
}

.ais-RangeInput-submit {
    margin-left: .5rem
}

.ais-RangeSlider .rheostat {
    margin: 40px 6px
}

.ais-RangeSlider .rheostat-horizontal {
    cursor: pointer;
    width: calc(100% - 15px)
}

.ais-RangeSlider .rheostat-background {
    background-color: #d1d5db;
    border: none;
    border-radius: 3px;
    /*box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .1), 0 .5px 0 0 rgba(255, 255, 255, .05);*/
    height: 4px;
    top: 0px;
    width: 100%;
    position: relative;
}

.ais-RangeSlider .rheostat-progress {
    background-color: #1e3a8a;
    border-radius: 3px;
    height: 4px;
    max-width: 100%;
    top: 0
}

.ais-RangeSlider .rheostat-tooltip {
    color: #6b7280;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.rheostat-handle-lower:hover .rheostat-tooltip{
    visibility: visible;
}

.rheostat-handle-upper:hover .rheostat-tooltip{
    visibility: visible;
}

.ais-RangeSlider .rheostat-handle {
    background-color: #1e3a8a;
    border: 2px solid #ffffff;
    border-radius: 100%;
    height: 12px;
    width: 12px;
    margin-left: -6px;
    top: -4px;
}


.ais-RangeSlider .rheostat-handle::before {
    left: 4px
}

.ais-RangeSlider .rheostat-handle::after {
    right: 4px
}

.ais-RangeSlider .rheostat-marker {
    background-color: #d6d6e7
}

/*[checked=""]{*/
/*    color: #7c3aed !important;;*/
/*    background-color: #7c3aed !important;*/
/*}*/




/* instantsearch.js searchbox */

.ais-SearchBox-submit,
.ais-SearchBox-reset {
    padding: 0;
    overflow: visible;
    font: inherit;
    line-height: normal;
    color: inherit;
    background: none;
    border: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.ais-SearchBox-submit::-moz-focus-inner,
.ais-SearchBox-reset::-moz-focus-inner {
    padding: 0;
    border: 0
}

.ais-SearchBox-submit[disabled],
.ais-SearchBox-reset[disabled] {
    cursor: default
}

.ais-SearchBox-input::-ms-clear,
.ais-SearchBox-input::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

.ais-SearchBox-input::-webkit-search-decoration,
.ais-SearchBox-input::-webkit-search-cancel-button,
.ais-SearchBox-input::-webkit-search-results-button,
.ais-SearchBox-input::-webkit-search-results-decoration {
    display: none
}


.ais-SearchBox-form {
    background-color: #fff;
    display: flex;
    font-size: .875rem;
    height: 2.5rem;
    line-height: 1.25rem;
    position: relative;
    width: 100%
}

.ais-SearchBox-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #0284c7;
    border-radius: 24px;
    caret-color: #5a5e9a;
    color: #23263b;
    flex: 1 1 0%;
    font: inherit;
    max-width: 100%;
    padding-left: 2.5rem
}

.ais-SearchBox-input::-moz-placeholder {
    color: #5a5e9a
}

.ais-SearchBox-input::placeholder {
    color: #454545;
    font-size: 16px;
}

.ais-SearchBox-form::before {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%235a5e9a%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%228%22%3E%3C%2Fcircle%3E%3Cline%20x1%3D%2221%22%20y1%3D%2221%22%20x2%3D%2216.65%22%20y2%3D%2216.65%22%3E%3C%2Fline%3E%3C%2Fsvg%3E") repeat scroll 0% 0%;
    content: "";
    height: 1rem;
    left: 1rem;
    margin-top: -0.5rem;
    position: absolute;
    top: 50%;
    width: 1rem
}

.ais-SearchBox-input:focus {
    border: 2px solid #0284c7;
    box-shadow: rgba(35, 38, 59, .05) 0 1px 0 0;
    outline: currentcolor none medium
}

.ais-SearchBox-input:disabled {
    background: rgba(0, 0, 0, 0) linear-gradient(-180deg, #fff, #f5f5fa) repeat scroll 0% 0%;
    border-color: #efeff5;
    box-shadow: none;
    cursor: not-allowed
}

.ais-SearchBox-input:disabled::-moz-placeholder {
    color: #b6b7d5;
    pointer-events: none
}

.ais-SearchBox-input:disabled::placeholder {
    color: #b6b7d5;
    pointer-events: none
}

.ais-SearchBox-input::-webkit-search-cancel-button,
.ais-SearchBox-input::-webkit-search-decoration,
.ais-SearchBox-input::-webkit-search-results-button,
.ais-SearchBox-input::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none
}

.ais-SearchBox-loadingIndicator,
.ais-SearchBox-reset {
    align-items: center;
    border-radius: 50%;
    display: flex;
    fill: #484c7a;
    height: 20px;
    justify-content: center;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 20px
}

.ais-SearchBox-reset:focus {
    background: #b6b7d5;
    fill: #fff;
    outline: 0
}

.ais-RefinementList-searchBox .ais-SearchBox-loadingIndicator,
.ais-RefinementList-searchBox .ais-SearchBox-reset {
    right: .5rem
}

.ais-SearchBox-loadingIndicator[hidden],
.ais-SearchBox-reset[hidden] {
    display: none
}

.ais-SearchBox-submit {
    display: none
}

.ais-Menu-searchBox,
.ais-RefinementList-searchBox {
    margin-bottom: .5rem
}

.ais-Menu-searchBox .ais-SearchBox-form,
.ais-RefinementList-searchBox .ais-SearchBox-form {
    height: 2rem
}

.ais-Menu-searchBox .ais-SearchBox-form::before,
.ais-RefinementList-searchBox .ais-SearchBox-form::before {
    left: .5rem
}

.ais-Menu-searchBox .ais-SearchBox-input,
.ais-RefinementList-searchBox .ais-SearchBox-input {
    padding-left: 2rem
}

@media(max-width: 767px) {
    .ais-SearchBox-input {
        font-size: 1rem
    }
}

.ais-RangeInput-label::before {
    content: "$"
}

.noRefinementRoot {
    display: none
}


@layer utilities {
    /* Chrome, Safari and Opera */
    .no-scrollbar::-webkit-scrollbar {
        display: none;
    }

    .no-scrollbar {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }
}

.aa-Panel {
    z-index: 21 !important;
}

.aa-SubmitIcon {
    color: white !important;
}


.ais-Panel--collapsed .ais-Panel-body {
    display: none;
}

.ais-Panel-collapseButton span {
    width: 100%;
}

div[data-bv-show="inline_rating"] {
    display: none !important;
}
div[data-bv-show="inline_rating"]:has(div):not(:has(div.bv_hide_visibility)) {
    display: flex !important;
}
