<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ========================================
   COMBINED STYLESHEET FOR TIRE SEARCH PAGE
   ======================================== */

/* =================
   SWIPER CUSTOMIZATIONS
   ================= */
.form-select.no-arrow {
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Or target all form-select elements */
.form-select {
    background-image: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
  padding-top: 25px !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
  padding-top: 25px !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 34px !important;
}

.swiper-img {
  border-radius: 5px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display:none;
}

.owl-stage {
  margin-bottom: 2vh;
}

/* =================
   BRAND SLIDER
   ================= */
.brandSlider .swiper-slide a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 180px !important;
}

.brandSlider .swiper-slide {
  width: 180px !important;
  height: 73.125px !important;
  font-size: 12px;
}

/* =================
   SPACING AND PADDING
   ================= */
.py-3 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

hr {
  width: 75%;
  height: 4px;
  border-top: 5px solid;
  color: #fdc300;
  margin: 0;
  margin-top: 10px !important;
  opacity: 1;
}

/* =================
   SEARCH RESULTS STYLING
   ================= */
#searchResults {
  margin-top: 20px;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.resultBox {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  width: 73%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.resultBox .tireInfo {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}

.searchButton {
  background-color: #fdc300;
  color: rgb(21, 20, 20);
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  margin-left: 10px;
}

.searchButton:hover {
  background-color: #fdc300;
}

.tireInfoContainer {
  display: grid;
  grid-gap: 10px;
}

.tireInfoAndButton {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
}

.tireInfoElement {
  margin: 0;
}

/* =================
   CHECKBOX CUSTOMIZATION
   ================= */
#toggleRearTire {
  margin-right: 8px;
}

#toggleRearTire:checked {
  background-color: #fdc300;
  border-color: #fdc300;
}

#toggleRearTire:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* =================
   TIRE IMAGE CATEGORIES AND CAMPAIGNS
   ================= */
.lastikKategoriImage {
  position: relative;
}

.lastikKategoriImage img:first-child {
  margin-left: 45px;
}

.campaign-badge-2 {
  position: absolute;
  top: 20px;
  left: 0px;
  padding: 0;
  font-size: 10px;
  font-weight: bold;
  width: 95px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 10;
}

.campaign-badge-2 svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.campaign-badge-2 span {
  position: relative;
  z-index: 2;
  color: black;
  line-height: 1.2;
}

.campaign-badge {
  position: absolute;
  bottom: 25px;
  left: 10px;
  color: black;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 5px;
  z-index: 10;
  display: none;
  border-radius: 10px 10px 10px 10px;
  width: -webkit-fill-available;
  text-align: center;
}

.lastikKategoriImage[data-campaign="true"] .campaign-badge {
  display: block;
}

/* =================
   SEARCH TYPE TABS
   ================= */
.search-type-item {
  position: relative;
  flex: 1;
  height: 100%;
}

.search-type-label {
  cursor: pointer;
  transition: all 0.2s;
  font-size: 16px;
  height: 100%;
  padding: 15px 0;
  color: #333;
  border: 2px solid #e0e0e0;
}

.search-type-item.active .search-type-label {
  background-color: #fdc300 !important;
  border-color: #fdc300;
  color: #000;
}

.search-type-item:not(.active) .search-type-label {
  background: #a1a1a1 !important;
  border-color: #e0e0e0;
  color: #666;
}

/* =================
   PUSH DOWN COMPONENT - DESKTOP
   ================= */
#push_it_down {
  z-index: 999;
  margin-bottom: -170px;
  position: absolute;
}

/* =================
   SEARCH CONTAINER
   ================= */
.search-container {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #f5f7f6 !important;
  margin-top: -45px;
  padding: 0;
  z-index: 100;
  overflow: hidden;
  border-radius: 25px;
  width: 100%;
  border-top-left-radius: 0;
  position: relative;
}

/* =================
   REAR TIRE FILTERS
   ================= */
.rear-tire-filters {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 25px;
  margin-bottom: 5px;
  margin-top: 15px;
  border: 1px solid #e9ecef;
}

/* =================
   FORM ELEMENTS
   ================= */
.form-select {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  height: 50px;
  font-size: 14px;
}

.form-select-lg {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  height: 50px;
  font-size: 14px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.form-label {
  font-weight: 600;
  color: #495057;
  margin-bottom: 8px;
}

.btn-lg {
  height: 50px;
  font-size: 16px;
}

/* =================
   CAR SEARCH LAYOUT
   ================= */
.car-search-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
  padding: 10px 0;
  width: 100%;
}



.car-button-container {
  flex: 0 0 120px;
  padding-left: 8px;
}





/* =================
   SEARCH TABS LAYOUT
   ================= */
.search-types {
  display: flex;
  flex-direction: column !important;
  height: 100%;
  position: relative;
}

.search-type-item {
  position: relative;
  flex: 1;
  height: 100%;
}

.search-type-label {
  cursor: pointer;
  transition: all 0.2s;
  border: none;
  font-size: 16px;
  height: 100%;
  padding: 15px 0;
  color: #333;
}

.search-type-item.active .search-type-label {
  background-color: #fdc300;
  color: #000;
}

.tab-separator {
  width: 1px;
  height: 70%;
  background-color: #898c8c;
  position: absolute;
  left: 430px;
  top: 15%;
  transform: translateX(-50%);
  z-index: 5;
}

.tab-triangle {
  display: none;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fdc300;
}

/* =================
   SEASON SELECTION
   ================= */
.season-label {
  cursor: pointer;
  border: none;
  transition: all 0.2s;
  font-size: 14px;
  padding: 8px 12px;
  color: #333;
}

input[type="radio"]:checked + .season-label {
  color: #fdc300 !important;
  font-weight: bold;
}

input[type="radio"]:checked + .season-label i {
  color: #fdc300 !important;
}

/* =================
   UNIFIED SEARCH PANEL
   ================= */
.unified-search-panel {
  padding: 0 15px;
}

#size-search-content .d-flex {
  padding: 10px 0;
}

.search-content {
  padding: 5px 0;
}

.flex-grow-1.pe-2,
.flex-grow-1.px-2 {
  padding-right: 12px !important;
}

.flex-grow-1.ps-2,
.flex-grow-1.px-2 {
  padding-left: 12px !important;
}

div[style*="width: 150px"].ps-2 {
  padding-left: 15px !important;
  padding-right: 5px !important;
}

/* ========================================
   RESPONSIVE BREAKPOINTS
   ======================================== */

/* Large Desktop (min-width: 1200px) */
@media (min-width: 1200px) {
  #push_it_down {
    left: calc(50% - 500px);
    margin-left: 0;
    margin-right: 0;
  }

  #imgHeightMobile {
    height: 490px !important;
  }

  .search-container {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(0, 0, 0, 0.3);
  }

  .tireInfoContainer {
    grid-template-columns: repeat(3, 1fr);
  }

  /* Desktop-specific Car Search Layout */
  .car-search-row {
    gap: 6px;
  }



}

/* Tablet Landscape / Small Desktop (992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  #push_it_down {
    left: calc(50% - 500px);
    margin-left: 0;
    margin-right: 0;
  }

  .search-container {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(0, 0, 0, 0.3);
  }

  .tireInfoContainer {
    grid-template-columns: repeat(3, 1fr);
  }

  .car-search-row {
    gap: 6px;
  }




}

/* Tablet Portrait (768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  #push_it_down {
    left: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .search-container {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
  }

  .tireInfoContainer {
    grid-template-columns: repeat(2, 1fr);
  }

  .car-search-row {
    flex-wrap: wrap;
    gap: 10px;
  }




  .car-button-container {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }



  .rear-tire-filters {
    padding: 15px;
  }

  .rear-tire-filters .row {
    margin: 0;
  }

  .rear-tire-filters .col-md-4 {
    padding: 0 10px;
  }
}

/* ========================================
   MOBILE STYLES (767px and below) - REVISED
   ======================================== */
@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  .car-select-container{
       width: 76vw;
  }
  #stype {
      flex: 0 0 auto !important;
      width: 50.667% !important;
    }

  /* Step 1: Reposition the tab container (#push_it_down) */
  #push_it_down { /* Puts it back in the normal document flow */
    width: 100% !important;
    max-width: 50vw !important; /* Reduce width as requested */
    margin: 0 auto !important; /* Center the container */
    margin-bottom: 124px !important; /* Step 3: Pull the next element (search-container) UP by this amount */
    z-index: 101 !important; /* Step 5: cEnsure tabs are on top of the search container */
    /* Reset desktop absolute positioning */
    left: auto !important;
    right: auto !important;
    top: auto !important;
    height:40px;
  }

  /* Step 2: Style the tabs to be vertical */
  #push_it_down .search-types .row {
    flex-direction: column;
    gap: 10px;
  }
  #push_it_down .col-6 {
    width: 100% !important;
    margin: 0;
  }
  #push_it_down .search-type-label {
    border-radius: 15px !important;
  }

  /* Step 4: Adjust the search container to make space for the tabs */
  .search-container {
    width: calc(100% - 30px) !important;
    margin: 0 auto !important; /* Reset top margin */
    border-radius: 20px !important;
    padding: 120px 15px 15px 15px !important; /* Add top padding to create space for the tabs */
    z-index: 100; /* Ensure it's behind the tabs */
  }

  /* --- The rest of the mobile styles for form elements --- */

  .unified-search-panel {
    padding: 0 !important;
  }
  .unified-search-panel .col-md-9 {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }
  .unified-search-panel &gt; .d-flex.align-items-center {
    flex-direction: column;
    align-items: stretch !important;
    gap: 15px;
    margin: 0 !important;
  }

  .season-options,
  .search-content {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #size-search-content .d-flex,
  #car-search-content .d-flex {
    flex-direction: column;
    width: 100% !important;
    gap: 15px;
    padding: 0 !important;
  }

  #size-search-content .flex-grow-1,
  #size-search-content .ps-2,
  #car-search-content .car-button-container {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    flex: none !important;
  }



  .rear-tire-filters {
    padding: 15px !important;
    margin: 15px 0 0 0 !important;
    border-radius: 20px !important;
    width: 100% !important;
  }
  .rear-tire-filters .row {
    flex-direction: column;
    gap: 15px;
    margin: 0 !important;
  }
  .rear-tire-filters .col-md-4 {
    padding: 0 !important;
    width: 100% !important;
  }

  .tireInfoContainer {
    grid-template-columns: 1fr !important;
  }
  .resultBox {
    width: 100% !important;
  }
  #imgHeightMobile {
    height: 250px !important;
  }
}</pre></body></html>