/*
 Theme Name: ojsklep
 Author: tadamart.pl
 Version: 1.0
 */

:root {
  --bs-primary: #f97316 !important;
  --bs-primary-rgb: 249, 115, 22 !important;
  --bs-secondary: #2f6f4e !important;
  --bs-secondary-rgb: 47, 111, 78 !important;
  --bs-light: #faefe7 !important;
  --bs-light-rgb: 250, 239, 231 !important;
}

body {
  font-family: "Source Sans 3", sans-serif;
  color: black;
}

.admin-bar {
  margin-top: 32px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 400 !important;
}
strong {
  font-weight: 500;
}
a {
  transition: 0s !important;
  font-size: 14px;
}
p,
li,
td,
th {
  font-size: 14px;
  line-height: 1.4 !important;
}
.ls1 {
  letter-spacing: 1px !important;
}
.lh1 {
  line-height: 1 !important;
}
.grecaptcha-badge {
  display: none !important;
}
.cky-btn-revisit-wrapper {
  display: none !important;
}
.border-end,
.border-start,
.border-top,
.border-bottom,
.border {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.bg-black .border-end,
.bg-black .border-start,
.bg-black .border-top,
.bg-black .border-bottom,
.bg-black .border,
.bg-black.border-top {
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.custom-page a {
  color: black;
}
.fs-6 {
  font-size: 13px !important;
}
.fs-7 {
  font-size: 12px;
}
.fs-8 {
  font-size: 11px;
}
.btn {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  padding: 13px 20px;
  border-radius: 100px;
  transition: 0s !important;
  line-height: 1 !important;
}
.btn-outline-primary {
  border: 1px solid var(--bs-primary) !important;
  color: black !important;
  background-color: transparent !important;
  &:hover {
    background-color: var(--bs-primary) !important;
    color: white !important;
  }
}

.hero {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: end;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.hero-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 150px, transparent 30%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.8) 100%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.hero-content h1 {
  font-size: 3rem;
  font-weight: 700;
  margin: 0;
}
.home header {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cart-count {
  border-radius: 100px;
  font-size: 10px;
  width: 16px;
  height: 16px;
  bottom: -3px;
  right: -3px;
  text-align: center;
}
.menu-button {
  cursor: pointer;
}
.menuOffcanvas .nav-link {
  font-size: 16px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  padding: 0px;
  margin-bottom: 10px;
  color: black;
}
.hero {
  margin-top: -81px;
}
.top-bar p {
  font-size: 12px;
}
.hero-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;

  object-fit: contain;
}
.hero-clouds {
  margin-top: -180px;
  z-index: 2;
  position: relative;
  opacity: 0.62;
}
.hero-content {
  z-index: 3;
}
.hc2 {
  position: absolute;
  bottom: -170px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 500px;
}

@media (min-width: 1400px) {
}

/* XX-Large devices (larger desktops) */
@media (max-width: 1399.98px) {
}

/* X-Large devices (large desktops) */
@media (max-width: 1199.98px) {
}

/* Large devices (desktops) */
@media (max-width: 991.98px) {
}

/* Medium devices (tablets) */
@media (max-width: 767.98px) {
  .hero {
    min-height: 400px;
  }

  .hero-content h1 {
    font-size: 2rem;
  }
  .hero-clouds {
    margin-top: -150px;
  }
}

/* Small devices (landscape phones) */
@media (max-width: 575.98px) {
  .hero {
    min-height: 300px;
  }

  .hero-content h1 {
    font-size: 1.5rem;
  }
  header .logo {
    width: 80px;
  }
  .hero {
    margin-top: -66px;
  }
  .top-bar p {
    font-size: 9px;
  }
}
