.currency { margin-left: 3px; font-size: 0.9em; }

.catalog {  }
.catalog main {  }


.catalog .section-text { margin-bottom: 2em; height: 100px; overflow: hidden; position: relative; width: 100%; max-width: 800px; }
.catalog .section-text.opened { height: unset; padding-bottom: 2em; }
.catalog .text-slide-toggle { text-align: center; line-height: 1em; position: absolute; margin: auto; left: 0; right: 0; bottom: -12px; z-index: 1; }
.toggle-btn { color: #444444; background: #ECDBDD; cursor: pointer; display: inline-block; font-size: 0.8em; height: 100%; line-height: 2em; text-align: center; text-decoration: none; transition: background 0.3s linear 0s, color 0.3s linear 0s; vertical-align: middle; box-sizing: border-box; padding: 0 1em; margin: 0; outline: 0; border-radius: 1em; position: relative; top: -1.2em; }
.catalog .section-text::after { content: ""; position: absolute; height: 100px; background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 90%); display: block; bottom: 0; left: 0; width: 100%; }
.catalog .section-text.opened::after { display: none; }

.catalog-sections-list { display: grid; justify-content: space-between; grid-template-columns: repeat(auto-fill, minmax(354px, 1fr)); grid-gap: 1px; margin-bottom: 2em; overflow: hidden; margin-left: -40px; margin-right: -40px; margin-top: -20px; }
.catalog-section-tile { position: relative; overflow: hidden; color: #ffffff; height: 400px; }
.catalog-section-tile .tile-wrapper { text-decoration: none; transition: all 0.1s ease-in-out 0s; position: absolute; color: #fff; right: 0; bottom: 0; top: 0; left: 0; }
.catalog-section-tile .tile-wrapper .image { width: 100px; padding-right: 30px; flex-shrink: 0; }
.catalog-section-tile .tile-wrapper .image svg { width: 100%; }
.catalog-section-tile .tile-wrapper .txt { position: absolute; bottom: 30px; left: 30px; z-index: 1; }
.catalog-section-tile .tile-wrapper .txt .caption { font-weight: 800; font-size: 1.8em; line-height: 1em; margin-bottom: 0.5em; text-shadow: 1px 1px 5px #000000; }
.catalog-section-tile .tile-wrapper .txt span { font-size: 0.750em; display: inline-block; font-weight: 800; padding: 0.5em 2em; border: 2px solid #492856; border-radius: 30px; background-color: #ffffff; color: #492856; }
.catalog-section-tile .bg { height: 100%; width: 100%; }
.catalog-section-tile .bg img { vertical-align: middle; width: 100%; height: 100%; object-fit: cover; transition: transform 0.2s ease-out 0s; }
.catalog-section-tile:hover .bg img { transform: scale(1.05); }

.catalog-products-list { display: grid; justify-content: space-between; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); grid-gap: 40px 40px; margin-bottom: 4em; }
.catalog-product-tile { position: relative; }
.catalog-product-tile .tile-wrapper {  }
.catalog-product-tile a { text-decoration: none; }
.catalog-product-tile .image {  }
.catalog-product-tile .image-wrapper {  }
.catalog-product-tile .image img { width: 100%; }
.catalog-product-tile .caption { font-size: 0.875em; line-height: 1em; margin-bottom: 0.5em; }
.catalog-product-tile .country { height: 1.250em; font-size: 0.750em;margin-bottom: 0.5em; }
.catalog-product-tile footer {  }
.catalog-product-tile .price { font-size: 1.250em; font-weight: bold; }
.catalog-product-tile .price .unit { font-size: 0.75em; }

/* PRODUCT CARD */
.catalog-product-card { margin-bottom: 100px; }
.catalog-product-card .grid-info { display: grid; grid-gap: 30px; grid-template-areas: "images props form" "other-products other-products other-products"; grid-template-columns: 300px auto 300px; }
.catalog-product-card .images { grid-area: images; }
.catalog-product-card .images .main { width: 100%; overflow: hidden; }
.catalog-product-card .images .main a { display: block; width: 100%; }
.catalog-product-card .images .main a img { vertical-align: middle; width: 100%; border-radius: 10px; }
.catalog-product-card .images .thumbs { margin-top: 5px; margin-left: -5px; margin-right: -5px; overflow: hidden; }
.catalog-product-card .images .thumbs .thumb { width: 50%; float: left; }
.catalog-product-card .images .thumbs a { display: block; padding: 5px; }
.catalog-product-card .images .thumbs a img { width: 100%; border-radius: 10px; }
.catalog-product-card .props { grid-area: props; }
.catalog-product-card .props .price { margin-bottom: 1em; }
.catalog-product-card .props .price .unit { color: #999999; }
.catalog-product-card .props .price .amount { font-size: 1.6em; font-weight: bold; }
.catalog-product-card .props .table { display: table; }
.catalog-product-card .props .prop { display: table-row; }
.catalog-product-card .props .prop .caption { width: 200px; }
.catalog-product-card .props .prop .caption, .catalog-product-card .props .prop .value { display: table-cell; border-bottom: 1px solid #EAEAEA; padding-top: 0.7em; padding-bottom: 0.7em; }
.catalog-product-card .form { grid-area: form; }
.catalog-product-card .form .form-wrapper { padding: 30px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16); border-radius: 10px; }
.catalog-product-card .form .ui-btn { background-color: #AB636E; width: 100%; border-color: #AB636E; }
.catalog-product-card .form .form-wrapper .attention { border-radius: 10px; background-color: #F8F2F3; border: 1px solid #AB636E; font-weight: bold; margin-bottom: 2em; padding: 1em; font-size: 0.8em; text-align: center; }
.catalog-product-card .form .form-wrapper .attention span { font-size: 2em; }

.other-products { grid-area: other-products; overflow: hidden; padding-top: 20px; padding-bottom: 20px; }
.other-products .hyperline { width: 10000px; position: relative; height: 95px; transform: translateX(-50%); left: 50%; }
.other-products .hyperline .hypertiles { position: absolute; left: 50%; transform: translateX(-50%); display: flex; }
.other-products .hyperline .hypertiles .hypertile { margin-left: 5px; margin-right: 5px; width: 95px; height: 95px; overflow: hidden; border-radius: 10px; box-sizing: border-box; }
.other-products .hyperline .hypertiles .hypertile.active { border: 6px solid #AB636E; }
.other-products .hyperline .hypertiles .hypertile a { display: block;  width: 100%; height: 100%; }
.other-products .hyperline .hypertiles .hypertile a img { vertical-align: middle; object-fit: contain; width: 100%; height: 100%; }

@media (max-width: 1400px) {
    .catalog-product-card .grid-info { grid-template-columns: 250px auto 300px; }
}

@media (max-width: 1200px) {
    .catalog-product-card .grid-info { grid-template-columns: 200px auto 250px; }
}

@media (max-width: 992px) {
    .catalog-sections-list { grid-template-columns: repeat(auto-fill, minmax(287px, 1fr)); }
    .catalog-section-tile .tile-wrapper { padding: 1em; }
    .catalog-section-tile .tile-wrapper .image { width: 70px; padding-right: 20px; }
    .catalog-section-tile .tile-wrapper .txt .caption { font-size: 1.2em; }

    .catalog-product-card .grid-info { grid-template-areas: "images props" "other-products other-products" "form form"; grid-template-columns: 200px auto; }
    
    .other-products .hyperline { height: 80px; }
    .other-products .hyperline .hypertiles .hypertile { width: 80px; height: 80px; }
}

@media (max-width: 768px) {
    .catalog-sections-list { grid-template-columns: repeat(auto-fill, minmax(267px, 1fr)); margin-left: -20px; margin-right: -20px; }
    .catalog-products-list { grid-gap: 20px; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }
    .other-products .hyperline { height: 60px; }
    .other-products .hyperline .hypertiles .hypertile { width: 60px; height: 60px; }
}

@media (max-width: 576px) {
    .catalog-sections-list { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
    .catalog-section-tile .tile-wrapper { flex-direction: column; align-items: center; }
    .catalog-section-tile .tile-wrapper .image { padding-right: 0; }
    .catalog-section-tile .tile-wrapper .btn { text-align: center; }
    .catalog-section-tile .tile-wrapper .txt .caption { text-align: center; }

    .catalog-products-list { grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); }

    .catalog-product-card .grid-info { grid-template-columns: 150px auto; }
    
    .other-products .hyperline { height: 40px; }
    .other-products .hyperline .hypertiles .hypertile { width: 40px; height: 40px; }
}
@media (max-width: 472px) {
    .catalog-sections-list { grid-template-columns: repeat(auto-fill, minmax(158px, 1fr)); }
    .catalog-product-card .grid-info { grid-template-areas: "images" "props" "other-products" "form"; grid-template-columns: auto; }
}