/* Homepage Stackable card overrides (specificity 0,2,0 > Stackable's 0,1,0) */
.stk-b6291fa-container.stk-b6291fa-container,
.stk-63b8f87-container.stk-63b8f87-container,
.stk-cfb1fd4-container.stk-cfb1fd4-container,
.stk-2d3a6ef-container.stk-2d3a6ef-container,
.stk-47b1110-container.stk-47b1110-container {
    min-height: 0 !important;
}
@media screen and (min-width: 1000px) {
    .stk-b6291fa-container.stk-b6291fa-container,
    .stk-63b8f87-container.stk-63b8f87-container,
    .stk-cfb1fd4-container.stk-cfb1fd4-container,
    .stk-2d3a6ef-container.stk-2d3a6ef-container,
    .stk-47b1110-container.stk-47b1110-container {
        aspect-ratio: 1 / 1 !important;
    }
}
@media screen and (max-width: 999px) {
    .stk-b6291fa-container.stk-b6291fa-container,
    .stk-63b8f87-container.stk-63b8f87-container,
    .stk-cfb1fd4-container.stk-cfb1fd4-container,
    .stk-2d3a6ef-container.stk-2d3a6ef-container,
    .stk-47b1110-container.stk-47b1110-container {
        aspect-ratio: 2 / 1 !important;
        min-height: 0 !important;
    }
}

/* Back to top link */
.back-to-top-link {
    text-align: center;
    padding: 15px 0 5px;
}
.back-to-top-link a {
    text-decoration: none;
    font-size: 14px;
    color: inherit;
}
.back-to-top-link a:hover {
    text-decoration: underline;
}

/* Cookie consent: hide Decline button (not required by Russian 152-FZ) */
.cookie-notification .ct-cookies-decline-button {
    display: none !important;
}

/* Sale variations box */
.bighouse-sale-variations {
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 4px;
    padding: 12px 15px;
    margin: 15px 0;
}
.bighouse-sale-variations strong.sale-label {
    color: #856404;
}
.bighouse-sale-variations .sale-item {
    display: block;
    margin-top: 5px;
}
.bighouse-sale-variations .sale-old-price {
    color: #999;
}
