You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1034 lines
18 KiB
1034 lines
18 KiB
/* compound */
|
|
.compound{
|
|
margin: -5px;
|
|
|
|
min-height: 33.95px;
|
|
|
|
display: flex;
|
|
align-items: start;
|
|
flex-wrap: wrap;
|
|
gap: 5px;
|
|
}
|
|
.compound__item{
|
|
|
|
padding: 4px 8px;
|
|
|
|
font-family: var(--font-family);
|
|
font-weight: 700;
|
|
font-size: 12px;
|
|
line-height: 133%;
|
|
color: var(--text-black);
|
|
|
|
border-radius: 16px;
|
|
background-color: var(--background-white);
|
|
|
|
display: block;
|
|
text-decoration: none;
|
|
}
|
|
.compound__item:first-child{
|
|
margin-left: 0;
|
|
}
|
|
.product__footer{
|
|
margin: 48px 24px 24px;
|
|
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
.product__footer--error{
|
|
margin: 45px 0;
|
|
}
|
|
/* compound */
|
|
|
|
.detail{
|
|
margin: 48px 24px 24px 24px;
|
|
|
|
display: flex;
|
|
align-items: start;
|
|
flex-wrap: wrap;
|
|
}
|
|
.detail__images{
|
|
margin: -12px;
|
|
|
|
width: calc(50% - 24px);
|
|
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.detail__image{
|
|
margin: 12px;
|
|
|
|
border-radius: 24px;
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
background: var(--background-grey);
|
|
cursor: pointer;
|
|
|
|
overflow: hidden;
|
|
}
|
|
.detail__image--width-perc-100{
|
|
width: calc(100% - 24px);
|
|
height: 600px;
|
|
|
|
}
|
|
.detail__image--width-perc-50{
|
|
width: calc(50% - 24px);
|
|
height: 288px;
|
|
}
|
|
.detail__image--width-perc-100 img{
|
|
width: 90%;
|
|
height: 90%;
|
|
|
|
object-fit: contain;
|
|
}
|
|
.detail__image--width-perc-50 img{
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
object-fit: cover;
|
|
}
|
|
.detail__content{
|
|
margin-left: 48px;
|
|
|
|
width: calc(50% - 24px);
|
|
}
|
|
.detail__label{
|
|
margin: -2px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.detail__label .product-item-label__tag:last-child{
|
|
|
|
}
|
|
.detail__label{
|
|
justify-content: space-between;
|
|
}
|
|
.detail__label .product-item-label__tag:first-child{
|
|
margin-left: 0;
|
|
}
|
|
.detail__title{
|
|
margin-top: 8px;
|
|
|
|
font-family: var(--font-family);
|
|
font-weight: 700;
|
|
font-size: 36px;
|
|
line-height: 111%;
|
|
text-transform: uppercase;
|
|
color: var(--text-black);
|
|
}
|
|
.detail__block-price{
|
|
margin-top: 24px;
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.detail-block-price__price{
|
|
font-family: var(--font-family);
|
|
font-weight: 700;
|
|
font-size: 36px;
|
|
line-height: 111%;
|
|
text-transform: uppercase;
|
|
color: #121212;
|
|
}
|
|
.detail-block-price__price::after{
|
|
content: 'AED';
|
|
}
|
|
.detail-block-price__sale{
|
|
margin-left: 22px;
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.detail-block-price-sale__text{
|
|
font-family: var(--font-family);
|
|
font-weight: 700;
|
|
font-size: 20px;
|
|
line-height: 120%;
|
|
text-transform: uppercase;
|
|
text-decoration: line-through;
|
|
color: var(--text-6);
|
|
}
|
|
.detail-block-price-sale__text::after{
|
|
content: '₽';
|
|
}
|
|
.detail-block-price-sale__perc{
|
|
margin-left: 9px;
|
|
|
|
font-family: var(--font-family);
|
|
font-weight: 500;
|
|
font-size: 12px;
|
|
line-height: 133%;
|
|
color: var(--text-red);
|
|
}
|
|
.detail-block-price-sale__perc::before{
|
|
content: '-';
|
|
}
|
|
.detail-block-price-sale__perc::after{
|
|
content: '%';
|
|
}
|
|
.wcsatt-add-to-subscription-wrapper,
|
|
form.cart .quantity,
|
|
.detail__content .in-stock,
|
|
form.cart .wcsatt-options-prompt-radios,
|
|
.wcsatt-options-product-dropdown {
|
|
display: none;
|
|
}
|
|
form.cart .single_add_to_cart_button {
|
|
margin: 8px;
|
|
min-width: 345.89px;
|
|
height: 56px;
|
|
padding: 16px 24px 16px 24px;
|
|
font-weight: 700;
|
|
text-align: center;
|
|
position: relative;
|
|
background: var(--gradient-turquoise);
|
|
border: none;
|
|
transition: opacity .2s ease-out;
|
|
font-family: var(--font-family);
|
|
font-size: 20px;
|
|
line-height: 120%;
|
|
color: var(--text-black);
|
|
border-radius: 20px;
|
|
text-transform: none;
|
|
cursor: pointer;
|
|
}
|
|
form.cart .single_add_to_cart_button:hover {
|
|
opacity: 0.8;
|
|
}
|
|
.subscription-option-details span {
|
|
color: #000;
|
|
cursor: pointer;
|
|
}
|
|
ul.wcsatt-options-product, .wcsatt-options-product-dropdown {
|
|
margin: 0;
|
|
}
|
|
.wcsatt-options-wrapper input, .wcsatt-add-to-subscription-wrapper input {
|
|
width: 18px;
|
|
aspect-ratio: 1;
|
|
accent-color: var(--background-black);
|
|
cursor: pointer;
|
|
}
|
|
.subscription-option label {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 5px;
|
|
}
|
|
|
|
form.cart {
|
|
margin: 25px 0 -48px;
|
|
}
|
|
ul.wcsatt-options-product--hidden, .wcsatt-options-product-dropdown--hidden {
|
|
display: block!important;
|
|
}
|
|
.detail-block__form{
|
|
margin-top: 48px;
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.detail-block-form__item{
|
|
margin-top: 24px;
|
|
|
|
min-width: 345.89px;
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
.detail-block-form__item--radio{
|
|
margin: 16px -8px -8px -8px;
|
|
}
|
|
.detail-block-form__item:first-child{
|
|
margin-top: 0;
|
|
}
|
|
.detail-block-form__item button{
|
|
margin: 8px;
|
|
display: none;
|
|
}
|
|
.detail-block-form__submit{
|
|
min-width: 345.89px;
|
|
}
|
|
.detail__warning{
|
|
padding: 3px;
|
|
|
|
border-radius: 24px;
|
|
|
|
background: var(--gradient-turquoise);
|
|
}
|
|
.detail-warning__content{
|
|
padding: 26px;
|
|
|
|
border-radius: 22px;
|
|
|
|
background: var(--background-white);
|
|
}
|
|
.detail-warning__title{
|
|
font-family: var(--font-family);
|
|
font-weight: 700;
|
|
font-size: 24px;
|
|
line-height: 100%;
|
|
text-transform: uppercase;
|
|
color: var(--text-black);
|
|
}
|
|
.detail-warning__text{
|
|
margin-top: 16px;
|
|
|
|
font-family: var(--font-family);
|
|
font-weight: 400;
|
|
font-size: 20px;
|
|
line-height: 120%;
|
|
color: var(--text-black);
|
|
}
|
|
.detail__toggle{
|
|
margin-top: 48px;
|
|
margin-bottom: 48px;
|
|
}
|
|
.detail__wrapper-catalot{
|
|
margin-top: 64px;
|
|
|
|
width: calc(100% + 16px);
|
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
}
|
|
.detail__catalot{
|
|
|
|
}
|
|
.detail-catalot__header{
|
|
padding-right: 16px;
|
|
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.detail-catalot__control{
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.detail-catalot-control__button{
|
|
margin-left: 24px;
|
|
|
|
width: 48px;
|
|
aspect-ratio: 1;
|
|
|
|
border-radius: 50%;
|
|
border: 1px solid var(--background-black);
|
|
background: none;
|
|
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.detail-catalot__title{
|
|
font-family: var(--font-family);
|
|
font-weight: 700;
|
|
font-size: 24px;
|
|
line-height: 100%;
|
|
text-transform: uppercase;
|
|
text-align: start;
|
|
color: var(--text-0);
|
|
}
|
|
.detail-catalot__content{
|
|
margin: 12px 0 -12px 0;
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
}
|
|
.detail__catalot .product__item{
|
|
width: calc(100%);
|
|
}
|
|
.detail__images-phone{
|
|
display: none;
|
|
}
|
|
.back-detail{
|
|
display: none;
|
|
}
|
|
.toggle__table{
|
|
margin-top: 32px;
|
|
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.toggle__table:first-child{
|
|
margin-top: 0;
|
|
}
|
|
.toggle__table--three .toggle-table__block:nth-child(1){
|
|
width: 40%;
|
|
}
|
|
.toggle__table--three .toggle-table__block:nth-child(2){
|
|
width: 40%;
|
|
}
|
|
.toggle__table--three .toggle-table__block:nth-child(3){
|
|
width: 20%;
|
|
}
|
|
.toggle__table--two .toggle-table__block{
|
|
width: calc(50% - 20px);
|
|
}
|
|
.toggle__table--two .toggle-table__block:nth-child(even){
|
|
margin-left: 40px;
|
|
}
|
|
.toggle-table__block{
|
|
|
|
}
|
|
.toggle-table__item{
|
|
margin-top: 8px;
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.toggle-table__item p{
|
|
display: block;
|
|
|
|
font-family: var(--font-family);
|
|
font-weight: 400;
|
|
font-size: 20px;
|
|
line-height: 120%;
|
|
color: var(--text-black);
|
|
|
|
flex-shrink: 0;
|
|
}
|
|
.toggle-table__item .warning{
|
|
width: 100%;
|
|
}
|
|
.toggle-table__item .warning p{
|
|
font-family: var(--font-family);
|
|
font-weight: 600;
|
|
font-size: 20px;
|
|
line-height: 120%;
|
|
text-align: center;
|
|
}
|
|
.toggle-table__title{
|
|
margin-bottom: 16px;
|
|
|
|
font-family: var(--font-family);
|
|
font-weight: 700;
|
|
font-size: 16px;
|
|
line-height: 125%;
|
|
color: var(--text-black);
|
|
}
|
|
.toggle-table__title--center{
|
|
text-align: center;
|
|
}
|
|
.toggle-table-item__line{
|
|
margin: 23px 8px 0 8px;
|
|
|
|
width: 100%;
|
|
|
|
height: 1px;
|
|
background: linear-gradient(to right, transparent 50%, #fff 50%), linear-gradient(to right, #333, #333);
|
|
background-size: 4px 2px, 100% 2px;
|
|
|
|
opacity: .6;
|
|
}
|
|
|
|
.radio-button{
|
|
}
|
|
.radio-button__input{
|
|
display: none;
|
|
}
|
|
/* detail */
|
|
|
|
/* gallery */
|
|
.gallery{
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
|
|
padding: 24px;
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
background: var(--background-white);
|
|
|
|
pointer-events: none;
|
|
opacity: 0;
|
|
transition: opacity .2s ease-out;
|
|
|
|
z-index: 300;
|
|
}
|
|
.gallery.active{
|
|
opacity: 1;
|
|
pointer-events: auto;
|
|
}
|
|
.gallery__close{
|
|
position: absolute;
|
|
top: 24px;
|
|
right: 24px;
|
|
|
|
z-index: 10;
|
|
}
|
|
.gallery__pagination{
|
|
margin: -12px;
|
|
}
|
|
.gallery-pagination__item{
|
|
margin: 12px;
|
|
|
|
width: 134px;
|
|
height: 136px;
|
|
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
border: none;
|
|
border-radius: 16px;
|
|
background: var(--background-grey);
|
|
}
|
|
.gallery-pagination__item img{
|
|
width: 90%;
|
|
max-height: 90%;
|
|
|
|
object-fit: contain;
|
|
}
|
|
.gallery__slider{
|
|
margin-left: 48px;
|
|
|
|
padding: 100px;
|
|
}
|
|
.gallery__slider{
|
|
width: 100%;
|
|
}
|
|
.gallery__slider .swiper-pagination{
|
|
display: none;
|
|
}
|
|
.gallery__slider .swiper-button-next::after,
|
|
.gallery__slider .swiper-button-prev::after{
|
|
display: none;
|
|
}
|
|
.gallery-button{
|
|
width: 48px;
|
|
height: 48px;
|
|
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
border: 1px solid var(--background-black);
|
|
border-radius: 20px;
|
|
|
|
background: none;
|
|
}
|
|
.gallery__slider .swiper-slide{
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.gallery__block{
|
|
width: 600px;
|
|
height: 774px;
|
|
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
background: var(--background-grey);
|
|
border-radius: 24px;
|
|
}
|
|
.gallery__block img{
|
|
width: 90%;
|
|
max-height: 90%;
|
|
|
|
object-fit: contain;
|
|
}
|
|
.gallery__wrapper{
|
|
margin: 0 auto;
|
|
max-width: 1600px;
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
/* .swiper {
|
|
width: 600px;
|
|
height: 300px;
|
|
} */
|
|
|
|
/* gallery */
|
|
|
|
@media only screen and (max-width: 1600px) {
|
|
|
|
.wrapper{
|
|
max-width: 1280px;
|
|
}
|
|
|
|
.product__item{
|
|
margin: 12px;
|
|
|
|
width: calc(33.3% - 24px);
|
|
}
|
|
|
|
.gallery__wrapper{
|
|
max-width: 1280px;
|
|
}
|
|
|
|
.header__content::after{
|
|
max-width: 1232px;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 1365px) {
|
|
.gallery__wrapper{
|
|
max-width: 100%;
|
|
}
|
|
|
|
}
|
|
|
|
|
|
/* product */
|
|
.product{
|
|
padding: 24px;
|
|
}
|
|
.product__header{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
gap: 16px;
|
|
}
|
|
.product__tag{
|
|
margin: 36px -12px -12px -12px;
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
.product-tag__item{
|
|
margin: 12px;
|
|
|
|
padding: 1px;
|
|
|
|
border-radius: 16px;
|
|
|
|
background: var(--gradient-blue);
|
|
border: none;
|
|
}
|
|
.product-tag-item__content{
|
|
padding: 3px 11px;
|
|
|
|
background: var(--background-white);
|
|
|
|
border-radius: 15px;
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.product-tag-item__text{
|
|
font-family: var(--font-family);
|
|
font-weight: 400;
|
|
font-size: 20px;
|
|
line-height: 120%;
|
|
background: var(--gradient-blue);
|
|
background-clip: text;
|
|
-webkit-background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
}
|
|
.product-tag-item__button{
|
|
margin: 2px 0 2px 4px;
|
|
|
|
width: 20px;
|
|
aspect-ratio: 1;
|
|
|
|
background: none;
|
|
border: none;
|
|
|
|
background-image: url(../img/svg/main/gradient-x.svg);
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
}
|
|
.product__error{
|
|
margin: auto;
|
|
|
|
padding: 0 16px;
|
|
|
|
font-family: var(--font-family);
|
|
font-weight: 700;
|
|
font-size: 24px;
|
|
line-height: 100%;
|
|
text-transform: uppercase;
|
|
color: var(--text-0);
|
|
text-align: center;
|
|
}
|
|
.product__error-button{
|
|
border-radius: 20px;
|
|
padding: 4px 24px;
|
|
|
|
font-family: var(--font-family);
|
|
font-weight: 600;
|
|
font-size: 20px;
|
|
line-height: 120%;
|
|
color: var(--text-black);
|
|
|
|
border: 1px solid var(--text-0);
|
|
background: var(--background-white);
|
|
text-decoration: none;
|
|
}
|
|
.product__title{
|
|
font-family: var(--font-family);
|
|
font-weight: 700;
|
|
font-size: 36px;
|
|
line-height: 111%;
|
|
text-transform: uppercase;
|
|
color: var(--text-black);
|
|
}
|
|
.product__main{
|
|
margin: 36px -12px -12px;
|
|
|
|
/* width: 100%; */
|
|
|
|
display: flex;
|
|
align-items: stretch;
|
|
flex-wrap: wrap;
|
|
}
|
|
.product__item{
|
|
margin: 12px;
|
|
|
|
width: calc(25% - 24px);
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
|
|
background-color: var(--background-grey);
|
|
border-radius: 24px;
|
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
}
|
|
.product__item::before{
|
|
content: '';
|
|
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
border: 1px solid #000;
|
|
border-radius: 24px;
|
|
|
|
pointer-events: none;
|
|
transition: opacity .2s ease-out;
|
|
|
|
opacity: 0;
|
|
}
|
|
.product__item:hover::before{
|
|
opacity: 1;
|
|
}
|
|
.product__item.active::before{
|
|
opacity: 0;
|
|
}
|
|
.product-item__block-label{
|
|
position: absolute;
|
|
top: 16px;
|
|
left: 16px;
|
|
}
|
|
.product-item__label{
|
|
position: absolute;
|
|
top: 16px;
|
|
left: 16px;
|
|
|
|
margin: -2px;
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
z-index: 10;
|
|
}
|
|
.product-item-label__tag{
|
|
margin: 2px;
|
|
|
|
padding: 4px 8px;
|
|
|
|
font-family: var(--font-family);
|
|
font-weight: 700;
|
|
font-size: 12px;
|
|
line-height: 133%;
|
|
color: #f4f1f0;
|
|
|
|
border-radius: 16px;
|
|
display: block;
|
|
|
|
text-decoration: none;
|
|
}
|
|
.product-item-label__tag--new{
|
|
background: var(--gradient-blue);
|
|
}
|
|
.product-item-label__tag--new-green{
|
|
background: #d9ffcc;
|
|
color: #4e7623;
|
|
}
|
|
.product-item-label__tag--sale{
|
|
background: var(--gradient-red);
|
|
}
|
|
.product-item-label__tag--sale-red{
|
|
color: #fa0505;
|
|
background: #ffe5e5;
|
|
}
|
|
.product-item-label__tag--black{
|
|
background: var(--background-black);
|
|
color: var(--text-white);
|
|
}
|
|
.product-item-label__tag--title{
|
|
padding: 4px 2px;
|
|
|
|
font-size: 16px;
|
|
line-height: 125%;
|
|
color: var(--text-black);
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.product-item__product-card{
|
|
height: 274px;
|
|
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.product-item__images{
|
|
height: 242px;
|
|
object-fit: contain;
|
|
}
|
|
.product-item__content-card{
|
|
padding: 15.5px;
|
|
}
|
|
|
|
.compound .product-item-label__tag{
|
|
margin: 0;
|
|
}
|
|
|
|
.product-item__title{
|
|
margin-top: 8px;
|
|
|
|
font-family: var(--font-family);
|
|
font-weight: 500;
|
|
font-size: 20px;
|
|
line-height: 120%;
|
|
color: var(--text-black);
|
|
|
|
text-decoration: none;
|
|
display: block;
|
|
}
|
|
.product-item__title:first-child{
|
|
margin-top: 0;
|
|
}
|
|
.product-item__price{
|
|
margin-top: 8px;
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
font-weight: 700;
|
|
}
|
|
.product-item__price > p{
|
|
font-family: var(--font-family);
|
|
font-weight: 700;
|
|
font-size: 20px;
|
|
line-height: 200%;
|
|
text-transform: uppercase;
|
|
color: var(--text-black);
|
|
}
|
|
.product-item__price p::after{
|
|
/*content: '₽';*/
|
|
content: 'AED';
|
|
padding-left: 5px;
|
|
}
|
|
.product-item__price span{
|
|
margin-left: 9px;
|
|
font-family: var(--font-family);
|
|
font-weight: 500;
|
|
font-size: 12px;
|
|
line-height: 133%;
|
|
color: var(--text-red);
|
|
}
|
|
.product-item__price del{
|
|
margin-left: 24px;
|
|
|
|
font-family: var(--font-family);
|
|
font-weight: 700;
|
|
font-size: 18px;
|
|
line-height: 133%;
|
|
text-transform: uppercase;
|
|
text-decoration: line-through;
|
|
color: var(--text-6);
|
|
}
|
|
.product-item__price del::after{
|
|
content: '₽';
|
|
}
|
|
.product-item__price span::before{
|
|
content: '-';
|
|
}
|
|
.product-item__price span::after{
|
|
content: '%';
|
|
}
|
|
.product-item__bye{
|
|
margin-top: 8px;
|
|
}
|
|
.product__item.hiding .product-item__images{
|
|
|
|
}
|
|
.product__item.hiding .product-item__price p{
|
|
color: var(--text-grey);
|
|
}
|
|
.product-item__overlay{
|
|
position: absolute;
|
|
top: 100%;
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
padding: 24px;
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
|
|
border-radius: 24px;
|
|
backdrop-filter: blur(25px);
|
|
background-color: rgba(242, 242, 242, 0.8);
|
|
|
|
z-index: 10;
|
|
|
|
transition: top .4s ease-out;
|
|
}
|
|
.product-item__overlay.active{
|
|
top: 0;
|
|
}
|
|
.product-item-overlay__header{}
|
|
.product-item-overlay__tags{
|
|
margin: 4px -6px -6px -6px;
|
|
padding-left: 0;
|
|
font-family: var(--font-family);
|
|
font-weight: 500;
|
|
font-size: 12px;
|
|
line-height: 133%;
|
|
color: var(--text-3);
|
|
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
|
|
list-style-type: none;
|
|
}
|
|
.product-item-overlay__tags li{
|
|
margin: 4px 6px;
|
|
|
|
position: relative;
|
|
}
|
|
.product-item-overlay__tags li:nth-child(n+1)::after{
|
|
content: '';
|
|
|
|
position: absolute;
|
|
top: 6px;
|
|
right: -8px;
|
|
|
|
width: 4px;
|
|
aspect-ratio: 1;
|
|
|
|
background-color: var(--text-3);
|
|
border-radius: 50%;
|
|
}
|
|
.product-item-overlay__tags li:last-child::after,
|
|
.product-item-overlay__tags li:last-child::before{
|
|
display: none;
|
|
}
|
|
.product-item-overlay__price{
|
|
margin-top: 32px;
|
|
|
|
font-family: var(--font-family);
|
|
font-weight: 700;
|
|
font-size: 24px;
|
|
line-height: 100%;
|
|
text-transform: uppercase;
|
|
text-align: right;
|
|
color: var(--text-black);
|
|
}
|
|
/*
|
|
.product-item-overlay__price::after{
|
|
content: '₽';
|
|
}
|
|
*/
|
|
.product-item-overlay__price::after{
|
|
content: 'AED';
|
|
}
|
|
.product-item-overlay__block-button{
|
|
margin-top: 32px;
|
|
}
|
|
.product-item-overlay__button{
|
|
margin-top: 16px;
|
|
}
|
|
.modal-basket-item__price::after, .modal-block-price__price::after{
|
|
content: 'AED';
|
|
padding-left: 5px;
|
|
}
|
|
.product-item-overlay__button:first-child{
|
|
margin-top: 0;
|
|
}
|
|
.product-item-overlay__input-block{
|
|
|
|
}
|
|
.product-item-overlay__field{
|
|
margin-top: 24px;
|
|
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.product-item-overlay__field:first-child{
|
|
margin-top: 0;
|
|
}
|
|
.product-item-overlay-field__title{
|
|
font-family: var(--font-family);
|
|
font-weight: 700;
|
|
font-size: 16px;
|
|
line-height: 125%;
|
|
color: var(--text-0);
|
|
}
|
|
.product-item__form{
|
|
|
|
}
|
|
/* product */
|
|
|
|
.state__block{
|
|
z-index: 2;
|
|
}
|
|
|
|
.product-item__price-sale__text{
|
|
text-decoration:line-through;
|
|
color: #999999;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.product-item__price-disc, .product-item__price{
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 20px;
|
|
}
|
|
|
|
.product-item__price-sale__perc{
|
|
|
|
font-size: 20px;
|
|
text-transform: uppercase;
|
|
color: #FA0505;
|
|
|
|
}
|
|
|
|
.product-item__price-sale__perc::after{
|
|
display: none;
|
|
}
|
|
|
|
/* Widget TG */
|
|
.login_inner #telegram-login-cosmopetbot_bot {
|
|
display: block;
|
|
margin: 20px auto;
|
|
display: block;
|
|
}
|
|
|