.gilmanFeaturedTop{
  background-color:var(--gilmanBlue);
  min-height:40vh;
  border-bottom:8px solid var(--gilmanRed);
}

.gilmanFeaturedTopMain{
  top:0px; 
  left:0px; 
  width:100%; 
  height:100%;
}

.gilmanFeaturedTopMargins{
  min-height:40vh;
  z-index:100;
}

.brandGilmanLogo{
  height:80px;
  width:auto;
}

.brandMadeUSA{
  height:20px;
  width:auto;
}

.gilmanFeaturedTopImageContainer{
  position: absolute;
  left:40%;
  top:0px;
  width:60%;
  height:100%;
  background-color:#ccc;
}

.gilmanFeaturedTopImage{
  height:100%;
  width:auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.gilmanFeaturedTopImageLeftMask{
  background-color:var(--gilmanBlue);
  height:100%;
  position: absolute;;
  top:0px;
  left:0px;
  width:30%;
  border-bottom-right-radius: 100%;
}

.gilmanFeaturedTopImageRightMask{
  background-color:var(--gilmanBlue);
  height:30vh;
  position: absolute;;
  bottom:0px;
  right:0px;
  width:30vh;
  background: linear-gradient(-45deg,var(--gilmanBlue) 50%, transparent 50%);
}

.gilmanFeaturedProductName{
  position: absolute;
  right:0px;
  bottom:0px;
  width:40vw;
  z-index:200;
  text-align: right;
}

.gilmanFeaturedProductName p{
  font-family: "degular", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom:0px;
  padding-bottom:0px;
}

.gilmanFeaturedProductName p a{
  color:#fff;
  text-decoration: none;
  text-transform: uppercase;
}

.gilmanFeaturedProductName h1{
  font-family: "Chakra Petch", sans-serif;
  font-weight: 600;
  font-style: italic;
  color:#fff;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom:0px;
  padding-bottom:0px;
}

    
