/** Shopify CDN: Minification failed

Line 1195:0 Unexpected "}"

**/
a {cursor: pointer;}

.small-title {
  font-weight: 800;
  font-size: 1.2rem;
  margin-top: 20px;
  display: block;
}
.variantColorOption {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.yv-dropdown-menus {
  max-height: 90vh;
}

.menu-category-title {
  font-size: 12px;
  padding-bottom: 5px;
}

.yv-dropdown-item-link {
    display: block;
    margin-bottom: 5px;
}

.fullwidth-megamenus .dropdown-inner-menu-item {
    padding: 5px 0 5px;
    min-width: auto;
}

.fullwidth-megamenus .yv-dropdown-item-link {
    font-weight: 500;
    font-size: 12px;
}

.product-content-left {
    line-height: 1.2rem;
}

.price-tax-label {
  font-size: 0.7em;
  font-weight: normal;
  margin-left: 6px;
  opacity: 0.7;
}

span.price-tax-label-pdp {
    font-size: 0.5em;
}

span.price-tax-label-small {
    font-size: 0.9em;
}

.product-tax-note {
  margin-top: 6px;
  font-size: 0.75rem;
  opacity: 0.75;
}

.yv-tab-content {
  padding: 0px;
}
.product-loop-variants.circle .color_option .option:after, .product-loop-variants.circle .option, .product-loop-variants.circle .option img {
    border-radius: 2px;
}

.shopify-policy__body strong {
    display: inline-block;
}
/* =========================
   Shopify Policy Typography
   ========================= */

.shopify-policy__container {
  max-width: 860px;
  margin: 0 auto;
}

.shopify-policy__body .rte {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: normal; /* IMPORTANT */
  color: inherit;
}

/* Paragraphs */
.shopify-policy__body .rte p {
  margin: 0 0 1.25em;
  letter-spacing: normal;
}

/* Headings */
.shopify-policy__body .rte h2 {
  margin-top: 2.5em;
  margin-bottom: 0.75em;
  font-size: 1.6rem;
  letter-spacing: -0.01em;
}

.shopify-policy__body .rte h3 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-size: 1.25rem;
  letter-spacing: -0.005em;
}

/* Lists */
.shopify-policy__body .rte ul {
  margin: 0 0 1.5em 1.2em;
  padding: 0;
}

.shopify-policy__body .rte li {
  margin-bottom: 0.5em;
  line-height: 1.6;
}

/* Blockquotes (Notes) */
.shopify-policy__body .rte blockquote {
  margin: 1.5em 0;
  padding: 1em 1.25em;
  border-left: 3px solid currentColor;
  background: rgba(0,0,0,0.03);
  font-style: normal;
}

/* Horizontal rules */
.shopify-policy__body .rte hr {
  margin: 3em 0;
  border: none;
  border-top: 1px solid rgba(0,0,0,0.15);
}

/* Links */
.shopify-policy__body .rte a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Code snippets */
.shopify-policy__body .rte code {
  font-size: 0.9em;
  background: rgba(0,0,0,0.05);
  padding: 0.15em 0.35em;
  border-radius: 3px;
}


/* Make BV stars gold */
.bv_stars_component_container svg {
  fill: #fbcd0a !important;
}

/* Change font size of review count */
.bv_numReviews_component_container {
  font-size: 0.9rem !important;
}

/* General size for all swatches */
.color_option .option,
.product-loop-variants.circle .variantImageOption {
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 4px; /* Or keep 100% for circles */
  overflow: hidden;
}

/* =========================================================
   RESPONZIVE – BOAT TYPES (PLP SAFE, CLICKABLE)
   ========================================================= */

/* Ensure image container is positioning context */
.yv-product-card-img {
  position: relative;
}

/* =========================
   Wrapper
   ========================= */
.responzive-boat-types-wrapper {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 50;
  pointer-events: auto;
}

/* =========================
   Button
   ========================= */
.responzive-boat-types-btn {
  background: #ffffff;
  border: 1px solid #2857a7;
  color: #2857a7;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,.15);
  pointer-events: auto;
  position: relative;
  z-index: 51;
}

.responzive-boat-types-btn:hover {
  background: #f5f8ff;
}

/* =========================
   Overlay (hidden by default)
   ========================= */
.responzive-boat-types-overlay {
  display: none;
  margin-top: 6px;
  padding: 10px 12px;
  background: rgba(255,255,255,.97);
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,.18);
  min-width: 180px;
}

/* Show state */
.responzive-boat-types-wrapper.is-open
.responzive-boat-types-overlay {
  display: block;
}

/* =========================
   Boat list layout
   ========================= */
.responzive-boat-types-grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10px;
}

/* Single boat row */
.responzive-boat-type {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Icon */
.responzive-boat-type img {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  object-fit: contain;
  background: #ffffff;
  padding: 4px;
  border-radius: 8px;
}

/* Label (FIXED ALIGNMENT) */
.responzive-boat-type-label {
  font-size: 12px;
  font-weight: 600;
  color: #0f2a6d;
  line-height: 1.2;
  text-align: left;
  white-space: nowrap;
}

/* =========================
   Mobile tweaks
   ========================= */
@media (max-width: 767px) {
  .responzive-boat-types-btn {
    font-size: 10px;
    padding: 3px 10px;
  }

  .responzive-boat-types-overlay {
    min-width: 160px;
  }

  .responzive-boat-type img {
    width: 28px;
    height: 28px;
  }

  .responzive-boat-type-label {
    font-size: 11px;
  }
}

/* =========================
   Pointer-event safety
   ========================= */
.responzive-boat-types-wrapper,
.responzive-boat-types-btn,
.responzive-boat-types-overlay {
  pointer-events: auto;
}

/* Prevent underlying product link hijack */
.yv-product-img > * {
  pointer-events: auto;
}



/* If it's a colour swatch (no image), ensure background covers fully */
.color_option .option.variantColorOption {
  background-size: cover;
  background-position: center;
}

/* If it's an image swatch */
.color_option .option img,
.product-loop-variants.circle .variantImageOption img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-loop-variants.circle .variantImageOption img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1800px) {
    .container {
        max-width: 99%;
    }
}

@media (min-width: 768px) {
    .container-fluid {
        max-width: 100%;
    }
}

.nav-item .nav-link {
    text-transform: uppercase;
}

.yv-dropdown-item-link {
  position: relative;
  display: inline-block;
  text-decoration: none !important;     
  color: inherit;
}

.yv-dropdown-item-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: #002157;
  transition: width 0.3s ease;
}

.yv-dropdown-item-link:hover::after {
  width: 100%;
}

div#engine-year-note {
    background: #fbcd0a;
    padding: 10px;
    display: none; /* default hidden */
    border-radius: 6px;
    font-weight: 600;
}

#engine-year-note:empty {
    display: none;
}

div#store-list strong {
    text-transform: uppercase;
}

.side-menu .inner-side ul li .list-menu__item, .side-menu .inner-side ul li .toggle-level, .side-menu .social-links ul li a {
    font-size: 25px;
    text-transform: uppercase;
}


.side-menu .nav-item.dropdown .inner.child li .toggle-level, .side-menu .nav-item.dropdown .inner.child li a:not(.yv-megamenu-collection) {
    font-weight: 600;
}


html, body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}


.article-template h2, 
.article-template h3, 
.article-template h4 {
  margin-top: 0.75em;
  margin-bottom: 0.35em;
}

.article-template p {
  margin-bottom: 0.75em;
}

.article-template ul, 
.article-template ol {
  margin-bottom: 0.75em;
}

.article-template ul li, 
.article-template ol li {
  margin-bottom: 0.75em;
}

h2.yv-blog-detail-title.h2 {
    margin: 0;
}

.ai-button-slider-abgthu05lu1pmajhldaigenblocka26f3cakjdrwk {
  overflow-x: hidden !important;
  max-width: 1440px;
}

.header.has-border-enabled .header_2 .nav__header, .header.has-border-enabled .header_4 .nav__header {
        border-bottom: 1px solid var(--colorLightTextBody);
}

h1.h1.collage-heading {
    line-height: 1;
}

.yv-collection-detail .yv-collection-title {
    font-weight: 600;
}

.yv-banner-subtitle {
    padding: 0px;
    font-weight: 800;
    font-size: 1.4rem;
}


/* === Desktop === */
.custom-video-banner .image-wrapper {
  height: 60vh !important;
  padding-bottom: 0 !important;
  overflow: hidden !important;
  position: relative !important;
}

.custom-video-banner .videoBackgroundFile {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100.1% !important;
  height: 100.1% !important;
  object-fit: cover !important;
  object-position: center 65% !important;
  z-index: 1 !important;
  display: block !important;
}

.video-overlay-text {
  position: relative;
  z-index: 3;
}

.fullwidth-megamenus .yv-dropdown-item-link {
    font-weight: 500;
}

.announcement-bar__message {
      font-weight: 600;
}

.header_2 .nav__header, .header_4 .nav__header {
    padding-bottom: 5px;
    padding-top: 5px;
}

.side-menu .inner-side ul li .list-menu__item, .side-menu .inner-side ul li .toggle-level, .side-menu .social-links ul li a {
    font-weight: 700;
}

a.button {
    font-weight: 700;
}


.category-megamenu-wrapper .yv-listing-megamenus,
.category-megamenu-wrapper,
.category-menu,
.yv-listing-megamenu-container,
.yv-dropdown-menus,
.menu-type-dropdown-inner {
  background: #ccc;

}

.yv-header-searchbar-icon {
 mix-blend-mode: multiply;
}

/* === Tablet === */
@media only screen and (max-width: 991px) {
  .custom-video-banner .image-wrapper {
    height: 50vh !important;
  }
  .custom-video-banner .videoBackgroundFile {
    object-position: center 60% !important;
  }
}

/* === Mobile === */
@media only screen and (max-width: 767px) {
  .custom-video-banner .image-wrapper {
    height: 40vh !important;
  }
  .custom-video-banner .videoBackgroundFile {
    object-position: center 55% !important;
  }
}

a.nav-link.dropdown-menu-item {
    font-weight: 600;
}

a.nav-link.list-menu__item {
    font-weight: 600;
}

.button {
  border: 3px solid;
}

.collection-tabs-wrapper .yv-tabs.border-enabled .yv-tab-item.filter-products .yv-tab-link {
  border: 3px solid;
}

.yv-gallery-box.rounded .yv-gallery-img {
    border: 5px solid #fff;
}

.gallery-item-desc {
    font-weight: 700;
    text-transform: uppercase;
    font-size: small !important;
}

.wrapper-top-cart .cartCount {
  color: #fff;
}

h1.h1.collage-heading {
    font-weight: 800;
}

*, :focus, :focus-visible, :hover {
    scrollbar-width: thin;
    scrollbar-color: #fcee21 transparent;
    -webkit-tap-highlight-color: #fcee21;
}

/* 1) Kill *all* animations, transitions, pseudo-elements and hover styles */
.banner-btn-box .button,
.banner-btn-box .button:hover,
.banner-btn-box .button:focus,
.banner-btn-box .button:active {
  animation: none !important;
  transition: none !important;
  background-position: center center !important;
  background-size: auto !important;
  color: inherit !important;
  box-shadow: none !important;
  transform: none !important;
}

/* Remove any shine pseudo-elements */
.banner-btn-box .button::before,
.banner-btn-box .button::after {
  display: none !important;
  content: none !important;
  animation: none !important;
}

/* 2) Re-add only a clean transform transition */
.banner-btn-box .button {
  transition: transform 0.2s ease-out !important;
  transform: scale(1);
}

/* 3) Subtle grow on hover */
.banner-btn-box .button:hover {
  transform: scale(1.03) !important;
}

.metafield-rich_text_field a {
  color: #007acc;              /* Bright blue for visibility */
  text-decoration: none;       /* Remove default underline */
  font-weight: 500;            /* Slightly bolder than normal */
  transition: color 0.2s ease, text-decoration 0.2s ease;
}

.metafield-rich_text_field a:hover {
  color: #005fa3;              /* Darker blue on hover */
  text-decoration: underline;  /* Add underline on hover */
}

table.ocean {
    margin-top: 1rem;
}

table p {
  line-height: 1.3rem;
}
.nodatafound_box p, .rich-text-description p:not(:last-child) {
  margin-top: 10px;
  line-height: normal;
}

.rich-text-description p {
  line-height: normal;
}

.product-option-selector {
  margin-top: 20px;
}

.email-me-button {
  max-width: 500px;
  border-radius: 30px!important;
}


.page-content-narrow {
  max-width: 980px;   /* adjust as needed */
  margin: 0 auto;     /* centre horizontally */
  padding: 2rem 1rem; /* breathing space */
}

.video-callout {
  padding: 1rem;
  margin: 1rem 0;
  border: 1px solid #eee;
  border-left: 2px solid #007bff;
  background-color: #f9f9fc;
  text-align: left;
  font-size: 1rem;
  line-height: 1.2;
  color: #002157;
  max-width: 500px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* Container text styling */
#yv-product-feature-description {
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #333;
  line-height: 1.6;
  font-size: 1rem;
}

/* Heading */
#yv-product-feature-description h5 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.4;
}

/* Feature list */
#yv-product-feature-description .featured-list {
  margin: 0;
  padding-left: 1.2rem;
}

#yv-product-feature-description .featured-list li {
  margin-bottom: 0.65rem;
  font-size: 1rem;
  line-height: 1.6;
}

/* Better spacing for product feature lists */
.featured-list {
  list-style: disc;
  padding-left: 1.25rem; /* keeps bullet indent */
  margin: 0 0 1rem;
}

.featured-list li {
  margin-bottom: 0.5rem; /* spacing between items */
  line-height: 1.5;      /* better readability */
}

/* Base text style */
#yv-product-feature-description,
.rich-text-description {
  font-size: 1rem;
  line-height: 1.6;
}

/* Section headings */
#yv-product-feature-description h5,
.rich-text-description h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.rich-text-description h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

/* Paragraphs */
#yv-product-feature-description p,
.rich-text-description p {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.rich-text-description p.note {
  font-size: 0.95rem;
  font-style: italic;
}

/* Lists */
#yv-product-feature-description .featured-list {
  padding-left: 1.25rem;
  margin: 0 0 1rem 0;
}

#yv-product-feature-description .featured-list li {
  margin-bottom: 0.65rem;
  line-height: 1.6;
  font-size: 1rem;
}

/* Shared styles for both cover finders */
/* Shared Cover Finder Styles */
.cover-finder .cover-selector {
  display: grid;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap; /* mobile friendly */
  margin-top: 5px;
}

.cover-finder .cover-selector select {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  min-width: 200px;
}

.cover-finder .cover-selector button {
  background-color: #003a64;   /* theme colour */
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.cover-finder .cover-selector button:hover {
  background-color: #005a8c;   /* hover shade */
  transform: translateY(-1px);
}

.cover-finder .cover-selector button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

section.cover-finder {
  padding: 20px;
}
/* Landing page two-column layout */
.yv-landing-wrapper {
  margin: 0 auto; /* top/bottom spacing for the whole block */
  max-width: 1100px;
}

.yv-landing-wrapper .col-lg-6 img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.yv-gallery-img {
  height: auto;
}

.yv-landing-wrapper .details {
  padding-left: 2rem;
}

.yv-landing-wrapper .details h2 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #002147; /* matches your Oceansouth blue */
}

.yv-landing-wrapper .details p {
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

.yv-landing-wrapper .details strong {
  font-weight: 600;
}

.yv-landing-wrapper .details a.btn {
  margin-top: 1rem;
  padding: 0.65rem 1.5rem;
  font-weight: 600;
}

/* Reusable pill-style button */
.yv-btn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  text-decoration: none;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid #ffffff;
  background-color: #002157;
  color: #ffffff;
  border-color: #002157;
}



/* Diagram caption */
.rich-text-description .boat-diagram-wrapper p {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  text-align: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  #yv-product-feature-description,
  .rich-text-description {
    font-size: 0.95rem;
    line-height: 1.55;
  }

  #yv-product-feature-description h5,
  .rich-text-description h2 {
    font-size: 1.1rem;
  }

  .rich-text-description h3 {
    font-size: 1rem;
  }
}

/* More Info tab font styles */
#yv-product-feature-more-info .metafield-rich_text_field {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1.5em;
}

#yv-product-feature-more-info .metafield-rich_text_field p {
  margin: 0 0 1em;
}

#yv-product-feature-more-info .metafield-rich_text_field strong {
  font-weight: 600;
}

#yv-product-feature-more-info .metafield-rich_text_field h1,
#yv-product-feature-more-info .metafield-rich_text_field h2,
#yv-product-feature-more-info .metafield-rich_text_field h3,
#yv-product-feature-more-info .metafield-rich_text_field h4,
#yv-product-feature-more-info .metafield-rich_text_field h5,
#yv-product-feature-more-info .metafield-rich_text_field h6 {
  font-weight: 600;
  line-height: 1.3;
  margin: 1.2em 0 0.6em;
}

#yv-product-feature-more-info .metafield-rich_text_field ul,
#yv-product-feature-more-info .metafield-rich_text_field ol {
  padding-left: 1.5em;
  margin: 0 0 1em;
}

#yv-product-feature-more-info .metafield-rich_text_field li {
  margin-bottom: 0.5em;
}

/* Consistent tab headings */
.yv-product-feature h5,
#yv-product-feature-description h5,
.rich-text-description h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.yv-product-feature-tab-content p {
    line-height: normal;
}

.sizeChart-main {
  height: auto;
}
.sizeChart-body * {
  text-align: left;
}

a#sizeChart {
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #002157;
    border-radius: 5px;
    padding: 3px 10px;
    margin: 10px 0;
    display: inline-flex;
    align-items: center; /* aligns icon and text vertically */
    gap: 6px; /* optional: adds spacing between icon and text */
}

a#sizeChart::before {
    content: "📏";
    margin-right: 6px;
    font-size: 16px;
}

.boat-measurement-guide {
    margin-top: 40px;
}
.video-container {
    margin-top: 20px;
}
.boat-measurement-guide {
  max-width: 800px;
  margin: 0 auto;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.6;
  color: #1a1a1a;
}

.boat-measurement-guide h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.measurement-steps h3 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.measurement-steps p {
  margin-bottom: 1.5rem;
  color: #002157;
}



.measurement-steps .note {
  font-style: italic;
  margin-top: 1rem;
}
.boat-diagram-wrapper {
  max-width: 480px;
  margin: 2rem auto;
  padding: 1rem;
  background-color: #fafafa;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.boat-diagram-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.boat-diagram-wrapper p {
  font-size: 14px;
  color: #002157;
  margin-top: 0.75rem;
}
.widget-image img {
  border-radius: 10px;
}

.fabric-table-wrapper h6 {
    margin: 20px 0px;
}
.top-header.header_1.shadow-false {
    border-bottom: 1px solid #eee;
}
tr th, tr td {
    padding: 15px 15px;
}
yv-faq-detail {
  max-width: 800px;
}
.container.sm-container {
  max-width: 800px;
}

.container.container-1200 {
  max-width: 1200px;
}
#shopify-section-template--24361636495678__rich_text_tPmPwh.shopify-section {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.yv-faq-detail {
  max-width: 800px;
}

/* MAPS STORE LOCATOR Make the Leaflet map container look smooth */
.store-locator-bar {
  display: flex;
  align-items: center;
  justify-content: center; /* centers the bar horizontally */
  gap: 16px;
  margin: 50px 0;
  flex-wrap: wrap;
  text-align: center;
}

.input-wrap {
  position: relative;
  width: 300px;
}

.input-wrap input {
  width: 100%;
  padding: 12px 40px 12px 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.input-wrap button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.or-text {
  font-weight: bold;
}

#useLocationBtn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  font-size: 16px;
  background: white;
  border: 2px solid #002157;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

#useLocationBtn:hover {
  background: #002157;
  color: white;
}

.autocomplete-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  z-index: 1002; /* higher than Leaflet controls */
  max-height: 200px;
  overflow-y: auto;
  border-radius: 0 0 6px 6px;
}

.input-wrap input {
  width: 100%;
  padding: 12px 40px 12px 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.input-wrap button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.or-text {
  font-weight: bold;
}

.autocomplete-list div {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.autocomplete-list div:hover {
  background: #f0f0f0;
}

@media (max-width: 600px) {
    table td,
    table th {
        font-size: 12px;
    }
.yv-collection-detail .yv-collection-title {
        font-size: medium;
        display: block;
        font-weight: 600;
    }
}
  h5.page-result-title {
    font-size: medium;
  }
  
table.fabric-table {
    margin-top: 20px;
}

}