    .max-icon {
      width: 30px;
      height: 30px;
      background: linear-gradient(
        135deg,
        #3FC1FF 0%,
        #3F5BFF 35%,
        #6A3BFF 65%,
        #9B4DDB 100%
      );
    
      -webkit-mask-image: url('max.svg');
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-position: center;
      -webkit-mask-size: contain;
    
      mask-image: url('max.svg');
      mask-repeat: no-repeat;
      mask-position: center;
      mask-size: contain;
    }    
    
    .t-store__prod-snippet__container {
        padding-top: 200px;
    }
    
    .t-sociallinks__item_whatsapp svg path {
        fill: rgb(92, 193, 76) !important;
    }
    
    .t-sociallinks__item_telegram svg path {
        fill: #0088cc !important;
    }
    
    .t-sociallinks__item_maxmessenger svg path {
        fill: #68b5f9 !important;
    }
    
    #delivery-services-wrapper {
        display: none;
    }
