/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.woocommerce-message, .woocommerce-info {
	border-radius: 0 0 15px 15px !important;
	font-family: 'IBM Plex Sans' !important;
	font-size: 16px !important;
}

.return-to-shop > .button.wc-backward {
	padding: 10px 25px;
	border-radius: 25px;
	color: #FFFFFF;
	background-color: #053B55;
	font-family: IBM Plex Sans !important;
	font-size: 14px;
	font-weight: 400;
}

/* Mini Cart Message */

.woocommerce-mini-cart__empty-message {
	visibility:hidden;
	position:relative;
}

.woocommerce-mini-cart__empty-message:after {
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
	white-space: pre;
	content: "Não existem produtos no carrinho.";
}

/* On Sale Flag */

.onsale {
	background-color: #00E1FF !important;
	font-family: IBM Plex Sans !important;
	font-size: 14px !important;
	padding: 0 10px !important;
	margin: 0 !important;
}

	/* Single Product Page */
.elementor-widget-woocommerce-product-images .onsale {
	border-radius: 15px 0 15px 0 !important;
	top: 0 !important;
	left: 0 !important;
	right: auto !important;
}

	/* Related Products Widget */
.related.products .onsale {
	border-radius: 0 15px 0 15px !important;
}

@media only screen and (max-width: 767px) {
	.related.products .onsale {
		font-size: 12px !important;
		padding: 0 5px !important;
	}
}

.added_to_cart.wc-forward {
	font-family: IBM Plex Sans !important;
	font-size: 14px !important;
	color: #053B55 !important;
}

.related-description {
	font-family: IBM Plex Sans;
	font-size: 14px;
	color: #000000;
}


/* Register Form */
.um-field-area > input[type=number] {
    height: 40px !important;
    width: 100% !important;
    padding: 0 12px !important;
}

.um-row-heading {
    padding: 20px !important;
    border-radius: 15px 15px 0 0 !important;
    background-color: #053B55 !important;
    margin-top: 15px !important;
    color: #FFFFFF !important;
    font-weight: normal !important;
	text-align: center;
	font-size: 18px !important;
}

.um-field-label label {
    font-weight: normal !important;
}

.um-form input:not([type="submit"]) {
    background-color: #f9fafa !important;
    color: #69727d !important;
    border-radius: 5px !important;
    height: 30px !important;
}

.um-button {
	background-color: #053B55 !important;
	border-radius: 5px !important;
	margin-top: 10px;
}

.um-modal-header {
	background-color: #053B55 !important;
	text-align: center;
}

.um-account-heading {
	display: none !important;
}

.um-account-profile-link {
	display: none !important;
}
.um-account-tab {
	padding: 10px 20px 20px 20px !important;
	margin: 10px 0 30px 0 !important;
	border-radius: 15px !important;
}

.um-account-tab:not([data-tab="historico-de-encomendas"]) {
	border: 1px solid #d5d8dc !important;
}

.um-form {
	font-family: IBM Plex Sans !important;
}

.um-account-side li {
	border-radius: 5px;
    font-family: 'IBM Plex Sans' !important;
    background: #F9F9F9 !important;
    border: 1px solid #DDDDDD;
}

@media only screen and (max-width: 768px) {
	.elementor-element.elementor-element-690af051.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
		padding: 0 20px !important;
	}
}
/* Order Received */

.woocommerce .woocommerce-customer-details .woocommerce-column__title, .woocommerce-order-details__title {
	font-family: "IBM Plex Sans", sans-serif !important;
	color: #053B55;
	font-size: 28px !important;
}

.woocommerce .woocommerce-customer-details address {
	background-color: #FFFFFF !important;
	border: 1px solid #d5d8dc !important;
	
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-order-details .shop_table {
	background: #FFFFFF;
    padding: 20px;
    border: 1px solid #d5d8dc;
}

.woocommerce-order .woocommerce-order-overview {
	width: fit-content;
    margin: 3em auto !important;
    background: #ffffff;
    padding: 10px 20px;
    border: 1px solid #d5d8dc;
    border-radius: 5px;
}

.woocommerce-table tfoot tr th[scope="row"] {
    color: #ff0000;
    font-weight: bold;
}

.woocommerce-table tfoot tr td .woocommerce-Price-amount.amount {
	color: #053B55 !important;
}

.woocommerce-table tfoot tr td:not(.woocommerce-Price-amount.amount) {
    font-weight: normal !important;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	background: green;
    border-radius: 15px;
    padding: 10px 20px;
    color: #FFFFFF;
	text-align: center;
}

.elementor-element.elementor-element-7bcdb6c.e-checkout-layout-two-column.elementor-widget.elementor-widget-woocommerce-checkout-page {
	padding: 0 10px !important;
}

@media only screen and (max-width: 768px) {
	.woocommerce .woocommerce-customer-details .woocommerce-column__title, .woocommerce-order-details__title {
		margin-top: 20px;
	}
	
	.woocommerce ul.order_details li {
		padding: 10px 0 !important;
		margin: 0 !important;
		float: none !important;
		border-right: none !important;
		border-bottom: 1px dashed #cfc8d8 !important;
	}
	
	.woocommerce ul.order_details li:last-child {
		border-bottom: none !important;
	}

}

/* Woo Commerce Category Hierarchy Widget */

.woo-category-hierarchy {
    font-size: 1rem;
}

.woo-category-hierarchy ul {
  	list-style: none;
  	margin: 0;
	padding: 0;
}

.woo-category-hierarchy summary {
    list-style: none;
	display: flex;
    align-items: center;
    gap: 0.4em;
    cursor: pointer;
}


.woo-category-hierarchy summary::-webkit-details-marker {
    display: none;
}

.woo-category-hierarchy li, .woo-category-hierarchy summary {
    cursor: pointer;
    margin-bottom: 0.25rem;
}

.woo-cat-link {
    text-decoration: none;
    color: #333;
}

.woo-cat-link:hover {
    text-decoration: underline;
}

.woo-category-hierarchy summary,
.woo-category-hierarchy .woo-cat-link {
  	font-family: 'IBM Plex Sans', sans-serif;
}

.woo-category-hierarchy summary::before {
    content: "+";
    display: inline-block;
    width: 1em;
    margin-right: 0.2em;
    font-weight: bold;
}

.woo-category-hierarchy details[open] > summary::before {
    content: "–";
}

/* Smooth animation for details content */
.details-content {
    overflow: hidden;
    transition: height 0.3s ease;
}

details > summary::before {
  display: inline-block;
  width: 1.5em;
  text-align: center;
  margin-right: 0.5em;
  font-weight: bold;
  color: #1c3d5a;
  transition: transform 0.2s;
}

.woo-cat-link {
  display: inline-block;
  padding: 0.25em 0;
  text-decoration: none;
  transition: color 0.2s;
}

.woo-cat-link:hover {
  color: #ff6600;
}

#woo-cat-search {
	margin-bottom: 1em;
	padding: 0.5em 1em;
	width: 100%;
	border-radius: 50px;
}

.woo-cat-level-2 li {
	padding-left: 1.25em;
}

/* Smaller tablets */
@media (max-width: 768px) {
    .woo-category-hierarchy {
        font-size: 0.90rem;
    }
	
	#woo-cat-search {
		font-size: 16px;
	}
}

/* Mobile devices */
@media (max-width: 480px) {
    .woo-category-hierarchy {
        font-size: 0.85rem;
    }
	
	#woo-cat-search {
		font-size: 14px;
	}
}






/* =========================================================
   NAUTIC – FILTERS (LEFT COLUMN)
   ========================================================= */

.nautic-filters{
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 16px;
  background: #fff;
  padding: 16px 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

.nautic-filter-section + .nautic-filter-section{
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(0,0,0,0.06);
}

.nautic-filter-title{
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 800;
  color: #053B55;
  font-family: "IBM Plex Sans", sans-serif;
}

/* Price values under slider */
.nautic-price-values{
  margin-top: 10px;
  font-size: 13px;
  color: rgba(0,0,0,0.65);
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: "IBM Plex Sans", sans-serif;
}
.nautic-price-sep{
  opacity: 0.6;
}

/* (Optional) make the sidebar sticky on desktop */
@media (min-width: 1025px){
  .nautic-filters{
    position: sticky;
    top: 110px;
  }
}


/* =========================================================
   noUiSlider – Nautic theme colors
   ========================================================= */

.nautic-price-slider .noUi-connect {
  background: #053B55 !important;
}

.nautic-price-slider .noUi-target {
  border: 1px solid rgba(0,0,0,0.10);
  box-shadow: none;
  border-radius: 999px;
  height: 10px;
}

.nautic-price-slider .noUi-handle {
  width: 18px;
  height: 18px;
  right: -9px;
  top: -1px;
  border-radius: 999px;
  background: #FFFFFF;
  box-shadow: 0 8px 18px rgba(0,0,0,0.10);
}

.nautic-price-slider .noUi-handle::before,
.nautic-price-slider .noUi-handle::after{
  display: none;
}

.nautic-price-slider {
	margin: 0px 6px !important;
}


/* =========================================================
   NAUTIC – CATEGORY WIDGET (your plugin output)
   ========================================================= */

.woo-category-hierarchy{
  margin-top: 10px; /* space after "Categorias" title */
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
}

.woo-category-hierarchy ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.woo-category-hierarchy li{
  margin: 0;
  padding: 0;
}

/* summary row */
.woo-category-hierarchy summary{
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 10px;
}

.woo-category-hierarchy summary::-webkit-details-marker{
  display: none;
}

/* plus / minus */
.woo-category-hierarchy summary::before{
  content: "+";
  display: inline-block;
  width: 1.2em;
  text-align: center;
  font-weight: 800;
  color: #053B55;
}
.woo-category-hierarchy details[open] > summary::before{
  content: "–";
}

/* category links */
.woo-category-hierarchy .woo-cat-link{
  color: rgba(0,0,0,0.72);
  text-decoration: none;
  display: inline-block;
  padding: 6px 8px;
  border-radius: 10px;
  width: 100%;
}

.woo-category-hierarchy .woo-cat-link:hover{
  background: rgba(5,59,85,0.06);
  color: #053B55;
}

/* selected state */
.woo-category-hierarchy .woo-cat-link.is-selected{
  font-weight: 800;
  color: #053B55;
  background: rgba(58,170,216,0.12);
}

/* nested indent */
.woo-category-hierarchy .woo-cat-level-2 li{ padding-left: 14px; }
.woo-category-hierarchy .woo-cat-level-3 li{ padding-left: 22px; }

/* details animation wrapper */
.details-content{
  overflow: hidden;
  transition: height 0.3s ease;
}


/* =========================================================
   NAUTIC – RIGHT SIDE (SEARCH + GRID)
   ========================================================= */

.nautic-main{
  font-family: "IBM Plex Sans", sans-serif;
}

.nautic-search{
  width: 100%;
  padding: 10px 14px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(0,0,0,0.10) !important;
  background: #fff;
  outline: none;
  margin-bottom: 16px;
  font-family: "IBM Plex Sans", sans-serif;
}

.nautic-search:focus{
  border-color: rgba(0,0,0,0.22);
}


/* =========================================================
   NAUTIC – PRODUCT GRID + CARDS
   ========================================================= */

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

.nautic-product-card{
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Consistent image area */
.npc-image-link{
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;  
}

.npc-image-link img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Content */
.npc-body{
  padding: 14px 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.npc-category{
  font-size: 12px;
  color: rgba(0,0,0,0.55);
  text-decoration: none;
}

.npc-sku{
  font-size: 11px;
  color: rgba(0,0,0,0.45);
}

.npc-title{
  font-size: 14px !important;
  margin: 0 !important;
  line-height: 1.25;
}

.npc-title a{
  color: #053B55;
  text-decoration: none;
}

.npc-title a:hover{
  text-decoration: underline;
}

/* Price – light blue */
.npc-price{
  color: #00E1FF;
  font-weight: 900;
  margin-top: 2px;
}

/* Description */
.npc-desc{
  font-size: 12px;
  color: rgba(0,0,0,0.65);
  line-height: 1.35;
  margin-top: 4px;
  flex: 1;
  min-height: 40px;
}

/* Add to cart button */
.nautic-product-card .npc-add-to-cart{
 align-self: flex-start;
  margin-top: auto;

  border: none;
  border-radius: 999px;
  padding: 10px 14px;

  font-size: 13px;
  font-weight: 800;
  cursor: pointer;

  background: #FF7C00;
  color: #FFFFFF;

  transition:
    background 0.2s ease,
    transform 0.15s ease,
    opacity 0.2s ease;
}

.nautic-product-card .npc-add-to-cart:hover{
  filter: brightness(1.03);
  color: #FFFFFF;
}

/* Click feedback */
.npc-add-to-cart:active {
  transform: scale(0.97);
}

/* Loading state */
.npc-add-to-cart.loading {
  opacity: 0.75;
  pointer-events: none;
}

/* Keep same color after Woo AJAX states */
.npc-add-to-cart.added,
.npc-add-to-cart.loading {
  background: #FF7C00 !important;
  color: #FFFFFF !important;
}

/* Hide Woo auto-inserted "Ver carrinho" link */
.nautic-product-card a.added_to_cart.wc-forward {
  display: none !important;
}


/* =========================================================
   NAUTIC – PAGINATION
   ========================================================= */

.nautic-pagination{
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 24px 0 10px;
}

.nautic-pagination button{
  border: 1px solid rgba(0,0,0,0.12);
  background: #fff;
  border-radius: 12px;
  padding: 8px 12px;
  font-weight: 800;
  color: #053B55;
  cursor: pointer;
}

.nautic-pagination button:hover{
  border-color: rgba(0,0,0,0.22);
}

.nautic-pagination .npc-page-active{
  background: #053B55;
  border-color: #053B55;
  color: #fff;
}

.nautic-pagination span{
  color: rgba(0,0,0,0.45);
  padding: 8px 0;
}


/* =========================================================
   RESPONSIVE GRID (TABLET + MOBILE)
   ========================================================= */

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

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

/* =========================================================
   Loading skeleton
   ========================================================= */

.nautic-loading{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.nautic-skeleton-card{
  height: 340px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.10);
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.04) 0%,
    rgba(0,0,0,0.08) 40%,
    rgba(0,0,0,0.04) 80%
  );
  background-size: 200% 100%;
  animation: nauticShimmer 1.2s infinite linear;
}

@keyframes nauticShimmer{
  0%{ background-position: 200% 0; }
  100%{ background-position: -200% 0; }
}

@media (max-width: 1024px){
  .nautic-loading{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px){
  .nautic-loading{ grid-template-columns: 1fr; }
}


/* =========================
   Toast Notifications 
========================= */

#ntj-toast-root{
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
}

.ntj-toast{
  pointer-events: auto;
  width: min(360px, calc(100vw - 36px));
  background: #FFFFFF;
  border: 1px solid rgba(5, 59, 85, 0.12);
  border-left: 4px solid #00E1FF;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  padding: 12px;
  display: flex;
  gap: 10px;
  align-items: center;
  transform: translateY(8px);
  opacity: 0;
  animation: ntjToastIn .18s ease forwards;
}

@keyframes ntjToastIn{
  to { transform: translateY(0); opacity: 1; }
}

.ntj-toast--out{
  animation: ntjToastOut .18s ease forwards;
}
@keyframes ntjToastOut{
  to { transform: translateY(8px); opacity: 0; }
}

.ntj-toast__img{
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(0, 225, 255, 0.12);
  overflow: hidden;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
}
.ntj-toast__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ntj-toast__body{
  min-width: 0;
  flex: 1;
}

.ntj-toast__title{
  margin: 0;
  line-height: 1.2;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #053B55;
}

.ntj-toast__meta{
  margin-top: 2px;
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 12px;
  color: rgba(5, 59, 85, 0.70);
}

.ntj-toast__price{
  font-weight: 700;
  color: #053B55;
}

.ntj-toast__actions{
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Buttons: force override Elementor/Woo "red hover" + remove focus squares */
.ntj-toast__btn,
.ntj-toast__close{
  appearance: none;
  -webkit-appearance: none;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer;
  font-family: 'IBM Plex Sans', sans-serif;
}

/* "Ver carrinho" */
.ntj-toast__btn{
  border: none !important;
  background: #FF7C00 !important;
  color: #FFFFFF !important;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 12px;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.15s ease, filter 0.2s ease;
}
.ntj-toast__btn:hover,
.ntj-toast__btn:focus,
.ntj-toast__btn:active{
  background: #e66f00 !important;
  color: #FFFFFF !important;
}
.ntj-toast__btn:active{
  transform: scale(0.98);
}

/* Close */
.ntj-toast__close{
  background: transparent !important;
  color: #053B55 !important;
  border-radius: 10px;
  width: 34px;
  height: 34px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: background 0.2s ease, opacity 0.2s ease;
}
.ntj-toast__close:hover{
  background: rgba(5, 59, 85, 0.06) !important;
  opacity: 0.9;
}
.ntj-toast__close:focus,
.ntj-toast__close:focus-visible,
.ntj-toast__close:active{
  outline: none !important;
  box-shadow: none !important;
}



/* =========================================================
   MOBILE FILTER BUTTON (opens drawer)
   ========================================================= */

.nautic-filter-btn{
  display: none;                 /* shown only on mobile */
  width: 100%;
  margin-bottom: 12px;

  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.12) !important;

  background: #FFFFFF !important;
  color: #053B55 !important;

  font-weight: 900;
  cursor: pointer;

  box-shadow: none !important;
  outline: none !important;

}

.nautic-filter-btn:hover,
.nautic-filter-btn:focus,
.nautic-filter-btn:active{
  background: rgba(5,59,85,0.06) !important;
  color: #053B55 !important;
  box-shadow: none !important;
  outline: none !important;
}


/* =========================================================
   DRAWER (overlay + panel)
   ========================================================= */

.ntj-drawer{
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
}
.ntj-drawer.is-open{ display: block; }

.ntj-drawer__overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
}

.ntj-drawer__panel{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: min(420px, 92vw);

  background: #FFFFFF;
  border-left: 1px solid rgba(0,0,0,0.10);

  display: flex;
  flex-direction: column;

  transform: translateX(100%);
  transition: transform .22s ease;
}
.ntj-drawer.is-open .ntj-drawer__panel{ transform: translateX(0); }


/* =========================================================
   DRAWER – HEADER / CONTENT / FOOTER
   ========================================================= */

.ntj-drawer__header{
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.ntj-drawer__title{
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 900;
  color: #053B55;
}

.ntj-drawer__content{
  padding: 14px;
  overflow: auto;
}

.ntj-drawer__footer{
  padding: 14px;
  border-top: 1px solid rgba(0,0,0,0.06);
}


/* =========================================================
   DRAWER – BUTTONS (close + apply)
   ========================================================= */

.ntj-drawer__close{
  width: 36px;
  height: 36px;
  padding: 0;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 10px;
  background: transparent !important;
  color: #053B55 !important;

  cursor: pointer;
  box-shadow: none !important;
  outline: none !important;
}

.ntj-drawer__close:hover{
  background: rgba(5,59,85,0.06) !important;
}

.ntj-drawer__close:focus,
.ntj-drawer__close:focus-visible,
.ntj-drawer__close:active{
  outline: none !important;
  box-shadow: none !important;
}

.ntj-drawer__apply{
  width: 100%;
  border: none !important;

  background: #FF7C00 !important;
  color: #FFFFFF !important;

  font-weight: 900;
  cursor: pointer;

  box-shadow: none !important;
  outline: none !important;
}

.ntj-drawer__apply:hover{
  background: #e66f00 !important;
}


/* =========================================================
   LOCK BACKGROUND SCROLL WHEN DRAWER OPEN
   ========================================================= */

.ntj-lock{
  overflow: hidden;
}


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

@media (max-width: 768px){
  .nautic-filter-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

/* Rescue: show sidebar price filter on desktop, show inline price filter on mobile */
@media (max-width: 768px){
  /* show the inline price filter inside rescue-main */
  .rescue-mobile-price{
    display: block;
    margin-bottom: 12px;
    padding: 14px 14px;
    border: 1px solid rgba(0,0,0,0.10);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  }
}

/* Desktop: hide the inline price filter (since sidebar exists) */
@media (min-width: 769px){
  .rescue-mobile-price{ display: none; }
}

#rescue-filters-slot .nautic-filters{
  margin-bottom: 12px;
}

@media (min-width: 769px){
  #rescue-filters-slot{ display: none; } /* slot only used on mobile */
}