:root {
    --swiper-theme-color: rgb(219,182,88);
}

.text-glow {
    color: #000;
    margin: 20px auto;
    text-shadow: 0 0 10px rgb(219 182 88 / 90%), 0 0 20px rgb(219 182 88 / 70%);
}

.bg-glow {
    box-shadow: 0 0 32px rgba(219,182,88,0.90), 0 0 60px rgba(219, 182,88,0.70);
}


.custom-range-js {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	cursor: pointer;
	border-radius: 5px;
	background: transparent;
	background: linear-gradient(to right, #dbb658 var(--range-fill), #d5d5d5 var(--range-fill));
}

.custom-range-js::-webkit-slider-runnable-track {
	height: 10px;
	background: transparent;
}

.custom-range-js::-moz-range-track {
	height: 10px;
	background: transparent;
}

.custom-range-js::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 28px;
	height: 28px;
	margin-top: -10px;
	border-radius: 50%;
	background-color: #fff;
	border: 3px solid #dbb658;
}

.custom-range-js::-moz-range-thumb {
	width: 28px;
	height: 28px;
	margin-top: -10px;
	border-radius: 50%;
	background-color: #fff;
	border: 3px solid #dbb658;
}

.custom-range-js:focus {
	outline: none;
}

.custom-range-js:focus::-webkit-slider-thumb {
	border-width: 4px;
	outline: 2px solid #dbb658;
	outline-offset: 4px;
}

.custom-range-js:focus::-moz-range-thumb {
	border-width: 4px;
	outline: 2px solid #dbb658;
	outline-offset: 4x;
}

.tox .tox-promotion-link,
.tox-statusbar__branding {
    opacity: 0;
}

.iti__country-list {
    max-width: 340px;
}

.swiper-slide {
    height: auto;
}

.site-main {
    scroll-behavior: smooth;
    scroll-padding-top: 75px;
}

.break-word {
    word-break: break-word;
}
.webShareModal {
    z-index: 5;
}

.toastify {
    background-color: #3c3c3c;
    background: -webkit-linear-gradient(180deg,#3c3c3c,#1c1c1c);
    background: linear-gradient(180deg,#3c3c3c,#1c1c1c);
}
.toastify.toast-error {
    background-color: #dc2626;
    background: #dc2626;
}
.toastify.toast-success {
    background-color: #16a34a;
    background: #16a34a;
}

.fade-away {
    animation: aniFadeAeay 5000ms linear 0ms 1 normal forwards;
}

@keyframes aniFadeAeay {
    75% {opacity:1}
    100% {opacity:0}
}

.inputLocation {
    padding-right: 40px;
}

.input-switch-dot {
    opacity: 0;
    animation: aniInputSwitchDot 900ms linear 0ms 1 normal forwards;
}
@keyframes aniInputSwitchDot {
    90% {opacity:0}
    100% {opacity:1}
}
.input-switch:checked ~ .input-switch-dot {
    transform: translateX(100%);
    background-color: #f59e0b;
}

.pac-container {
    border-radius: 0 0 5px 5px;
}
.pac-logo::after {
    display: none;
    background-image: none;
}

.site-header {
    max-width: 100vw;
    overflow-x: clip;
    z-index: 5;
}

html,
body {
    max-width: 100%;
}

body {
    overflow-x: clip;
}

.site-header > div {
    min-width: 0;
}

.site-header-actions {
    -webkit-overflow-scrolling: touch;
    max-width: calc(100vw - 170px);
    min-width: 0;
    scrollbar-width: none;
}

.site-header-actions::-webkit-scrollbar {
    display: none;
}

.site-header-actions > a,
.site-header-actions > div {
    flex: 0 0 auto;
}

.pc-advert-thumb,
.pc-product-thumb,
.pc-marketplace-card-media img,
.learning-centre-ad img,
.ad-slot-slider img {
    image-orientation: from-image;
}

@supports not (overflow: clip) {
    .site-header,
    body {
        overflow-x: hidden;
    }
}

@media (max-width: 420px) {
    .site-header .site-logo-img {
        width: 96px;
    }

    .site-header-actions {
        max-width: calc(100vw - 136px);
    }

    .site-header-actions > a,
    .site-header-actions button {
        min-height: 40px;
        padding-left: .45rem;
        padding-right: .45rem;
    }
}

#siteMenu {
    width:280px;
    max-width:90%;
    left: -200px;
    opacity: 0;
    z-index:10;
    pointer-events: none;
}

#siteMenuToggle:checked + div #siteMenu {
    left: 0;
    opacity: 1;
    pointer-events: auto;
}
#siteMenuToggle:checked + div #siteMenuOverlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: block;
    position: fixed;
    backdrop-filter: blur(3px);
    background-color: rgba(0,0,0,0.3);
}

#home-categories-slider .swiper-slide {
    width: 6rem;
}
#home-categories-slider .swiper-button-prev,
#home-categories-slider .swiper-button-next {
    background: rgba(255,255,255,0.75);
    border-radius: 4px;
    border: 1px solid #dbb658;
}
#home-categories-slider .swiper-button-prev::after,
#home-categories-slider .swiper-button-next::after {
    font-size: 1.75rem;
}
#home-categories-slider .swiper-scrollbar {
    bottom: 1px;
}
#home-categories-slider .swiper-scrollbar-drag {
    background: #dbb658;
}

.pc-home-breeds-slider {
    max-width: 100%;
    overflow: hidden !important;
    padding-bottom: 1rem;
}
.pc-home-breeds-slider .swiper-wrapper {
    align-items: stretch;
    box-sizing: border-box;
}
.pc-home-breeds-slider .swiper-slide {
    height: auto;
    max-width: none !important;
    min-width: 0;
    width: auto;
}
.pc-home-breeds-slider .swiper-button-prev,
.pc-home-breeds-slider .swiper-button-next {
    background: rgba(255,255,255,0.9);
    border-radius: 4px;
    border: 1px solid #dbb658;
    color: #111827;
}
.pc-home-breeds-slider .swiper-button-prev::after,
.pc-home-breeds-slider .swiper-button-next::after {
    font-size: 1.5rem;
}
.pc-home-breeds-slider .swiper-scrollbar {
    bottom: 1px;
}
.pc-home-breeds-slider .swiper-scrollbar-drag {
    background: #dbb658;
}
.pc-home-breed-card {
    display: flex;
    height: 100%;
    min-width: 0;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(17,24,39,0.08);
    transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.pc-home-breed-card:hover,
.pc-home-breed-card:focus {
    border-color: #dbb658;
    box-shadow: 0 8px 20px rgba(17,24,39,0.12);
    transform: translateY(-1px);
}
.pc-home-breed-card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 50%;
    background: #dbb658;
    border-bottom: 1px solid #e5e7eb;
}
.pc-home-breed-card-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pc-home-breed-card-fallback {
    display: flex;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #111827;
    font-size: 3rem;
    font-weight: 800;
}
.pc-home-breed-card-body {
    display: flex;
    min-height: 4.75rem;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    gap: .5rem;
    padding: .75rem;
}
.pc-home-breed-card-title {
    display: -webkit-box;
    overflow: hidden;
    color: #111827;
    font-weight: 800;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pc-home-breed-card-meta {
    color: #6b7280;
    font-size: .8125rem;
    font-weight: 700;
    line-height: 1.2;
}
.pc-home-breed-card-all .pc-home-breed-card-image {
    background: linear-gradient(135deg, #f6e7b1, #dbb658);
}

.form-input {
    background-color: #ffffff !important;
    box-shadow: inset 0 0 0 50px #ffffff !important;
}

.form-input-no-arrows::-webkit-inner-spin-button,
.form-input-no-arrows::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.form-input-no-arrows {
    -moz-appearance: textfield;
}


/*.btn {
    line-height: 1;
    padding: 0.75rem 1rem;
    border-radius: 0.375rem;
}*/

/*.btn:focus {
    outline-color: #ddb97c;
    outline-offset: 1px;
    outline-style: solid;
}*/

.btn-prev , .btn-next {
    line-height: 1;
    padding: 0.75rem 1rem;
    border-radius: 0.375rem;
}
.btn-prev:focus {
    outline-color: #e1e1e1;
}

.btn-next {
    color: #ffffff;
    background-color: rgb(219,182,88);
    border-top: 2px solid rgb(222,189,104);
    border-bottom: 2px solid rgb(197,163,79);
}

.btn-prev {
    background-color: #d9d9d9;
}

.btn-login-with-google {
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center left 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath d='M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92c-.26 1.37-1.04 2.53-2.21 3.31v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.09z' fill='%234285F4'/%3E%3Cpath d='M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z' fill='%2334A853'/%3E%3Cpath d='M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93l2.85-2.22.81-.62z' fill='%23FBBC05'/%3E%3Cpath d='M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z' fill='%23EA4335'/%3E%3Cpath d='M1 1h22v22H1z' fill='none'/%3E%3C/svg%3E");
}

.btn-login-with-facebook {
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center left 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 40 40'%3E%3ClinearGradient id='a' x1='-277.375' x2='-277.375' y1='406.602' y2='407.573' gradientTransform='matrix(40 0 0 -39.7778 11115.001 16212.334)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%230062e0'/%3E%3Cstop offset='1' stop-color='%2319afff'/%3E%3C/linearGradient%3E%3Cpath fill='url(%23a)' d='M16.7 39.8C7.2 38.1 0 29.9 0 20 0 9 9 0 20 0s20 9 20 20c0 9.9-7.2 18.1-16.7 19.8l-1.1-.9h-4.4l-1.1.9z'/%3E%3Cpath fill='%23fff' d='m27.8 25.6.9-5.6h-5.3v-3.9c0-1.6.6-2.8 3-2.8H29V8.2c-1.4-.2-3-.4-4.4-.4-4.6 0-7.8 2.8-7.8 7.8V20h-5v5.6h5v14.1c1.1.2 2.2.3 3.3.3 1.1 0 2.2-.1 3.3-.3V25.6h4.4z'/%3E%3C/svg%3E");
}



/*.classifiedFilterSidebar {
    max-width: 90%;
    width: 290px;
    z-index: 5;
}
*/

/* single advert start */
#mediaSliderNavEl .swiper-slide {
    opacity: 0.5;
    width: 100px;
    height: 100px;
    cursor: pointer;
}
#mediaSliderNavEl .swiper-slide-thumb-active {
    opacity: 1;
    cursor: default;
}
/* single advert end */



#chatSidebar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 290px;
    max-width: 90%;
    background-color: #ffffff;
    z-index: 5;
    left: -290px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 300ms, left 200ms;
}

#chatSidebarContent {
    position: relative;
    z-index: 5;
}
#chatSidebarToggle:checked + #chatSidebar {
    left: 0;
    opacity: 1;
    pointer-events: auto;
}
#chatSidebarToggle:checked + #chatSidebar #chatSidebarOverlay {
    display: inline-block;
    background-color: rgba(0,0,0,0.3);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 4;
}

@media(min-width:768px){
    #chatSidebar {
        pointer-events: auto;
        position: static;
        width: 33.33%;
        opacity: 1;
        max-width: 100%;
        left: 0;
        z-index: 2;
    }
    #chatSidebar #chatSidebarOverlay {
        display: none;
    }
    #home-categories-slider .swiper-slide {
        width: 7rem;
    }
    .pc-home-breeds-slider .swiper-slide {
        width: auto;
    }
}

.filters-sidebar-overlay,
.sort-sidebar-overlay {
    opacity: 0;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    pointer-events: none;
    background-color: transparent;
}
@media(max-width:1023.98px){
    .filters-sidebar,
    .sort-sidebar {
        z-index: 5;
    }
    .filters-sidebar .filters-sidebar-content,
    .sort-sidebar .sort-sidebar-content {
        top: 0;
        bottom: 0;
        z-index: 5;
        width: 280px;
        height: 100%;
        max-width: 90%;
        overflow-y: auto;
        margin-bottom: 0;
        position: absolute;
    }
    .filters-sidebar .filters-sidebar-content {
        left: -100%;
        transition: left 300ms ease;
    }
    .sort-sidebar .sort-sidebar-content {
        left: -100%;
        transition: left 300ms ease;
    }
    #filters-sidebar:checked + .filters-sidebar .filters-sidebar-content {
        left: 0;
    }
    #sort-sidebar:checked + .sort-sidebar .sort-sidebar-content {
        left: 0;
    }
    #filters-sidebar:checked + .filters-sidebar .filters-sidebar-overlay,
    #sort-sidebar:checked + .sort-sidebar .sort-sidebar-overlay {
        background-color: rgba(0,0,0,0.5);
        backdrop-filter: blur(3px);
        opacity: 1;
        cursor: pointer;
        pointer-events: auto;
    }
}

@media(min-width:1024px){
    .sort-sidebar {
        display: none;
    }
    .footerSocialIconsContainer {
        max-width: 99px;
    }
}

/* Marketplace */
.pc-marketplace-page {
    background: #f3f4f6;
    color: #081a3a;
    min-height: calc(100vh - 72px);
    padding-bottom: 32px;
}

.pc-marketplace-page > div:first-child,
.pc-marketplace-shell {
    max-width: none;
}

.pc-marketplace-page .ad-slot-slider,
.pc-marketplace-page > div:first-child > .ad-slot-slider,
.pc-marketplace-page > div:first-child > a {
    border-radius: 8px;
    overflow: hidden;
}

.pc-marketplace-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    margin-left: 0;
    margin-right: 0;
    min-width: 0;
    padding-top: 18px;
}

.pc-marketplace-content,
.pc-marketplace-sidebar {
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.learning-centre-ad {
    margin: 16px 0;
}

.pc-learning-centre-page {
    max-width: 100%;
    overflow-x: clip;
}

.pc-learning-centre-page *,
.pc-learning-centre-page *::before,
.pc-learning-centre-page *::after {
    box-sizing: border-box;
}

.pc-learning-centre-page .xl\:container,
.pc-learning-centre-page .pc-learning-centre-hero-inner {
    max-width: 100%;
}

.pc-learning-centre-page .pc-learning-centre-layout,
.pc-learning-centre-page .pc-learning-centre-main,
.pc-learning-centre-page .pc-learning-centre-sidebar,
.pc-learning-centre-page main,
.pc-learning-centre-page article,
.pc-learning-centre-page aside,
.pc-learning-centre-page section,
.pc-learning-centre-page fieldset,
.pc-learning-centre-page form,
.pc-learning-centre-page label,
.pc-learning-centre-page .grid,
.pc-learning-centre-page .flex {
    min-width: 0;
}

.pc-learning-centre-page img,
.pc-learning-centre-page video,
.pc-learning-centre-page iframe {
    max-width: 100%;
}

.pc-learning-centre-page .grid > a,
.pc-learning-centre-page .grid > div,
.pc-learning-centre-page .grid > section,
.pc-learning-centre-page .grid > article,
.pc-learning-centre-page .grid > aside,
.pc-learning-centre-page .grid > label {
    min-width: 0;
}

.pc-learning-centre-page .grid > a {
    display: block;
    width: 100%;
}

.pc-learning-centre-page h1,
.pc-learning-centre-page h2,
.pc-learning-centre-page h3,
.pc-learning-centre-page p,
.pc-learning-centre-page a,
.pc-learning-centre-page span,
.pc-learning-centre-page li,
.pc-learning-centre-page summary,
.pc-learning-centre-page dt,
.pc-learning-centre-page dd,
.pc-learning-centre-page strong {
    overflow-wrap: anywhere;
}

.pc-learning-centre-page nav[aria-label] {
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    min-width: 0;
    overscroll-behavior-inline: contain;
}

.pc-learning-centre-page .learning-centre-ad,
.pc-learning-centre-page .learning-centre-ad .ad-slot-slider,
.pc-learning-centre-page .learning-centre-ad .swiper-wrapper,
.pc-learning-centre-page .learning-centre-ad .swiper-slide,
.pc-learning-centre-page [data-learning-centre-ad-fallback] {
    max-width: 100%;
    min-width: 0;
}

.pc-learning-centre-page .learning-centre-ad {
    line-height: 0;
    margin: 0 !important;
}

.pc-learning-centre-page .learning-centre-ad .ad-slot-slider,
.pc-learning-centre-page [data-learning-centre-ad-fallback] {
    background: transparent !important;
    box-shadow: none !important;
}

.pc-learning-centre-page .learning-centre-ad a,
.pc-learning-centre-page .learning-centre-ad img,
.pc-learning-centre-page .learning-centre-ad iframe {
    display: block;
    line-height: 0;
}

.pc-learning-centre-page .learning-centre-ad--top img,
.pc-learning-centre-page .learning-centre-ad--banner img {
    height: auto !important;
    min-height: 0 !important;
    vertical-align: top;
}

.pc-learning-centre-page [data-learning-centre-ad-fallback] {
    overflow: hidden;
}

@supports not (overflow: clip) {
    .pc-learning-centre-page {
        overflow-x: hidden;
    }
}

.learning-centre-ad--top {
    margin-top: 0;
    margin-bottom: 0;
}

.pc-learning-centre-page > .learning-centre-ad--top + .pc-learning-centre-hero .pc-learning-centre-hero-inner {
    padding-top: 6px !important;
}

.pc-learning-centre-main > .learning-centre-ad--banner {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.pc-learning-centre-main > .learning-centre-ad--banner + section {
    margin-top: 0 !important;
}

.pc-learning-centre-main > section + .learning-centre-ad--banner {
    margin-top: 0 !important;
}

.learning-centre-ad--banner .swiper-slide,
.learning-centre-ad--top .swiper-slide {
    line-height: 0;
}

.learning-centre-ad--banner .ad-slot-slider,
.learning-centre-ad--top .ad-slot-slider {
    background: transparent;
}

.pc-learning-centre-hero-inner {
    padding-top: 12px !important;
}

@media (min-width: 768px) {
    .pc-learning-centre-hero-inner {
        padding-top: 16px !important;
    }
}

@media (max-width: 640px) {
    .pc-learning-centre-page .learning-centre-ad--top img,
    .pc-learning-centre-page .learning-centre-ad--banner img {
        max-height: 92px !important;
        width: 100% !important;
    }
}

.pc-marketplace-header {
    align-items: flex-start;
    display: grid;
    gap: 10px;
    margin-bottom: 18px;
}

.pc-marketplace-header h1 {
    color: #081a3a;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.05;
    letter-spacing: 0;
}

.pc-marketplace-breadcrumb {
    color: #526072;
    font-size: 14px;
    margin-bottom: 6px;
}

.pc-marketplace-toolbar {
    align-items: center;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    gap: 12px;
    padding: 12px;
}

.pc-marketplace-save-btn,
.pc-marketplace-sort {
    border-radius: 8px !important;
    min-height: 44px;
}

.pc-marketplace-sort {
    background-color: #fff;
    border-color: #cbd5e1;
    color: #081a3a;
    min-width: 240px;
}

.pc-marketplace-list {
    min-width: 0;
}

.pc-marketplace-list .featured-adverts-slider,
.pc-marketplace-list .boosted-adverts-slider {
    overflow: hidden;
    padding: 0 0 8px;
}

.pc-marketplace-list .featured-adverts-slider .swiper-wrapper,
.pc-marketplace-list .boosted-adverts-slider .swiper-wrapper {
    align-items: stretch;
}

.pc-marketplace-list .featured-adverts-slider .swiper-slide,
.pc-marketplace-list .boosted-adverts-slider .swiper-slide {
    height: auto;
}

.pc-marketplace-list .featured-adverts-slider .pc-marketplace-card,
.pc-marketplace-list .boosted-adverts-slider .pc-marketplace-card {
    background: #fff;
}

.pc-marketplace-grid {
    display: grid;
    gap: 16px 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    clear: both;
}

.pc-marketplace-promo-grid {
    display: grid;
    gap: 16px 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
}

.pc-marketplace-grid-item {
    min-width: 0;
}

.pc-marketplace-card-wrap {
    height: 100%;
}

.pc-marketplace-card {
    background: #fff;
    border: 0;
    border-radius: 8px;
    color: #081a3a;
    min-width: 0;
    text-decoration: none;
    transition: background-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.pc-marketplace-card:hover {
    background: #fff;
    box-shadow: 0 8px 24px rgba(8, 26, 58, .08);
    color: #081a3a;
    transform: translateY(-1px);
}

.pc-marketplace-card-featured {
    outline: 2px solid #dbb658;
    outline-offset: -2px;
}

.pc-marketplace-card-media {
    aspect-ratio: 1 / 1;
    background: #e5e7eb;
    border: 0;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    padding-bottom: 0 !important;
}

.pc-marketplace-card-media img {
    transition: transform .18s ease;
}

.pc-marketplace-card:hover .pc-marketplace-card-media img {
    transform: scale(1.025);
}

.pc-marketplace-card-badge {
    background: #dbb658;
    border-radius: 999px;
    color: #081a3a;
    font-size: 12px;
    font-weight: 800;
    left: 10px;
    line-height: 1;
    padding: 7px 9px;
    position: absolute;
    top: 10px;
}

.pc-marketplace-card-body {
    color: #081a3a;
    display: block;
    padding: 12px 12px 14px !important;
}

.pc-marketplace-card-price {
    color: #081a3a;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 4px;
    overflow-wrap: anywhere;
}

.pc-marketplace-card-title {
    color: #081a3a;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 5px;
}

.pc-marketplace-card-category,
.pc-marketplace-card-location,
.pc-marketplace-card-date {
    color: #526072;
    font-size: 13px;
    line-height: 1.35;
    margin: 0;
}

.pc-marketplace-card-flags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 7px;
}

.pc-marketplace-card-flags span,
.pc-marketplace-card-member {
    background: #fff7df;
    border: 1px solid #ead39a;
    border-radius: 999px;
    color: #8b6a17;
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    padding: 5px 7px;
}

.pc-marketplace-card-member {
    margin-top: 8px;
}

.pc-marketplace-filter-panel {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(8, 26, 58, .07);
}

.pc-marketplace-filter-panel p {
    color: #081a3a;
}

.pc-marketplace-create-link {
    align-items: center;
    background: #fff7df;
    border: 1px solid #ead39a;
    border-radius: 8px;
    color: #081a3a;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 14px;
    min-height: 46px;
    padding: 10px 12px;
    text-decoration: none;
}

.pc-marketplace-create-link:hover {
    background: #dbb658;
    color: #081a3a;
}

.pc-marketplace-create-link span {
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
}

.pc-marketplace-create-link strong {
    font-size: 14px;
    font-weight: 800;
}

.pc-marketplace-filter-panel a[data-categories],
.pc-marketplace-filter-panel > div:nth-child(3) a {
    align-items: center;
    border-radius: 8px;
    color: #081a3a !important;
    display: flex;
    font-weight: 800;
    min-height: 40px;
    padding: 9px 10px;
}

.pc-marketplace-filter-panel a[data-categories]:hover,
.pc-marketplace-filter-panel > div:nth-child(3) a:hover {
    background: #f3f4f6;
}

.pc-marketplace-filter-panel a[data-categories]::before,
.pc-marketplace-filter-panel > div:nth-child(3) a::before {
    align-items: center;
    background: #edf0f2;
    border-radius: 50%;
    content: "PC";
    display: inline-flex;
    flex: 0 0 32px;
    font-size: 11px;
    font-weight: 800;
    height: 32px;
    justify-content: center;
    margin-right: 10px;
    width: 32px;
}

.pc-marketplace-filter-panel input[type="text"],
.pc-marketplace-filter-panel input[type="number"] {
    border-color: #cbd5e1;
    border-radius: 8px;
    min-height: 44px;
}

.pc-marketplace-filter-panel input[type="radio"],
.pc-marketplace-filter-panel input[type="checkbox"] {
    border-radius: 6px;
}

.pc-marketplace-filter-panel .text-primary {
    color: #c79d33;
}

.pc-marketplace-page .text-sm.flex.items-center.text-center.my-4 {
    color: #081a3a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    grid-column: 1 / -1;
    width: 100%;
}

.pc-marketplace-page footer {
    display: none;
}

.pc-marketplace-page .text-sm.flex.items-center.text-center.my-4 .border-b {
    border-color: #cbd5e1;
}

@media (min-width: 768px) {
    .pc-marketplace-grid,
    .pc-marketplace-promo-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .pc-marketplace-shell {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pc-marketplace-layout {
        grid-template-columns: 300px minmax(0, 1fr);
        align-items: start;
    }

    .pc-marketplace-content {
        grid-column: 2;
    }

    .pc-marketplace-sidebar {
        grid-column: 1;
        grid-row: 1;
        position: sticky;
        top: 96px;
    }

    .pc-marketplace-sidebar .filters-sidebar-content {
        max-height: calc(100vh - 112px);
        overflow-y: auto;
        scrollbar-width: thin;
    }

    .pc-marketplace-grid,
    .pc-marketplace-promo-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 1380px) {
    .pc-marketplace-layout {
        grid-template-columns: 320px minmax(0, 1fr);
    }

    .pc-marketplace-grid,
    .pc-marketplace-promo-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 1680px) {
    .pc-marketplace-grid,
    .pc-marketplace-promo-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (max-width: 1023.98px) {
    .pc-marketplace-mobile-actions {
        z-index: 4;
    }

    .pc-marketplace-toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .pc-marketplace-filter-panel {
        border-radius: 0;
    }
}

.slinky-menu-level {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    transform: translate3d(-100%, 0px, 0px);
    transition: transform 300ms ease-in-out;
}
.slinky-menu-level-checkbox:checked + .slinky-menu-level {
    transform: translate3d(0px, 0px, 0px);
}


.thread-reply-form-toggle + .thread-reply-form {
    display: none;
}
.thread-reply-form-toggle:checked + .thread-reply-form {
    display: block;
}

.thread-likes-checkbox + label .thread-likes-icon-filled,
.thread-likes-checkbox:checked + label .thread-likes-icon-outlined {
    display: none;
}

.thread-likes-checkbox:checked + label .thread-likes-icon-filled,
.thread-likes-checkbox + label .thread-likes-icon-outlined {
    display: block;
}


.thread-like-checkbox + span .thread-like-checkbox-filled,
.thread-like-checkbox:checked + span .thread-like-checkbox-outlined {
    display: none;
}

.thread-like-checkbox:checked + span .thread-like-checkbox-filled,
.thread-like-checkbox + span .thread-like-checkbox-outlined {
    display: inline-flex;
}

.thread-like-checkbox:disabled + span .thread-like-checkbox-loader {
    display: inline-block;
}
.thread-like-checkbox:disabled + span .thread-like-checkbox-outlined,
.thread-like-checkbox:disabled + span .thread-like-checkbox-filled {
    display: none;
}
.thread-like-checkbox + span .thread-like-checkbox-loader {
    display: none;
}

.choices__input:focus {
    box-shadow: none;
}

.wysiwyg-output p {
    margin-bottom: 0.75rem;
}
.wysiwyg-output ul {
    margin-bottom: 0.75rem;
}
.wysiwyg-output ol {
    list-style: auto;
    padding-left: 2rem;
}
.wysiwyg-output p + ul {
    margin-top: -0.5rem;
}
.wysiwyg-output ul li {
    position: relative;
    display: flex;
}
.wysiwyg-output ul li::before {
    content: "";
    display: inline-block;
    width: 1rem;
    flex-shrink: 0;
    height: 1rem;
    margin-right: 5px;
    margin-top: 4px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212121' viewBox='0 0 16 16'%3E%3Cpath d='M2.5 8a5.5 5.5 0 0 1 8.25-4.764.5.5 0 0 0 .5-.866A6.5 6.5 0 1 0 14.5 8a.5.5 0 0 0-1 0 5.5 5.5 0 1 1-11 0'/%3E%3Cpath d='M15.354 3.354a.5.5 0 0 0-.708-.708L8 9.293 5.354 6.646a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l7-7z'/%3E%3C/svg%3E");
}


@media (max-width: 640px) {
    #home-slider-2 .swiper-wrapper {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 0.05rem; /* middle gutter ONLY /row-gap: 0.5rem; / vertical spacing unchanged */
        transform: none !important; /* prevent horizontal swipe gesture */
    }
    #home-slider-2 .swiper-slide {
        width: auto !important;
        max-width: none !important;
        margin-right: 0 !important;
        padding: 0;
        box-sizing: border-box;
        display: flex;
    }
    #home-slider-2 .swiper-slide > div,
    #home-slider-2 .swiper-slide a {
        width: 95%;
    }
    #home-slider-2 div[data-card="see-all"] {
        transform: translateX(50%);
    }
}
