html {
  box-sizing: border-box;
}

html{
}

*,
*::after,
*::before{

}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  box-sizing: border-box;
  margin: 0;
  background: #000000;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
}

header {
  margin: 0;
}

body::-webkit-scrollbar {
  display: none;
}

a {
    color: white;
}

a:hover {
  color: blue;
}

a img {
  user-select: none;
}

        @font-face {
            font-family: 'Arial';
            src: url('../font/Arial.woff2') format('woff2');
        }

p {
  font-family: Arial;
  color: white;
  user-select: none;
}

#desktop_container {
  display: none;
}

.product_container_container {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.product_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 96%;
}

.photo_container img {
  width: 100%;
}

.photo_container {
  width: 100%;
  flex-direction: column;
}

.info_container_container {
  width: 100%;
}

.info_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  aspect-ratio: 728 / 548;
  width: 100%;
}

.info_flex_title {
  width: 100%%;
}

.info_flex_title img {
  width: 100%;
}

.info_flex {
  
}

.info_flex p {
  width: 100%;
  font-size: 16px;
}

.info_flex_link img {
  width: 100%;
}

.info_flex_ui {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

#quote_flex {
  display: flex;
  justify-content: end;
}

#info_flex_ui {
  width: 40%;
}

.margin_flex {
  margin-bottom: 30px;
}

#big_margin_flex {
  margin-bottom: 40px;
}

#mid_font {
  font-size: 24px;
}

#big_font {
  font-size: 36px;
}

.footer_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: end;
}

.footer_flex img {
  width: 100%;
}

.footer_flex {
  width: 30%;
}

.p_container {
  display: flex;
  justify-content: center;
  margin-top: 40vh;
}

.p_flex p {
  color: white;
  font-family: arial;
  font-size: 24px;
}

#text_block_desktop {
  display: none;
}

.no_stock {
  display: none;
}

.no_stock.true {
  display: block;
  margin-bottom: 30px;
}

#text_block_mob {
  
}

#photo_desktop {
  display: none;
}

.variant img {
    width: 100%;
    cursor: url('../cursor/blue_size56.png') 16 16, auto;
    transition: filter 0.3s;
    padding: 5px;
    background: none;
}

.variant img:hover {
    filter: grayscale(100%);
}

.variant.selected {
  background-color: blue;
   filter: brightness(2);
}

.variant.selected img {
    filter: grayscale(100%);
}

.variants-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.variants-grid_3columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 20px;
}

.info_flex_ui {
  margin-bottom: 30px;
}

.desktop_shit {
  display: none;
}

.desktop_margin {
  margin-bottom: 20px;
}

button {
    background: none;  /* Прибирає фон кнопки */
    border: none;      /* Прибирає рамку */
    padding: 0;        /* Прибирає відступи */
    width: 100%;
}

button img {
  width: 100%;
}

#cart-items {
  display: none;
}

.no_stock {
  display: none;
  margin: 0;
}


.no_stock_mob {
  display: none;
  margin: 0;
}

.no_stock_mob.true {
  display: block;
  margin-bottom: 30px;
}

#big_font_less {
  font-size: 32px;
}

#sm_img {
  width: 50%;
  margin-bottom: 20px;
}