body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden; 
}

*::selection {
    background: rgba(250, 255, 0, 0.3);
}

a:hover {
    color: #000 !important;
    background: rgba(250, 255, 0, 0.3);
}

.t-menu-base__logo a:hover {
    background: none !important;
}

.t-store__card a {
    background: none;
}

.t-store__card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.t-store__card:hover {
  transform: translateY(-6px);
}

.t-menu-base__logo {
    padding: 16px 8px;
    position: fixed;
    top: 0px;
}

/* ========================== Small fixes ========================== */
.t-btnflex__text {
    font-family: "Arial";
    font-size: 16px;
    font-weight: 200;
    letter-spacing: -0.2px;
}

.t754__submit {
    box-sizing: border-box;
}

.t754_col_right {
    box-sizing: border-box;
    word-break: break-word;
}

/* ========================== Tilda text ========================== */
.t795__descr {
    text-indent: 56px;
}

/* ========================== Tilda containers ========================== */
#rec1884253751 .t754__container,
#rec1884253751 .t-popup__container,
.t-store__prod-popup__container {
    max-width: 100vw;
    min-height: 100vh;
    padding: 16px;
    box-sizing: border-box;
    padding-top: 0;
}

.t-store__prod-snippet__container {
    padding-bottom: 80px;
    padding-top: 80px;
}

#rec1884253751 .t754 .t-popup__container{
    border-top: 1px solid #000;
}

/* ========================== Columns popup ========================== */

.t-store__prod-popup__slider {
    padding-top: 24px !important;
}

.t-store__prod-popup__info {
    padding-top: 120px !important;
}

#rec1884253751 .t754_col_left {
    width: 55% !important;
}

.t754_col_right, t-store__prod-popup__col-right {
    padding-left: 60px !important;
    padding-top: 80px;
}

.t-store__prod-popup__slider {
    border-right: 1px solid #000;
}

.t-container t-container_fluid {
    padding-top: 32px;
    border-top: 1px solid #000;
}

/* ========================== Product text ========================== */
#rec1884253751 .js-store-prod-all-text {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 24px;
    text-indent: 64px;
}

#rec1884253751 .t-popup .t-typography__title,
#rec1884253751 .t-store__prod-popup__name {
    font-size: 34px !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#rec1884253751 .t-store__prod-popup__container .js-store-prod-price,
#rec1884253751 .t754__price {
    font-size: 26px !important;
    letter-spacing: 2px;
}

#rec1884253751 .t754__price-wrapper,
.t-store__prod-popup__price-wrapper {
    margin-top: 0;
    margin-bottom: 40px;
}

#rec1884253751 .t754__price-value,
#rec1884253751 .t754__price-currency {
    float: inherit;
}

.js-store-close-text {
    font-size: 16px;
}

.t-store__prod-popup__close-txt-wr {
    top: 28px;
}

/* ========================== Buttons ========================== */
.t-btn,
#rec1884253751 .t754__submit {
    width: 100%;
    text-transform: uppercase;
}

#rec1884253751 .t754__submit {
    background: transparent !important;
    border: 1px solid #000 !important;
    color: #fff !important;
    padding: 16px !important;
    transition: all .3s ease-in;
}

.t-btn:hover, #rec1884253751 .t754__submit:hover, #rec1884253751 .t-btnflex.t-btnflex_type_button:hover {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #000 !important;
}

.t-popup__container:has(.t-btn:hover), .t-popup__container:has(.t754__submit:hover),  .t-popup__container:has(.t-btnflex.t-btnflex_type_button:hover){
  background: rgba(250, 255, 0, 0.3);
  transition: all .3s ease;
}

/* ========================== Cart ========================== */
.t706__carticon {
    top: 24px !important;
    right: 24px !important;
}

.t706__carticon-imgwrap {
    display: none !important;
}

.t706__carticon-wrapper {
    display: inline-flex !important;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.t706__carticon-wrapper::before {
    content: "КОРЗИНА";
    font-size: 16px;
    font-family: "LUD";
    color: #000;
    line-height: 20px;
    display: inline-block;
    margin-right: 16px; 
    letter-spacing: 0.5px;
}

.t706__carticon-counter {
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background-color: rgba(250, 255, 0, 0.8);
    box-shadow: 0 0 8px 10px rgba(250, 255, 0, 0.5);
    color: #000;
    border-radius: 50%;
    font-family: "LUD";
    font-size: 16px;
    position: relative;
    margin-bottom: 7px;
}

.t706__cartwin-prodamount-price {
    letter-spacing: 2px;
}

/* ========================== Vertical line ========================== */
.vertical-line {
    position: fixed;      
    top: 0;               
    left: 72px;            
    transform: translateX(-50%); 
    width: 1px;          
    height: 100vh;        
    background-color: #000;
    z-index: 9999;        
    pointer-events: none; 
}

/* ========================== Select ========================== */
.js-product .t-product__option-select {
    appearance: none !important;
    width: auto;             
    padding: 10px 36px 10px 12px; 
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #000;
    border-radius: 2px;
    background-color: #fff; 
    color: #000;              
    cursor: pointer;
    outline: none;
    position: relative;
    letter-spacing: 1px;
}

.js-product .t-product__option-select:focus {
    border-color: #333;
    box-shadow: none;
}

.js-product .t-product__option-select option {
    padding: 10px;
}

#rec1884253751 .t-product__option {
    border-radius: 0;
    background: transparent;
    margin-bottom: 24px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.t-store .t-product__option-variants {
    min-width: 0;
}

/* ========================== Popup ========================== */
.t-popup__container {
    max-width: 100vw !important;
    width: 100vw !important;
    height: 100vh !important;
    max-height: 100vh !important;
    margin: 0;
    padding: 0 92px;
    border-radius: 0 !important;
    background: #fff;
    display: flex !important;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-sizing: border-box;
}

.t-popup__container .t-popup__content {
    width: 100%;
    height: 100%;
    display: grid !important;
    grid-template-columns: 1fr 1fr; 
    position: relative;
}

.t-popup__container .t-popup__content::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: #000;
    transform: translateX(-50%);
    z-index: 10;
}

.t-popup__content > div {
    padding: 40px;
    overflow-y: auto;
}

.t-popup__content .t-store__prod-popup__imgwrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.t-popup__content .t-store__prod-popup__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.js-store-product {
    border-top: 1px solid #000;
    border-botom: 1px solid #000;
}

/* ========================== Columns ========================== */
.t-container_fluid .t-col_5 {
    max-width: calc(41.66667% - 120px);
}

@media (max-width: 768px) {
    /* ======== Mobile product card ======== */
    .t-popup__container {
        width: 100vw !important;
        max-width: 100vw !important;
        height: auto !important;
        max-height: none !important;
        align-items: flex-start;
        overflow: visible;
        padding: 16px !important;
        margin: 0 auto;
    }
    
    #rec1884253751 .t-store__prod-popup__price {
        font-size: 24px !important;
    }
    
    #rec1884253751 .t754__price-wrapper, .t-store__prod-popup__price-wrapper {
        margin-bottom: 0 !important;
    }
    
    .t-popup__container .t-popup__content {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .t-popup__content > div {
        width: 100% !important;
        padding: 16px !important;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .t-popup__content .t-store__prod-popup__imgwrap {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0 auto 16px auto;
        padding: 0;
        box-sizing: border-box;
    }

    .t-popup__content .t-store__prod-popup__info {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    }
    
    .t-store__prod-popup__info {
        padding-top: 24px !important;
    }
    
    .t754_col_left,
    .t754_col_right {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        box-sizing: border-box;
    }
        
    .t-container_fluid .t-col_5 {
        max-width: unset;
    }

    .t-btn,
    .t754__submit,
    .js-product .t-product__option-select {
        width: 100%;
        box-sizing: border-box;
    }
    
    .t-store__prod-popup__slider {
        border-right: none;
    } 
    
    .js-store-product {
        border: none;
    }
}

@media (max-width: 1200px) {
    .t-popup__container .t-popup__content::before {
        display: none;
    }
}

@media (max-width: 1330px) {
    .vertical-line {
        display: none;
    }
}

/* ========================== Mobile menu ========================== */
.t-menu-burger.t-menu-burger_wrap_small .t-menu-burger__icon_small span {
    height: 1px;
}

#rec1898038881 .t-menu-burger {
    position: fixed;
    right: 22px;
    top: 22px;
}

.t-menu-burger.t-menu-burger_wrap_small .t-menu-burger__icon_small {
    width: 22px;
}

/* ========================== About image ========================== */
#rec1900151711 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s ease-out;
}

/* ================= Parallax About ================= */

#rec1900151711 {
    position: relative;
    overflow: hidden;
}

#rec1900151711 img {
    display: block;
    width: 100%;
    will-change: transform;
    transform: translateY(0);
    transition: transform 0.1s linear;
}

@media (max-width: 768px) {
    #rec1900151711 img {
        transform: none !important;
    }
}

/* List styles */

li::marker {
    color: #000;
    font-family: "LUD";
    font-size: 20px;
    margin-right: 8px;
}

li {
    text-indent: 0;
    padding: 8px 0;
}


/* ====================== Mobile Cart White Bottom Bar ====================== */
@media (max-width: 768px) {

  .t706__carticon {
      position: fixed !important;
      bottom: 0 !important;
      top: auto !important;
      left: 0 !important;
      right: 0 !important;
      transform: none !important;
      z-index: 9999 !important;
      display: flex !important;
      justify-content: center;
  }

  .t706__carticon-wrapper {
      width: 100%;
      background: #fff;
      border-top: 1px solid #000;
      padding: 16px 20px;
      display: flex !important;
      justify-content: center;
      align-items: center;
      gap: 14px;
      box-sizing: border-box;
  }

  .t706__carticon-wrapper::before {
      margin-right: 8px;
  }

  body {
      padding-bottom: 70px;
  }
  
  .t-menu-base__mobile-menu {
      height: 82px;
  }
}

.popup-hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(250, 255, 0, 0.3);
  pointer-events: none; 
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 9999; 
}

/* ===== Show cart if 0 ===== */

@media (min-width: 769px) {

  .t706__carticon,
  .t706__carticon.t706__carticon_hidden {
      display: block !important;
      opacity: 1 !important;
      visibility: visible !important;
      transform: none !important;
      pointer-events: auto !important;
  }

}
