@charset "UTF-8";
/*!--------------------
Template Name: Meditics - Doctor & Medical HTML Template
Author: tempticspro
Version: 1.0

CSS INDEX
===================
01. CUSTOM PROPERTIES
02. GLOBAL
03. Components
04. Sidebar
05. Header
06. Banner
07. About
08. Services
09. CTA
10. Clients
11. Qualification
12. Video Call
13. Feedback
14. Appointment
15. Blog
16. Footer


// PAGE 2
17. Ticker
18. Team
19. Why Choose Us

--- INNER PAGES
20. About Page
21. Services Page
22. Service Details Page
23. Team Details Page
24. Appointment Page
25. 404 Page
26. Blog Page
27. Contact Page
28. Blog Details Page
29. Case Study Page

*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
:root {
  --black: #000;
  --white: #fff;
  --ul-primary: #041C33;
  --ul-secondary: #0D6DFD;
  --ul-c3: #DBE9A1;
  --ul-black: #0F0D1D;
  --ul-gray: #F2F2F2;
  --ul-gray2: #5D6063;
  --ul-gray3: #888A8D;
  --ul-gradient: linear-gradient(90deg, #213C84 0%, var(--ul-primary) 100%);
  --font-primary: "FoundersGrotesk", sans-serif;
  --font-ogg: "Ogg", serif;
}

/* Light */
@font-face {
  font-family: "FoundersGrotesk";
  src: url("../fonts/foundersgrotesk-light-webfont.woff2") format("woff2"), url("../fonts/foundersgrotesk-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
/* Regular */
@font-face {
  font-family: "FoundersGrotesk";
  src: url("../fonts/foundersgrotesk-regular-webfont.woff2") format("woff2"), url("../fonts/foundersgrotesk-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* Medium */
@font-face {
  font-family: "FoundersGrotesk";
  src: url("../fonts/foundersgrotesk-medium-webfont.woff2") format("woff2"), url("../fonts/foundersgrotesk-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
/* Semibold */
@font-face {
  font-family: "FoundersGrotesk";
  src: url("../fonts/foundersgrotesk-semibold-webfont.woff2") format("woff2"), url("../fonts/foundersgrotesk-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
/* Light */
@font-face {
  font-family: "Ogg";
  src: url("../fonts/ogg-light-webfont.woff2") format("woff2"), url("../fonts/ogg-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
/* Regular */
@font-face {
  font-family: "Ogg";
  src: url("../fonts/ogg-regular-webfont.woff2") format("woff2"), url("../fonts/ogg-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* Medium */
@font-face {
  font-family: "Ogg";
  src: url("../fonts/ogg-medium-webfont.woff2") format("woff2"), url("../fonts/ogg-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
/* Bold */
@font-face {
  font-family: "Ogg";
  src: url("../fonts/ogg-bold-webfont.woff2") format("woff2"), url("../fonts/ogg-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/* ExtraBold */
@font-face {
  font-family: "Ogg";
  src: url("../fonts/ogg-extrabold-webfont.woff2") format("woff2"), url("../fonts/ogg-extrabold-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
html {
  overflow-x: hidden;
}

body {
  font-family: var(--font-primary);
  margin: auto;
  font-size: clamp(13px, 0.84vw, 16px);
  position: fixed;
}

a,
button,
img,
svg path {
  transition: 0.4s ease;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  display: inline-block;
  color: var(--black);
}
a:hover {
  color: var(--ul-primary);
}

i {
  display: inline-flex;
}

p {
  line-height: 1.75;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none inside;
}

input {
  background-color: transparent;
}
input:focus, input:focus-visible, input:focus-within {
  outline: none;
}

[data-sal] {
  transition-duration: 1s;
  transition-delay: 0.2s;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  color: var(--black) !important;
  -webkit-text-fill-color: var(--black) !important;
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

button {
  background: none;
  border: none;
}

@media screen and (max-width: 479px) {
  .d-xxs-none {
    display: none !important;
  }
}

.ul-container {
  --container-space-x: 30px;
  max-width: calc(clamp(1040px, 68.31vw, 1300px) + var(--container-space-x));
  padding-left: calc(var(--container-space-x) / 2);
  padding-right: calc(var(--container-space-x) / 2);
  margin: auto;
}

.ul-2-container {
  --container-space-x: 30px;
  max-width: calc(clamp(1100px, 69.36vw, 1320px) + var(--container-space-x));
  padding-left: calc(var(--container-space-x) / 2);
  padding-right: calc(var(--container-space-x) / 2);
  margin: auto;
}

.ul-inner-container {
  margin: 0 clamp(15px, 10.25vw, 195px);
}
@media screen and (max-width: 1599px) {
  .ul-inner-container {
    margin: 0 clamp(15px, 7.88vw, 150px);
  }
}
@media screen and (max-width: 1399px) {
  .ul-inner-container {
    margin: 0 clamp(15px, 2.88vw, 150px);
  }
}

@media screen and (max-width: 479px) {
  .row-cols-xxs-1 > * {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .row-cols-xxs-2 > * {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .col-xxs-12 {
    width: 100%;
  }
}

@media (min-width: 1600px) {
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}
@media (min-width: 1600px) {
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}
.logo {
  max-width: clamp(130px, 11.56vw, 220px);
  height: clamp(35px, 3.15vw, 60px);
}

.ul-bs-row {
  --bs-gutter-x: clamp(15px, 1.58vw, 30px);
  --bs-gutter-y: clamp(15px, 1.58vw, 30px);
}

.ul-inner-page-container {
  --container-space-x: 30px;
  max-width: calc(clamp(1000px, 74.09vw, 1410px) + var(--container-space-x));
  padding-left: calc(var(--container-space-x) / 2);
  padding-right: calc(var(--container-space-x) / 2);
  margin: auto;
}

.ul-inner-page-content-wrapper {
  padding-top: clamp(60px, 6.31vw, 120px);
  padding-bottom: clamp(60px, 6.31vw, 120px);
  padding-bottom: 0;
}

.ul-section-spacing {
  padding-top: clamp(60px, 6.31vw, 120px);
  padding-bottom: clamp(60px, 6.31vw, 120px);
}

.wow {
  animation-duration: 1s !important;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 20%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.ss-main:focus {
  box-shadow: none;
}

.ss-content.ss-open-below {
  border-radius: 8px;
}

.ul-tab {
  overflow: hidden;
  opacity: 0;
  height: 0;
  pointer-events: none;
}
.ul-tab.active {
  opacity: 1;
  height: auto;
  pointer-events: all;
}

@keyframes slide-top {
  0% {
    transform: translateY(-200px);
  }
  100% {
    transform: translateY(300px);
  }
}
.ul-radio label {
  display: flex !important;
  align-items: center;
  gap: clamp(7px, 0.53vw, 10px);
}
.ul-radio label .checkmark {
  width: clamp(24px, 1.58vw, 30px);
  aspect-ratio: 1/1;
  border: 1px solid transparent;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  position: relative;
}
.ul-radio label .checkmark i {
  opacity: 0;
}
.ul-radio label .checkmark::before {
  content: "";
  position: absolute;
  width: clamp(10px, 0.74vw, 14px);
  aspect-ratio: 1/1;
  border-radius: 999px;
  border: 1px solid var(--ul-black);
}
.ul-radio label input[type=radio] {
  display: none !important;
}
.ul-radio label input[type=radio]:checked ~ .checkmark {
  color: var(--black);
  border-color: var(--ul-black);
}
.ul-radio label input[type=radio]:checked ~ .checkmark i {
  opacity: 1;
}
.ul-radio label input[type=radio]:checked ~ .checkmark::before {
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
}

.ul-btn {
  display: flex;
  align-items: center;
  gap: clamp(7px, 0.53vw, 10px);
  background-color: var(--ul-c3);
  color: var(--ul-primary);
  padding: clamp(8px, 0.84vw, 16px) clamp(20px, 1.68vw, 32px);
  border-radius: 4px;
  font-weight: 600;
  font-size: clamp(13px, 0.84vw, 16px);
  letter-spacing: 0.5px;
}
.ul-btn:hover {
  background-color: var(--ul-primary);
  color: var(--ul-c3);
}

.ul-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 1.58vw, 30px);
  margin-bottom: clamp(22px, 2.73vw, 52px);
}
@media screen and (max-width: 575px) {
  .ul-section-heading {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.ul-section-heading .right {
  flex-shrink: 0;
}
.ul-section-sub-title {
  color: var(--ul-secondary);
  border: 1px solid var(--ul-secondary);
  display: inline-flex;
  align-items: center;
  gap: clamp(5px, 0.42vw, 8px);
  padding: clamp(3px, 0.26vw, 5px) clamp(12px, 0.89vw, 17px);
  border-radius: 40px;
  margin-bottom: clamp(5px, 0.42vw, 8px);
  font-family: var(--font-lato);
  font-size: clamp(15px, 0.95vw, 18px);
  font-weight: 600;
}
.ul-section-sub-title::after, .ul-section-sub-title::before {
  content: "";
  display: inline-block;
  background-color: var(--ul-secondary);
  clip-path: polygon(92.305% 10.683%, 92.305% 10.683%, 88.796% 7.021%, 84.935% 4.125%, 80.804% 1.996%, 76.486% 0.631%, 72.062% 0.031%, 67.614% 0.195%, 63.226% 1.123%, 58.978% 2.814%, 54.953% 5.267%, 51.234% 8.483%, 51.234% 8.483%, 51.013% 8.672%, 50.776% 8.82%, 50.524% 8.925%, 50.264% 8.988%, 50% 9.01%, 49.736% 8.988%, 49.476% 8.925%, 49.224% 8.82%, 48.987% 8.672%, 48.767% 8.483%, 48.767% 8.483%, 45.047% 5.269%, 41.022% 2.819%, 36.774% 1.132%, 32.386% 0.209%, 27.938% 0.049%, 23.514% 0.651%, 19.196% 2.016%, 15.065% 4.143%, 11.204% 7.033%, 7.696% 10.683%, 7.696% 10.683%, 4.789% 14.885%, 2.575% 19.447%, 1.047% 24.277%, 0.197% 29.281%, 0.018% 34.365%, 0.503% 39.434%, 1.643% 44.396%, 3.433% 49.155%, 5.864% 53.62%, 8.929% 57.694%, 43.299% 96.839%, 43.299% 96.839%, 44.473% 97.977%, 45.758% 98.862%, 47.126% 99.494%, 48.549% 99.873%, 50% 100%, 51.451% 99.873%, 52.874% 99.494%, 54.242% 98.862%, 55.527% 97.977%, 56.702% 96.839%, 91.071% 57.694%, 91.071% 57.694%, 94.136% 53.62%, 96.567% 49.155%, 98.357% 44.396%, 99.497% 39.434%, 99.982% 34.365%, 99.803% 29.281%, 98.954% 24.277%, 97.425% 19.447%, 95.212% 14.885%, 92.305% 10.683%);
  width: clamp(17px, 1.05vw, 20px);
  aspect-ratio: 20/18;
}
.ul-section-sub-title::after {
  content: none;
}
.ul-section-title {
  font-weight: 800;
  font-size: clamp(26px, 2.52vw, 48px);
  color: var(--ul-c4);
  margin-bottom: 0;
  font-family: var(--font-lato);
  letter-spacing: 0.5px;
  margin-bottom: clamp(8px, 0.58vw, 11px);
}
.ul-section-descr {
  font-size: clamp(13px, 0.84vw, 16px);
  margin-bottom: 0;
  color: var(--ul-gray2);
}

.ul-breadcrumb {
  padding: clamp(45px, 5.25vw, 100px) 0;
  text-align: center;
  position: relative;
  z-index: 1;
  background: var(--ul-gradient);
  color: var(--white);
  overflow: hidden;
}
.ul-breadcrumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/breadcrumb-vector.svg) no-repeat;
  background-position: bottom center;
  z-index: -1;
  animation: scaleUpDown 8s linear infinite alternate;
}
@keyframes scaleUpDown {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.ul-breadcrumb-title {
  font-family: var(--font-lato);
  font-weight: 800;
  font-size: clamp(28px, 3.78vw, 72px);
  color: var(--white);
  line-height: 111%;
  letter-spacing: 0.005em;
  margin-bottom: clamp(13px, 1.21vw, 23px);
}
.ul-breadcrumb-nav {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 500;
  gap: clamp(5px, 0.53vw, 10px);
  color: var(--white);
}
.ul-breadcrumb-nav a {
  color: rgba(255, 255, 255, 0.7);
}
.ul-breadcrumb-nav a:hover {
  color: var(--ul-secondary);
}
.ul-breadcrumb .separator {
  display: inline-flex;
  font-size: clamp(15px, 0.95vw, 18px);
}

.ul-sidebar {
  position: fixed;
  z-index: 10;
  right: 0;
  height: 100%;
  overflow: auto;
  background: #fff;
  z-index: 999;
  transform: translateX(100%);
  transition: 0.4s ease;
  padding: clamp(20px, 1.58vw, 30px) clamp(20px, 1.58vw, 30px);
  max-width: 100%;
  border-left: 1px solid var(--ttRed);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: clamp(320px, 22vw, 100%);
}
.ul-sidebar.active {
  transform: translateX(0);
}

.ul-pagination {
  margin-top: clamp(25px, 2.63vw, 50px);
}
.ul-pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(5px, 0.42vw, 8px);
}
.ul-pagination ul a {
  width: clamp(38px, 2.31vw, 44px);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 600;
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-black);
  line-height: 0.7;
  border: 1px solid rgba(67, 67, 67, 0.5);
}
.ul-pagination ul a:hover, .ul-pagination ul a.active {
  background-color: var(--ul-secondary);
  border-color: var(--ul-secondary);
  color: var(--white);
}
.ul-pagination ul .pages {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(9px, 0.63vw, 12px);
}
.ul-pagination ul .prev i {
  transform: rotate(-85deg);
}

.ul-single-accordion-item {
  display: grid;
  grid-template-rows: max-content 0fr;
  transition: 0.4s ease;
  padding: clamp(18px, 1.47vw, 28px) clamp(20px, 1.58vw, 30px);
  margin-bottom: clamp(7px, 0.53vw, 10px);
  background: var(--white);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
.ul-single-accordion-item:last-child {
  margin-bottom: 0;
}
.ul-single-accordion-item.open {
  grid-template-rows: max-content 1fr;
}
.ul-single-accordion-item.open .ul-single-accordion-item__header i {
  transform: rotate(180deg);
  color: var(--ul-primary);
}
.ul-single-accordion-item.open .ul-single-accordion-item__title {
  color: var(--ul-primary);
}
.ul-single-accordion-item.open .ul-single-accordion-item__body {
  padding-top: clamp(7px, 0.74vw, 14px);
}
.ul-single-accordion-item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  cursor: pointer;
}
.ul-single-accordion-item__header .icon {
  display: inline-flex;
}
.ul-single-accordion-item__header i {
  transition: transform 0.4s ease;
  display: inline-flex;
  font-size: clamp(17px, 1.05vw, 20px);
}
.ul-single-accordion-item__title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: clamp(17px, 1.05vw, 20px);
}
.ul-single-accordion-item__body {
  transition: all 0.4s ease;
  overflow: hidden;
}
.ul-single-accordion-item__body p {
  line-height: 1.5;
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-gray);
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.78;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.loader {
  width: clamp(100px, 7.88vw, 150px);
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l11 2s infinite;
}

@keyframes l11 {
  0% {
    background: conic-gradient(var(--ul-primary) 0, rgba(0, 0, 0, 0) 0);
  }
  12.5% {
    background: conic-gradient(var(--ul-primary) 45deg, rgba(0, 0, 0, 0) 46deg);
  }
  25% {
    background: conic-gradient(var(--ul-primary) 90deg, rgba(0, 0, 0, 0) 91deg);
  }
  37.5% {
    background: conic-gradient(var(--ul-primary) 135deg, rgba(0, 0, 0, 0) 136deg);
  }
  50% {
    background: conic-gradient(var(--ul-primary) 180deg, rgba(0, 0, 0, 0) 181deg);
  }
  62.5% {
    background: conic-gradient(var(--ul-primary) 225deg, rgba(0, 0, 0, 0) 226deg);
  }
  75% {
    background: conic-gradient(var(--ul-primary) 270deg, rgba(0, 0, 0, 0) 271deg);
  }
  87.5% {
    background: conic-gradient(var(--ul-primary) 315deg, rgba(0, 0, 0, 0) 316deg);
  }
  100% {
    background: conic-gradient(var(--ul-primary) 360deg, rgba(0, 0, 0, 0) 360deg);
  }
}
.ul-slider-nav {
  left: 0;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  visibility: hidden;
}
.ul-slider-nav button {
  width: clamp(46px, 2.94vw, 56px);
  aspect-ratio: 1/1;
  background-color: var(--white);
  border-radius: 999px;
  color: var(--ul-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(17px, 1.05vw, 20px);
  visibility: visible;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.06);
}
.ul-slider-nav button:hover {
  background-color: var(--ul-primary);
  color: var(--white);
}

.ul-slider-action-wrapper {
  display: flex;
  gap: clamp(12px, 1.05vw, 20px);
  align-items: center;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  margin-top: clamp(25px, 3.42vw, 65px);
}
.ul-slider-action-wrapper button {
  color: var(--white);
  text-transform: uppercase;
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-slider-action-wrapper button:hover {
  color: var(--ul-primary);
}
.ul-slider-action-wrapper .swiper-pagination-progressbar {
  position: relative;
  height: 1px;
  background-color: var(--ul-gray);
  width: clamp(140px, 27.75vw, 528px);
}
.ul-slider-action-wrapper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--ul-primary);
}

.ul-search-form-wrapper {
  position: absolute;
  background-color: rgb(255, 255, 255);
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s ease;
  flex-direction: column;
  gap: 20px;
  backdrop-filter: blur(25px);
}
.ul-search-form-wrapper.active {
  opacity: 1;
  pointer-events: all;
}
.ul-search-form-wrapper .ul-header-search-form {
  background-color: var(--white);
  max-width: 80%;
}
@media screen and (max-width: 575px) {
  .ul-search-form-wrapper .ul-header-search-form {
    max-width: 95%;
  }
}
@media screen and (max-width: 479px) {
  .ul-search-form-wrapper .ul-header-search-form {
    flex-direction: column;
    border-radius: 10px;
    height: auto;
  }
  .ul-search-form-wrapper .ul-header-search-form .ss-main {
    padding: 10px clamp(12px, 1.05vw, 20px);
  }
  .ul-search-form-wrapper .ul-header-search-form-right {
    padding: 10px clamp(18px, 1.31vw, 25px);
  }
}
.ul-search-label {
  padding-left: 15px;
}
.ul-search-form {
  border: 2px solid rgba(51, 51, 51, 0.35);
  border-width: 2px 0;
  display: flex;
  align-items: center;
  height: clamp(48px, 3.15vw, 60px);
  width: 100%;
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-search-form-right {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 5px;
  flex-grow: 1;
}
.ul-search-form-right input {
  border: none;
  height: 100%;
  width: 100%;
}
.ul-search-form-right button {
  padding: 0;
  padding-top: clamp(0px, 0.42vw, 8px);
  height: 100%;
  flex-shrink: 0;
  font-size: clamp(17px, 1.05vw, 20px);
  color: var(--white);
}
.ul-search-form-right button .icon {
  display: inline-flex;
}
@media screen and (max-width: 575px) {
  .ul-search-form-right button .icon {
    padding-top: 5px;
  }
}

.ul-search-popular-searches {
  padding: 20px;
  padding-left: 116px;
}
.ul-search-popular-searches h3 {
  font-size: 16px;
  color: #666;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
.ul-search-popular-searches ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ul-search-popular-searches ul li {
  margin: 5px 0 10px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

.ul-progress-container {
  width: 100%;
  border: 1px solid var(--ul-primary);
  border-radius: 10px;
}
.ul-progressbar {
  width: 0;
  background-color: var(--ul-primary);
  height: clamp(2px, 0.26vw, 5px);
  position: relative;
}
.ul-progressbar::before {
  content: "";
  position: absolute;
  width: clamp(15px, 0.95vw, 18px);
  aspect-ratio: 1/1;
  border: 4px solid var(--ul-primary);
  background-color: var(--white);
  border-radius: 999px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ul-progress-label {
  position: absolute;
  transform: translate(6px, -25px);
  right: 0;
  font-size: clamp(11px, 0.63vw, 12px);
  font-weight: 700;
  color: var(--ul-primary);
}

.ul-checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: clamp(7px, 0.53vw, 10px);
}
.ul-checkbox-wrapper input:checked ~ .ul-checkbox {
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
}
.ul-checkbox-wrapper input:checked ~ .ul-checkbox i {
  opacity: 1;
}
.ul-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(17px, 1.05vw, 20px);
  aspect-ratio: 1/1;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  font-size: 10px;
  color: var(--white);
}
.ul-checkbox i {
  opacity: 0;
}

.ul-time-input-wrapper {
  position: relative;
  z-index: 1;
}
.ul-time-input-wrapper i {
  position: absolute;
  z-index: 2;
  right: clamp(12px, 1.05vw, 20px);
  left: clamp(12px, 1.05vw, 20px);
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.ul-2-btn {
  font-weight: 600;
  font-size: clamp(17px, 1.05vw, 20px);
  background-color: var(--ul-2-primary);
  color: var(--white);
  height: clamp(48px, 3.15vw, 60px);
  border-radius: 6px;
  padding: 0 clamp(15px, 1.58vw, 30px);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.ul-2-btn:hover {
  color: var(--white);
  background-color: var(--ul-primary);
}

.ul-2-section-sub-title {
  border: none;
  padding: 0;
  text-transform: uppercase;
}

.ul-2-section-title {
  font-size: clamp(26px, 2.52vw, 48px);
  font-weight: 700;
  color: var(--ul-2-black);
  margin-bottom: clamp(12px, 1.16vw, 22px);
}

.ul-2-section-descr {
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-2-gray);
  font-weight: 400;
  margin-bottom: 0;
}

.ul-3-section-sub-title {
  background-color: hwb(216 5% 1%/0.12);
  border-color: transparent;
}

.ul-sidebar {
  position: fixed;
  inset: 0;
  z-index: 9999;
  font-family: Arial, sans-serif;
  padding: 0;
  background-color: var(--white);
  transform: translateX(-100%);
}
.ul-sidebar.active {
  transform: translateX(0);
}
.ul-sidebar-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 11;
  opacity: 0;
  pointer-events: none;
}
.ul-sidebar-overlay.active {
  opacity: 1;
  pointer-events: all;
}
.ul-sidebar-panel {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 1.5rem;
  overflow-y: auto;
  z-index: 10000;
}
.ul-sidebar-close {
  background: none;
  border: none;
  font-size: 1rem;
  padding: 0;
  margin-bottom: 1rem;
  cursor: pointer;
  width: 100%;
  text-align: right;
}
.ul-sidebar-main-links, .ul-sidebar-secondary-links {
  display: flex;
  flex-direction: column;
}
.ul-sidebar-main-links a, .ul-sidebar-secondary-links a {
  color: #000;
  text-decoration: none;
  font-size: clamp(20px, 1.26vw, 24px);
  margin: 0.5rem 0;
}
.ul-sidebar-main-links a:hover, .ul-sidebar-secondary-links a:hover {
  text-decoration: underline;
}
.ul-sidebar-secondary-links a {
  font-size: 1rem;
}
.ul-sidebar hr {
  border: none;
  border-top: 1px solid #b5b5b5;
  margin: 1.5rem 0;
}

.ul-header {
  background-color: var(--white);
  padding: clamp(15px, 1.05vw, 20px);
  position: relative;
}
@media screen and (max-width: 479px) {
  .ul-header {
    padding: 12px;
  }
}
.ul-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ul-header-container > * {
  flex-grow: 1;
  flex: 33.3333333333%;
}
.ul-header-left {
  display: flex;
  align-items: center;
  gap: 15px;
}
.ul-header-left button {
  display: flex;
  align-items: baseline;
  gap: 8px;
  line-height: 1;
}
@media screen and (max-width: 479px) {
  .ul-header-left button {
    width: 20px;
    aspect-ratio: 1/1;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 479px) {
  .ul-header-left button .txt {
    display: none;
  }
}
.ul-header-center {
  text-align: center;
}
.ul-header-right {
  text-align: right;
}

.ul-categories-container {
  gap: clamp(20px, 1.58vw, 30px);
}

.ul-category svg {
  width: clamp(42px, 2.63vw, 50px);
  height: clamp(42px, 2.63vw, 50px);
}
.ul-category h5 {
  font-size: clamp(17px, 1.05vw, 20px);
  font-weight: 400;
}

.ul-banner-card {
  position: relative;
  z-index: 1;
}
.ul-banner-card-img {
  position: relative;
  z-index: -1;
}
.ul-banner-card-img::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.6) 100%);
}
.ul-banner-card-txt {
  text-align: center;
  position: absolute;
  inset: 0;
  bottom: clamp(20px, 1.58vw, 30px);
  top: auto;
  color: var(--white);
  z-index: 1;
}
.ul-banner-card-title {
  letter-spacing: -0.02rem;
  margin-bottom: clamp(7px, 0.53vw, 10px);
  font-size: clamp(24px, 1.58vw, 30px);
  line-height: 1;
  font-weight: 500;
  text-align: center;
  font-family: var(--font-ogg);
}
.ul-banner-card-btns {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(20px, 1.58vw, 30px);
}

.ul-link {
  color: var(--white);
  text-decoration: 1px underline var(--white);
  text-underline-offset: 5px;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
  font-size: 14px;
  color: var(--white);
  background: rgba(0, 0, 0, 0.01);
  position: relative;
}
.ul-link:hover {
  color: var(--white);
  text-decoration-color: var(--ul-black);
}

.ul-products {
  padding: clamp(30px, 3.15vw, 60px) 0;
  max-width: 1240px;
  margin: auto;
  position: relative;
}
.ul-products-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  visibility: hidden;
}
.ul-products-slider-nav button {
  visibility: visible;
  background-color: var(--white);
}
.ul-products .swiper-slide {
  transform: scale(0.83);
  transition: 0.3s ease;
}
.ul-products .swiper-slide-next {
  transform: scale(1);
}
.ul-products .swiper-slide-next .ul-product-card-status, .ul-products .swiper-slide-next .ul-product-card-colors {
  opacity: 1;
}
@media screen and (max-width: 479px) {
  .ul-products .swiper-slide-active {
    transform: scale(1);
  }
  .ul-products .swiper-slide-active .ul-product-card-status, .ul-products .swiper-slide-active .ul-product-card-colors {
    opacity: 1;
  }
}

.ul-product-card {
  text-align: center;
}
.ul-product-card-img {
  display: block;
  margin-bottom: 20px;
}
.ul-product-card-img img {
  width: 100%;
  border-radius: 10px;
}
.ul-product-card-title {
  font-size: 14px;
  color: #6b6b6b;
  text-transform: capitalize;
  display: block;
  margin-bottom: 10px;
}
.ul-product-card-status {
  background-color: #e9e9e9;
  font-size: 10px;
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  padding-top: 9px;
}
.ul-product-card-colors {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-top: 10px;
  opacity: 0;
}
.ul-product-card-colors .color {
  display: block;
  width: 14px;
  aspect-ratio: 1/1;
  background-color: red;
  border-radius: 50%;
}
.ul-product-card-colors .color-1 {
  background-color: chocolate;
}
.ul-product-card-colors .color-2 {
  background-color: darkblue;
}

.ul-sub-banner-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: clamp(0px, 1.21vw, 23px);
  right: clamp(0px, 1.21vw, 23px);
  display: flex;
  justify-content: space-between;
  z-index: 1;
  visibility: hidden;
}
.ul-sub-banner-slider-nav button {
  visibility: visible;
  background-color: var(--white);
  border-radius: 50%;
  padding: 0;
  width: clamp(32px, 2.1vw, 40px);
  aspect-ratio: 1/1;
}

.ul-sub-banner-item-img img {
  aspect-ratio: 1905/842;
  object-fit: cover;
  width: 100%;
}

.ul-blogs {
  padding: clamp(30px, 3.15vw, 60px) 0;
}
.ul-blogs-container {
  max-width: clamp(0px, 95.22vw, 1812px);
  margin: auto;
  position: relative;
}
.ul-blogs-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  visibility: hidden;
}
.ul-blogs-slider-nav button {
  visibility: visible;
  background-color: #eeeeee;
  width: 35px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ul-blogs-slider-nav button:hover {
  background-color: var(--ul-black);
  color: var(--white);
}
.ul-blogs-slider-wrapper {
  max-width: calc(clamp(0px, 86.18vw, 1640px) + 30px);
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.ul-blog-img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.ul-blog-txt {
  padding: 15px;
}
@media screen and (max-width: 1199px) {
  .ul-blog-txt {
    padding: 10px;
  }
}
.ul-blog-title {
  letter-spacing: 0.0485714rem;
  font-size: clamp(18px, 1.16vw, 22px);
  margin-bottom: 0.714286rem;
  color: rgb(0, 0, 0);
  line-height: 1.78571rem;
  display: block;
  font-family: var(--font-ogg);
}
.ul-blog .ul-link {
  color: var(--ul-black);
  text-decoration-color: var(--ul-black);
}
.ul-blog .ul-link:hover {
  text-decoration-color: rgba(0, 0, 0, 0.2);
}

.ul-footer {
  background-color: #f5f5f5;
  border-top: 2px solid #000;
  font-size: 14px;
  color: #000;
}
.ul-footer-top {
  padding: 2rem;
  display: grid;
  grid-template-columns: 30% 30% 20% 20%;
  gap: 1rem 0;
}
@media screen and (max-width: 1399px) {
  .ul-footer-top {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 991px) {
  .ul-footer-top {
    grid-template-columns: 1fr;
  }
}
.ul-footer-top > * {
  margin-right: 1rem;
}
@media screen and (max-width: 991px) {
  .ul-footer-top > * {
    margin-right: 0;
  }
}
@media screen and (max-width: 1399px) {
  .ul-footer-top > *:nth-child(2) {
    margin-right: 0;
  }
}
.ul-footer-top > *:last-child {
  margin-right: 0;
}
.ul-footer-top .ul-footer-widget label,
.ul-footer-top .ul-footer-widget h6 {
  padding-left: 7.5px;
  padding-right: 7.5px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 13px;
  display: block;
  font-weight: 400;
}
.ul-footer-top .ul-footer-widget .ul-footer-actions {
  display: flex;
  gap: 1rem;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .ul-footer-top .ul-footer-widget .ul-footer-actions {
    flex-wrap: wrap;
  }
}
.ul-footer-top .ul-footer-widget .ul-footer-actions a:hover {
  background-color: var(--ul-black);
  color: var(--white);
}
.ul-footer-top .ul-footer-widget .ul-footer-subscribe {
  display: flex;
  gap: 0.5rem;
  padding: 0 !important;
}
.ul-footer-top .ul-footer-widget .ul-footer-subscribe input {
  width: 100%;
  padding: 0.5rem;
  border: none;
}
.ul-footer-top .ul-footer-widget .ul-footer-subscribe button {
  white-space: nowrap;
  padding: 0.5rem;
  min-width: 80px;
  border-left: 1px solid #000;
  height: 100%;
}
.ul-footer-top .ul-footer-widget .ul-footer-subscribe button:hover {
  background-color: var(--ul-black);
  color: var(--white);
}
.ul-footer-top .ul-footer-widget .ul-footer-actions a,
.ul-footer-top .ul-footer-widget .ul-footer-subscribe {
  line-height: 2.6;
  align-items: baseline !important;
}
.ul-footer-top .ul-footer-widget .ul-footer-actions a,
.ul-footer-top .ul-footer-widget .ul-footer-subscribe,
.ul-footer-top .ul-footer-widget select {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #000;
  background-color: var(--white);
  outline: none;
  height: clamp(43px, 2.52vw, 48px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ul-footer-top .ul-footer-widget .ul-footer-actions a i,
.ul-footer-top .ul-footer-widget .ul-footer-subscribe i,
.ul-footer-top .ul-footer-widget select i {
  padding-right: 7px;
}
.ul-footer-top .ul-footer-widget .select-wrapper {
  height: clamp(43px, 2.52vw, 48px);
  border: 1px solid #000;
  padding-right: 10px;
  background-color: var(--white);
}
.ul-footer-top .ul-footer-widget .select-wrapper select {
  border: none;
  background-color: transparent;
}
.ul-footer-middle {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-template-columns: repeat(7, 1fr);
  gap: 1rem;
  padding: 2rem;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 1399px) {
  .ul-footer-middle {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .ul-footer-middle {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .ul-footer-middle {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 479px) {
  .ul-footer-middle {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ul-footer-middle .ul-footer-widget h6 {
  font-weight: bold;
  margin-bottom: clamp(10px, 0.79vw, 15px);
  text-transform: uppercase;
  font-size: 16px;
  font-family: var(--font-ogg);
  font-weight: 400;
}
.ul-footer-middle .ul-footer-widget ul {
  list-style: none;
  padding: 0;
}
.ul-footer-middle .ul-footer-widget ul li {
  margin-bottom: 1rem;
}
.ul-footer-middle .ul-footer-widget ul li a {
  color: #000;
  text-decoration: none;
}
.ul-footer-middle .ul-footer-widget ul li a:hover {
  text-decoration: underline;
}
.ul-footer-bottom {
  padding: 2rem;
  font-size: clamp(13px, 0.84vw, 16px);
  color: #000;
}
.ul-footer-bottom p {
  margin-bottom: 0;
}

.ul-products-categories {
  padding: clamp(14px, 1.05vw, 20px);
  border-top: 1px solid #ebebeb;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px, 0.84vw, 16px);
}
.ul-products-categories a {
  border: 1px solid #ebebeb;
  height: clamp(33px, 1.89vw, 36px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(15px, 1.42vw, 27px);
  border-radius: 4px;
  font-size: 14px;
  padding-top: 6px;
}
.ul-products-categories a:hover {
  background-color: var(--black);
  border-color: var(--black);
  color: var(--white);
}

.ul-inner-banner {
  background: url(../img/inner-banner.jpg) no-repeat center center/cover;
  padding: clamp(100px, 17.71vw, 337px) 15px clamp(20px, 1.84vw, 35px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(90px, 9.62vw, 183px);
  color: var(--white);
  position: relative;
  z-index: 1;
}
.ul-inner-banner::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.4) 100%);
}
.ul-inner-banner-title {
  letter-spacing: -0.02rem;
  line-height: normal;
  font-size: clamp(24px, 1.58vw, 30px);
  font-weight: 500;
  margin-bottom: 5px;
  font-family: var(--font-ogg);
}
.ul-inner-banner-descr {
  font-size: 14px;
}
.ul-inner-banner-bottom {
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ul-inner-banner-bottom:hover {
  color: rgba(255, 255, 255, 0.7);
}
.ul-inner-banner-bottom .txt {
  font-size: 14px;
  text-decoration: 1px underline #fff;
  text-underline-offset: 4px;
}

.ul-sort {
  position: relative;
  --ss-primary-color: var(--black);
}
.ul-sort .ss-main {
  border: none;
}
.ul-sort .ss-main .ss-values .ss-placeholder {
  color: var(--black);
}
.ul-sort .ss-content {
  right: 0 !important;
  left: auto !important;
  top: calc(100% + 20px) !important;
  min-width: 300px;
  border-radius: 0;
  box-shadow: 1px 1px 5px grey;
  border: none;
}
.ul-sort .ss-content .ss-list .ss-option {
  padding: clamp(8px, 0.63vw, 12px) clamp(18px, 1.26vw, 24px);
}

.ul-inner-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border-top: 1px solid #ebebeb;
  padding: clamp(17px, 1.05vw, 20px);
}
.ul-inner-breadcrumb a {
  color: #5e5e5e;
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  margin-right: 10px;
}
.ul-inner-breadcrumb a:last-child {
  margin-right: 0;
}
.ul-inner-breadcrumb a:last-child::after {
  content: none;
}
.ul-inner-breadcrumb a::after {
  content: "›";
  font-size: 25px;
  line-height: 0.7;
}
.ul-inner-breadcrumb a:hover {
  color: var(--black);
}
.ul-inner-breadcrumb span {
  color: var(--black);
}

.ul-sort-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
}

.ul-filter-sidebar-opener {
  background-color: var(--black);
  color: var(--white);
  height: clamp(40px, 2.36vw, 45px);
  border-radius: 999px;
  padding: 0 15px;
  padding-top: 7px;
}
.ul-filter-sidebar-opener:hover {
  background-color: #f6f6f6;
  color: var(--black);
}
.ul-filter-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(15px, 0.95vw, 18px);
  color: var(--black);
}
.ul-filter-sidebar {
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  width: 700px;
  max-width: 100%;
  position: fixed;
  height: 100vh;
  z-index: 11;
  top: 0;
  left: 0;
  border-right: 2px solid #000;
  padding: clamp(15px, 1.58vw, 30px) clamp(20px, 2.1vw, 40px);
  transform: translateX(-100%);
  transition: 0.4s ease;
}
.ul-filter-sidebar.active {
  transform: translateX(0);
}
.ul-filter-sidebar-closer {
  padding: 0;
  width: 40px;
  aspect-ratio: 1/1;
  color: var(--black);
  font-size: 16px;
}
.ul-filter-sidebar-footer {
  margin-top: auto;
}
.ul-filter-sidebar-footer button {
  width: 100%;
  background-color: var(--black);
  color: var(--white);
  height: clamp(44px, 2.63vw, 50px);
  border-radius: 99px;
  font-size: 14px;
}
.ul-filter-sidebar-footer button:hover {
  background-color: #ebebeb;
  color: var(--black);
}
.ul-filter-sidebar-footer button:last-child {
  background-color: transparent;
  color: var(--black);
  text-decoration: 1px underline var(--black);
}
.ul-filter-sidebar .ul-single-accordion-item {
  border-top: solid rgba(0, 0, 0, 0.1);
  border-width: 1px 0;
  border-radius: 0;
  padding: 15px 0;
  box-shadow: none;
  font-size: 14px;
  margin-bottom: 0;
}
.ul-filter-sidebar .ul-single-accordion-item:first-child {
  border-top: 0;
}
.ul-filter-sidebar .ul-single-accordion-item__title {
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 500;
  color: #5e5e5e;
}
.ul-filter-sidebar .ul-single-accordion-item input {
  width: 15px;
}

.ul-filter-accordion-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.ul-inner-products .row {
  --bs-gutter-x: 3px;
  --bs-gutter-y: 3px;
}
.ul-inner-products-bottom-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: clamp(20px, 1.58vw, 30px);
}
.ul-inner-products-bottom-nav a {
  padding: 3px 0;
  padding-right: clamp(12px, 0.79vw, 15px);
  margin-right: clamp(12px, 0.79vw, 15px);
  border-right: 1px solid #ebebeb;
  color: #5e5e5e;
}
.ul-inner-products-bottom-nav a:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
.ul-inner-products-bottom-nav a:hover {
  color: var(--black);
}

.ul-inner-product {
  background-color: #f6f6f6;
}
.ul-inner-product:hover .ul-inner-product-img-slider-nav {
  width: 90%;
}
.ul-inner-product-imgs {
  position: relative;
  z-index: 1;
}
.ul-inner-product-imgs img {
  width: 100%;
}
.ul-inner-product-imgs .add-to-wishlist-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
.ul-inner-product-img-slider-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 110%;
  transition: 0.4s ease;
}
.ul-inner-product-img-slider-nav button {
  width: 30px;
  aspect-ratio: 1/1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ul-inner-product-img-slider-pagination {
  position: absolute;
  bottom: auto !important;
  top: 10px !important;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.ul-inner-product-img-slider-pagination span {
  margin: 1px !important;
  height: 1px;
  width: 50px;
  background-color: var(--black);
  opacity: 50%;
}
.ul-inner-product-img-slider-pagination span.swiper-pagination-bullet-active {
  opacity: 100%;
}
.ul-inner-product-txt {
  padding: clamp(15px, 1.05vw, 20px);
  position: relative;
}
.ul-inner-product-txt .ul-product-card-colors {
  justify-content: flex-start;
}

.ul-product-details {
  max-width: 1920px;
  margin: auto;
}
.ul-product-details-imgs {
  position: relative;
  border: none;
}
.ul-product-details-imgs .ul-inner-breadcrumb {
  padding-top: 12px;
  position: absolute;
  top: 0;
  left: 0;
}
.ul-product-details-imgs .imgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5px;
}
.ul-product-details-imgs .imgs > *:first-child {
  grid-column: span 2;
}
.ul-product-details-txt {
  padding: clamp(32px, 3.42vw, 65px) clamp(15px, 7.15vw, 136px);
  position: sticky;
  top: 0;
}
@media screen and (max-width: 1599px) {
  .ul-product-details-txt {
    padding: clamp(32px, 3.42vw, 65px) clamp(15px, 5.15vw, 136px);
  }
}
@media screen and (max-width: 991px) {
  .ul-product-details-txt {
    padding: clamp(20px, 3.42vw, 65px) 15px;
  }
}
.ul-product-details-name {
  font-size: clamp(22px, 1.47vw, 28px);
  line-height: 2.71429rem;
  letter-spacing: -0.02em;
  font-weight: 600;
  margin-bottom: clamp(3px, 0.32vw, 6px);
  font-family: var(--font-ogg);
}
.ul-product-details-short-descr {
  font-size: 14px;
  margin-bottom: clamp(20px, 2.1vw, 40px);
  display: block;
}
.ul-product-details-colors {
  margin-bottom: clamp(40px, 4.2vw, 80px);
}
.ul-product-details-colors .colors {
  display: flex;
  gap: 8px;
  margin-bottom: clamp(10px, 0.79vw, 15px);
}
.ul-product-details-colors input:checked ~ .color {
  box-shadow: 0 0 0 1px var(--ul-black);
}
.ul-product-details-colors .color {
  box-shadow: 0 0 0 1px #e6e6e6;
  border-radius: 50%;
  width: clamp(45px, 2.63vw, 50px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
}
.ul-product-details-colors .color img {
  border-radius: 50%;
  width: clamp(45px, 2.63vw, 50px);
  aspect-ratio: 1/1;
}
.ul-product-details-colors .selected-color {
  font-size: 14px;
  line-height: 1.64286rem;
  letter-spacing: 0.03em;
}
.ul-product-details-colors .selected-color-key {
  text-transform: uppercase;
}
.ul-product-details-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 479px) {
  .ul-product-details-actions {
    grid-template-columns: 1fr;
  }
}
.ul-product-details-actions a {
  display: flex;
  align-items: baseline;
  gap: 10px;
  line-height: 1;
  font-weight: 400;
}
.ul-product-details-actions a i {
  font-size: 16px;
}
.ul-product-details-accordion {
  margin-top: clamp(15px, 1.58vw, 30px);
}
.ul-product-details-accordion .ul-single-accordion-item {
  border-top: 1px solid #e6e6e6;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  padding: clamp(10px, 0.68vw, 13px) 0;
}
.ul-product-details-accordion .ul-single-accordion-item:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.ul-product-details-accordion .ul-single-accordion-item__title {
  margin-bottom: 0;
  font-size: clamp(16px, 1vw, 19px);
  line-height: 1.78571rem;
  font-weight: 400;
}
.ul-product-details-accordion .ul-single-accordion-item.open .ul-single-accordion-item__body {
  padding-bottom: clamp(15px, 1.05vw, 20px);
}
.ul-product-details-accordion-txt p {
  font-size: 14px;
  color: var(--black);
  margin-bottom: clamp(15px, 1.05vw, 20px);
}
.ul-product-details-accordion-txt ul {
  padding-left: clamp(15px, 1.31vw, 25px);
  margin-bottom: clamp(15px, 1.05vw, 20px);
}
.ul-product-details-accordion-txt ul li {
  font-size: 14px;
  margin-bottom: 4px;
}
.ul-product-details-accordion-txt span {
  font-size: 14px;
}
.ul-product-details-accordion-service {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.ul-product-details-accordion-service .service-icon {
  padding-top: 4px;
  font-size: 20px;
  min-width: 25px;
}
.ul-product-details-accordion-service .service-title {
  color: var(--black);
}
.ul-product-details-accordion-service .service-descr {
  color: rgba(0, 0, 0, 0.55);
}
.ul-product-details-accordion-service:last-child .service-descr {
  margin-bottom: 0;
}
.ul-product-details-packaging {
  margin-top: clamp(15px, 1.58vw, 30px);
  display: flex;
  align-items: center;
  gap: clamp(15px, 1.05vw, 20px);
}
@media screen and (max-width: 479px) {
  .ul-product-details-packaging {
    flex-direction: column;
  }
}
.ul-product-details-packaging-img {
  flex-shrink: 0;
}
.ul-product-details-packaging-img img {
  width: clamp(220px, 14.71vw, 280px);
  aspect-ratio: 280/235;
}
.ul-product-details-packaging-txt {
  font-size: 14px;
}
.ul-product-details-packaging-txt .title {
  display: block;
  margin-bottom: clamp(10px, 0.79vw, 15px);
  color: var(--black);
}
.ul-product-details-packaging-txt .descr {
  color: rgba(0, 0, 0, 0.55);
}/*# sourceMappingURL=style.css.map */
.text-sm{
    font-size: 14px !important;
}
