/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*******************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss (1) ***!
  \***********************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:ital@1&display=swap);
/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss (2) ***!
  \***********************************************************************************************************************************************************/
/* FONTS */
/* COLORS */
/*   Resolution  */
strong {
  font-weight: 600; }

.text-main {
  font-size: 18px; }
  .text-main--f18 {
    font-size: 18px;
    line-height: 27px; }
  .text-main--f16 {
    font-size: 16px; }
  .text-main--f14 {
    font-size: 14px; }
  @media (max-width: 767px) {
    .text-main {
      font-size: 16px;
      line-height: normal; } }

h1,
.f-h1,
h2,
.f-h2,
h3,
.f-h3,
h4,
.f-h4,
h5,
.f-h5,
h6,
.f-h6 {
  margin: 0;
  font-weight: 700;
  line-height: normal; }

h1, .f-h1 {
  font-size: 72px; }

h2, .f-h2 {
  font-size: 48px; }

h3, .f-h3 {
  font-size: 32px; }

h4, .f-h4 {
  font-size: 26px; }

h5, .f-h5 {
  font-size: 20px; }

h6, .f-h6 {
  font-size: 16px; }

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  max-width: 100%;
  padding-right: 17px;
  padding-left: 17px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 1200px) {
  .container-product, .container-cart {
    max-width: 1200px !important; } }

@media (min-width: 576px) {
  .container {
    max-width: 540px;
    padding-right: 15px;
    padding-left: 15px; } }

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

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  /* xl */
  .container {
    max-width: 1170px; } }

@media (min-width: 1400px) {
  /* xxl */
  .container {
    max-width: 1370px; } }

@font-face {
  font-family: RobotoSlab300;
  src: url(../2aad4c868c2732d956d9.ttf); }

@font-face {
  font-family: RobotoSlab400;
  src: url(../39c7af8a5d124ff3c247.ttf); }

@font-face {
  font-family: RobotoSlab700;
  src: url(../782c0d76a12a08d80d48.ttf); }

@font-face {
  font-family: Roboto400;
  src: url(../fc2b5060f7accec5cf74.ttf); }

@font-face {
  font-family: Roboto700;
  src: url(../f80816a5455d171f948d.ttf); }

@font-face {
  font-family: Playfair400;
  src: url(../27705d9c43e8c36b1abd.ttf); }

@font-face {
  font-family: Playfair700;
  src: url(../93cdecc21109a014b86b.ttf); }

.hero {
  background: url(../2ec38c9f30f1521f5ce0.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center;
  text-align: center;
  min-height: 900px; }
  .hero__mobile-logo {
    display: none;
    margin: 0 auto;
    padding: 20px 0; }
  .hero__title {
    font-size: 72px;
    line-height: 72px;
    font-family: RobotoSlab700;
    color: white;
    letter-spacing: 5px;
    font-weight: bold; }
    @media (max-width: 1024px) {
      .hero__title {
        line-height: 42px; } }
  .hero__subtitle {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-style: italic;
    font-size: 24px;
    color: white;
    margin: 0;
    letter-spacing: 2px; }
  .hero__desc {
    font-size: 16px;
    font-family: Roboto400;
    color: white;
    max-width: 812px;
    margin: 30px auto 50px auto;
    line-height: 32px; }
    @media (max-width: 576px) {
      .hero__desc {
        margin: 25px auto;
        padding: 0 15px;
        line-height: 24px;
        text-align: center; } }
  .hero__cta {
    font-family: RobotoSlab700;
    font-size: 18px;
    background: #df6417;
    border: 2px solid #df6417;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    padding: 20px 28px;
    display: inline-block;
    min-width: 200px;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }
    .hero__cta:hover {
      background: #e55f0f;
      border-color: #e55f0f;
      transform: translateY(-3px);
      box-shadow: 0 8px 16px rgba(223, 100, 23, 0.3); }
  .hero__insta {
    font-family: RobotoSlab700;
    font-size: 24px;
    font-weight: bold;
    color: white;
    padding-top: 44px; }
    .hero__insta a {
      color: white;
      text-decoration: none; }
    @media (max-width: 1024px) {
      .hero__insta {
        font-size: 18px; } }
  @media (max-width: 1366px) {
    .hero__title {
      font-size: 72px; }
    .hero__cta {
      font-size: 16px; } }
  @media (max-width: 1024px) {
    .hero {
      padding: 150px 0 100px 0;
      min-height: 500px; }
      .hero__title {
        font-size: 42px; }
      .hero__cta {
        padding: 16px 10px; } }
  .hero__buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap; }
  @media (max-width: 576px) {
    .hero {
      padding: 50px 0 40px 0;
      min-height: 300px; }
      .hero__mobile-logo {
        display: block; }
      .hero__desc {
        margin: 25px auto;
        padding: 0 15px;
        line-height: 24px;
        text-align: center; }
      .hero__title {
        font-size: 26px; }
      .hero__buttons {
        flex-direction: column;
        gap: 12px; }
      .hero__cta {
        min-width: 100%;
        max-width: 90vw;
        padding: 16px 20px;
        font-size: 14px; } }

.hero-studio {
  background: url(../247a4dcd86d9575e8595.png); }

.hero-zaloga {
  background: url(../5e5bc59e7d9bdd728dd8.png); }

.hero-single-zaloga {
  background: url(../931cd72a371ddbc38ddd.png); }

.hero-piercing {
  background: url(../cf037dfdb8cfc5bc5a24.png); }

.hero-faq {
  background: url(../901e2b2e68ced861bbe7.png); }

.hero-blog {
  background: url(../1921287301fd0755684f.png); }

.hero-contact {
  background: url(../6a9cc07fa522f6ae79f7.png); }

.hero-sklep {
  background: url(../35845ab0007294d8301f.png); }

.hero-single {
  background-size: cover;
  background-position: center;
  min-height: 710px; }
  @media (max-width: 1024px) {
    .hero-single {
      min-height: 300px !important; } }

.page-template-page-artysta .hero-single {
  min-height: 830px; }

.breadcrumbs {
  text-transform: uppercase;
  font-family: RobotoSlab700;
  font-weight: bold;
  padding-top: 42px;
  padding-bottom: 62px; }
  @media (max-width: 576px) {
    .breadcrumbs {
      padding-bottom: 35px;
      padding-top: 21px; } }
  .breadcrumbs__crumb {
    color: black;
    font-size: 10px;
    letter-spacing: 3px;
    text-decoration: none; }
  .breadcrumbs__slash {
    padding: 0 15px; }

#mobile-menu {
  display: none;
  position: fixed;
  top: 10px;
  right: 25px;
  z-index: 6;
  width: 100%;
  background: transparent;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  top: 0;
  z-index: 1000;
  right: 0;
  height: 60px; }
  #mobile-menu a {
    text-decoration: none; }
  #mobile-menu .mobile-menu-tile {
    position: fixed;
    top: -10px;
    right: 100vw;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100vw;
    height: 100vh;
    padding-top: 64px;
    padding-left: 55px;
    background: black; }
    #mobile-menu .mobile-menu-tile .social-media {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 21px;
      margin-top: 26px; }
    #mobile-menu .mobile-menu-tile ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 30px; }
    #mobile-menu .mobile-menu-tile a {
      color: white;
      font-family: RobotoSlab700;
      font-weight: bold;
      font-size: 18px;
      text-transform: uppercase;
      padding-bottom: 30px; }
  #mobile-menu .tile-active {
    right: -10px; }
  #mobile-menu #nav-icon {
    z-index: 3;
    width: 60px;
    height: 45px;
    position: relative;
    margin: 0 0 0 auto;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg) scale(0.5);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    right: 7px;
    top: 7px; }
  #mobile-menu #nav-icon span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #fff;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  #mobile-menu #nav-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    transform-origin: left center; }
  #mobile-menu #nav-icon span:nth-child(2) {
    top: 18px;
    -webkit-transform-origin: left center;
    transform-origin: left center; }
  #mobile-menu #nav-icon span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    transform-origin: left center; }
  #mobile-menu #nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px; }
  #mobile-menu #nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  #mobile-menu #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px; }
  @media (max-width: 1024px) {
    #mobile-menu {
      display: block; } }

.mobile-items-holder {
  position: absolute;
  right: 86px;
  top: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px; }

.mobile-menu__logo {
  position: absolute;
  top: 9px;
  left: 25px;
  width: 44px;
  opacity: 0;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in; }

.mobile-logo-visible {
  opacity: 1; }

#main-menu .menu-item > a::after {
  content: '';
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out; }

#main-menu .menu-item > a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left; }

.floatingMenu {
  position: fixed !important;
  max-height: 120px !important;
  background-color: black !important; }
  .floatingMenu .menu-logo img {
    max-width: 92px !important; }

.menu-logo img {
  max-width: 114px !important;
  -webkit-transition: all 0.25s ease-in !important;
  transition: all 0.25s ease-in !important; }

#main-menu {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: RobotoSlab700;
  max-height: 176px;
  z-index: 1000; }
  #main-menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    padding: 0;
    list-style: none; }
  #main-menu li > a {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    gap: 6px;
    position: relative; }
  @media (max-width: 1366px) {
    #main-menu li > a {
      font-size: 14px;
      margin: 0;
      padding: 10px; } }
  @media (max-width: 1024px) {
    #main-menu {
      display: none; } }

.floatingMobileMenu {
  background: #000 !important; }

.footer {
  background: black;
  color: white; }
  .footer a {
    text-decoration: none;
    color: white; }
  .footer hr {
    width: 100%;
    background: #767676;
    border: 1px;
    height: 1px; }
  .footer__wrap {
    padding: 140px 0 130px 0;
    display: grid;
    grid-template-columns: 230px 400px 400px 246px; }
  .footer__logo {
    width: 174px; }
  .footer__contact, .footer__link {
    font-family: RobotoSlab400;
    font-size: 16px;
    line-height: 28px;
    margin: 0; }
    .footer__contact p, .footer__link p {
      margin: 0; }
    .footer__contact--bold, .footer__link--bold {
      font-family: RobotoSlab700;
      font-weight: bold; }
  .footer__link {
    font-family: RobotoSlab700;
    font-weight: bold; }
  .footer__social {
    margin: 50px 0; }
    .footer__social a {
      padding-right: 45px; }
  .footer__cta {
    font-weight: bold;
    font-family: RobotoSlab700;
    border: 1px solid white;
    padding: 15px 24px; }
    .footer__cta--mobile {
      display: none;
      margin-top: 38px; }
  .footer__mobile-br {
    display: none; }
  .footer__bottom {
    padding: 30px 0;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .footer__name {
    padding-right: 30px; }
  .footer__bottom-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    font-family: RobotoSlab300; }
    .footer__bottom-list li {
      padding-right: 10px; }
  .footer__bottom-item {
    padding-right: 10px; }
    .footer__bottom-item a {
      text-decoration: none;
      color: white; }
  @media (max-width: 1400px) {
    .footer__logo {
      width: 150px; }
    .footer__wrap {
      grid-template-columns: 194px 262px 260px 246px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .footer__contact, .footer__link {
      font-size: 14px; }
    .footer__social {
      margin: 30px 0; }
      .footer__social a {
        padding-right: 25px; } }
  @media (max-width: 1024px) {
    .footer__logo {
      width: 130px; }
    .footer__wrap {
      grid-template-columns: 194px 262px 260px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 66px 0; }
    .footer__cta {
      display: none; }
      .footer__cta--mobile {
        display: inline-block; }
    .footer__bottom {
      font-size: 10px; }
    .footer__name {
      padding-right: 0;
      white-space: nowrap; }
    .footer__bottom-list {
      white-space: nowrap; } }
  @media (max-width: 768px) {
    .footer__wrap {
      grid-template-columns: 1fr;
      padding: 35px 0; }
    .footer__logo {
      display: block;
      margin: 0 auto 15px auto; }
    .footer__fraction {
      width: 244px;
      margin: 0 auto; }
    .footer__bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 20px 0 30px 0; }
    .footer__mobile-br {
      display: block; }
    .footer__bottom-list {
      display: inline;
      display: initial;
      padding-left: 0; }
    .footer__bottom-item {
      float: left; } }

.page-404 {
  padding: 200px 0 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center; }
  .page-404 a {
    color: black; }

.zaloga {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  gap: 10px; }
  .zaloga__tile {
    height: 500px;
    position: relative;
    text-align: center; }
  .zaloga__title {
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    color: white; }

#searchform .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0; }

#searchform input[type=text] {
  height: 70px;
  width: 1250px;
  font-size: 18px;
  letter-spacing: 3px;
  padding-left: 36px;
  font-family: RobotoSlab700;
  font-weight: 700;
  border: 1px solid #191919;
  border-right: none;
  outline: none; }
  @media (max-width: 1024px) {
    #searchform input[type=text] {
      height: 58px;
      font-size: 16px; } }

#searchform button[type=submit] {
  height: 74px;
  width: 100px;
  border: 1px solid #191919;
  border-left: none;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  @media (max-width: 1024px) {
    #searchform button[type=submit] {
      height: 62px; } }

#searchform .search-icon {
  width: 37px;
  height: 37px; }
  @media (max-width: 1024px) {
    #searchform .search-icon {
      width: 25px;
      height: 25px; } }

.results {
  padding: 30px 0; }
  .results__result {
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 77px; }
    .results__result:first-child {
      margin-top: 0; }
    @media (max-width: 1024px) {
      .results__result {
        margin-top: 40px;
        gap: 25px; } }
    @media (max-width: 768px) {
      .results__result {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .results__art {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    gap: 15px;
    width: 60%; }
    @media (max-width: 1024px) {
      .results__art {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 768px) {
      .results__art {
        width: 100%; } }
    .results__art img {
      display: block;
      height: 246px;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 1024px) {
        .results__art img:last-child, .results__art img:nth-child(5) {
          display: none; } }
      @media (max-width: 450px) {
        .results__art img:nth-child(3), .results__art img:nth-child(4) {
          display: none; } }
  .results__bio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40%; }
    @media (max-width: 768px) {
      .results__bio {
        width: 100%; } }
  .results__artist {
    font-family: RobotoSlab700;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
    padding: 0; }
  .results__excerpt {
    font-size: 16px;
    font-family: Roboto400;
    margin-top: 37px;
    margin-bottom: 47px;
    line-height: 28px;
    max-width: 475px; }
    @media (max-width: 1024px) {
      .results__excerpt {
        font-size: 14px; } }
    @media (max-width: 576px) {
      .results__excerpt {
        margin-top: 20px;
        margin-bottom: 30px; } }
  .results__btn {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-family: RobotoSlab700;
    font-weight: bold;
    text-decoration: none;
    color: black;
    font-size: 16px; }
    @media (max-width: 1024px) {
      .results__btn {
        font-size: 14px; } }

.single-zaloga .hero-single-zaloga {
  padding-top: 150px; }
  @media (max-width: 1366px) {
    .single-zaloga .hero-single-zaloga {
      padding-top: 75px; } }
  @media (max-width: 576px) {
    .single-zaloga .hero-single-zaloga {
      padding-top: 25px; } }

.single-zaloga header {
  height: 0 !important;
  background-color: transparent !important; }
  @media (max-width: 1024px) {
    .single-zaloga header {
      height: 70px;
      z-index: 10;
      position: sticky;
      top: 0; } }

.artist-gallery__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 16px;
  gap: 16px; }
  .artist-gallery__wrap img,
  .artist-gallery__wrap a {
    max-width: 100%; }
  @media (max-width: 1024px) {
    .artist-gallery__wrap {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (max-width: 576px) {
    .artist-gallery__wrap {
      grid-template-columns: 1fr 1fr; } }

.artist-gallery a {
  position: relative; }
  .artist-gallery a span {
    position: absolute;
    bottom: 30px;
    color: white;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    left: 50%;
    font-family: RobotoSlab400;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-shadow: 2px 2px #000000;
    width: 80%;
    text-align: center;
    opacity: 0; }
  .artist-gallery a:hover span {
    opacity: 1; }
  .artist-gallery a img {
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
    height: 100%; }

.artist-gallery__pagination {
  margin-top: 50px;
  color: black;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px; }
  .artist-gallery__pagination * {
    font-family: RobotoSlab700;
    font-weight: 700;
    font-size: 18px;
    color: black; }
  .artist-gallery__pagination a {
    text-decoration: none; }

.artist-nav {
  padding: 87px 0; }
  .artist-nav .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 50px; }
  .artist-nav a {
    text-decoration: none;
    color: black;
    letter-spacing: 3px;
    font-family: RobotoSlab700;
    font-weight: bold;
    font-size: 16px; }
    @media (max-width: 1024px) {
      .artist-nav a {
        font-size: 14px; } }
    @media (max-width: 576px) {
      .artist-nav a {
        font-size: 12px; }
        .artist-nav a:first-child {
          text-align: left; }
        .artist-nav a:last-child {
          text-align: right; } }

.artist-desc .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 50px;
  grid-gap: 100px;
  gap: 100px; }
  @media (max-width: 992px) {
    .artist-desc .container {
      grid-template-columns: 1fr;
      gap: 10px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.artist-desc img {
  max-width: 100%; }
  @media (max-width: 1200px) {
    .artist-desc img {
      max-height: 500px; } }
  @media (max-width: 768px) {
    .artist-desc img {
      max-height: none;
      width: auto;
      max-width: 100%; } }

.artist-desc__text {
  font-size: 17px;
  line-height: 28px;
  padding-top: 20px; }
  @media (max-width: 768px) {
    .artist-desc__text {
      font-size: 14px;
      line-height: 24px; } }

.artist-desc a {
  color: black; }

.artist-desc h1, .artist-desc h2, .artist-desc h3, .artist-desc h4, .artist-desc h5, .artist-desc h6 {
  font-family: 'RobotoSlab400'; }

.artist-desc h1 {
  font-size: 36px; }

.artist-desc h2 {
  font-size: 32px; }

.artist-desc h3 {
  font-size: 28px; }

.artist-desc h4 {
  font-size: 21px; }

.artist-desc h5 {
  font-size: 18px; }

.single header {
  height: 180px;
  background-color: black; }
  @media (max-width: 1024px) {
    .single header {
      height: 70px;
      z-index: 10;
      position: sticky;
      top: 0; } }

@media (min-width: 1390px) {
  .post .container {
    max-width: 1360px !important; } }

.post__image {
  width: 100%;
  height: 720px;
  -o-object-fit: cover;
     object-fit: cover; }
  @media (max-width: 1366px) {
    .post__image {
      height: 400px; } }
  @media (max-width: 576px) {
    .post__image {
      height: 250px; } }

.post__date {
  color: #707070;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-style: italic;
  padding: 0;
  margin: 0;
  padding-top: 24px; }

.post__title {
  font-family: RobotoSlab700;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 2px;
  padding: 0; }

.post__content {
  margin: 0;
  padding: 0;
  margin-top: 39px;
  font-family: Roboto; }
  .post__content p {
    font-size: 16px;
    line-height: 28px; }

.post h2 {
  font-size: 24px; }

.post h3 {
  font-size: 21px; }

.post a {
  color: black;
  text-decoration: none;
  font-size: 16px;
  font-family: RobotoSlab700;
  font-weight: bold; }

.testimonials {
  padding: 150px 0; }
  .testimonials__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .testimonials .testimonial {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 54px; }
    .testimonials .testimonial > img {
      margin: 0 auto;
      width: 94px;
      height: 97px; }
    .testimonials .testimonial__desc {
      font-size: 16px;
      font-family: Roboto400;
      line-height: 28px; }
    .testimonials .testimonial__title {
      font-size: 24px;
      font-family: RobotoSlab700;
      font-weight: bold;
      line-height: 34px;
      text-transform: uppercase; }
  @media (max-width: 1366px) {
    .testimonials {
      padding: 92px 30px 107px 30px; }
      .testimonials__wrapper {
        gap: 72px; }
      .testimonials .testimonial {
        gap: 42px; }
        .testimonials .testimonial__title {
          font-size: 18px; }
        .testimonials .testimonial__desc {
          font-size: 14px; } }
  @media (max-width: 768px) {
    .testimonials {
      padding-left: 0;
      padding-right: 0; }
      .testimonials__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .testimonials__wrapper {
        gap: 32px; } }
  @media (max-width: 576px) {
    .testimonials {
      padding-bottom: 0; }
      .testimonials .testimonial {
        gap: 23px; }
        .testimonials .testimonial > img {
          margin: 0 auto;
          width: 69px;
          height: 69px; }
        .testimonials .testimonial__desc {
          margin-top: 0; } }

.tattoos {
  background: white;
  padding: 126px 0 93px 0;
  text-align: center; }
  @media (max-width: 576px) {
    .tattoos {
      padding: 40px 0; } }
  .tattoos__subtitle {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: #707070;
    padding: 0;
    margin: 0; }
  .tattoos__title {
    font-size: 48px;
    font-family: RobotoSlab700;
    letter-spacing: 9px;
    font-weight: bold;
    text-transform: uppercase; }
  @media (max-width: 1366px) {
    .tattoos {
      padding: 80px 0; }
      .tattoos__title {
        font-size: 42px; } }
  @media (max-width: 1024px) {
    .tattoos__title {
      font-size: 36px; } }
  @media (max-width: 576px) {
    .tattoos {
      padding: 40px 0; }
      .tattoos__title {
        font-size: 26px; } }

.crew {
  background: url(../671dbb7fbc830d1348ac.jpg);
  padding: 170px 0;
  position: relative;
  z-index: 10;
  text-align: center; }
  .crew__subtitle {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    margin: 0;
    padding: 0;
    color: #707070; }
  .crew__title {
    font-family: RobotoSlab700;
    font-size: 48px;
    color: black;
    text-transform: uppercase;
    letter-spacing: 8px; }
  .crew__description {
    font-family: Roboto400;
    font-size: 16px;
    max-width: 1080px;
    line-height: 28px;
    padding-top: 55px;
    margin: 0 auto; }
    @media (max-width: 1366px) {
      .crew__description {
        max-width: 840px;
        font-size: 14px; } }
  @media (max-width: 1366px) {
    .crew {
      padding: 80px 0; }
      .crew__title {
        font-size: 42px; } }
  @media (max-width: 1024px) {
    .crew__title {
      font-size: 36px; } }
  @media (max-width: 576px) {
    .crew {
      padding: 40px 0; }
      .crew__title {
        font-size: 26px; }
      .crew__description {
        font-size: 14px; } }

.workers__holder {
  display: grid;
  background: black;
  grid-template-columns: 1fr 1fr 1fr 1fr; }

.workers__last-divTwo {
  position: relative; }

.workers__bio-insta {
  font-size: 16px;
  font-family: RobotoSlab700;
  font-weight: bold;
  letter-spacing: 2px;
  color: white;
  text-decoration: none; }

.workers__bio {
  position: absolute;
  width: 90%;
  color: white;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  bottom: 43px;
  opacity: 0; }
  .workers__bio > * {
    margin: 0;
    padding: 0; }

.workers__image-wrap {
  height: 670px;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative; }
  .workers__image-wrap:hover .workers__bio {
    opacity: 1; }
  .workers__image-wrap:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.workers__bio-name {
  font-size: 48px;
  font-family: RobotoSlab700;
  font-weight: bold;
  line-height: 48px;
  color: white;
  text-decoration: none;
  display: block;
  letter-spacing: 2px;
  margin-bottom: 20px; }
  @media (max-width: 1024px) {
    .workers__bio-name {
      font-size: 32px; } }
  @media (max-width: 576px) {
    .workers__bio-name {
      font-size: 22px;
      line-height: 24px; } }

.workers__bio-profession {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 19px; }
  @media (max-width: 1366px) {
    .workers__bio-profession {
      font-size: 16px; } }
  @media (max-width: 1024px) {
    .workers__bio-profession {
      font-size: 12px; } }
  @media (max-width: 576px) {
    .workers__bio-profession {
      font-size: 8px; } }

.workers__bio-insta {
  font-size: 16px;
  font-family: RobotoSlab700;
  font-weight: bold;
  letter-spacing: 3px; }
  @media (max-width: 1024px) {
    .workers__bio-insta {
      font-size: 11px; } }
  @media (max-width: 576px) {
    .workers__bio-insta {
      font-size: 7px; } }

.workers__last-a {
  color: white;
  border: 1px solid white;
  font-family: RobotoSlab700;
  font-weight: 700;
  font-size: 18px;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 30px 42px;
  position: absolute; }
  @media (max-width: 1366px) {
    .workers__last-a {
      font-size: 16px;
      padding: 24px 35px; } }
  @media (max-width: 1024px) {
    .workers__last-a {
      padding: 18px 28px;
      text-align: center;
      white-space: normal; } }

.workers__last-aTwo {
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%); }

.workers__last-aOne {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.workers img {
  height: 670px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear; }
  .workers img:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

@media (max-width: 1366px) {
  .workers__image-wrap {
    height: 475px; }
  .workers img {
    height: 475px; } }

@media (max-width: 1024px) {
  .workers__image-wrap {
    height: 359px; }
  .workers img {
    height: 359px; } }

@media (max-width: 576px) {
  .workers__holder {
    grid-template-columns: 1fr 1fr; }
  .workers__image-wrap {
    height: 250px; }
  .workers img {
    height: 250px; } }

.studio {
  position: relative;
  z-index: 2; }
  .studio__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr; }
  .studio__desc-background {
    background: url(../671dbb7fbc830d1348ac.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
    height: 670px; }
  .studio__desc {
    position: absolute;
    text-align: center;
    text-align: center;
    right: 190px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .studio__background {
    background-size: cover !important; }
  .studio__background {
    background: url(../432edf8675b90136d088.png); }
    @media (max-width: 768px) {
      .studio__background {
        display: none; } }
  .studio__see-more {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    color: #707070; }
  .studio__title {
    font-family: RobotoSlab700;
    font-size: 48px;
    color: black;
    letter-spacing: 8px;
    text-transform: uppercase; }
  .studio__description {
    font-family: Roboto400;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 45px;
    margin-top: 39px;
    max-width: 537px;
    margin-left: auto;
    margin-right: auto; }
  .studio__link {
    background: black;
    color: white;
    font-family: RobotoSlab700;
    font-size: 18px;
    padding: 24px 35px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }
    .studio__link:hover {
      background: rgba(54, 53, 53, 0.8); }
  @media (max-width: 1650px) {
    .studio__desc {
      right: 90px; } }
  @media (max-width: 1366px) {
    .studio__desc {
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 80%; }
    .studio__title {
      font-size: 42px; }
    .studio__description {
      font-size: 14px; } }
  @media (max-width: 1024px) {
    .studio__desc {
      padding: 40px; }
    .studio__title {
      font-size: 36px; }
    .studio__link {
      padding: 15px 21px;
      font-size: 16px; } }
  @media (max-width: 768px) {
    .studio__desc-background {
      height: 400px; }
    .studio__desc {
      padding: 18px; }
    .studio__wrap {
      grid-template-columns: 1fr; }
    .studio__title {
      font-size: 26px; }
    .studio__background {
      height: 306px; } }
  @media (max-width: 576px) {
    .studio__desc-background {
      height: 500px; } }
  @media (max-width: 400px) {
    .studio__desc-background {
      height: 560px; }
    .studio__description {
      margin-top: 15px;
      margin-bottom: 15px; } }

.piercing__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 670px; }

.piercing__background1 {
  background-size: cover !important; }

.piercing__background1 {
  background: url(../e906f92462d1e5ad228f.png);
  position: relative;
  background-position: center; }

.piercing__background2 {
  background-size: cover !important; }

.piercing__background2 {
  background: url(../521b9608c58bbc9e2827.png);
  position: relative;
  background-position: center; }

.piercing__half1 {
  text-align: center;
  right: 190px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute; }

.piercing__half2 {
  text-align: center;
  position: absolute;
  left: 190px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.piercing__title {
  font-family: RobotoSlab700;
  font-size: 48px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 8px; }

.piercing__description {
  font-family: Roboto400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 45px;
  margin-top: 39px;
  max-width: 537px;
  color: white;
  margin-left: auto;
  margin-right: auto; }

.piercing__link {
  background: black;
  color: white;
  font-family: RobotoSlab700;
  font-size: 18px;
  padding: 24px 35px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear; }
  .piercing__link:hover {
    background: rgba(54, 53, 53, 0.8); }

@media (max-width: 1650px) {
  .piercing__half1 {
    right: 90px; }
  .piercing__half2 {
    left: 90px; } }

@media (max-width: 1366px) {
  .piercing__half1 {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80%; }
  .piercing__half2 {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80%; }
  .piercing__title {
    font-size: 42px; }
  .piercing__description {
    font-size: 14px; } }

@media (max-width: 1024px) {
  .piercing__half1, .piercing__half2 {
    padding: 40px; }
  .piercing__wrap {
    height: 750px; }
  .piercing__title {
    font-size: 36px; }
  .piercing__link {
    padding: 15px 21px;
    font-size: 16px; }
  .piercing__background1, .piercing__background2 {
    padding: 80px 0; } }

@media (max-width: 768px) {
  .piercing__half1, .piercing__half2 {
    padding: 18px; }
  .piercing__wrap {
    grid-template-columns: 1fr;
    height: 800px; }
  .piercing__title {
    font-size: 28px; } }

@media (max-width: 576px) {
  .piercing__wrap {
    height: 900px; } }

@media (max-width: 400px) {
  .piercing__wrap {
    height: 950px; }
  .piercing__description {
    margin-top: 15px;
    margin-bottom: 15px; } }

.news {
  background: url(../671dbb7fbc830d1348ac.jpg);
  background-size: cover;
  padding: 130px 0; }
  .news__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
    gap: 16px; }
  .news__heading {
    text-transform: uppercase;
    font-size: 43px;
    font-family: RobotoSlab700;
    font-weight: bold;
    text-align: center;
    color: black;
    padding-bottom: 102px;
    letter-spacing: 9px; }
  .news__tile {
    text-align: center;
    text-decoration: none;
    color: black;
    min-width: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .news__thumbnail {
    height: 296px;
    margin-bottom: 40px;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 1366px) {
      .news__thumbnail {
        height: 200px; } }
  .news__date {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-family: 'Playfair Display', serif;
    color: #707070; }
  .news__title {
    margin: 0;
    padding: 0;
    font-family: RobotoSlab700;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 18px; }
  .news__excerpt {
    padding: 0 40px 18px 40px;
    margin: 0;
    font-family: Roboto400;
    font-size: 14px;
    line-height: 24px;
    text-align: left; }
  .news__link {
    margin: 0;
    text-transform: uppercase;
    padding: 0;
    font-family: RobotoSlab700;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px; }
  @media (max-width: 1366px) {
    .news {
      padding: 68px 0; }
      .news__heading {
        font-size: 42px; }
      .news__date, .news__title {
        font-size: 14px; }
      .news__excerpt {
        font-size: 12px;
        padding: 0 30px 18px 30px; }
      .news__thumbnail {
        margin-bottom: 20px; } }
  @media (max-width: 1024px) {
    .news__wrapper {
      grid-template-columns: 1fr 1fr; }
    .news__tile:last-child {
      display: none; }
    .news__link {
      font-size: 14px; } }
  @media (max-width: 768px) {
    .news__excerpt {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 576px) {
    .news__heading {
      font-size: 28px;
      padding-bottom: 40px; }
    .news__wrapper {
      grid-template-columns: 1fr; }
    .news .container {
      padding: 0; }
    .news__tile {
      padding-top: 30px; }
    .news__excerpt {
      padding-left: 30px;
      padding-right: 30px; }
    .news__thumbnail {
      height: 230px; } }

.shop {
  background: url(../99f9c73fa2e656cf42b0.png);
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 200px 0; }
  @media (max-width: 1024px) {
    .shop {
      padding: 90px 0; } }
  .shop__subtitle {
    font-family: 'Playfair Display', serif;
    color: white;
    font-size: 18px;
    margin: 0; }
  .shop__title {
    font-size: 48px;
    font-family: RobotoSlab700;
    font-weight: bold;
    color: white; }
  .shop__link {
    margin-top: 54px;
    padding: 24px 35px;
    color: white;
    text-decoration: none;
    display: inline-block;
    font-family: RobotoSlab700;
    font-size: 18px;
    background: black;
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }
    @media (max-width: 1024px) {
      .shop__link {
        padding: 18px 28px; } }
    @media (max-width: 576px) {
      .shop__link {
        font-size: 16px; } }
    .shop__link:hover {
      background: rgba(54, 53, 53, 0.8); }
  @media (max-width: 1366px) {
    .shop {
      padding: 160px 0; }
      .shop__link {
        border: 1px solid white;
        padding: 24px 36px; }
      .shop__title {
        font-size: 42px; } }
  @media (max-width: 1024px) {
    .shop {
      padding: 90px 0; }
      .shop__title {
        font-size: 36px; }
      .shop__link {
        padding: 18px 28px; } }
  @media (max-width: 576px) {
    .shop {
      background-size: cover;
      background: url(../a00cbb8a06038b07730b.png); }
      .shop__link {
        font-size: 16px; }
      .shop__title {
        font-size: 28px; } }

.news--blog {
  padding: 0px 0 80px 0;
  background: white; }
  .news--blog .news__tile {
    margin-top: 72px; }
  .news--blog .news__tile:nth-child(1), .news--blog .news__tile:nth-child(2), .news--blog .news__tile:nth-child(3) {
    margin-top: 0px; }
  @media (max-width: 1024px) {
    .news--blog .news__tile {
      margin-top: 20px !important; } }

.page-nav-container {
  text-align: center;
  margin-top: 40px; }
  .page-nav-container .page-numbers {
    font-family: RobotoSlab700;
    font-weight: bold;
    font-size: 24px;
    color: black;
    text-decoration: none;
    padding: 0 15px; }
    @media (max-width: 576px) {
      .page-nav-container .page-numbers {
        font-size: 18px; } }
  .page-nav-container .current {
    font-size: 48px; }
    @media (max-width: 576px) {
      .page-nav-container .current {
        font-size: 28px; } }

.news__select {
  width: 30%;
  display: block;
  padding: 15px;
  font-size: 14px;
  font-family: 'RobotoSlab700';
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  outline: none;
  margin-bottom: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill=%27black%27 height=%2724%27 viewBox=%270 0 24 24%27 width=%2724%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M7 10l5 5 5-5z%27/><path d=%27M0 0h24v24H0z%27 fill=%27none%27/></svg>");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 14px;
  border: 1px solid #767676;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem; }
  @media (max-width: 1024px) {
    .news__select {
      padding: 10px 0 10px 10px;
      font-size: 14px;
      margin: 0 auto;
      width: 80%;
      background-position-y: 8px; } }

.faq {
  text-align: center;
  padding-bottom: 130px; }
  @media (max-width: 768px) {
    .faq {
      padding-bottom: 50px; } }
  .faq__subtitle {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: #707070;
    padding: 0;
    margin: 0; }
  .faq__title {
    font-size: 24px;
    font-family: RobotoSlab700;
    letter-spacing: 3px;
    font-weight: bold;
    text-transform: uppercase; }
  .faq__text {
    font-size: 16px;
    font-family: Roboto;
    text-align: left;
    padding-top: 55px;
    line-height: 28px;
    padding-bottom: 64px; }
    @media (max-width: 1366px) {
      .faq__text {
        font-size: 14px;
        max-width: 600px;
        margin: 0 auto;
        text-align: center;
        line-height: 28px; } }
  .faq__accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px; }
    .faq__accordion > div {
      width: 50%; }
      @media (max-width: 768px) {
        .faq__accordion > div {
          width: 100%; } }
    @media (max-width: 768px) {
      .faq__accordion {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .faq__accordion .ac {
      border: none;
      border-top: 1px dashed rgba(0,0,0,0.25882);
      margin: 0; }
    .faq__accordion .ac-header {
      padding: 16px 0 16px 10px; }
      .faq__accordion .ac-header button {
        font-family: RobotoSlab700;
        font-weight: bold;
        letter-spacing: 3px;
        font-size: 16px; }
        @media (max-width: 576px) {
          .faq__accordion .ac-header button {
            font-family: RobotoSlab700;
            font-weight: 700;
            letter-spacing: 3px;
            font-size: 14px; } }
      @media (max-width: 1366px) {
        .faq__accordion .ac-header {
          padding: 7px 0 7px 15px; } }
    .faq__accordion .ac-panel {
      text-align: left;
      font-size: 14px;
      line-height: 28px;
      padding-left: 25px; }
      .faq__accordion .ac-panel p, .faq__accordion .ac-panel li {
        font-size: 14px;
        line-height: 24px; }
        @media (max-width: 576px) {
          .faq__accordion .ac-panel p, .faq__accordion .ac-panel li {
            font-size: 12px !important; }
          .faq__accordion .ac-panel p, .faq__accordion .ac-panel li {
            line-height: 20px; } }

.mySwiper {
  height: 830px;
  position: static;
  overflow: hidden;
  width: 100vw; }
  @media (max-width: 1366px) {
    .mySwiper {
      height: 600px; } }
  @media (max-width: 576px) {
    .mySwiper {
      height: 420px; } }
  .mySwiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .mySwiper .swiper-slide img {
      cursor: pointer;
      position: relative;
      z-index: 0;
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 100%;
      border: 2px solid black; }
  .mySwiper .small-mid-small a:first-child {
    height: 30%; }
  .mySwiper .small-mid-small a:last-child {
    height: 30%; }
  .mySwiper .small-mid-small a:nth-child(2) {
    height: 40%; }
  .mySwiper .mid-small a:first-child {
    height: 60%; }
  .mySwiper .mid-small a:last-child {
    height: 40%; }
  .mySwiper .small-mid a:last-child {
    height: 60%; }
  .mySwiper .small-mid a:first-child {
    height: 40%; }

.cursorFollow {
  background: black;
  color: white;
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-family: RobotoSlab700;
  font-weight: 700;
  padding: 40px 35px;
  position: absolute;
  z-index: 1; }

.showcase .container {
  displaY: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 150px;
  gap: 150px; }
  @media (max-width: 1366px) {
    .showcase .container {
      gap: 70px; } }
  @media (max-width: 1024px) {
    .showcase .container {
      grid-template-columns: 1fr; } }

.showcase__gallery {
  display: none; }

.showcase__title {
  font-family: RobotoSlab700;
  font-weight: bold;
  font-size: 24px;
  color: black;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-bottom: 55px; }
  @media (max-width: 576px) {
    .showcase__title {
      padding-bottom: 25px; } }

.showcase__paragraph {
  font-family: Roboto400;
  font-size: 16px;
  line-height: 28px;
  margin: 0; }
  @media (max-width: 576px) {
    .showcase__paragraph {
      font-size: 14px; } }

.showcase__btn {
  font-family: RobotoSlab700;
  font-weight: bold;
  font-size: 18px;
  color: white;
  background: black;
  padding: 30px 42px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  margin: 0;
  text-transform: uppercase;
  margin-top: 80px; }
  @media (max-width: 1024px) {
    .showcase__btn {
      padding: 15px 21px;
      font-size: 16px;
      margin-top: 40px;
      max-width: 225px;
      display: block;
      margin-left: auto;
      margin-right: auto; } }

.showcase__images {
  display: grid;
  grid-gap: 15px;
  gap: 15px;
  grid-template-columns: 1fr 1fr; }
  .showcase__images img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 1024px) {
      .showcase__images img {
        max-height: 200px; } }
  .showcase__images img:last-child {
    width: 100%;
    grid-column: 1 / -1; }

.history {
  padding: 182px 0 153px 0;
  text-align: center; }
  @media (max-width: 576px) {
    .history {
      padding: 50px 0; } }
  .history .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .history__title {
    font-family: RobotoSlab700;
    font-weight: bold;
    font-size: 24px;
    color: black;
    text-transform: uppercase;
    letter-spacing: 3px;
    max-width: 536px;
    margin-bottom: 55px; }
  .history__paragraph {
    font-family: Roboto400;
    font-size: 16px;
    line-height: 28px;
    max-width: 1080px;
    margin: 0; }
    @media (max-width: 576px) {
      .history__paragraph {
        font-size: 14px; } }

.history-bottom {
  padding: 50px 0 110px 0; }
  @media (max-width: 576px) {
    .history-bottom {
      padding-bottom: 50px; } }
  .history-bottom .history__paragraph {
    max-width: 670px; }

.videos .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  gap: 16px; }
  @media (max-width: 576px) {
    .videos .container {
      grid-template-columns: 1fr; } }

.videos img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover; }
  @media (max-width: 576px) {
    .videos img {
      height: 250px; } }

.videos__desc {
  font-family: Roboto400;
  font-size: 16px;
  line-height: 28px;
  padding: 40px; }
  @media (max-width: 1366px) {
    .videos__desc {
      padding: 15px 30px;
      margin: 0; } }
  @media (max-width: 1024px) {
    .videos__desc {
      padding: 15px;
      font-size: 14px; } }

.videos a {
  position: relative;
  display: block; }

.videos .ytbutton {
  position: absolute;
  top: 50%;
  width: 70px;
  height: 70px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.fourtiles .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  gap: 15px; }

.fourtiles a {
  position: relative;
  display: block; }

.fourtiles .ytbutton {
  position: absolute;
  top: 50%;
  width: 70px;
  height: 70px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.fourtiles img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover; }
  @media (max-width: 576px) {
    .fourtiles img {
      height: 250px; } }

.single-video {
  padding-top: 100px; }
  @media (max-width: 1024px) {
    .single-video {
      padding-top: 20px;
      padding-bottom: 40px; } }
  .single-video .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    gap: 15px; }
    @media (max-width: 1024px) {
      .single-video .container {
        grid-template-columns: 1fr; } }
  .single-video a {
    position: relative;
    display: block; }
  .single-video .ytbutton {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 70px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .single-video img {
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover; }
    @media (max-width: 576px) {
      .single-video img {
        height: 250px; } }
  .single-video__paragraph {
    padding: 137px 50px 137px 50px;
    font-family: Roboto400; }
    @media (max-width: 1024px) {
      .single-video__paragraph {
        padding: 30px 15px;
        text-align: center; } }

.piercing-info {
  text-align: center; }
  .piercing-info__wrap {
    max-width: 1080px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .piercing-info__title {
    padding: 0px 0 55px 0;
    font-family: RobotoSlab700;
    font-weight: bold;
    letter-spacing: 3px;
    max-width: 500px;
    font-size: 24px; }
    @media (max-width: 576px) {
      .piercing-info__title {
        padding-bottom: 20px; } }
  .piercing-info__paragraph {
    font-size: 16px;
    font-family: Roboto;
    line-height: 28px; }
    .piercing-info__paragraph * {
      color: black; }

.our-team {
  padding-top: 140px;
  padding-bottom: 101px; }
  @media (max-width: 1024px) {
    .our-team {
      padding: 50px 0; } }
  @media (max-width: 576x) {
    .our-team {
      padding: 25px 0; } }
  .our-team .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1350px; }
    @media (max-width: 1024px) {
      .our-team .container {
        grid-template-columns: 1fr; } }
  @media (max-width: 1024px) {
    .our-team__text {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  @media (max-width: 576px) {
    .our-team__text {
      margin-top: 45px; } }
  .our-team__title, .our-team__name {
    font-family: RobotoSlab700;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    padding-bottom: 55px; }
  .our-team__name {
    padding-bottom: 0;
    padding-top: 33px; }
  .our-team__paragraph p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: Roboto;
    line-height: 28px; }
    @media (max-width: 1366px) {
      .our-team__paragraph p {
        font-size: 14px; } }
  .our-team__person {
    margin-left: 150px; }
    @media (max-width: 1024px) {
      .our-team__person {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-left: 0px;
        margin-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (max-width: 576px) {
      .our-team__person {
        margin-top: 0; } }
  @media (max-width: 576px) {
    .our-team__image {
      max-height: 400px; } }
  .our-team__insta {
    font-family: RobotoSlab700;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 3px;
    text-decoration: none;
    color: black; }
  .our-team__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    padding-top: 28px; }
  .our-team__button {
    font-family: RobotoSlab700;
    font-weight: 700;
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    background-color: black;
    padding: 15px 24px; }

.our-team--reverse {
  padding-top: 30px; }
  @media (max-width: 1024px) {
    .our-team--reverse {
      padding-top: 0px; } }
  .our-team--reverse .our-team__person {
    margin-right: 150px;
    margin-left: 0; }
    @media (max-width: 1024px) {
      .our-team--reverse .our-team__person {
        margin-right: 0px; } }
  @media (max-width: 576px) {
    .our-team--reverse .our-team__text {
      margin-top: 0px; } }
  @media (max-width: 1024px) {
    .our-team--reverse .our-team__paragraph {
      padding-top: 45px; } }
  @media (max-width: 576px) {
    .our-team--reverse .our-team__paragraph {
      padding-top: 45px; } }

.cennik {
  background: url(../a6fbe131688c3c52e243.png);
  background-size: cover;
  padding: 75px 0 120px 0;
  text-align: center; }
  @media (max-width: 576px) {
    .cennik {
      padding-bottom: 60px; } }
  .cennik__title {
    font-family: RobotoSlab700;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px; }
  .cennik__subtitle {
    font-size: 16px;
    font-family: Roboto;
    margin-top: 37px;
    line-height: 28px;
    max-width: 780px;
    display: inline-block; }
  .cennik__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    justify-self: center;
    margin-top: 65px; }
    @media (max-width: 768px) {
      .cennik__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .cennik__side {
    width: 50%; }
    @media (max-width: 768px) {
      .cennik__side {
        width: 100%; } }
  .cennik__single {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 25px 49px 25px 49px;
    border-top: 1px dashed rgba(0,0,0,0.25882); }
    @media (max-width: 1366px) {
      .cennik__single {
        padding: 12px 50px; } }
  .cennik__name {
    font-family: RobotoSlab700;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 3px;
    max-width: 365px;
    text-transform: uppercase; }
    @media (max-width: 1200px) {
      .cennik__name {
        max-width: 265px; } }
    @media (max-width: 1024px) {
      .cennik__name {
        font-size: 14px; } }
    @media (max-width: 476px) {
      .cennik__name {
        max-width: 65%;
        word-wrap: break-word; } }
  .cennik__price {
    font-family: RobotoSlab400;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase; }

.contact-info .container {
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  grid-template-columns: 1fr 1fr; }
  @media (min-width: 1390px) {
    .contact-info .container {
      max-width: 1360px; } }
  @media (max-width: 768px) {
    .contact-info .container {
      grid-template-columns: 1fr; } }

@media (max-width: 768px) {
  .contact-info__transfer {
    margin-bottom: 30px; } }

.contact-info__image {
  width: 100%;
  height: 313px;
  -o-object-fit: cover;
     object-fit: cover; }

.contact-info__title, .contact-info__subtitle {
  padding: 39px 0 0 0;
  margin: 0;
  font-family: RobotoSlab700;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    .contact-info__title, .contact-info__subtitle {
      padding: 15px 0 0 0; } }
  @media (max-width: 576px) {
    .contact-info__title, .contact-info__subtitle {
      font-size: 18px; } }

.contact-info__subtitle {
  padding: 47px 0 0 0;
  font-size: 16px; }
  @media (max-width: 768px) {
    .contact-info__subtitle {
      padding: 15px 0 0 0; } }
  @media (max-width: 576px) {
    .contact-info__subtitle {
      font-size: 14px; } }

.contact-info__address-info {
  font-family: RobotoSlab400;
  font-weight: 400;
  font-size: 16px;
  padding-top: 25px;
  line-height: 28px; }
  .contact-info__address-info p, .contact-info__address-info a, .contact-info__address-info span {
    color: black; }
  @media (max-width: 768px) {
    .contact-info__address-info {
      padding: 10px 0 0 0; } }
  @media (max-width: 576px) {
    .contact-info__address-info {
      font-size: 14px; } }

.contact-info__social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 66px 0 48px;
  gap: 45px; }
  .contact-info__social-icons img {
    height: 25px; }
  @media (max-width: 768px) {
    .contact-info__social-icons {
      padding: 20px 0 40px 0; } }
  @media (max-width: 576px) {
    .contact-info__social-icons {
      padding: 20px 0 30px 0; } }

.contact-info__btn {
  background: black;
  color: white;
  text-transform: white;
  display: inline-block;
  font-family: RobotoSlab700;
  font-weight: bold;
  font-size: 16px;
  padding: 15px 24px;
  margin: 0;
  margin-bottom: 80px;
  text-decoration: none; }
  @media (max-width: 768px) {
    .contact-info__btn {
      margin-bottom: 20px; } }
  @media (max-width: 576px) {
    .contact-info__btn {
      font-size: 14px; } }

@media (min-width: 1390px) {
  .form .container {
    max-width: 1360px; } }

.form a {
  color: black; }

.form input, .form textarea {
  width: 100%;
  border: 1px solid #707070;
  outline: none;
  padding: 25px 0 25px 25px;
  font-size: 16px;
  font-family: RobotoSlab400; }
  @media (max-width: 1366px) {
    .form input, .form textarea {
      width: 80%;
      margin: 0 auto;
      display: block; } }
  @media (max-width: 576px) {
    .form input, .form textarea {
      font-size: 14px;
      padding: 15px 0 15px 15px; } }

@media (max-width: 576px) {
  .form .wpcf7-list-item-label {
    font-size: 13px; } }

.form input[type=submit] {
  display: block;
  width: auto;
  padding: 30px 42px;
  margin: 0 auto;
  background: black;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'RobotoSlab700';
  letter-spacing: 2px;
  margin-top: 35px; }
  @media (max-width: 576px) {
    .form input[type=submit] {
      font-size: 16px;
      padding: 15px 21px; } }

.form .wpcf7-not-valid-tip {
  font-family: 'RobotoSlab400';
  padding-top: 5px;
  font-size: 12px; }

.form .wpcf7-acceptance label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; }

.form .wpcf7-acceptance input {
  accent-color: black;
  margin-right: 20px;
  width: 12px; }

.form .wpcf7-acceptance a {
  color: black; }

.form .wpcf7-response-output {
  border: 2px solid red !important;
  padding: 10px !important;
  font-size: 12px !important; }

.form__disclaimer {
  font-size: 16px;
  font-family: Roboto;
  line-height: 28px; }
  .form__disclaimer div {
    margin-bottom: 20px; }
  @media (max-width: 576px) {
    .form__disclaimer {
      font-size: 14px; } }

.map {
  height: 670px;
  margin-top: 77px; }
  @media (max-width: 576px) {
    .map {
      height: 350px;
      margin-top: 20px; } }
  .map div {
    width: 100%;
    height: 100%; }
  .map iframe {
    width: 100vw;
    height: 670px; }
    @media (max-width: 576px) {
      .map iframe {
        height: 350px; } }

.example-page .post__date {
  font-family: RobotoSlab700 !important; }

.example-page .post__date {
  font-size: 16px;
  font-style: normal;
  color: black; }

.rules {
  margin: 80px 0; }
  .rules .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 130px;
    gap: 130px; }
    @media (max-width: 1360px) {
      .rules .container {
        gap: 30px; } }
    @media (max-width: 1024px) {
      .rules .container {
        grid-template-columns: 1fr; } }
    @media (min-width: 1390px) {
      .rules .container {
        max-width: 1360px; } }
  .rules__title {
    font-family: RobotoSlab700;
    padding-bottom: 55px;
    font-size: 24px;
    text-transform: uppercase; }
    @media (max-width: 576px) {
      .rules__title {
        padding-bottom: 15px; } }
  .rules__paragraph {
    line-height: 28px;
    font-family: Roboto; }
  .rules img {
    width: 100%; }

.categories {
  margin-bottom: 125px; }
  @media (max-width: 768px) {
    .categories {
      margin-bottom: 30px; } }
  .categories .container {
    display: grid;
    grid-gap: 15px;
    gap: 15px;
    grid-template-columns: 1fr 1fr; }
    @media (min-width: 1390px) {
      .categories .container {
        max-width: 1360px !important; } }
    @media (max-width: 768px) {
      .categories .container {
        grid-template-columns: 1fr; } }
  .categories__vouchers, .categories__clothes {
    background-size: cover !important;
    background-position: center !important; }
  .categories__vouchers, .categories__clothes {
    background: url(../bb8201ca1c2fcbe69836.png);
    width: 670px;
    height: 670px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1390px) {
      .categories__vouchers, .categories__clothes {
        width: auto;
        height: auto;
        min-height: 500px; } }
    @media (max-width: 576px) {
      .categories__vouchers, .categories__clothes {
        min-height: 300px; } }
  .categories__clothes {
    background: url(../c82b800381ec5df59477.png); }
  .categories__title {
    font-family: RobotoSlab700;
    font-size: 48px;
    text-transform: uppercase;
    color: white; }
    @media (max-width: 768px) {
      .categories__title {
        font-size: 28px; } }
  .categories__btn {
    background: black;
    color: white;
    font-family: RobotoSlab700;
    padding: 30px 42px;
    text-decoration: none;
    margin-top: 55px;
    font-size: 18px; }
    @media (max-width: 768px) {
      .categories__btn {
        padding: 15px 21px; } }

.add_to_cart_button {
  position: absolute !important;
  top: 65% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%) !important;
          transform: translate(-50%) !important; }

.add_to_cart_button {
  display: none;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in; }
  @media (max-width: 1400px) {
    .add_to_cart_button {
      top: 55% !important; } }
  @media (max-width: 1200px) {
    .add_to_cart_button {
      top: 45% !important; } }
  @media (max-width: 1000px) {
    .add_to_cart_button {
      top: 35% !important; } }

.woocommerce input {
  accent-color: black; }

.woocommerce #main a {
  color: black; }

.woocommerce .cart .woocommerce-product-details__short-description {
  display: none; }

.woocommerce .select2-selection--single {
  height: 47px !important; }

.woocommerce .select2-selection--single {
  border-color: #707070;
  border-radius: 0; }

.woocommerce .select2-selection__rendered {
  padding-top: 9px !important;
  padding-left: 24px !important; }

.woocommerce .select2-selection__arrow,
.woocommerce .select2-selection__rendered {
  height: 100% !important; }

.woocommerce .main input {
  accent-color: black; }

.woocommerce .main a {
  color: black; }

.woocommerce-loop-product__link {
  position: relative !important; }
  .woocommerce-loop-product__link:hover .add_to_cart_button {
    display: inline-block;
    opacity: 1; }
  .woocommerce-loop-product__link:hover .gradient-div {
    opacity: 1; }
  .woocommerce-loop-product__link .price {
    font-family: RobotoSlab700 !important;
    font-size: 16px !important;
    letter-spacing: 2px !important;
    color: black !important; }
  .woocommerce-loop-product__link .price {
    font-weight: bold;
    text-align: center; }
    @media (max-width: 1024px) {
      .woocommerce-loop-product__link .price {
        font-size: 14px !important; } }
    @media (max-width: 576px) {
      .woocommerce-loop-product__link .price {
        font-size: 12px !important; } }

.gradient-div {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
  top: 0;
  height: 302px;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.700718)), color-stop(15%, rgba(0, 0, 0, 0.235732)), color-stop(33%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.700718) 0%, rgba(0, 0, 0, 0.235732) 15%, rgba(255, 255, 255, 0) 33%);
  position: absolute; }
  @media (max-width: 1680px) {
    .gradient-div {
      height: 302px; } }
  @media (max-width: 1400px) {
    .gradient-div {
      height: 257px; } }
  @media (max-width: 1200px) {
    .gradient-div {
      height: 211px; } }
  @media (max-width: 992px) {
    .gradient-div {
      height: 158px; } }
  @media (max-width: 768px) {
    .gradient-div {
      height: 259px; } }
  @media (max-width: 576px) {
    .gradient-div {
      height: 45vw; } }

.woocommerce-loop-product__title {
  font-family: RobotoSlab400;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 2px;
  text-align: center;
  color: black; }
  @media (max-width: 1024px) {
    .woocommerce-loop-product__title {
      font-size: 14px !important; } }
  @media (max-width: 576px) {
    .woocommerce-loop-product__title {
      font-size: 12px !important; } }

.add_to_cart_button {
  background: transparent !important;
  color: white !important;
  font-family: RobotoSlab700 !important;
  font-weight: bold !important;
  font-size: 16px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  text-align: center !important; }

.add_to_cart_button {
  white-space: nowrap; }
  @media (max-width: 1200px) {
    .add_to_cart_button {
      font-size: 14px !important; } }
  @media (max-width: 1000px) {
    .add_to_cart_button {
      font-size: 12px !important; } }

.product_title {
  font-family: RobotoSlab700;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px; }
  @media (max-width: 992px) {
    .product_title {
      font-size: 18px; } }

.woocommerce-message,
.woocommerce-info {
  border-color: black; }
  .woocommerce-message a,
  .woocommerce-info a {
    color: black; }

.woocommerce-info::before {
  color: black; }

@media (max-width: 576px) {
  button[name=apply_coupon] {
    width: 100% !important;
    margin-top: 15px !important; } }

.single-product .variations_form table tbody tr:last-child .label {
  margin-top: 10px !important; }

.single-product .woopq-quantity-input-plus,
.single-product .woopq-quantity-input-minus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.single-product .woocommerce-Price-amount {
  font-family: RobotoSlab700;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
  font-size: 48px; }
  @media (max-width: 992px) {
    .single-product .woocommerce-Price-amount {
      font-size: 32px; } }

.single-product p.price {
  color: black !important; }

.single-product p.price {
  margin: 0;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px; }

.single-product .woocommerce-product-gallery__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
  gap: 25px; }
  .single-product .woocommerce-product-gallery__wrapper div {
    width: 100% !important; }
  .single-product .woocommerce-product-gallery__wrapper div:first-child {
    grid-column: 1 / -1; }

.single-product .variations .label,
.single-product .variations .value {
  display: block;
  text-align: left; }

.single-product .product_meta {
  color: #7D7D7D;
  font-family: 'Roboto';
  font-weight: 300;
  padding: 15px 0 50px;
  font-size: 14px; }
  @media (max-width: 992px) {
    .single-product .product_meta {
      padding: 15px 0 20px 0; } }
  .single-product .product_meta a {
    color: #7d7d7d;
    text-decoration: none; }

.single-product .variations .label {
  font-family: RobotoSlab700;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px; }

.single-product .variations select {
  min-width: 400px !important;
  max-width: 400px !important; }

.single-product .variations select {
  padding: 1em;
  font-size: 14px;
  font-family: 'RobotoSlab700';
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  outline: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: 0 0;
  background-image: url("data:image/svg+xml;utf8,<svg fill=%27black%27 height=%2724%27 viewBox=%270 0 24 24%27 width=%2724%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M7 10l5 5 5-5z%27/><path d=%27M0 0h24v24H0z%27 fill=%27none%27/></svg>");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 14px; }
  @media (max-width: 992px) {
    .single-product .variations select {
      padding: 10px 0 10px 10px;
      font-size: 14px; } }
  @media (max-width: 576px) {
    .single-product .variations select {
      min-width: 100% !important;
      max-width: 100% !important; } }

.single-product .reset_variations {
  display: none !important; }

.single-product .woopq-quantity-input {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  grid-template-rows: 1fr 1fr 1fr !important;
  grid-gap: 0px 0px !important;
  gap: 0px 0px !important;
  grid-template-areas: "input plus ." "input minus ." ". . ." !important; }

.single-product .woopq-quantity-input {
  max-width: 105px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .single-product .woopq-quantity-input > * {
    outline: none; }
  .single-product .woopq-quantity-input .woopq-quantity-input-minus {
    grid-area: minus !important;
    width: 35px !important;
    height: 24px !important; }
  .single-product .woopq-quantity-input .woopq-quantity-input-minus {
    background-color: #f3f3f3;
    border-bottom: 1px dashed #191919;
    height: 100%;
    border-right: 1px dashed #191919; }
    @media (max-width: 992px) {
      .single-product .woopq-quantity-input .woopq-quantity-input-minus {
        width: 29px !important;
        height: 29px !important; } }
  .single-product .woopq-quantity-input input[type=number] {
    grid-area: input !important;
    height: 70px !important;
    width: 40px !important; }
  .single-product .woopq-quantity-input input[type=number] {
    height: 100%;
    font-family: RobotoSlab700;
    font-weight: 700;
    font-size: 24px;
    max-width: 50px;
    max-height: 50px;
    border: 1px dashed #191919; }
    @media (max-width: 992px) {
      .single-product .woopq-quantity-input input[type=number] {
        max-height: 60px !important; } }
  .single-product .woopq-quantity-input .woopq-quantity-input-plus {
    grid-area: plus !important;
    width: 35px !important;
    height: 24px !important; }
  .single-product .woopq-quantity-input .woopq-quantity-input-plus {
    background: #f3f3f3;
    border-top: 1px dashed #191919;
    border-bottom: 1px dashed #191919;
    border-right: 1px dashed #191919; }
    @media (max-width: 992px) {
      .single-product .woopq-quantity-input .woopq-quantity-input-plus {
        width: 29px !important;
        height: 29px !important; } }

.single-product .single_add_to_cart_button {
  padding: 18px 24px !important;
  background: #000 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  font-family: RobotoSlab700 !important;
  font-weight: 700 !important; }
  @media (max-width: 992px) {
    .single-product .single_add_to_cart_button {
      padding: 14px 21px !important; } }

.single-product .woocommerce-product-details__short-description {
  font-family: RobotoSlab700;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .single-product .woocommerce-product-details__short-description a {
    color: black; }

.single-product .single_variation_wrap {
  margin-top: 37px; }

.single-product form.cart {
  margin: 0 !important; }

.single-product div.quantity {
  height: 72px !important; }

.single-product .in-stock {
  font-family: RobotoSlab700 !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  color: black !important;
  font-size: 16px !important; }

.single-product .in-stock {
  letter-spacing: 1px; }

.single-product .type-product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 50px;
  gap: 0 50px; }
  .single-product .type-product > * {
    width: 100% !important; }
  @media (max-width: 576px) {
    .single-product .type-product {
      grid-template-columns: 1fr; } }

.single-product .up-sells {
  grid-column: 1/-1; }

.single-product .up-sells h2 {
  font-size: 24px !important;
  font-family: RobotoSlab700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: black !important; }

.single-product .up-sells h2 {
  margin-bottom: 50px; }

.single-product .woocommerce-LoopProduct-link h2,
.single-product .woocommerce-LoopProduct-link span {
  font-size: 16px !important;
  font-family: RobotoSlab700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: black !important; }

.single-product .up-sells .type-product {
  grid-template-columns: 1fr !important; }
  .single-product .up-sells .type-product::after {
    content: "" !important;
    width: 0 !important;
    height: 0 !important; }
  @media (max-width: 992px) {
    .single-product .up-sells .type-product {
      margin-bottom: 20px !important; } }

.woocommerce-page header {
  height: 140px;
  background-color: #000; }
  @media (max-width: 1024px) {
    .woocommerce-page header {
      height: 70px;
      z-index: 10;
      position: sticky;
      top: 0; } }

.woocommerce-page #main-menu {
  max-height: 146px; }

.coupon label {
  display: none; }

.container-cart {
  padding-bottom: 75px; }
  .container-cart > * {
    font-family: RobotoSlab400;
    font-weight: 400;
    font-size: 16px; }
  @media (max-width: 992px) {
    .container-cart {
      padding: 35px 0; }
      .container-cart .woopq-quantity-input {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: end; } }
  .container-cart table {
    border: none !important; }
    .container-cart table td {
      border: none !important;
      border-bottom: 1px solid rgba(112,112,112,0.14118) !important;
      padding: 18px 12px !important; }
    .container-cart table tr:last-child td {
      border-bottom: none !important; }
    .container-cart table button {
      padding: 15px 24px !important;
      color: white !important;
      font-family: RobotoSlab700 !important;
      background: black !important; }
    .container-cart table button {
      font-weight: bold;
      text-transform: uppercase; }
      @media (max-width: 576px) {
        .container-cart table button {
          font-size: 14px !important; } }
      @media (max-width: 365px) {
        .container-cart table button {
          width: 100% !important; } }
    .container-cart table #coupon_code {
      width: 160px;
      margin-right: 15px;
      padding: 15px 24px; }
      @media (max-width: 365px) {
        .container-cart table #coupon_code {
          width: 100% !important; }
        .container-cart table #coupon_code {
          margin-bottom: 10px; } }
  .container-cart .cart_totals {
    padding: 48px 71px;
    background: #F6F6F6; }
    @media (max-width: 992px) {
      .container-cart .cart_totals {
        width: 100% !important; }
      .container-cart .cart_totals {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 18px 21px; } }
    .container-cart .cart_totals h2 {
      font-size: 24px !important; }
    .container-cart .cart_totals h2 {
      font-family: RobotoSlab700;
      font-weight: bold;
      text-transform: uppercase;
      color: black;
      margin-bottom: 46px; }
    .container-cart .cart_totals .wc-proceed-to-checkout {
      text-align: right; }
      .container-cart .cart_totals .wc-proceed-to-checkout a {
        padding: 15px 24px !important;
        color: white !important;
        background: black !important; }
      .container-cart .cart_totals .wc-proceed-to-checkout a {
        text-transform: uppercase;
        font-size: 16px;
        display: inline-block; }
        @media (max-width: 576px) {
          .container-cart .cart_totals .wc-proceed-to-checkout a {
            font-size: 14px; } }
  .container-cart .shop_table thead tr:first-child {
    display: none; }
  .container-cart .remove {
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }
  .container-cart .product-thumbnail {
    width: 60px; }
    .container-cart .product-thumbnail img {
      width: 60px !important; }
  .container-cart .product-name a {
    font-family: RobotoSlab400;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    color: black; }
    @media (max-width: 576px) {
      .container-cart .product-name a {
        font-size: 14px; } }

.cart__title {
  font-size: 24px !important; }

.cart__title {
  font-family: RobotoSlab700;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
  margin-bottom: 46px; }
  @media (max-width: 992px) {
    .cart__title {
      margin-bottom: 26px; } }
  @media (max-width: 576px) {
    .cart__title {
      padding-left: 10px; } }

.woocommerce-checkout h3 {
  font-family: RobotoSlab700;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 46px;
  margin-top: 20px; }
  @media (max-width: 576px) {
    .woocommerce-checkout h3 {
      font-size: 18px !important; } }

.woocommerce-checkout #ship-to-different-address {
  font-size: 14px !important; }

.woocommerce-checkout textarea {
  width: 100% !important; }

.woocommerce-checkout textarea {
  height: 350px; }

.woocommerce-checkout .input-text {
  padding: 14px 25px;
  font-family: Roboto400;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #707070; }

.woocommerce-checkout #order_review {
  max-width: 60%;
  background: #f6f6f6;
  padding: 40px;
  margin-top: 54px; }
  @media (max-width: 1024px) {
    .woocommerce-checkout #order_review {
      max-width: 100%; } }
  @media (max-width: 576px) {
    .woocommerce-checkout #order_review {
      padding: 10px; } }
  .woocommerce-checkout #order_review table {
    border: none; }

.woocommerce-checkout thead .product-name,
.woocommerce-checkout thead .product-total,
.woocommerce-checkout .order-total th,
.woocommerce-checkout .order-total span {
  font-family: RobotoSlab700;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase; }

.woocommerce-checkout #place_order {
  padding: 15px 24px !important;
  color: white !important;
  background: black !important; }

.woocommerce-checkout #place_order {
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block; }
  @media (max-width: 576px) {
    .woocommerce-checkout #place_order {
      font-size: 14px; } }

body {
  background: white;
  background-size: cover;
  margin: 0;
  font-family: "Roboto", sans-serif;
  max-width: 100%;
  padding: 0; }

html {
  overflow-x: hidden;
  max-width: 100%; }

.black-menu {
  height: 180px;
  background-color: black; }
  @media (max-width: 1024px) {
    .black-menu {
      height: 70px;
      z-index: 10;
      position: sticky;
      top: 0; } }

.page-template-page-default .custom-page {
  padding-top: 220px;
  padding-bottom: 50px; }

.page-template-page-default #main-menu {
  background: black !important; }

.wpcf7-response-output {
  border-color: black !important; }

