@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300..900&family=Manrope:wght@200..800&display=swap');


@font-face {
    font-family: 'Cera';
    src: url('/static/fonts/CeraPro-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Grotesk';
    src: url('/static/fonts/GroteskWideHeavy-Den.otf');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Grotesk';
    src: url('/static/fonts/GroteskWideBold-Den.otf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Grotesk';
    src: url('/static/fonts/GroteskWideMedium-Den.otf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Grotesk';
    src: url('/static/fonts/GroteskWideRegular-Den.otf');
    font-weight: 400;
    font-style: normal;
}

:root {
    --accent: #CFAC6C;
    --light-brown: #F9F7F3;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.3;
    font-family: 'Grotesk', serif;
    color: #111111;
    font-weight: 500;
}

.container {
    width: 1300px;
    margin: 0 auto;
}

.item-container {
    width: 1180px;
    margin: 0 auto;
    margin-top: 130px;
}

.slider-container {
    width: 1200px;
    margin: 0 auto;
    padding-top: calc(50vh - 100px);
}

.slider {
    width: 100%;
    height: 680px;
    background: #2f2797;
    background: url('/static/img/v2/silde-1.png') no-repeat;
    background-size: cover;
}

.slider-shadow {
    position: absolute;
    width: 100%;
    height: 572px;
    left: 0px;
    top: 110px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #161D25 100%);
}

.slider-pre-title {
    font-family: 'Grotesk', serif;
    font-weight: 600;
    font-size: 21px;
    color: #EAE3C6;
    margin: 0px auto 20px auto;
}

.slider-title {
    font-family: 'Grotesk', serif;
    font-size: 46px;
    font-weight: 900;
    color: #fff;
    max-width: 960px;
    line-height: 50px;
    /*padding-top: 190px;*/
    padding-top: 100px;
}

.slider-text {
    width: 430px;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-top: 45px;
}

.slider-podpis {
    margin-top: 48px;
}

.single-page-min-height {
    min-height: 95vh;
}

.head-block-page {
    width: 100%;
    height: 240px;
    background: #2f2797;
    background: url('/static/img/v2/double-wide.png') no-repeat;
    background-size: cover;
    background-position: center;
}

.single-page-place {
    margin-top: 50px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    font-family: "Manrope", sans-serif;
}

.head-block-page-title {
    font-family: 'Grotesk', serif;
    font-size: 46px;
    font-weight: 900;
    color: #fff;
    max-width: 960px;
    line-height: 50px;
    padding-top: 10px;
}

.head-block-blog-title {
    font-family: 'Grotesk', serif;
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    max-width: 100%;
    line-height: 50px;
    padding-top: 10px;
}

.head-block-page-shadow {
    position: absolute;
    width: 100%;
    height: 140px;
    left: 0px;
    top: 100px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #161D25 100%);
}

header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-left {
    display: flex;
    align-items: top center;
    gap: 0px; /* расстояние между логотипом и меню */
}

.logo-place {
    width: 194px;
    height: 50px;
    background: rgb(216, 26, 26);
    padding-top: 4px;
    padding-left: 10px;
}

.header-menu {
    display: flex;
    gap: 50px;
    padding-top: 20px;
    margin-left: 50px;
}

.header-menu a {
    font-family: 'Cera', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    line-height: 24px;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}

.header-controls {
    padding-top: 16px;
}

.header-controls a {
    margin-left: 10px;
}

.header-container {
    display: flex;
}

nav {
    text-align: center;
    padding-top: 19px;
    margin-left: 40px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav a {
    text-decoration: none;
    display: block;
    font-family: 'Cera', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.topmenu {
    display: flex;
    gap: 40px;
}

.topmenu > li {
    display: inline-block;
    position: relative;
}

.topmenu > li > a {
    position: relative;
}

.submenu {
    position: absolute;
    z-index: 4;
    left: 50%;
    top: 100%;
    width: 150px;
    padding: 15px 0 15px;
    margin-top: 5px;
    background: white;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0,0,0,.2);
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, 20px);
    transition: .3s;
}

.topmenu > li:hover .submenu {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0);
}

.submenu a {
    font-size: 11px;
    letter-spacing: 1px;
    padding: 5px 10px;
    transition: .2s linear;
}

.submenu a:hover {
    background: #e8e8e8;
}

.main-page-pre-h2 {
    font-family: 'Grotesk', serif;
    font-weight: 600;
    font-size: 21px;
    color: #B4A478;
    margin: 100px auto 20px auto;
    text-align: center;
}

.main-page-h2 {
    font-family: 'Grotesk', serif;
    font-size: 54px;
    text-align: center;
    font-weight: 900;
    max-width: 820px;
    line-height: 1;
    margin: 0 auto;
}

.main-desc {
    font-family: 'Grotesk', serif;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    font-weight: 500;
    max-width: 1030px;
    margin-top: 30px;
}

.v2-shop-items-place {
    display: flex;
    gap: 30px;
}

.filters-place {
    width: 244px;
    margin-top: 35px;
}

.v2-filter-block {
    background: var(--light-brown);
    padding: 20px 24px;
    margin-bottom: 30px;
    position: sticky;
    top: 30px;
}

.v2-filter-block label {
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
}

.v2-filter-block-title {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}

.shop-items-place {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 35px;
}

.shop-items-place-with-filters {
    width: calc(100% - 274px);
}

.shop-item {
    width: 234px;
    border-radius: 0px;
    color: #000;
    margin-bottom: 35px;
    transition: 0.5s;
}

.shop-item-pic {
    height: 351px;
    width: 234px;
    border-radius: 0px;
    background: var(--light-brown);
    margin-bottom: 25px;
    overflow: hidden;
}

.shop-item-pic-bg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.shop-item-pic img {
    width: 100%;
}

.shop-item-title {
    font-family: "Manrope", sans-serif;
    color: #111;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding-right: 10px;
    margin-bottom: 16px;
    min-height: 72px;
    text-decoration: none !important;
}

.shop-item-n {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 22px;
    font-family: 'Manrope', sans-serif;
    color: #868686;
}

.shop-item-controls {
    width: 100%;
    height: 46px;
}

.shop-item-controls-price {
    font-family: "Manrope", sans-serif;
    width: 100px;
    height: 46px;
    border-radius: 0px;
    background: var(--light-brown);
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    padding-top: 13px;
    padding-left: 4px;
    float: left;
    margin-right: 0px;
    border-right: 1px solid #e9e9e9;
}

.shop-item-controls-count {
    width: 88px;
    height: 46px;
    border-radius: 0;
    background: var(--light-brown);
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    padding-top: 14px;
    padding-right: 3px;
    float: left;
}

.cart-item-controls-count {
    width: 200px;
    padding-left: 30px;
    padding-right: 30px;
}

.cart-item-controls-count a {
    color: #CFAC6C;
}

.shop-item-controls-count-input {
    font-family: 'Inter', sans-serif;
    width: 24px;
    border: none;
    outline: none !important;
    background: none;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}

.cart-item-controls-count-input {
    width: auto;
}

.shop-item-controls-count-input::-webkit-outer-spin-button,
.shop-item-controls-count-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.shop-item-add {
    width: 46px;
    height: 46px;
    border-radius: 0px;
    background: #CFAC6C;
    border: none;
    float: right;
    padding-top: 10px;
    transition: 0.3s;
    cursor: pointer;
}

.shop-item-del {
    font-family: 'Inter', sans-serif;
    width: 134px;
    height: 46px;
    border-radius: 0 0;
    background: #CFAC6C;
    border: none;
    float: right;
    font-weight: 500;
    transition: 0.3s;
    cursor: pointer;
    color: #fff;
}

.shop-item-del svg {
    margin-bottom: -4px;
}

.pr-place {
    margin-top: 60px;
}

.main-h2 {
    font-size: 26px;
    font-weight: 600
}

.v2-main-desc-wide {
    width: 100%;
    height: 430px;
    background: var(--light-brown);
    margin-top: 60px;
}

.v2-main-desc-wide-accent-block {
    background: var(--accent);
    padding: 9px 24px;
    color: #fff;
    position: absolute;
    font-weight: 500;
}

.v2-main-desc-wide h2 {
    text-align: center;
    font-size: 36px;
    line-height: 50px;
    font-weight: 900;
    padding-top: 100px;
}

.v2-main-desc-wide p {
    margin: 0 auto;
    margin-bottom: 28px;
    text-align: center;
    max-width: 1040px;
    font-weight: 500;
    font-size: 15px;
    font-family: "Manrope", sans-serif;
}

.v2-main-double-wide {
    width: 100%;
    height: 430px;
    background: url('/static/img/v2/double-wide.png') no-repeat;
    background-size: cover;
    margin-top: 0px;
    padding: 55px 60px;
}

.v2-main-double-wide h2 {
    color: #fff;
    font-size: 36px;
    line-height: 44px;
    font-weight: 900;
    max-width: 760px;
    margin-top: 0;
}

.v2-main-double-wide p {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    font-family: "Manrope", sans-serif;
}

.v2-main-double-wide-button {
    padding: 14px 27px;
    background: var(--accent);
    color: #fff;
    font-weight: 500;
    margin-top: 90px;
    display: inline-block;
    font-size: 14px;
}

footer {
    width: 1300px;
    font-weight: 400;
    margin: 50px auto 0 auto;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    padding-top: 80px;
    padding-bottom: 60px;
    display: flex;
    justify-content: space-between;
}

footer p {
    margin-top: 0;
}
.footer-left {
    width: 40%;
}

.footer-col {
    width: 30%;
}

.footer-title {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer-col a {
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

.footer-logo {
    width: 400px;
    margin-top: 30px;
}

.footer-pay-logo {
    width: 320px;
    margin-top: 67px;
    filter: grayscale(1);
    opacity: 0.5;
}

.item-card {
    display: flex;
    margin-bottom: 85px;
    flex-wrap: wrap;
}

.item-pic {
    width: 500px;
    height: 590x;
    border-radius: 0px;
}

.item-pic img {
    width: 100%;
}

.item-place {
    margin-left: 35px;
    /* max-width: 630px; */
    width: 610px;
    padding: 0px;
    /*background: var(--light-brown);
    height: 386px;
    height: 285px;*/
}

.item-first-block {
    padding: 30px;
    background: var(--light-brown);
    width: 100%;
    border-radius: 20px;
}

.item-second-block {
    padding: 30px;
    background: var(--light-brown);
    width: 100%;
    border-radius: 20px;
    margin-top: 38px;
}

.item-name {
    font-weight: 700;
    line-height: 32px;
    font-size: 26px;
    max-width: 100%;
    margin-top: 5px;
}



.item-desc {
    margin: 20px 0 55px;
    padding-right: 280px;

}

.item-additional-title {
    font-size: 20px;
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
}

.item-additional-text {
    margin-top: 15px;
}

.item-controls {
    height: 46px;
    width: 100%;
    /* margin-top: 28px; */
    margin-top: 45px;
}

.char-place {
    font-size: 14px;
    margin-top: 25px;
    font-family: "Manrope", sans-serif;
}

.item-cart-button {
    border-radius: 0;
    padding: 15px 32px;
    background: var(--accent);
    transition: 0.3s;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    font-weight: 700;
    border: none;
    margin-left: 0px;
    cursor: pointer;
}

.order-discount {
    background: var(--light-brown);
    border-radius: 0px;
    margin-bottom: 80px;
    padding: 20px;
    margin-top: 26px;
    font-size: 14px;
}

.cart-desc {
    font-size: 14px;
    font-family: "Manrope", sans-serif;
}

.cart-desc b {
    font-weight: 600;
}

.cart-head {
    margin-top: 130px;
}

.cart-preorder-disable {
    filter: blur(10px);
    -webkit-filter: blur(10px);
    margin-top: 20px;
}

.cart-line {
    height: 120px;
    width: 100%;
    background: var(--light-brown);
    border-radius: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #e9e9e9;
    padding: 20px;
}

.cart-line-stock {
    font-size: 13px;
    opacity: 0.7;
    z-index: 1;
    font-family: 'Golos', sans-serif;
}

.cart-line-pic {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 0px;
    background: #e5d8d1;
    overflow: hidden;
}

.cart-line-pic img {
    width: 100%;
}

.cart-line-name {
    float: left;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    max-width: 600px;
    margin-left: 22px;
    margin-top: 17px;
}

.cart-line-controls {
    width: 460px;
    height: 46px;
    float: right;
    margin: 16px;
}

.cart-trash {
    width: 46px;
    height: 46px;
    float: right;
    text-align: center;
    padding-top: 11px;
    cursor: pointer;
}

.cart-controls-white {
    background: #fff;
}

.order-controls-place {
    height: 50px;
    width: 100%;
    margin-top: 30px;
}

.order-controls {
    float: right;
}

.order-controls-text {
    font-family: "Manrope", sans-serif;
    text-align: right;
    float: right;
    max-width: 190px;
    padding-top: 4px;
    font-size: 14px;
}

.order-controls-price {
    font-size: 24px;
    float: right;
    font-style: normal;
    font-weight: 700;
    padding: 7px 14px;
    margin-left: 10px;
}

.item-cart-button-2 {
    border-radius: 0px;
    padding: 15px 32px;
    background: var(--accent);
    transition: 0.3s;
    color: #fff;
    font-weight: 700;
    border: none;
    margin-left: 12px;
    cursor: pointer;
    float: right;
}

.additional-cart-pic {
    width: 271px;
    height: 271px;
    background: url('/static/img/cart-help.png');
    float: right;
    margin-top: -42px;
    margin-right: -30px;
}

.additional-cart-margin {
    margin-top: 100px;
}

.reg-accept {
    font-size: 12px;
    font-family: "Manrope", sans-serif;
}

.mobile-menu {
    width: 100%;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    height: 64px;
    position: fixed;
    bottom: 0;
    box-shadow: 0px 0px 20px 0px rgba(197, 151, 125, 0.20);
    display: flex;
    padding: 15px;
    z-index: 1;
}

.mobile-menu-link {
    width: 25%;
    height: 64px;
    text-align: center;
    font-size: 12px;
    font-family: 'Golos', sans-serif;
    font-weight: 500;
    color: #000;
}

.mobile-menu-link svg {
    margin-bottom: -4px;
}

.mobile-menu-link img {
    filter: invert(1);
}

.main-cat-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.main-cat-button {
    height: 46px;
    color: #000;
    background: var(--light-brown);
    padding: 13px 20px;
    font-size: 14px;
    font-family: 'Manrope', sans-serif;
}

.order-place {
    display: flex;
    gap: 30px;
    width: 460px;
    margin: 100px auto;
}

.order-place-left {
    width: 100%;
    margin-bottom: 60px;
}

.order-place-right {
    width: 355px;
    margin-bottom: 60px;
}

.order-radio {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 14px;
}

.order-policy {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}

.order-discount {
    background-color: #d81a1a;
    background: #d81a1a url('/static/img/v2/cart-gift.png') no-repeat;
    font-family: "Inter", sans-serif;
    border-radius: 0px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 600;
    padding: 20px;
    padding-left: 22px;
    font-size: 15px;
}

.order-dprice-button {
    margin-top: 0 !important;
    margin-bottom: 20px;
}

.delivery_price_desc {
    padding: 26px;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #fff;
}

.pickup_address {
    padding: 26px;
    border-radius: 10px;
    margin-bottom: 20px;
    background: #fff;
}

/* для элемента input c type="radio" */
.custom-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  /* для элемента label связанного с .custom-radio */
  .custom-radio+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    margin-right: 25px;
    margin-bottom: 5px;
    width: 100%;
  }
  /* создание в label псевдоэлемента  before со следующими стилями */
  .custom-radio+label::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
  }
  /* стили при наведении курсора на радио */
  .custom-radio:not(:disabled):not(:checked)+label:hover::before {
    border-color:var(--accent);
  }
  /* стили для активной радиокнопки (при нажатии на неё) */
  .custom-radio:not(:disabled):active+label::before {
    background-color: var(--light-brown);
    border-color: var(--light-brown);
  }
  /* стили для радиокнопки, находящейся в фокусе */
  .custom-radio:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(218, 188, 168, 0.25);
  }
  /* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
  .custom-radio:focus:not(:checked)+label::before {
    border-color: var(--light-brown);
  }
  /* стили для радиокнопки, находящейся в состоянии checked */
  .custom-radio:checked+label::before {
    border-color: var(--accent);
    background-color: var(--accent);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  }
  /* стили для радиокнопки, находящейся в состоянии disabled */
  .custom-radio:disabled+label::before {
    background-color: #e9ecef;
  }

.order-edits-place {
    padding: 30px 30px 10px;
    background: var(--light-brown);
    border-radius: 0px;
    margin-top: 35px;
}

.order-edits-place h3 {
    margin-bottom: 26px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
}

.order-edits-place p {
    margin-bottom: 25px;
    max-width: 85%;
}

.order-edits {
    display: flex;
    gap: 20px;
}

.order-input-small {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 0px;
    outline: none !important;
    border: 1px solid #eee;
    padding: 10px;
    font-size: 15px;
    font-family: 'Mulish', sans-serif;
    transition: 0.3s;
}

.order-edits input:focus {
    border: 1px solid var(--accent-hover);
    transition: 0.3s;
}

.order-itog-place {
    padding: 30px;
    background: var(--light-brown);
    border-radius: 10px;
    margin-top: 35px;
}

.order-button {
    border-radius: 0px;
    width: 100%;
    background: var(--accent);
    transition: 0.3s;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border: none;
    cursor: pointer;
    padding: 15px;
    margin-top: 28px;
    display: block;
    text-align: center;
}

.split-order-logo {
    height: 20px;
    margin-left: 10px;
}

.profile-main {
    width: 100%;
    height: auto;
    background: var(--light-brown);
    border-radius: 0px;
    padding: 20px 45px 45px;
    margin-bottom: 300px;
    margin-top: 100px;
}

.profile .additional-place {
    margin-top: 30px;
}

.pass-accept {
    font-size: 12px;
}

.profile {
    margin-top: 80px;
}

.profile-h1 {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 105%;
}

.profile-p {
    font-weight: 500;
    margin-top: 26px;
    max-width: 690px;
    font-size: 14px;
    line-height: 1.4;
    font-family: "Manrope", sans-serif;
}

.profile-button {
    border-radius: 0px;
    padding: 15px 32px;
    background: var(--accent);
    transition: 0.3s;
    color: #fff;
    font-weight: 5600;
    font-size: 14px;
    display: inline-block;
    margin-top: 20px;
    margin-right: 15px;
}

.profile-button i {
    margin-right: 3px;
}

.success-place {
    text-align: center;
}

.success-place h1 {
    font-size: 28px;
    font-weight: 600;
    margin: 30px 0;
}

.success-place i {
    font-size: 58px;
    color: var(--accent);
    margin-top: 100px;
}

.success-place p {
    max-width: 420px;
    margin: 0 auto;
    font-family: "Manrope", sans-serif;
}

.additional-button {
    border-radius: 0px;
    padding: 15px 32px;
    background: var(--accent);
    transition: 0.3s;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    margin-top: 63px;
}

.v2-profile-place {
    display: flex;
    gap: 30px;
    margin-top: 50px;
}

.v2-profile-sidebar {
    width: 244px;
    margin-bottom: 35px;
    
}

.v2-profile-content {
    width: calc(100% - 274px);
}

.v2-profile-content h2 {
    margin-top: 0;
}

.v2-profile-content p {
    font-size: 14px;
    line-height: 1.4;
    font-family: "Manrope", sans-serif;
}

.v2-profile-side-block {
    background: var(--light-brown);
    padding: 20px 24px;
    margin-bottom: 30px;
    position: sticky;
    top: 30px;
    margin-top: 130px;
}

.profile-again-order {
    padding: 14px 22px;
    background: var(--accent);
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    margin-top: 20px;
}

.v2-profile-side-block-title {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}

.v2-profile-side-block a {
    font-size: 14px;
    line-height: 1.4;
    font-family: "Manrope", sans-serif;
    color: #000;
    display: block;
    margin-top: 5px;
    transition: 0.3s;
}

.v2-profile-side-block a:hover {
    transform: translateX(3px);
    transition: 0.3s;
}

.profile-order-place {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 35px;
}

.profile-order {
    width: calc(50% - 15px);
    background: var(--light-brown);
    padding: 24px;
}

.profile-order h3 {
    margin-top: 0;
    font-weight: 600;
}

.blog-place {
    width: 100%;
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    margin-top: 50px;
}

.blog-article {
    width: calc(33.33% - 34px);
    transition: 0.3s;
}

.blog-article:hover {
    transform: translateY(-3px);
    transition: 0.3s;
}

.blog-article-image {
    width: 100%;
    height: 220px;
}

.blog-article-title {
    font-size: 20px;
    margin-top: 25px;
    color: #222;
}

.blog-article-short-desc {
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    color: #222;
    margin-top: 18px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
}

.item-full-desc {
    -webkit-mask-image: linear-gradient(#fff, #fff, rgba(255, 255, 255, 0));
    mask-image: linear-gradient(#fff, #fff, rgba(255, 255, 255, 0));
    height: auto;
    margin-bottom: 5px;
    line-height: 1.5;
    overflow: hidden;
}

.show-desc {
    font-weight: 600;
    cursor: pointer;
}

.adm-button {
    width: 42px;
    height: 42px;
    border-radius: 0;
    background: var(--accent);
    color: #fff;
    position: fixed;
    bottom: 20px;
    left: 0px;
    text-align: center;
    font-size: 16px;
    padding-top: 11px;
    z-index: 100;
}

.swiper-container-wrapper {
    display: flex;
    flex-direction: row;
    gap: 35px;
  }
  
  .mySwiper2 {
    flex: 1;
    height: 100%;
  }
  
  .mySwiper {
    width: 70px; /* ширина превьюшек = высоте, чтобы были квадратные */
    height: 100%;
  }
  
  .mySwiper .swiper-slide {
    width: 100%;           /* обязательно для вертикального Swiper */
    height: 70px;          /* квадратная форма */
    opacity: 0.4;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
  }
  
  .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }
  
  .mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  


.item-after-name {
    display: flex;
    gap: 50px;
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    /* margin-top: 35px; */
    margin-top: 44px;
}

.item-after-name-block {
    height: 36px;
    display: flex;
}

.item-after-name-block-pic {
    height: 44px;
    width: 44px;
    width: 30px;
    padding-top: 8px;
}

.item-after-name-block-text {
    height: 44px;
    font-size: 13px;
    line-height: 1.4;
}

.item-after-name-block i {
    font-size: 22px;
}

.flying-item {
    position: fixed;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #ff9900;
    z-index: 9999;
    pointer-events: none;
    transition: transform 0.9s cubic-bezier(0.3, 1, 0.3, 1), opacity 0.9s;
}

/* Карточки товаров в блоге */
.loaded-item-card {
    width: 100%;
    overflow: hidden;
    background: #f9f7f3;
    margin-top: 30px;
    margin-bottom: 30px;
}

.item-card-simple {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.item-card-img {
    width: 164px;
    height: 245px;
    object-fit: cover;
}

.item-card-text {
    width: calc(100% - 194px);
    padding-top: 15px;
}
  
.item-card-info { padding: 10px; }

.item-card-title { 
    font-weight: 500; 
    margin-bottom: 6px; 
    font-family: 'Grotesk', serif;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
}

.item-card-price { 
    color: #008000; 
    font-weight: 500; 
    margin-bottom: 6px; 
    font-family: 'Grotesk', serif;
    font-size: 16px;
}

.item-card-desc { 
    font-size: 14px; 
    color: #555; 
    margin-bottom: 19px; 
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
}

.item-card-link {
    display: inline-block;
    padding: 11px 22px;
    background: #CFAC6C;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Grotesk', serif;
}

.single-page-blog {
    width: 920px;
    margin-left: auto;
    margin-right: auto;
}

.floating-menu {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  display: flex;
  gap: 20px;
  height: 50px;
  justify-content: center;
  transform: translateY(-120%); /* изначально спрятано */
  transition: transform 0.4s ease; /* плавный выезд */
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.floating-menu.visible {
  transform: translateY(0); /* выехать */
}

.floating-menu nav a {
    color: #222;
}

.floating-menu nav {
    padding-top: 17px;
}

.floating-menu .dropdown-content {
    padding-top: 15px;
}

.floating-menu .header-controls {
    padding-top: 8px;
}


@media (min-width: 1200px) {
    .np { display: none; }
    .mobile-menu { display: none; }
}

@media (max-width: 1200px) {
    .nm { display: none; }

    body { padding-bottom: 80px; }
    .container { width: 100%; padding: 0 6%; }
    .header-left nav { display: none; }
    .header-controls { display: none; }
    .main-h2 { font-size: 22px; }
    .pr-place { margin-top: 50px; }

    .slider-title { font-size: 28px; line-height: 35px; max-width: 100%; padding-top: 40px; }
    .slider-text { width: 100%; margin-top: 25px; font-size: 14px; }
    .slider-podpis { margin-top: 35px; }
    .slider-shadow { height: 460px; }
    .slider { height: 570px; background-position-x: 0%; }

    .shop-item { width: calc(50% - 15px); }
    .shop-item-pic { width: 100%; aspect-ratio: 24 / 36; height: auto; }
    .shop-item .shop-item-controls-count { display: none; }
    .shop-item-controls-price { width: calc(100% - 46px); }
    .shop-item-del { width: 46px; }

    .v2-main-desc-wide h2 { font-size: 22px; padding: 0 26px; line-height: 26px; margin-bottom: 30px; }
    .v2-main-desc-wide { padding-top: 26px; width: 100vw; margin: 0 -7%; height: auto; padding-bottom: 16px; }
    .v2-main-desc-wide p { padding: 0 26px; }

    .v2-main-double-wide { width: calc(100vw + 1px); margin: 0 -7%; height: auto; padding: 26px 30px 28px 30px; }
    .v2-main-double-wide h2 { font-size: 28px; line-height: 35px; max-width: 100%; }

    .item-container { width: 100%; padding: 0 6%; margin-top: 100px; }
    .item-name { margin-top: 0px; font-size: 20px; line-height: 26px; margin-bottom: 20px; }
    .item-pic { width: 100%; height: auto; }
    .item-place { width: 100%; margin-left: 0; margin-top: 26px; }
    .item-controls .shop-item-controls-price { width: calc(100% - 176px); }

    .cart-line { height: auto; }
    .cart-line-name { width: 100%; float: none; margin-left: 0; font-size: 14px; max-width: 78%; line-height: 1.3; margin-top: 25px; min-height: 55px; }
    .cart-line-pic { float: none; width: 104px; height: 104px; }
    .cart-trash { margin-top: 0px; }
    .cart-line-stock { margin-top: 6px; }

    .cart-controls-mob { float: right; }
    .cart-controls-mob .shop-item-controls-price { float: none; margin-bottom: 12px; margin-right: 0; }
    .cart-line-controls { float: none; width: 100%; margin: 0; height: auto; }
    .cart-controls-white { width: 100%; margin-top: 20px; float: none; }
    .item-cart-button { height: 45px; padding-top: 10px; }

    .order-controls { margin-bottom: 100px; }
    .order-controls-place { margin-top: 20px; }
    .order-controls-text { margin-bottom: 15px; }
    .order-controls-price { margin-left: 2px; }

    footer { display: none; }
    .order-place { padding: 0 6%; width: 100%; }
    .cart-head { margin-top: 100px; }

    .profile-button { margin-top: 30px; padding: 15px 22px; }
    .profile-order { width: 100%; }
    .v2-profile-side-block { position: static; margin-top: 0; margin-bottom: 30px; }
    .v2-profile-place { margin-top: 30px; }
    .profile-order-place { margin-top: 30px; }

    .v2-shop-items-place { flex-wrap: wrap; width: 100%; }
    .filters-place { width: 100%; }
    .shop-items-place-with-filters { width: 100%; }
    .v2-filter-block { margin-bottom: -30px; }
    .v2-profile-content { width: 100%; }
    .head-block-page-title { max-width: 85%; font-size: 28px; line-height: 38px; padding-top: 35px; }
    
    .blog-place { margin-top: 30px; }
    .blog-article { width: 100%; }
    .single-page-blog { width: 100%; }
    .item-card-img { width: 105px; height: 170px; }
    .item-card-text { width: calc(100% - 135px); }
    .item-card-desc { display: none; }
    .item-card-info { padding: 5px; }
    .item-card-title { font-size: 12px; -webkit-line-clamp: 2; line-clamp: 2; }
    .item-card-price { margin-bottom: 15px; margin-top: 12px; }

    .shop-item-title { 
        -webkit-line-clamp: 4; 
        line-clamp: 4; 
        overflow: hidden;
        text-overflow: ellipsis;
        display: -moz-box;
        -moz-box-orient: vertical;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        box-orient: vertical;
    }
}