* {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
}

header, header div{
    color: black;
    background-color: #F4E20C;
    padding: 4px;
    align-items: center;
}

.upper-div, .bottom-div {
    display: flex;
    justify-content: space-between;
    font-size: smaller;
}

.upper-div div, .bottom-div div {
    display: flex;
    gap: 10px;
}

.first-scroll-div {
    display: flex;
    gap: 25px;
    overflow-x: scroll;
    padding: 10px;
    font-weight: bold;
}

.first-grid {
    display: grid;
    grid-template-columns: 4.7fr 1fr 1fr;
}

.second-scroll {
    display: flex;
    gap: 15px;
    overflow-x: scroll;
}

.second-scroll img {
    width: 30px;
}

section p {
    font-size: small;
    font-weight: bold;
    position: fixed;
    top: 245px;
}

span {
    font-size: xx-small;
    font-weight: light;
}

.second-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background-color: lightgrey;
    gap: 4px;
    padding: 8px 4px;
}

.second-grid1, .second-grid2, .second-grid3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 50px);
    gap: 5px;
    padding: 5px;
    background-color: white;
    height: 126px;
    align-content: end;
}

.second-grid2 {
    grid-template-rows: repeat(2, 60px);
    text-align: center;
    height: 145px;
}

.grid-inside-second-grid2 {
    border: 1px solid black;
    border-radius: 5px;
    background-color: lightgrey;
}

.grid-inside-second-grid2  img {
    width: 40%;
}

.second-grid3 {
    grid-template-columns: repeat( 1, 1fr);
}

.scroll-box1 {
    display: flex;
    gap: 7px;
    overflow-x: scroll;
    margin: 5px 0;
    padding: 5px;
}

.inner-scroll-box1 {
    border: 1px solid lightgrey;
    border-radius: 5px;
    max-height: 180px;
}

.scroll-box1 img {
    width: 62px;
    border-radius: 5px;
}

.scroll-box1 div p {
    font-size: x-small;
    margin-bottom: 5px;
}


.scroll-box2 img{
    width: 80.5px;
}

.scroll-box3 {
    background-color: orange;
    padding: 5% 3%;
    gap: 3%;
}

.inner-scroll-box3 {
    border: none;
    box-shadow: none;
}

.inner-scroll-box3 img{
    width: 35px;
}

.vibrator img {
    width: 80px;
}

.blue {
    background-color: lightskyblue;
    padding: 8px 0 0 6px;
}

.white {
    background-color: white;
    padding: 8px 0 0 6px;
}

.last-pic {
    width: 96%;
    padding: 0 2%;
}

.first-upper-footer {
  background-color: white;
  word-spacing: 5px;
  padding: 10px 0;
}

.first-upper-footer p {
  word-spacing: normal;
}

.first-upper-footer span {
  background-color: lightgrey;
  padding: 2px 8px;
  border-radius: 3px;
  line-height: 30px;
}

.first-upper-footer a {
  color: black;
  text-decoration: none;
}


.sirf-padding {
  box-shadow: 0px -10px 1px lightgrey;
  padding: 1px;
}