.skyscraper {
    display: none;
}

.linkTree {
    font-family: "Poppins", sans-serif !important;
}

.linkTree h1 {
    font-size: 40px;
    text-align: center;
    margin: 20px 0;
    font-weight: 700;
}

.linkTree h2 {
    font-size: 30px;
    text-align: center;
    margin: 20px 0;
    font-weight: 600;
}

.linkTree h3 {
    font-size: 20px;
    text-align: center;
    margin: 20px 0;
    font-weight: 600;
}

.linkTree h3 span {
    font-weight: 700;
    color: #E30613;
}

.linkTree p {
    font-size: 14px;
    text-align: center;
    margin: 20px 10%;
    font-weight: 400;
}

.linkTree a:not(.linkItem, .shopButton) {
    text-decoration: none;
    color : #E30613;
}

.linkHeader {
  width: 100dvw;
  height: 180px;
  background: linear-gradient(45deg,#560000  0%,#C00000 100%);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.linkHeader:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -5%;
  left: -5%;
  height: 100px;
  background: #fff;
  -webkit-clip-path: ellipse(50% 60% at 50% 100%);
  clip-path: ellipse(50% 60% at 50% 100%);
}

.linkHeader p {
    font-size: 1.5rem;
    color: white;
    font-weight: 600;
    text-align: center;
    z-index: 1;
    transform: translateY(-85%);
    padding: 0 10px !important;
}

.linkItems {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px;
    margin-bottom: 50px;
}

.linkItem {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    background: linear-gradient(45deg,#86010a  0%,#DF000D 100%);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}

.linkItem img {
    width: 28px;
    height: 32px;
    justify-self: start;
    margin: 5px 10px;
}

.linkItem p {
    justify-self: center;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin: 10px auto;
    transform: translateX(-28px);
}

.socials {
    margin: 50px 20px;
}

.socialIcons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
}

.socialIcons a {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    border-radius: 5px;
    border: none;
}

.socialIcons img {
    width: 30px;
    height: 30px;
}

.googleMaps {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    width: 100%;
}

.googleMaps embed {
    width: 80%;
    height: 330px;
    border-radius: 5px;
}

.shopButtonContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    width: 100%;
}

.shopButton {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    background-color: #C00000;
    color: white;
    padding: 15px 0;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 20px;
    margin: 20px;
}

@media (max-width: 768px) {
    .linkHeader p {
    font-size: 1.2rem;
    color: white;
    font-weight: 500;
    text-align: center;
    z-index: 1;
    transform: translateY(-85%);
    padding: 0 10px !important;
    margin: 20px 5% !important;
    }

    .linkHeader {
    width: 100dvw;
    height: 140px;
    background: linear-gradient(45deg,#560000  0%,#C00000 100%);
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    .linkHeader:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -5%;
    left: -5%;
    height: 100px;
    background: #fff;
    -webkit-clip-path: ellipse(50% 60% at 50% 100%);
    clip-path: ellipse(50% 60% at 50% 100%);
    }


    .linksMobile {
        transform: translateY(-60px);
    }

    .shopButtonContainer, .shopButton {
        margin-bottom: 0px !important;
    }


    .linkItem p {
        max-width: 180px !important;
    }
}
