.elementor-14007 .elementor-element.elementor-element-6e4cad9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14007 .elementor-element.elementor-element-479e696{--spacer-size:50px;}.elementor-14007 .elementor-element.elementor-element-dd9ab36{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-14007 .elementor-element.elementor-element-140c0b8{text-align:center;}.elementor-14007 .elementor-element.elementor-element-140c0b8 .elementor-heading-title{font-family:"Geologica zagolovki", Sans-serif;font-size:30px;font-weight:500;color:#000000;}.elementor-14007 .elementor-element.elementor-element-667c5c4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14007 .elementor-element.elementor-element-c2029b3{--spacer-size:50px;}.elementor-14007 .elementor-element.elementor-element-296be147{--display:flex;}.elementor-14007 .elementor-element.elementor-element-696d6a6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14007 .elementor-element.elementor-element-4810150{--spacer-size:50px;}.elementor-14007 .elementor-element.elementor-element-cf8e85f{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:0px;--margin-bottom:70px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14007 .elementor-element.elementor-element-b506c67{width:var( --container-widget-width, 320px );max-width:320px;--container-widget-width:320px;--container-widget-flex-grow:0;text-align:center;}.elementor-14007 .elementor-element.elementor-element-b506c67:hover .elementor-widget-container{background-color:#7C0406;}.elementor-14007 .elementor-element.elementor-element-b506c67 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:20px 0px 20px 0px;border-style:solid;border-width:2px 2px 2px 2px;border-color:#7C0406;}.elementor-14007 .elementor-element.elementor-element-b506c67 .elementor-heading-title{font-family:"Geologica zagolovki", Sans-serif;font-weight:600;letter-spacing:1.2px;color:#000000;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-14007 .elementor-element.elementor-element-cf8e85f{--content-width:1760px;}}@media(max-width:767px){.elementor-14007 .elementor-element.elementor-element-479e696{--spacer-size:50px;}.elementor-14007 .elementor-element.elementor-element-140c0b8 .elementor-heading-title{font-size:20px;}.elementor-14007 .elementor-element.elementor-element-c2029b3{--spacer-size:50px;}.elementor-14007 .elementor-element.elementor-element-4810150{--spacer-size:50px;}.elementor-14007 .elementor-element.elementor-element-cf8e85f{--margin-top:70px;--margin-bottom:70px;--margin-left:0px;--margin-right:0px;}.elementor-14007 .elementor-element.elementor-element-b506c67 .elementor-heading-title{font-size:14px;}}/* Start custom CSS for container, class: .elementor-element-296be147 *//* ===== 1. Убираем блок с ссылкой "Wishlist link" ===== */
.woosw-actions {
    display: none !important;
}

/* ===== 2. Убираем всё оформление таблицы ===== */
/* Убираем контуры, тени, рамки у всей таблицы */
.woosw-list table.woosw-items {
    border: none !important;
    border-collapse: collapse !important;
    box-shadow: none !important;
    background: transparent !important;
    width: 100% !important;
}

/* Убираем рамки у ячеек */
.woosw-items td,
.woosw-items th {
    border: none !important;
    border-bottom: 1px solid #f0f0f0 !important; /* легкая разделительная линия, опционально */
    padding: 15px 10px !important;
    background: transparent !important;
}

/* Убираем рамку у последней строки */
.woosw-items tr:last-child td {
    border-bottom: none !important;
}

/* ===== 3. Фон страницы и контейнера - белый ===== */
/* Основной фон страницы */
.page-content,
.woosw-list,
.woosw-items {
    background-color: #ffffff !important;
}

/* Убираем внешние отступы и фоны у контейнеров */
.woosw-list {
    padding: 0 !important;
    margin: 0 !important;
    background: #ffffff !important;
}

/* Убираем фон у строк при наведении */
.woosw-items tr:hover td {
    background: #ffffff !important;
}

/* ===== 4. Дополнительная очистка ===== */
/* Убираем тени и рамки у основной страницы */
.site-main {
    background: #ffffff !important;
    box-shadow: none !important;
    padding: 20px !important;
}

/* Если есть обертка с фоном */
.entry-content,
.page-content {
    background: #ffffff !important;
}

/* ===== 5. Опционально: убираем дату добавления ===== */
.woosw-item--time {
    display: none !important;
}


/* ===== 1. Название товара - черное, без подчеркивания ===== */
.woosw-item--name a {
    text-decoration: none !important;
    color: #000000 !important;
    font-family: 'Geologica', 'Geologica zagolovki', sans-serif !important;
    transition: color 0.3s ease !important;
}

/* Название товара при наведении - #4D0C12 */
.woosw-item--name a:hover {
    color: #4D0C12 !important;
    text-decoration: none !important;
}

/* ===== 2. Применяем шрифт Geologica ко всему тексту на странице ===== */
.woosw-list,
.woosw-items,
.woosw-item--name,
.woosw-item--price,
.woosw-item--time,
.woosw-item--stock,
.woosw-item--atc {
    font-family: 'Geologica', 'Geologica zagolovki', sans-serif !important;
}

/* ===== 3. Оформление цен ===== */
/* Старая цена (зачеркнутая) - оставляем зачеркнутой */
.woosw-item--price del .amount {
    font-weight: 500 !important;
    color: #999999 !important;
    text-decoration: line-through !important;
}

/* Новая цена (актуальная) - жирная и черная, без подчеркивания */
.woosw-item--price ins .amount {
    font-weight: 700 !important;
    color: #000000 !important;
    text-decoration: none !important;
}

/* Убираем лишнее подчеркивание у всех цен, но НЕ у зачеркнутой */
.woosw-item--price ins,
.woosw-item--price ins .amount,
.woosw-item--price .amount:not(del .amount) {
    text-decoration: none !important;
}

/* Делаем шрифт цен жирнее (на 100 единиц) */
.woosw-item--price,
.woosw-item--price .amount,
.woosw-item--price bdi,
.woosw-item--price span {
    font-weight: 700 !important;
    font-family: 'Geologica', 'Geologica zagolovki', sans-serif !important;
}

/* ===== 4. Крестик удаления - черный, без эффектов ===== */
/* Крестик по умолчанию - черный */
.woosw-item--remove span {
    color: #000000 !important;
    font-size: 20px !important;
    cursor: pointer !important;
    background: transparent !important;
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    transform: none !important;
    transition: color 0.3s ease !important;
}

/* Крестик при наведении - #4D0C12, без фона и увеличения */
.woosw-item--remove span:hover {
    color: #4D0C12 !important;
    background: transparent !important;
    transform: none !important;
    border-radius: 0 !important;
}

/* Если крестик - это кнопка или ссылка */
.woosw-item--remove span button,
.woosw-item--remove span a {
    color: inherit !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

/* ===== 5. Убираем подчеркивание у всего текста ===== */
.woosw-items td a {
    text-decoration: none !important;
}

.woosw-items a {
    text-decoration: none !important;
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-b506c67 */.comments-area a, .page-content a {
    
    text-decoration: none !important;
}

.elementor-widget:hover .elementor-heading-title a {
    color: white;
}/* End custom CSS */
/* Start custom CSS */html, body {
    width: 100%;
    overflow-x: hidden;

}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Geologica zagolovki';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://majestic-furs.ru/wp-content/uploads/2025/12/Geologica-Thin.ttf') format('truetype');
}
/* End Custom Fonts CSS */