::selection {
background: #2E85EC;
}
:root {
--accent: #000;
--btn: #000;
--btn-hover: #333;
--text: #3e444a;
--gray: #F5F8FA;
--size-h1: 32px;
--size-h2: 20px;
--size-h3: 16px;
}
body {	
line-height: 1.4;
}
#primary {
margin: 0;
}
.site-main section {
margin-bottom: 4em;
position: relative;
}
.site-main .yoast_breadcrumb {
margin-bottom: 0;
padding: 1em 0;
}
.default_content:first-child {
margin-top: 2em;
}
a:focus, button:focus {
outline: none !important;
}
p:last-child {
margin-bottom: 0;
}
h1, h2 {
margin-bottom: 0.7em;
line-height: inherit !important;
text-align: center;
}
.page-template-default :where(h1, h2) {
text-transform: none;
}
.default_content h2:not(:first-child) {
margin-top: 1.5em;
}
.title__h1 {
font-size: var(--size-h1);
}
.title__h2 {
font-size: var(--size-h2);
text-transform: uppercase;
font-weight: bold;
}
.title__h3 {
font-size: var(--size-h3);
text-transform: uppercase;
font-weight: bold;
}
.ast-custom-button {
display: inline-block;
text-align: center;
}
.ast-custom-button:focus {
color: #fff;
}
.ast-custom-button--border,
.ast-custom-button--border:focus {
background: transparent;
color: var(--btn);;
}
[class*="grid--"] {
display: grid;
grid-gap: 1.5em;
}
.grid--3 {
grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
}
.grid--2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid--txt_img {
grid-template-columns: 9fr 10fr
}
.grid--txt_img--reverse {
grid-template-columns: 10fr 9fr
}
.grid--txt_img--reverse .txt_img__txt {
order: 10;
}
.txt_img__img img {
min-height: 300px;
height: 100%;
object-fit: cover;
}
.txt_img__txt :last-child {
margin-bottom: 0;
}
@media (max-width: 1200px) {
:root {
--size-h1: 24px;
--size-h2: 18px;
}
}
@media (max-width: 767px) {
.grid--2 {
grid-template-columns: 1fr;
}
.grid--txt_img .txt_img__txt {
order: 10;
}
.txt_img__img img {
max-height: 300px;
width: 100%;
object-fit: cover;
}
} .decor__center {
text-align: center;
}
.decor__bold {
font-weight: bold;
}
.decor__white_txt * {
color: #fff;
}
.decor__corner_5 {
border-radius: 5px;
}
.decor__corner_10 {
border-radius: 10px;
}
.decor__corner_20 {
border-radius: 20px;
}
.decor__bg_gradient {
position: relative;
overflow: hidden;
}
.decor__bg_gradient::after {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: linear-gradient(180deg, rgba(24, 24, 24, 0) 0%, rgba(0, 0, 0, 0.62) 62.81%, #000000 100%);
}
.decor__bg_gradient > * {
position: relative;
z-index: 1;
}
.decor__bg_img {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
a.decor__bg_img:hover {
opacity: 0.95;
}
.decor__bg_full {
position: relative;
}
.site-main section.decor__bg_full:last-child {
margin-bottom: 0;
}
.bg_overlay {
position: absolute;
bottom: 0;
top: 0;
left: -20px;
right: -20px;
z-index: -1;
} .pos_rel {
position: relative;
}
.pos_abs {
position: absolute;
}
.pos_sticky {
position: sticky;
}
.z_1 {
z-index: 1;
}
.ta_center {
text-align: center;
}
.ta_right {
text-align: right;
}
.ai_center {
align-items: center;
}
.ai_start {
align-items: flex-start;
align-items: start;
}
.ai_end {
align-items: flex-end;
align-items: end;
}
.ai_stretch {
align-items: stretch;
}
.ai_baseline {
align-items: baseline;
}
.jc_center {
justify-content: center;
}
.jc_start {
justify-content: start;
}
.jc_end {
justify-content: flex-end;
justify-content: end;
}
.jc_sb {
justify-content: space-between;
}
.jc_sa {
justify-content: space-around;
}
.jc_stretch {
justify-content: stretch;
}
.fw_bold {
font-weight: 700;
}
.fw_600 {
font-weight: 600;
}
.fw_500 {
font-weight: 500;
}
.fw_normal {
font-weight: normal;
}
:is(h1, h2, .fs_h1, .fs_h2).fw_bold {
font-weight: 800;
}
.tt_upper {
text-transform: uppercase;
}
.td_none {
text-decoration: none;
}
.td_u {
text-decoration: underline;
}
.clr_white {
color: #fff;
}
.clr_gray {
color: var(--color-txt-gray);
}
.clr_accent {
color: var(--color-accent);
}
.clr_inherit {
color: inherit;
}
.clr_red {
color: var(--color-red);
}
.clr_onhover_accent:hover {
color: var(--color-accent);
}
.pad, .pad_box {
padding: var(--padding-box);
}
.pad_05 {
padding: 0.5em 1em;
}
.pad_1_5 {
padding: 1.5em;
}
.pad_1 {
padding: 1em;
}
.pt_1 {
padding-top: 1em;
}
.pb_1 {
padding-bottom: 1em;
}
.pt_2 {
padding-top: 2em;
}
.pb_2 {
padding-bottom: 2em;
}
.pt_space_05 {
padding-top: var(--space-05);
}
.pb_space_05 {
padding-bottom: var(--space-05);
}
.pt_space {
padding-top: var(--space);
}
.pb_space {
padding-bottom: var(--space);
}
.mt_05 {
margin-top: 0.5em;
}
.mt_1 {
margin-top: 1em;
}
.mt_2 {
margin-top: 2em;
}
.mt_3 {
margin-top: 3em;
}
.mt_space {
margin-top: var(--space);
}
.mb_0 {
margin-bottom: 0;
}
.mb_0_important {
margin-bottom: 0 !important;
}
.mb_1 {
margin-bottom: 1em;
}
.mb_space {
margin-bottom: var(--space);
}
.ml_auto {
margin-left: auto;
}
.mr_auto {
margin-right: auto;
}
.mt_auto {
margin-top: auto;
}
.mb_auto {
margin-bottom: auto;
}
.br {
border-radius: var(--radius);
}
.br_05 {
border-radius: calc(var(--radius) / 2);
}
.br_2 {
border-radius: 2em;
}
.br_inp {
border-radius: var(--radius-inp);
}
.br_oval {
border-radius: 2em;
}
.br_50 {
border-radius: 50%;
aspect-ratio: 1;
}
.brd {
border: 1px solid var(--color-border);
}
.of_hid {
overflow: hidden;
}
.of_vis {
overflow: visible;
}
.dis_none {
display: none;
}
.dis_block {
display: block;
}
.dis_iblock {
display: inline-block;
}
.dis_flex {
display: flex;
}
.dis_iflex {
display: inline-flex;
}
.dis_grid {
display: grid;
grid-template-columns: minmax(0, 1fr);
}
.dis_grid--2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.dis_grid--1_2 {
grid-template-columns: minmax(20em, 1fr) minmax(0, 2fr);
}
.dis_grid--2_1 {
grid-template-columns: minmax(0, 2fr) minmax(20em, 1fr);
}
.dis_grid--3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.gap_05 {
gap: 0.5em;
}
.gap_1 {
gap: 1em;
}
.gap_2 {
gap: 2em;
}
.gap_3 {
gap: 3em;
}
.gap_c05 {
column-gap: 0.5em;
}
.gap_c1 {
column-gap: 1em;
}
.gap_c2 {
column-gap: 2em;
}
.gap_c3 {
column-gap: 3em;
}
.gap_r05 {
row-gap: 0.5em;
}
.gap_r1 {
row-gap: 1em;
}
.gap_r2 {
row-gap: 2em;
}
.gap_r3 {
row-gap: 3em;
}
.shrink_no {
flex-shrink: 0;
}
.fw_wrap, .flex_wrap {
flex-wrap: wrap;
}
.fl_grow, .flex_grow {
flex-grow: 10;
}
.flex_basis {
flex-basis: 100%;
}
.flex_col {
flex-direction: column;
}
.bg_gray {
background: var(--color-bg-gray);
}
.bg_dark {
background: var(--color-txt);
}
.bg_gradient {
position: relative;
overflow: hidden;
}
.decor__bg_gradient::after {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: linear-gradient(180deg, rgba(24, 24, 24, 0) 0%, rgba(0, 0, 0, 0.62) 62.81%, #000000 100%);
}
.bg_gradient>* {
position: relative;
z-index: 1;
}
.bg_img {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.bg_accent {
background-color: var(--color-accent-light);
}
a.bg_img:hover {
opacity: 0.95;
}
.decor__bg_full {
position: relative;
}
.site-main section.decor__bg_full:last-child {
margin-bottom: 0;
}
.box_shadow, .shad {
box-shadow: var(--shadow);
}
.box_shadow:hover {
box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.2);
}
.shd_on_hover:hover {
box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.2);
}
.obj_fit {
object-fit: cover;
width: 100%;
}
.w_max {
width: max-content;
}
.w_100 {
width: 100%;
}
.h_100 {
height: 100%;
}
.h_auto {
height: auto;
}
.lh_h {
line-height: 1.2;
}
.lh_1 {
line-height: 1;
}
.fam_h {
font-family: var(--family-h);
}
.cursor_pointer {
cursor: pointer;
}
.ul_clean {
list-style: none;
padding: 0;
margin: 0;
}
.ul_clean li {
margin: 0;
}
@media (min-width: 1241px) {	
.bg_overlay {
left: calc((100vw - 1200px) / -2);
right: calc((100vw - 1200px) / -2);
}
} button.slick-arrow {
background: none;
font-size: 0;
width: 3rem;
padding: 0;
}
button.slick-arrow::before {
background-color: #000 !important;
-webkit-mask-size: 90%;
mask-size: 90%;
}
@media (max-width: 600px) {
button.slick-arrow {
width: 2.5rem;
}
} .ast-theme-transparent-header:not(.ast-primary-sticky-header-active) #masthead .main-header-bar,
.ast-theme-transparent-header:not(.ast-primary-sticky-header-active) #masthead .ast-below-header {
background-color: transparent !important;
}
#ast-mobile-popup .ast-mobile-popup-inner {
width: 400px;
}
#ast-desktop-header p:last-child,
#ast-desktop-header ul:last-child {
margin-bottom: 0;
}
#menu-toggle-close {
border: none;
}
#menu-toggle-close svg {
width: 25px;
height: 25px;
} #masthead .menu-toggle {
padding: 0;
outline: none;
border: none;
display: flex !important;
}
#ast-desktop-header .site-primary-header-wrap .ast-builder-grid-row {
grid-template-columns: 1fr 1fr 1fr;
gap: 3em;
}
#ast-desktop-header .site-primary-header-wrap aside {
display: flex;
gap: 2em;
justify-content: space-around;
flex-grow: 1;
align-items: center;
padding: 0;
}
#ast-desktop-header .site-primary-header-wrap aside section {
margin: 0;
} 
#ast-desktop-header .site-primary-header-wrap aside li {
font-size: 14px;
text-align: center;
}
#ast-desktop-header .site-primary-header-wrap aside li a {
font-size: 1.3em;
font-weight: bold;
text-align: left;
display: block;
}
#ast-mobile-popup aside {
margin: 20px;
display: grid;
gap: 1em;
}
#ast-mobile-popup aside section {
margin: 0;
}
#ast-mobile-popup aside section a {
font-weight: bold;
font-size: 1.2em;
}
#masthead .site-logo-img {
padding: 0;
} #masthead .ast-woo-header-cart-info-wrap {
display: none;
}
.ast-mobile-cart-active body.ast-hfb-header {
overflow: initial;
}
#masthead .ast-site-header-cart.ast-menu-cart-outline .ast-addon-cart-wrap {
padding-bottom: 0;
}
#masthead  .ast-cart-menu-wrap {
max-height: 30px;
opacity: 0.01;
}
@media (max-width: 600px) {
#ast-site-header-cart .ast-woo-header-cart-total::before {
display: none;
}
} #ast-desktop-header #ast-hf-menu-1 .sub-menu {
padding: 0.5em 0;
}
#ast-desktop-header #ast-hf-menu-1 > li:first-child > a {
padding-left: 0;
} .site-primary-footer-wrap,
.site-above-footer-wrap {
padding-left: 20px;
padding-right: 20px;
}
#colophon .site-primary-footer-inner-wrap {
grid-template-columns: 1fr 1fr 1fr;
}
#colophon .site-footer-above-section-1 {
margin-bottom: 0;
}
#colophon .site-footer-primary-section-2 figure {
margin-top: 0;
margin-bottom: 0;
}
.site-footer-primary-section-2 img {
width: 180px;	
}
#colophon .widget:not(:last-child) {
margin-bottom: 1em;
}
#colophon p:last-child,
#colophon ul:last-child {
margin-bottom: 0;
}
.site-primary-footer-wrap a:hover {
text-decoration: underline;
}
.ast-footer-html-1 ul,
.ast-footer-html-2 ul {
list-style: none;
margin: 0;
display: grid;
gap: 0.5em;
font-weight: bold;
}
#colophon .site-footer-section-4 a[href*="tel"] {
font-size: 1.3em;
font-weight: bold;
}
#colophon #block-21 ul {
gap: 0.75em;
justify-content: flex-end;
}
#colophon #block-21 a {
font-size: 2em;
background: #000;
border-radius: 50%;
padding: 0.15em
}
#colophon #block-21 svg {
fill: #F0F0F0;
font-size: 20px;
}
#astra-footer-menu {
row-gap: 1em;
}
@media (max-width: 767px) {	
#colophon .site-primary-footer-inner-wrap {
grid-template-columns: 1fr;
gap: 1em;
}	
.site-footer-primary-section-2 {
order: -1;
}
#colophon #block-21 ul {
justify-content: center;
}
#astra-footer-menu {
column-gap: 2em;
font-size: 13px;
}
#astra-footer-menu .menu-item > a {
padding: 0;
}
} body div.wpforms-container {
margin: auto;
}
.wpforms-field input.wpforms-field-large,
.wpforms-field textarea {
border-radius:0 !important;
padding: 0.5em 1em !important;
min-height: 3em;
background: transparent !important;
}
.wpforms-field input.wpforms-field-large:focus,
.wpforms-field textarea:focus {
border-color: var(--accent) !important;
}
.wpforms-field-checkbox li input {
position: absolute !important;
width: 0 !important;
height: 0 !important;
opacity: 0 !important;
}
.wpforms-field-checkbox li label {
display: inline-flex !important;
align-items: center;
gap: 0.5em;
cursor: pointer;
font-size: 0.85em !important;
line-height: 1 !important;
}
.wpforms-field-checkbox li label::before {
content: '';
width: 1.3em;
height: 1.3em;
background-image: url(//trangowear.ru/wp-content/uploads/decor/check.svg);
background-repeat: no-repeat;
background-position: center left;
background-size: contain;
margin-top: -0.1em;
}
.wpforms-field-checkbox li.wpforms-selected label::before {
content: '';
width: 1.3em;
height: 1.3em;
background-image: url(//trangowear.ru/wp-content/uploads/decor/check-fill.svg);
}
.wpforms-field-checkbox li.wpforms-selected label {
color: var(--btn);
}
.wpforms-submit {
padding: 0.5em 1.5em !important;
border-radius: 0 !important;
border: none !important;
min-height: 50px;	
background: var(--btn) !important;
font-weight: 500;
color: #fff !important;
margin-top: 1em !important;
}
.wpforms-submit:hover {
background: var(--btn-hover) !important;
}
body .wpforms-confirmation-container-full {
padding: 0;
margin: 0;
background: transparent;
border: none;
}
.wpforms-confirmation-container-full p img {
max-width: 50%;
margin: 1.5em auto;
}
.wpforms-confirmation-container-full .ast-custom-button {
min-width: 250px;
margin-top: 1em;
}
.wpforms-confirmation-container-full h3 {
margin-bottom: 0.5em;
}
@media (max-width: 767px) {
.wpforms-field input.wpforms-field-large,
.wpforms-field textarea {
min-height: 3em;
}
}
@media (max-width: 575px) {
.wpforms-submit {
width: 100% !important;
}
} .pum-close:not(:hover) {
opacity: 0.5;
}
.pum-container {
padding: 3em 2em !important
}
.pum-container h3 {
margin-bottom: 0.5em;
}
@media (max-width: 767px) {
.pum-container {
padding: 2em 1em !important
}
} .contacts_scr > div {
margin-top: 2em;
}
.contacts__form {
width: 100%;
max-width: 560px;
margin-left: auto;
margin-right: auto;
}
.contacts__list {
display: grid;
gap: 1.5em;
}
.contacts__list h3 {
margin-bottom: 0.5em;
}
.contacts__list p {
margin: 0;
}
@media (min-width: 1024px) {
.contacts_scr .contacts__list {
display: flex;
justify-content: space-between;	
}
}
@media (max-width: 1023px) and (min-width: 768px) {
.contacts_scr .contacts__list {
grid-template-columns: 1fr 1fr;
}
} .home_first__grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 0;
margin: 0 -20px;
}
.home_first__card {
background-position: top;
display: flex;
aspect-ratio: 290/375;
transition: 0.1s;
}
.home_first__card:hover {
opacity: 0.9;
}
.home_first__card__label {
background: #F0F0F0;
color: #000;
font-weight: bold;
display: inline-block;
padding: 0.5em;
margin-top: auto;
margin-bottom: 1em;
margin-left: auto;
text-transform: uppercase;
opacity: 0.8;
}
@media (max-width: 1023px) {	
.home_first__card__label {
font-size: 12px;
}
}
@media (max-width: 600px) {	
.home_first__card__label {
font-size: 2.5vw;
}
} .post__grid {
display: grid;
grid-template-columns: 1fr 1fr;
row-gap: 2em;
column-gap: 3em;
justify-content: space-between;
}
.post_card {
display: grid;
grid-template-columns: auto 1fr;
gap: 1em;
align-items: start;
}
.post_card__cover img {
aspect-ratio: 1/1;
object-fit: cover;
width: 7.5em;
}
.post_card__cover:hover {
opacity: 0.9;
}
.post_card__meta {
font-size: 0.9em;
font-style: italic;
}
.post_card__title {
font-size: 1.2em;
font-weight: bold;
margin-top: 0.5em;
margin-bottom: 0.2em;
display: inline-block;
}
.post_card .read-more {
display: none;
}
@media (max-width: 767px) {		
.post__grid {
grid-template-columns: 1fr;
}
}
@media (max-width: 600px) {		
.post_card {
font-size: 13px;
}
.post_card__cover img {
width: 20vw;
}
} .woocommerce-shop .ast-shop-toolbar-container {
display: none;
}
.woocommerce-shop .yoast_breadcrumb + .default_content {
margin-bottom: 0;
}
.woocommerce-pagination {
margin-top: 2em;
}
#main ul.products {
margin: 0;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(13.5em, 1fr));
gap: 0;
}
#main .woo__shop--grid ul.products:has(.product-category) {
grid-template-columns: repeat(auto-fill, minmax(17em, 1fr));	
}
#main .woo__shop--grid:has(.product-category) .ast-shop-toolbar-container {
display: none;
}
#main ul.products.slick-initialized {
display: block;
}
#main ul.products > li {
margin: 0;
padding: 0; }
#main .woo__shop .product-category img {
margin: 0;
pointer-events: none;
}
#main .woo__shop .woocommerce-loop-category__title {
color: var(--accent);
display: inline-block;
width: auto;
left: auto;
right: 0;
bottom: 1em;
padding: 0.5em;
}
#main .woo__shop .woocommerce-loop-category__title mark {
display: none;
}
.prod_card__link {
display: flex;
}
.prod_card__link:hover {
opacity: 0.9;
}
.prod_card__cover {
aspect-ratio: 255/340;
pointer-events: none;
}
.prod_card__info {
position: absolute;
left: 0;
width: 100%;
top: 0;
height: 100%;
display: flex;
gap: 0.2em;
flex-direction: column;
justify-content: flex-end;
padding: 1em;
overflow: hidden;
pointer-events: none;
color: #000;
}
.prod_card__title {
line-height: 1.2;
}
.prod_card__price {
font-weight: bold;
font-size: 1.3em;
}
.prod_card__info .wlfmc-add-to-wishlist {
pointer-events: auto;
}
@media (max-width: 600px) {	
#main ul.products {
grid-template-columns: 1fr 1fr;
}
#main .woo__shop .woocommerce-loop-category__title,
.prod_card__title {
font-size: 13px;
}
} .woo__shop--grid {
display: grid;
gap: 2em;
}
.woo__shop__sidebar #secondary {
margin: 0;
padding: 0;
}
#main .woo__shop .ast-shop-toolbar-container {
flex-direction: row;
justify-content: flex-end;
}
#main .woo__shop select.orderby {
border: none;
}
#main .woo__shop .ast-shop-toolbar-aside-wrap {
margin-bottom: 0;
}
#main .woo__shop .orderby {
border: 1px solid var(--accent);
padding: 0.5em 1em;
padding-right: 1.5em;
}
#main .woo__shop .astra-shop-summary-wrap {
padding: 0;
}
#main .woo__shop .price {
font-size: 1.5em;
}
#main .woo__shop .price .woocommerce-Price-currencySymbol {
margin-left: 0.2em;
}
#main .woo__shop .woocommerce-loop-product__title {
font-size: 1em;
font-weight: normal;
text-transform: none;
}
#main .woo__shop .add_to_cart_button {
padding: 0.5em 1em;
border: none;
font-size: 0.9em;
text-align: center;
line-height: 1.2;
}
.woo__shop .woocommerce-message a {
font-weight: bold;
}
.woo__shop__main .cfvsw-swatches-container {
display: none;
}
.woo__shop__main .cfvsw-hidden-select {
display: block !important;
width: 100%;
}
.woo__shop__main .cfvsw-hidden-select select {
width: 100%;
}
.woo__shop__main .add_to_cart_button {
width: 100%;
}
.woo__shop__main .astra-shop-summary-wrap {
flex-grow: 1;
display: flex;
flex-direction: column;
}
.woo__shop__main .astra-shop-summary-wrap .variations_form {
margin-top: auto;
} #main .woo__shop .widget,
#main .woo__shop .wpc-filters-section,
#main .woo__shop .wpc-filter-title {
margin: 0;
}
#main .woo__shop .wpc-filters-ul-list {
padding: 0;
}
#main .woo__shop .wpc-radio-item input {
display: none;
}
#main .woo__shop .wpc-radio-item label {
padding: 0;
}
#main .woo__shop .wpc-radio-item label a {
font-weight: bold;	
color: var(--text);
}
#main .woo__shop .wpc-term-selected label a {
color: var(--btn);
}
@media (min-width: 768px) {	
.woo__shop--grid {
grid-template-columns: 13em 1fr;
}
}
@media (max-width: 600px) {	
.woo__shop .astra-shop-summary-wrap {
text-align: center;
}
#main .woo__shop .price {
font-size: 1.2em;
}
#main .woo__shop .add_to_cart_button {
font-size: 0.8em;
}
} #block-46>p:empty {
display: none;
}
.woo_cats--1 {
font-size: 15px;
padding-left: 2.5em;
padding-top: 0.5em;
display: none;
}
.woo_cat_item:not(:last-child) {
margin-bottom: 0.4em;
}
.woo_cats > .woo_cat_item ~ .woo_cat_item {
margin-top: 1em;
}
.woo_cats--1 .woo_cat_item a::before {
content: '• ';
}
.woo_cat_item span {
display: flex;
align-items: center;
gap: 0.3em;
border-radius: 0.2em;
}
.woo_cats--0 > .woo_cat_item > span {
text-transform: uppercase;
}
.woo_cat_item a {
display: block;
flex-grow: 10;
}
.woo_cat_item.current>span>a {
font-weight: bold
}
.woo_cat_item a:hover {
opacity: 0.95;
}
.woo_cat_item__toggle {
display: flex;
width: 1em;
height: 1em;
align-items: center;
justify-content: center;
flex-shrink: 0;
cursor: pointer;
}
.woo_cat_item__toggle::before {
content: '';
font-style: normal;
transition: 0.1s;
width: 1.4em;
aspect-ratio: 1;
-webkit-mask-size: 55%;
mask-size: 55%;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-image: url(//trangowear.ru/wp-content/uploads/decor/chevron-right.svg);
mask-image: url(//trangowear.ru/wp-content/uploads/decor/chevron-right.svg);
background-color: currentcolor;
}
.woo_cat_item__toggle.active {
transform: rotate(90deg)
} #main .ast-article-single {
display: grid;
grid-template-columns: minmax(0,2fr) minmax(0,3fr);
column-gap: 3em;
}
#main .ast-article-single > div {
width: 100% !important;
}
.single-product h1 {
text-align: left;
font-weight: bold;
}
.woocommerce .star-rating span {
color: #ffcc00;
}
#main .ast-article-single .posted_in {
display: none;
}
#main .ast-article-single .ast-woocommerce-tabs {
grid-column: 1/-1;
padding-top: 0;
display: flex;
flex-direction: column-reverse;
gap: 2em;
margin-top: 1em;
}
#main .ast-article-single .ast-single-tab {
display: grid;
margin: 0;
}
#main .ast-article-single .ast-tab-header {
margin-bottom: 1em;
padding: 0;
}
#main .ast-article-single .ast-distributed-content {
margin-bottom: 0;
}
#main .ast-article-single .woocommerce-product-attributes {
margin: 0;
}
#main .ast-article-single table.shop_attributes th {
position: relative;
overflow: hidden;
}
#main .ast-article-single table.shop_attributes th::after {
content: '...................................';
position: absolute;
padding: 0 5px;
}
#main .ast-article-single table.shop_attributes th + td {
padding-left: 5px;
}
.prod_similar {
margin-top: 2em;
}
.prod_similar__title {
font-weight: bold;
margin-bottom: 0.7em;
}
.prod_similar__list {
display: flex;
flex-wrap: wrap;
gap: 0.5em;
}
.prod_similar__item:hover {
opacity: 0.9;
}
.prod_similar__item img {
aspect-ratio: 1/1;
width: 100%;
max-width: 7em;
object-fit: cover;
}
#main .summary .product_title {
text-transform: none;
}
#main .summary .variations th.label {
display: block !important;
width: auto;
font-size: 1em;
line-height: 31px;
margin-bottom: 0;
}
#main .ast-woocommerce-distributed .ast-distributed-content {
width: 100%;
}
@media (max-width: 1200px) {	
.single-product h1 {
font-size: 24px;
}
}
@media (max-width: 767px) {	
#main .ast-article-single {
grid-template-columns: minmax(0,1fr);
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
display: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
padding: 0;
margin-left: 0;
}
} .woocommerce-cart .prefooter,
.woocommerce-checkout .prefooter {
display: none;
} .home_prods__wrap {
margin-left: -20px;
margin-right: -20px;
}
.home_prods.is_pc .prod_card__info {
opacity: 0;
transition: 0.1s;
}
.home_prods.is_pc .prod_card:hover .prod_card__info {
opacity: 1;
}.slick-slider.slick-initialized {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after {
display: table;
content: '';
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
outline: none;
}
[dir='rtl'] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}  :where(.slick-prev, .slick-next) {
line-height: 0;
position: absolute;
top: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
width: 2em;
aspect-ratio: 1;
padding: 0;
border-radius: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: var(--color-txt, #333);
z-index: 2;
overflow: hidden;
direction: ltr !important;
}
:where(.slick-prev, .slick-next):hover,
:where(.slick-prev, .slick-next):focus {
background: var(--color-txt, #333);
}
:where(.slick-prev, .slick-next):before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-mask-size: 55%;
mask-size: 55%;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-image: url(//trangowear.ru/wp-content/uploads/decor/chevron-right.svg);
mask-image: url(//trangowear.ru/wp-content/uploads/decor/chevron-right.svg);
background-color: #fff;
-webkit-transform: none;
transform: none;
}
.slick-prev:before {
transform: scaleX(-1);
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
background-color: var(--color-accent, #fff);
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
opacity: .25;
}
.slick-prev {
left: -1em;
}
[dir='rtl'] .slick-prev {
right: -1em;
left: auto;
}
.slick-prev:before {
content: '←';
}
[dir='rtl'] .slick-prev:before {
content: '→';
}
.slick-next {
right: -1em;
}
[dir='rtl'] .slick-next {
right: auto;
left: -1em;
}
.slick-next:before {
content: '→';
}
[dir='rtl'] .slick-next:before {
content: '←';
} .slick-slider .slick-dots {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 10px;
padding: 0 15px;
box-sizing: border-box;
position: relative;
margin: 0;
margin-top: 20px;
}
.slick-slider .slick-dots li {
position: relative;
display: inline-block;
width: 20px;
height: 10px;
padding: 0;
background: #ccc;
cursor: pointer;
transition: 0.1s;
}
.slick-dots li.slick-active {
background: #000;
}
.slick-dots li::before, .slick-dots li::after {
display: none !important;
}
.slick-dots li button {
display: none !important;
} .slick-slider.dis_flex .slick-track {
display: flex;
}
.slick-slider.gap_1 .slick-list {
margin: 0 -0.5em;
}
.slick-slider.ai_center .slick-track {
align-items: center;
}
.slick-slider.gap_1 .slick-slide {
margin: 0 0.5em;
}