﻿/*
Theme Name: Reboot Child
Theme URI: https://wpshop.ru/themes/reboot
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: reboot
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */

@font-face {
  font-family: 'Stratum2';
  src: url('./fonts/Stratum2-Regular.ttf') format('truetype');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Stratum2';
  src: url('./fonts/Stratum2-Medium.ttf') format('truetype');
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Stratum2';
  src: url('./fonts/Stratum2-Black.ttf') format('truetype');
  font-display: swap;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Stratum2';
  src: url('./fonts/Stratum2-BlackItalic.ttf') format('truetype');
  font-display: swap;
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: 'Stratum2';
  src: url('./fonts/Stratum2-Bold.ttf') format('truetype');
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Stratum2';
  src: url('./fonts/Stratum2-BoldItalic.ttf') format('truetype');
  font-display: swap;
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: 'Stratum2';
  src: url('./fonts/Stratum2-Light.ttf') format('truetype');
  font-display: swap;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Stratum2';
  src: url('./fonts/Stratum2-LightItalic.ttf') format('truetype');
  font-display: swap;
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: 'Stratum2';
  src: url('./fonts/Stratum2-MediumItalic.ttf') format('truetype');
  font-display: swap;
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: 'Stratum2';
  src: url('./fonts/Stratum2-RegularItalic.ttf') format('truetype');
  font-display: swap;
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: 'Stratum2';
  src: url('./fonts/Stratum2-Thin.ttf') format('truetype');
  font-display: swap;
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Stratum2';
  src: url('./fonts/Stratum2-ThinItalic.ttf') format('truetype');
  font-display: swap;
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: 'Stratum2';
  src: url('./fonts/Stratum2-BlackCondensed.ttf') format('truetype');
  font-display: swap;
  font-weight: 900;
  font-style: normal;
  font-stretch: condensed;
}

@font-face {
  font-family: 'Stratum2';
  src: url('./fonts/Stratum2-BoldCondensed.ttf') format('truetype');
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
}

@font-face {
  font-family: 'Stratum2';
  src: url('./fonts/Stratum2-LightCondensed.ttf') format('truetype');
  font-display: swap;
  font-weight: 300;
  font-style: normal;
  font-stretch: condensed;
}

@font-face {
  font-family: 'Stratum2';
  src: url('./fonts/Stratum2-MediumCondensed.ttf') format('truetype');
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  font-stretch: condensed;
}

@font-face {
  font-family: 'Stratum2';
  src: url('./fonts/Stratum2-RegularCondensed.ttf') format('truetype');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
}

@font-face {
  font-family: 'Stratum2';
  src: url('./fonts/Stratum2-ThinCondensed.ttf') format('truetype');
  font-display: swap;
  font-weight: 100;
  font-style: normal;
  font-stretch: condensed;
}

@font-face {
  font-family: 'Stratum2 Mono';
  src: url('./fonts/Stratum2-MonoRegular.ttf') format('truetype');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Stratum2 Mono';
  src: url('./fonts/Stratum2-MonoBold.ttf') format('truetype');
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Stratum2 Mono';
  src: url('./fonts/Stratum2-MonoLight.ttf') format('truetype');
  font-display: swap;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

.element-regular {
  font-family: 'Stratum2', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.element-bold {
  font-family: 'Stratum2', sans-serif;
  font-weight: 700;
  font-style: normal;
}

.element-italic {
  font-family: 'Stratum2', sans-serif;
  font-weight: 400;
  font-style: italic;
}

.element-condensed {
  font-family: 'Stratum2', sans-serif;
  font-stretch: condensed;
}

.element-mono {
  font-family: 'Stratum2 Mono', monospace;
}



#butterfly-craft {
    background: #2a272e;
    border: 1px solid #2a272e;
    border-radius: 12px;
    padding: 24px;
    color: #e8e8e8;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    margin: 24px 0;
  }

  #butterfly-craft .craft-header {
    text-align: center;
    margin-bottom: 20px;
  }

  #butterfly-craft .craft-header h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    color: #ffffff;
    word-break: break-word;
    white-space: normal;
  }

  @media (max-width: 480px) {
    #butterfly-craft .craft-header h2 {
      font-size: 18px;
    }
  }

  #butterfly-craft .craft-divider {
    height: 2px;
    width: 80%;
    margin: 0 auto 20px;
    background: linear-gradient(
      90deg,
      transparent 0%,
      #6b2fac 50%,
      transparent 100%
    );
  }

  .craft-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-bottom: 28px;
  }

  .craft-item {
    background: #35323a;
    border-radius: 10px;
    padding: 12px;
    width: 140px;
    text-align: center;
  }

  .craft-item .craft-image {
    width: 120px;
    height: 120px;
    margin: 0 auto 8px;
    border-radius: 8px;
    overflow: hidden;
    background: #1f1c22;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .craft-item .craft-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .craft-item .craft-caption {
    font-size: 14px;
    color: #c9c9c9;
    line-height: 1.2;
  }

  .craft-item .main-caption {
    display: block;
    font-weight: 600;
    color: #ffffff;
  }

  .craft-item .secondary-caption {
    display: block;
    font-size: 12px;
    color: #c9c9c9;
  }

  .craft-subheader {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    margin-bottom: 12px;
  }