
.new-2023-st .productsSection {
    /*height: 100%;*/
    width: 100%;
    background-image: url(/images/2023/somo_website_homepage_cirles_pattern_yellow_background_1.png);
    display: flex;
    flex-direction: column;
    overflow: auto;
    min-height: 91vh;
    position: relative;
    justify-content: space-around;
    padding: 1%;
}

.new-2023-st .productsSection a.shop{
    position: absolute;
    left: 10%;
    right: 10%;
    top:calc(50%-36px);
    margin: 5px auto;
    padding: 14px 35px;
    display: block;
    text-align: center;
    width: 420px;
    max-width: 70%;
    border-radius: 84px;
    border: 2px solid black;
    box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.8);
    background: #ffffff;
    color: #000000;
    height: initial;
    min-height: initial;
    font-size: 2em;
    z-index: 5;
    text-decoration: none;
}
.new-2023-st .productsSection a.shop:hover{
  background: #ffffff;
  color: #CC6328;
  box-shadow: 5px 10px 14px 0 #505050;
  transform: translate(10px, 5px);
}
.new-2023-st .productsSection div.upper, .new-2023-st .productsSection div.lower{
  width: 100%;
  display: flex;
  justify-content: space-around;
  position: relative;
  flex-grow: 2;
  /*border:2px solid #000;*/
}

@keyframes imgAnm{
  0%{transform: rotate(-45deg);}
  100%{transform: rotate(45deg);}
}
@keyframes imgAnmB{
  0%{transform: rotate(-15deg);}
  100%{transform: rotate(15deg);}
}
.new-2023-st .productsSection div.upper img, .new-2023-st .productsSection div.lower img{
  width: 200px;
  height: 200px;
  object-fit: contain;
  position: absolute;
  animation: imgAnm 1s alternate infinite;
  cursor: pointer;
  z-index: 4;
}
.new-2023-st .productsSection div.upper img:nth-of-type(even), .new-2023-st .productsSection div.lower img:nth-of-type(even){
  animation: imgAnmB 500ms alternate infinite;
}
/* .new-2023-st .productsSection div.upper img:hover, .new-2023-st .productsSection div.lower img:hover{
  animation-play-state: paused;
  transform: scale(1.2);
  box-shadow: 15px 15px 10px rgba(80, 80, 80, 0.8);
  border-radius: 35px;
} */
.new-2023-st .productsSection div.upper img:nth-of-type(1){ left:3%; bottom: -30%; }
.new-2023-st .productsSection div.upper img:nth-of-type(2){ left:22%; bottom: 24%; }
.new-2023-st .productsSection div.upper img:nth-of-type(3){ left:43%; bottom: 60%; }
.new-2023-st .productsSection div.upper img:nth-of-type(4){ right:22%; bottom: 24%; }
.new-2023-st .productsSection div.upper img:nth-of-type(5){ right:3%; bottom: -30%; }
.new-2023-st .productsSection div.lower img:nth-of-type(1){ left:20%; bottom: 7%; }
.new-2023-st .productsSection div.lower img:nth-of-type(2){ left:45%; bottom: -20%; }
.new-2023-st .productsSection div.lower img:nth-of-type(3){ right:20%; bottom: 7%; }

@media screen and (max-width: 1200px){
  .new-2023-st .productsSection div.upper img, .new-2023-st .productsSection div.lower img{ width: 150px; height: 150px; }
}

@media screen and (max-width: 920px){
  .new-2023-st .productsSection div.upper img, .new-2023-st .productsSection div.lower img{ width: 100px; height: 100px; }
}

@media screen and (max-width: 680px){
  .new-2023-st .productsSection a.shop{ font-size: 1.5em; width: 320px; }
  .new-2023-st .productsSection div.upper img:nth-of-type(3){ left:43%; bottom: 50%; }
  .new-2023-st .productsSection div.lower img:nth-of-type(2){ left:45%; bottom: 0%; }
}

@media screen and (max-width: 580px){
  .new-2023-st .productsSection a.shop{ font-size: 1em; width: 250px; }
  .new-2023-st .productsSection div.upper img:nth-of-type(1){ left:3%; bottom: -15%; }
  .new-2023-st .productsSection div.upper img:nth-of-type(2){ left:5%; bottom: 24%; }
  .new-2023-st .productsSection div.upper img:nth-of-type(3){ left:43%; bottom: 40%; }
  .new-2023-st .productsSection div.upper img:nth-of-type(4){ right:5%; bottom: 24%; }
  .new-2023-st .productsSection div.upper img:nth-of-type(5){ right:-2%; bottom: -15%; }
  .new-2023-st .productsSection div.lower img:nth-of-type(1){ left:5%; bottom: 30%; }
  .new-2023-st .productsSection div.lower img:nth-of-type(2){ left:45%; bottom: 20%; }
  .new-2023-st .productsSection div.lower img:nth-of-type(3){ right:5%; bottom: 30%; }
}

@media screen and (orientation: portrait) and (max-width: 540px){
  .new-2023-st .productsSection a.shop{ font-size: 1em; width: 250px; text-decoration-line: none;}
  .new-2023-st .productsSection div.upper img:nth-of-type(1){ left:3%; bottom: -15%; display: none; }
  .new-2023-st .productsSection div.upper img:nth-of-type(2){ left:5%; bottom: 24%; }
  .new-2023-st .productsSection div.upper img:nth-of-type(3){ left:40%; bottom: 40%; }
  .new-2023-st .productsSection div.upper img:nth-of-type(4){ right:3%; bottom: 24%; }
  .new-2023-st .productsSection div.upper img:nth-of-type(5){ right:-2%; bottom: -15%; display: none; }
  .new-2023-st .productsSection div.lower img:nth-of-type(1){ left:5%; top: 24%; }
  .new-2023-st .productsSection div.lower img:nth-of-type(2){ left:40%; top: 40%; }
  .new-2023-st .productsSection div.lower img:nth-of-type(3){ right:3%; top: 24%; }
}

/*.new-2023-st .productsSection .slider-container {
    width: 90%;
    height: 70%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .new-2023-st .productsSection .slider-container > * {
    width: 150px;
    height: 150px;
    object-fit: contain;
    position: absolute;
  }

  .new-2023-st .shop {

    margin-top:20%;
    background:transparent;
    width:100%;
    display:block;
  }

  .new-2023-st .link {
    padding:30px;
    border-radius: 50px;
  }

  .new-2023-st .link  b {
    font-size:20px;
  }
  .new-2023-st .productsSection .slider-container img:nth-child(1) {
    top: 0;
    transform: rotate(0deg) translateY(-40%);
  }
  .new-2023-st .productsSection .slider-container img:nth-child(2) {
    top: 180px;
    right: 5%;
    transform: rotate(50deg) translateY(-40%);
  }
  .new-2023-st .productsSection .slider-container img:nth-child(3) {
    bottom: -50px;
    left: 15%;    
    transform: rotate(40deg) translateY(-50%);
  }
  .new-2023-st .productsSection .slider-container img:nth-child(4) {
    top: 10px;
    right: 20%;
    transform: rotate(50deg) translateY(-40%);
  }
  .new-2023-st .productsSection .slider-container img:nth-child(5) {
    top: 10px;
    left: 20%;
    transform: rotate(50deg) translateY(-40%);
  }
  .new-2023-st .productsSection .slider-container img:nth-child(6) {
    top: 250px;
    right: 0%;
    transform: rotate(10deg) translateY(-40%);
  }
  .new-2023-st .productsSection .slider-container img:nth-child(7) {
    top: 380px;
    right: 15%;
    transform: rotate(330deg) translateY(-40%);
  }

  .new-2023-st .productsSection .slider-container img:nth-child(8) {
    bottom: -100px;
    transform: rotate(340deg) translateY(-40%);
  }
  .new-2023-st .productsSection .slider-container img:nth-child(9) {
    top: 180px;
    left: 5%;
    transform: rotate(50deg) translateY(-40%);
  }
 @media (max-width: 648px){
    .new-2023-st .productsSection .slider-container{
        width: 90%;
        height: 90%;
    }
    .new-2023-st .productsSection .slider-container img:nth-child(8), .productsSection .slider-container img:nth-child(3), .new-2023-st .productsSection .slider-container img:nth-child(5), .productsSection .slider-container img:nth-child(4) {
        display: none;
      }
      .new-2023-st .productsSection .slider-container img:nth-child(9) {
        left: -15%;
      }
      .new-2023-st .productsSection .slider-container img:nth-child(7) {
        left: 40%;
        margin-top:60px;
      }
      .new-2023-st .productsSection .slider-container img:nth-child(2) {
        right: 0%;
      }
      .new-2023-st .link{
        padding: 5px;
      }
 }

 @media (min-width:1400px){
  .new-2023-st .shop {
    width:70%;
    height:auto;
  }
 }*/