/** Shopify CDN: Minification failed

Line 252:1 Expected "}" to go with "{"

**/


#shopify-section-template--27953682088300__kava_about_riley_01_XjC7R3 .two-columns-img img {
  object-position:top;
}
.pw-section__pwbK3VVw {

  width:70%;
  margin:0 auto;
}
.pw-section__pwbK3VVw .two-columns-img-inner img {

  object-fit:contain !important;
  object-position:top;
}

.pw-section__pwbK3VVw .two-columns-text {

  padding-top:0px !important;
}

.pw-section__pwXjC7R3 .two-columns-text {

  padding-top:0px !important;
}
@media only screen and (max-width: 767px) {
  .pw-section__pwbK3VVw {

  width:100%;
}
}

    .m-main-product {
        margin-bottom: 48px;
        margin-top: 0px !important;
    }

.m-main-product {
    background: linear-gradient(180deg, #bdbdbd, #fff 80%) !important;\}
.h3 {
  background: #37cf00;
  background: linear-gradient(to right, #ff0000 0%, #ffb84e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2 {
  background: #37cf00;
  background: linear-gradient(to right, #ff0000 0%, #ffb84e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h1 {
  background: #37cf00;
  background: linear-gradient(to right, #ff0000 0%, #ffb84e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h4 {
  background: #37cf00;
  background: linear-gradient(to right, #ff0000 0%, #ffb84e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.vselectw {

      margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}
.m-main-product--title-above {
  text-align: center;
  margin-bottom: 10px;
}

.m-main-product--title-above .m-product-title {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}

.m-main-product--title-above .m-product-subtitle {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1a1a1a;
}

.m-main-product--title-above .m-product-tagline {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #4a4a4a;
}

.m-main-product--title-above .m-product-tagline__item:not(:last-child)::after {
  content: '|';
  margin-left: 8px;
  color: #c4c4c4;
}

@media (max-width: 767px) {
  .m-main-product--title-above .m-product-title {
    font-size: 22px;
  }

  .m-main-product--title-above .m-product-tagline {
    font-size: 12px;
    gap: 6px;
  }
}

.ymmselect {
  width:100%;
  
  border:1px solid;
  border-radius:6px;
  padding:5px;
  margin:5px;
}

/* Styling for all select elements - This block replaces the previous one */
.vehicle-selector select {
    /* Basic styling for the select box itself */
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 12px 40px 12px 15px; /* More padding on the right for the custom arrow */
    font-size: 1rem;
    color: #333;
    cursor: pointer;
    line-height: 1.5;
    outline: none;
    flex-grow: 1;
    min-width: 180px;
    position: relative; /* Crucial for positioning the pseudo-element */

    /* --- Styles to hide native arrow --- */
    -webkit-appearance: none; /* For Webkit browsers (Chrome, Safari) */
    -moz-appearance: none;    /* For Firefox */
    appearance: none;         /* Standard property */
    /* We remove background-image here because we'll use ::after for the arrow */
    background-image: none; /* Ensure no residual background image */
}

/* Add custom arrow using a pseudo-element */
.vehicle-selector select::after {
    content: ''; /* Essential for pseudo-elements */
    position: absolute;
    right: 15px; /* Position from the right edge of the select box */
    top: 50%; /* Center vertically */
    transform: translateY(-50%) rotate(45deg); /* Rotate for arrow shape */
    width: 8px; /* Size of the arrow lines */
    height: 8px; /* Size of the arrow lines */
    border: solid #4a4a4a; /* Color of the arrow */
    border-width: 0 2px 2px 0; /* Creates the arrow head shape */
    pointer-events: none; /* Allows clicks to pass through the arrow to the select */
    transition: transform 0.2s ease; /* Smooth transition for arrow rotation on focus */
}

/* Change arrow direction on focus (optional, but a nice touch) */
.vehicle-selector select:focus::after {
    transform: translateY(-50%) rotate(-135deg); /* Arrow points up when focused */
}


/* Style for disabled select elements (adjust arrow color for disabled state) */
.vehicle-selector select:disabled {
    background-color: #e9e9e9;
    color: #999;
    cursor: not-allowed;
}

.vehicle-selector select:disabled::after {
    border-color: #cccccc; /* Faded arrow for disabled state */
}

/* Hover state for active dropdowns */
.vehicle-selector select:not(:disabled):hover {
    border-color: #a0a0a0;
}

/* Focus state for active dropdowns */
.vehicle-selector select:not(:disabled):focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Rest of your existing CSS (container, button, media queries) should remain the same */
.vehicle-selector {
    display: flex;
  background: #f9f9f9 !important;
  border: 1px solid #f0f0f0;
    flex-wrap: wrap;
    gap: 15px;
    padding: 20px;
    background-color: #f8f8f8;
    /* border-radius: 8px; */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    max-width: 900px;
    margin: 20px auto;
}

#findProductBtn {
    background-color: #ce5d5d;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 12px 25px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
    flex-shrink: 0;
}

#findProductBtn:not(:disabled):hover {
    background-color: #b24a4a;
    transform: translateY(-1px);
}

#findProductBtn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

@media (max-width: 480px) {
    .vehicle-selector {
        flex-direction: column;
        align-items: stretch;
    }
    .vehicle-selector select,
    #findProductBtn {
        width: 100%;
        min-width: unset;
    }
}