.aiz-rangora {
    --rg-ink: #241318;
    --rg-rose: #bd7887;
    --rg-rose-dark: #9a6470;
    --rg-gold: #c7984b;
    --rg-fern: #4f6d5d;
    --rg-blush: #f8e8e8;
    --rg-cream: #faf7f3;
    --rg-line: #eadfda;
    --rg-muted: #786d6a;
    --rg-shadow: 0 12px 28px rgba(36, 19, 24, .09);
    background: #fff;
    color: var(--rg-ink);
}

.aiz-rangora .container {
    max-width: 1320px;
}

.aiz-rangora h1,
.aiz-rangora h2,
.aiz-rangora .rangora-flash-content strong,
.aiz-rangora .rangora-wide-banner strong {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    text-transform: uppercase;
}

.rangora-site-header {
    position: relative;
    background: #fff;
    border-bottom: 1px solid var(--rg-line);
}

.rangora-top-strip {
    min-height: 44px;
    background: #070707;
    color: #fff;
    font-size: 10px;
}

.rangora-top-strip-grid {
    display: grid;
    min-height: 44px;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
}

.rangora-top-strip strong {
    font-size: 10px;
    font-weight: 700;
}

.rangora-top-links {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
}

.rangora-top-links a + a::before {
    margin-right: 14px;
    color: rgba(255, 255, 255, .55);
    content: "|";
}

.rangora-top-strip a {
    color: #fff;
}

.aiz-rangora a:focus-visible,
.aiz-rangora button:focus-visible,
.aiz-rangora input:focus-visible {
    outline: 2px solid var(--rg-rose);
    outline-offset: 3px;
}

.aiz-rangora .rangora-search input:focus-visible {
    border-color: var(--rg-rose);
}

.rangora-header-main {
    padding: 18px 0 16px;
}

.rangora-header-grid {
    display: grid;
    grid-template-columns: 245px minmax(520px, 1fr) auto;
    gap: 42px;
    align-items: center;
}

.rangora-logo img {
    display: block;
    max-width: 205px;
    max-height: 54px;
}

.rangora-search {
    position: relative;
}

.rangora-search form {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 150px 52px;
    height: 50px;
    border: 1px solid #d8ceca;
    border-radius: 4px;
    background: #fff;
}

.rangora-search input {
    grid-column: 1;
    width: 100%;
    height: 48px;
    padding: 0 18px;
    border: 0;
    background: #fff;
    font-size: 13px;
    color: var(--rg-ink);
}

.rangora-search-category {
    position: relative;
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    border-left: 1px solid #eee4e0;
}

.rangora-search-category::after {
    position: absolute;
    top: 50%;
    right: 13px;
    color: #8a7d7a;
    font-family: "Line Awesome Free";
    font-size: 12px;
    font-weight: 900;
    content: "\f107";
    transform: translateY(-50%);
    pointer-events: none;
}

.rangora-search-category select {
    width: 100%;
    height: 48px;
    padding: 0 28px 0 14px;
    border: 0;
    color: #766b68;
    font-size: 11px;
    background: transparent;
    appearance: none;
}

.rangora-search button {
    grid-column: 3;
    grid-row: 1;
    position: static;
    width: 52px;
    height: 50px;
    border: 0;
    background: var(--rg-rose-dark);
    color: #fff;
    font-size: 20px;
}

.rangora-header-actions {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.rangora-action {
    position: relative;
    display: flex;
    min-width: 44px;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    color: var(--rg-ink);
    font-size: 10px;
    line-height: 1;
}

.rangora-action:hover {
    color: var(--rg-rose);
}

.rangora-action-icon {
    display: flex;
    width: 26px;
    height: 24px;
    align-items: center;
    justify-content: center;
    font-size: 23px;
}

.rangora-action-icon > a {
    padding: 4px;
}

.rangora-action-icon svg {
    width: 21px;
    height: 21px;
}

.rangora-cart > a {
    height: 24px !important;
    padding: 0 !important;
}

.rangora-cart > a > span:not(:first-child),
.rangora-cart > a .d-xl-block {
    display: none !important;
}

.rangora-cart > a svg {
    width: 23px;
    height: 23px;
    color: var(--rg-ink) !important;
}

.rangora-cart-label {
    font-size: 10px;
}

.rangora-nav {
    position: relative;
    border-top: 1px solid #f1eae7;
}

.rangora-nav-grid {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 28px;
    align-items: center;
}

.rangora-all-categories {
    display: flex;
    height: 38px;
    padding: 0 17px;
    align-items: center;
    gap: 10px;
    border: 0;
    color: var(--rg-ink);
    font-size: 12px;
    font-weight: 700;
    background: #f5f1ef;
    border-radius: 4px;
    cursor: pointer;
}

.rangora-all-categories:hover {
    color: var(--rg-rose-dark);
}

.rangora-category-chevron {
    margin-left: auto;
    font-size: 13px;
    opacity: .7;
    transition: transform .2s ease;
}

.rangora-category-chevron.show {
    transform: rotate(180deg);
}

.rangora-category-dropdown {
    z-index: 1040;
    padding-top: 8px;
}

.rangora-category-dropdown .container {
    display: flex;
}

.rangora-category-dropdown .aiz-category-menu {
    width: 270px !important;
    overflow: visible;
    border: 1px solid var(--rg-line) !important;
    border-radius: 4px !important;
    box-shadow: 0 16px 34px rgba(36, 19, 24, .12);
}

.rangora-category-dropdown .aiz-category-menu .categories {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
}

.rangora-category-dropdown .category-nav-element {
    display: block !important;
    width: 100% !important;
    border-color: var(--rg-line) !important;
}

.rangora-category-dropdown .category-nav-element > a {
    display: flex !important;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
}

.rangora-nav-grid > ul {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: flex-start;
    gap: 34px;
    list-style: none;
    overflow-x: auto;
}

.rangora-nav-grid > ul > li > a {
    position: relative;
    display: block;
    padding: 14px 0 13px;
    color: var(--rg-ink);
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.rangora-nav-grid > ul > li > a::after {
    position: absolute;
    right: 0;
    bottom: 7px;
    left: 0;
    height: 2px;
    background: var(--rg-rose);
    content: "";
    opacity: 0;
    transform: scaleX(.2);
    transition: .2s ease;
}

.rangora-nav-grid > ul > li > a:hover::after,
.rangora-nav-grid > ul > li > a.active::after {
    opacity: 1;
    transform: scaleX(1);
}

.rangora-mobile-menu {
    border: 0;
    background: transparent;
    color: var(--rg-ink);
    font-size: 25px;
}

.rangora-home {
    padding-bottom: 28px;
    background: #fff;
}

.rangora-hero-section {
    padding: 22px 0 20px;
    background-image: linear-gradient(180deg, #fbf7f5, rgba(255, 255, 255, 0) 72%);
}

.rangora-hero-layout {
    display: grid;
    height: 445px;
    grid-template-columns: minmax(0, 1.92fr) minmax(340px, .92fr);
    gap: 18px;
}

.rangora-hero-carousel {
    min-width: 0;
    overflow: hidden;
    border-radius: 5px;
    background: #eee;
    box-shadow: var(--rg-shadow);
}

.rangora-empty-media {
    display: grid;
    height: 445px;
    place-items: center;
    background: var(--rg-cream);
}

.rangora-empty-media::after {
    color: var(--rg-muted);
    font-size: 13px;
    content: "RANGORA";
    letter-spacing: .18em;
}

.rangora-hero-slide {
    position: relative;
    display: block;
    height: 445px;
    overflow: hidden;
    color: #fff;
}

.rangora-hero-slide::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(20, 12, 14, .78), rgba(20, 12, 14, .18) 56%, rgba(20, 12, 14, .04)),
        linear-gradient(0deg, rgba(20, 12, 14, .34), transparent 42%);
    content: "";
}

.rangora-hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rangora-hero-overlay {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 52px;
    display: flex;
    max-width: 340px;
    flex-direction: column;
    align-items: flex-start;
    transform: translateY(-50%);
}

.rangora-hero-overlay em {
    margin-bottom: 16px;
    color: #fff;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.rangora-hero-overlay strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.rangora-hero-overlay small {
    max-width: 285px;
    margin-top: 20px;
    color: rgba(255, 255, 255, .88);
    font-size: 16px;
    line-height: 1.6;
}

.rangora-hero-overlay b,
.rangora-flash-content b {
    margin-top: 22px;
    padding: 12px 22px;
    background: var(--rg-rose);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
    box-shadow: 0 12px 28px rgba(189, 120, 135, .28);
    transition: background .2s ease, transform .2s ease;
}

.rangora-hero-slide:hover .rangora-hero-overlay b,
.rangora-flash-card:hover .rangora-flash-content b {
    background: var(--rg-rose-dark);
    transform: translateY(-1px);
}

.rangora-hero-carousel .slick-dots {
    right: auto;
    bottom: 18px;
    left: 24px;
    width: auto;
}

.rangora-hero-carousel .slick-dots li button::before {
    color: #fff;
}

.rangora-hero-side {
    display: grid;
    min-height: 0;
    grid-template-rows: minmax(0, 1fr) 214px;
    gap: 18px;
}

.rangora-flash-card,
.rangora-hot-categories {
    overflow: hidden;
    border: 1px solid var(--rg-line);
    border-radius: 5px;
    background: var(--rg-cream);
    box-shadow: 0 12px 30px rgba(36, 19, 24, .06);
}

.rangora-flash-card {
    position: relative;
    display: block;
    min-height: 0;
    color: var(--rg-ink);
}

.rangora-flash-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.rangora-flash-card::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(250, 247, 243, .97), rgba(250, 247, 243, .56) 58%, rgba(250, 247, 243, .04));
    content: "";
}

.rangora-flash-content {
    position: absolute;
    z-index: 2;
    top: 32px;
    left: 30px;
    display: flex;
    max-width: 205px;
    flex-direction: column;
    align-items: flex-start;
}

.rangora-flash-content strong {
    font-size: 28px;
}

.rangora-flash-content .aiz-count-down {
    margin-top: 15px;
    font-size: 13px;
}

.rangora-flash-content b {
    margin-top: 17px;
    padding: 11px 17px;
}

.rangora-hot-categories {
    padding: 17px 20px 18px;
    min-height: 0;
}

.rangora-hot-heading {
    display: flex;
    margin-bottom: 16px;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
}

.rangora-hot-categories h2 {
    margin: 0;
    font-size: 18px;
}

.rangora-hot-categories p {
    margin: 0;
    color: var(--rg-muted);
    font-size: 11px;
}

.rangora-hot-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 10px;
}

.rangora-hot-grid a {
    min-width: 0;
    color: var(--rg-ink);
    text-align: center;
}

.rangora-hot-grid a:hover {
    color: var(--rg-rose-dark);
}

.rangora-hot-grid span {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 7px;
    overflow: hidden;
    border: 1px solid rgba(189, 120, 135, .22);
    border-radius: 50%;
    background: #eee9e4;
}

.rangora-hot-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.rangora-hot-grid a:hover img {
    transform: scale(1.06);
}

.rangora-hot-grid small {
    display: block;
    overflow: hidden;
    font-size: 9px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rangora-section {
    padding: 22px 0;
}

.rangora-section + .rangora-section {
    border-top: 1px solid #f0e8e4;
}

.rangora-section-heading {
    display: flex;
    margin-bottom: 16px;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
}

.rangora-section-heading h2 {
    position: relative;
    margin: 0;
    font-size: 25px;
}

.rangora-section-heading h2::after {
    display: block;
    width: 28px;
    height: 2px;
    margin-top: 6px;
    background: var(--rg-rose);
    content: "";
}

.rangora-section-heading p {
    margin: 5px 0 0;
    color: var(--rg-muted);
    font-size: 11px;
}

.rangora-section-heading > a {
    color: var(--rg-ink);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}

.rangora-section-heading > a:hover {
    color: var(--rg-rose-dark);
}

.rangora-featured-row {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
}

.rangora-product-card {
    display: flex;
    height: 100%;
    min-width: 0;
    flex-direction: column;
    color: var(--rg-ink);
}

.rangora-product-media {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #f3eee8;
    box-shadow: 0 1px 0 rgba(36, 19, 24, .04);
}

.rangora-product-media > a {
    display: block;
    aspect-ratio: 4 / 4.85;
}

.rangora-product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.rangora-product-card:hover .rangora-product-media img {
    transform: scale(1.025);
}

.rangora-card-actions {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    transform: translateX(6px);
    transition: opacity .18s ease, transform .18s ease;
}

.rangora-product-card:hover .rangora-card-actions,
.rangora-product-card:focus-within .rangora-card-actions {
    opacity: 1;
    transform: translateX(0);
}

.rangora-wish,
.rangora-compare {
    display: flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .94);
    color: #7f7977;
    font-size: 22px;
    box-shadow: 0 4px 12px rgba(36, 19, 24, .1);
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.rangora-wish:hover,
.rangora-compare:hover {
    background: var(--rg-rose);
    color: #fff;
    transform: translateY(-1px);
}

.rangora-product-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    padding: 6px 10px 5px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .06em;
    text-transform: uppercase;
    background: rgba(30, 26, 24, .88);
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(36, 19, 24, .12);
    backdrop-filter: blur(4px);
}

.rangora-product-media .rangora-cart-button {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 2;
    display: grid;
    width: 43px;
    height: 43px;
    padding: 0;
    place-items: center;
    border: 3px solid rgba(255, 255, 255, .85);
    border-radius: 50%;
    background: #080808;
    color: #fff;
    font-size: 22px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .28);
    transition: transform .2s ease, background .2s ease;
}

.rangora-product-media .rangora-cart-button:hover {
    background: var(--rg-rose-dark);
    transform: translateY(-1px);
}

.rangora-product-info {
    display: flex;
    flex: 1;
    padding-top: 15px;
    flex-direction: column;
}

.rangora-product-info h3 {
    min-height: 24px;
    margin: 0 0 10px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    text-transform: none;
}

.rangora-product-info h3 a {
    color: var(--rg-ink);
}

.rangora-price {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    line-height: 1;
}

.rangora-price strong {
    font-weight: 800;
}

.rangora-price del {
    color: #b9b2af;
    font-size: 16px;
    font-weight: 600;
}

.rangora-cart-quantity {
    position: absolute;
    top: -6px;
    right: -6px;
    display: grid;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    place-items: center;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    background: var(--rg-rose);
    border: 2px solid #fff;
    border-radius: 999px;
}

.rangora-product-grid-4 .rangora-product-media > a {
    aspect-ratio: 4 / 3;
}

.rangora-product-compact {
    display: grid;
    grid-template-columns: 46% 54%;
    overflow: hidden;
    border: 1px solid var(--rg-line);
    border-radius: 6px;
    background: #fff;
}

.rangora-product-compact .rangora-product-media {
    border-radius: 0;
}

.rangora-product-compact .rangora-product-media > a {
    height: 145px;
    aspect-ratio: auto;
}

.rangora-product-compact .rangora-product-info {
    display: flex;
    padding: 18px 14px;
    flex-direction: column;
    justify-content: center;
}

.rangora-world {
    display: grid;
    padding: 0;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    border-radius: 5px;
    background: transparent;
    box-shadow: none;
}

@media (hover: none) {
    .rangora-card-actions {
        opacity: 1;
        transform: none;
    }
}

.rangora-world-intro {
    display: none;
    padding: 8px 16px 8px 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.rangora-world-intro h2 {
    margin: 0;
    font-size: 31px;
    line-height: 1.05;
}

.rangora-world-intro p {
    margin: 18px 0;
    color: var(--rg-muted);
    font-size: 11px;
    line-height: 1.5;
}

.rangora-world-intro a,
.rangora-load-more {
    padding: 12px 20px;
    border: 0;
    background: var(--rg-rose);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.rangora-world-card {
    position: relative;
    display: block;
    height: 250px;
    overflow: hidden;
    border-radius: 5px;
    color: #fff;
}

.rangora-world-card::after {
    position: absolute;
    inset: 45% 0 0;
    background: linear-gradient(transparent, rgba(25, 13, 16, .78));
    content: "";
}

.rangora-world-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.rangora-world-card:hover img {
    transform: scale(1.045);
}

.rangora-world-card > span {
    position: absolute;
    z-index: 2;
    right: 14px;
    bottom: 14px;
    left: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.rangora-world-card strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
}

.rangora-world-card small {
    margin-top: 6px;
    color: rgba(255, 255, 255, .78);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.rangora-best-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 22px;
    align-items: start;
}

.rangora-best-layout-deal-only {
    display: block;
}

.rangora-best-layout-deal-only .rangora-today-card {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
}

.rangora-product-grid {
    display: grid;
    gap: 18px;
}

.rangora-product-grid-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.rangora-product-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 28px;
}

.rangora-today-card {
    min-width: 0;
    padding: 14px;
    overflow: hidden;
    border: 1px solid #e4c4cc;
    border-radius: 6px;
    background: #fffaf9;
    box-shadow: none;
}

.rangora-today-header {
    display: flex;
    margin-bottom: 12px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.rangora-today-header h2 {
    margin: 0;
    color: #6f2938;
    font-family: inherit;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .02em;
    line-height: 1.2;
    text-transform: uppercase;
}

.rangora-today-arrows {
    display: none;
    gap: 8px;
}

.rangora-today-arrows button {
    display: grid;
    width: 34px;
    height: 34px;
    padding: 0;
    place-items: center;
    color: var(--rg-ink);
    font-size: 20px;
    background: #fff;
    border: 1px solid var(--rg-line);
    border-radius: 50%;
}

.rangora-today-arrows button:hover {
    color: #fff;
    background: var(--rg-rose);
    border-color: var(--rg-rose);
}

.rangora-today-slide {
    min-width: 0;
}

.rangora-today-media {
    display: block;
    height: 190px;
    overflow: hidden;
    background: #f3efeb;
    border-radius: 4px;
}

.rangora-today-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.rangora-today-media:hover img {
    transform: scale(1.035);
}

.rangora-today-slide h3 {
    min-height: 32px;
    margin: 10px 0 7px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
}

.rangora-today-slide h3 a {
    color: var(--rg-ink);
}

.rangora-today-price {
    display: flex;
    min-height: 22px;
    align-items: baseline;
    gap: 8px;
}

.rangora-today-price strong {
    color: #a1293d;
    font-size: 16px;
    line-height: 1;
}

.rangora-today-price del {
    color: #aaa2a4;
    font-size: 12px;
}

.rangora-deal-countdown {
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}

.rangora-deal-countdown .countdown-item {
    display: flex;
    min-width: 0;
    padding: 0;
    flex-direction: column;
    color: #b54764;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    background: transparent;
}

.rangora-deal-countdown .countdown-item small {
    margin-top: 8px;
    color: #776c70;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: .04em;
    line-height: 1;
    text-transform: uppercase;
}

.rangora-deal-countdown .countdown-separator {
    color: #b54764;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.rangora-today-cta {
    display: block;
    margin-top: 14px;
    padding: 10px 16px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .03em;
    text-align: center;
    text-transform: uppercase;
    background: #9f3042;
    border-radius: 4px;
}

.rangora-today-cta:hover {
    color: #fff;
    background: var(--rg-rose-dark);
}

.rangora-editorials {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.rangora-editorials a {
    display: block;
    height: 230px;
    overflow: hidden;
    border-radius: 5px;
    background: var(--rg-cream);
    box-shadow: 0 10px 26px rgba(36, 19, 24, .07);
}

.rangora-editorials img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform .35s ease;
}

.rangora-editorials a:hover img {
    transform: scale(1.035);
}

.rangora-load-more {
    min-width: 190px;
}

.rangora-load-more:disabled {
    cursor: wait;
    opacity: .72;
}

.rangora-load-more.is-complete:disabled {
    cursor: default;
}

.rangora-section-empty {
    padding: 28px;
    border: 1px solid var(--rg-line);
    color: var(--rg-muted);
    font-size: 13px;
    text-align: center;
    background: #fff;
}

.rangora-wide-banner {
    position: relative;
    display: block;
    height: 278px;
    overflow: hidden;
    border-radius: 5px;
    color: #fff;
    box-shadow: var(--rg-shadow);
}

.rangora-wide-banner::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(35, 16, 22, .88), rgba(35, 16, 22, .18) 65%);
    content: "";
}

.rangora-wide-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.rangora-wide-banner > span {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 55px;
    display: flex;
    max-width: 350px;
    flex-direction: column;
    transform: translateY(-50%);
}

.rangora-wide-banner strong {
    font-size: 39px;
    line-height: 1.05;
}

.rangora-wide-banner small {
    margin-top: 14px;
    font-size: 13px;
}

.rangora-stories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.rangora-story {
    display: grid;
    min-height: 135px;
    grid-template-columns: 45% 55%;
    overflow: hidden;
    border: 1px solid var(--rg-line);
    border-radius: 6px;
    color: var(--rg-ink);
    background: #fff;
    box-shadow: 0 8px 22px rgba(36, 19, 24, .05);
}

.rangora-story img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rangora-story span {
    display: flex;
    padding: 18px;
    flex-direction: column;
    justify-content: center;
}

.rangora-story strong {
    font-size: 12px;
    line-height: 1.45;
}

.rangora-story small {
    margin-top: 18px;
    color: var(--rg-muted);
    font-size: 9px;
}

.aiz-rangora .rangora-site-footer .footer-widget {
    background: var(--rg-ink) !important;
}

.aiz-rangora .rangora-site-footer a:hover {
    color: var(--rg-rose) !important;
}

@media (max-width: 1199.98px) {
    .rangora-header-grid {
        grid-template-columns: 210px minmax(320px, 1fr) auto;
        gap: 20px;
    }

    .rangora-header-actions {
        gap: 14px;
    }

    .rangora-search form {
        grid-template-columns: minmax(0, 1fr) 135px 46px;
    }

    .rangora-nav-grid > ul {
        justify-content: flex-start;
        gap: 22px;
    }

    .rangora-nav-grid {
        grid-template-columns: 155px minmax(0, 1fr);
        gap: 20px;
    }

    .rangora-all-categories {
        padding: 0 13px;
    }

    .rangora-world {
        grid-template-columns: repeat(3, 1fr);
    }

    .rangora-world-card {
        height: 250px;
    }

    .rangora-product-grid-5 {
        grid-template-columns: repeat(4, 1fr);
    }

    .rangora-product-grid-5 .rangora-product-card:nth-child(5) {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .rangora-header-grid {
        grid-template-columns: 40px 1fr auto;
    }

    .rangora-logo img {
        max-width: 185px;
    }

    .rangora-search {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .rangora-search form {
        grid-template-columns: minmax(0, 1fr) 145px 46px;
    }

    .rangora-header-actions .rangora-action:nth-child(2),
    .rangora-header-actions .rangora-action:nth-child(3) {
        display: none;
    }

    .rangora-hero-layout {
        height: auto;
        grid-template-columns: 1fr;
    }

    .rangora-hero-side {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .rangora-hero-slide {
        height: 500px;
    }

    .rangora-empty-media {
        height: 500px;
    }

    .rangora-featured-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .rangora-best-layout {
        grid-template-columns: 1fr;
    }

    .rangora-today-card {
        max-width: 300px;
    }

    .rangora-product-grid-4 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767.98px) {
    .rangora-top-strip {
        font-size: 9px;
    }

    .rangora-top-strip-grid {
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .rangora-top-strip-grid > span,
    .rangora-top-links {
        display: none;
    }

    .rangora-top-strip .dropdown:first-child {
        display: none;
    }

    .rangora-header-main {
        padding: 12px 0;
    }

    .rangora-header-grid {
        gap: 10px;
    }

    .rangora-search form {
        grid-template-columns: minmax(0, 1fr) 42px;
    }

    .rangora-search-category {
        display: none;
    }

    .rangora-logo img {
        max-width: 150px;
        max-height: 44px;
    }

    .rangora-header-actions {
        gap: 6px;
    }

    .rangora-action {
        min-width: 36px;
    }

    .rangora-action > span:last-child {
        display: none;
    }

    .rangora-hero-section {
        padding-top: 16px;
    }

    .rangora-hero-slide {
        height: 420px;
    }

    .rangora-empty-media {
        height: 420px;
    }

    .rangora-hero-overlay {
        left: 24px;
        max-width: 270px;
    }

    .rangora-hero-overlay strong {
        font-size: 40px;
    }

    .rangora-hero-overlay small {
        font-size: 14px;
    }

    .rangora-hero-side {
        grid-template-columns: 1fr;
    }

    .rangora-featured-row,
    .rangora-product-grid-4,
    .rangora-editorials,
    .rangora-stories {
        grid-template-columns: repeat(2, 1fr);
    }

    .rangora-world {
        padding: 20px;
        grid-template-columns: repeat(2, 1fr);
    }

    .rangora-world-intro {
        grid-column: 1 / -1;
    }

    .rangora-world-card {
        height: 250px;
    }

    .rangora-product-grid-5 {
        grid-template-columns: repeat(2, 1fr);
    }

    .rangora-product-grid-5 .rangora-product-card:nth-child(5) {
        display: block;
    }

    .rangora-editorials a {
        height: 180px;
    }

    .rangora-wide-banner {
        height: 225px;
    }

    .rangora-wide-banner > span {
        left: 25px;
        max-width: 250px;
    }

    .rangora-wide-banner strong {
        font-size: 31px;
    }
}

@media (max-width: 479.98px) {
    .rangora-featured-row,
    .rangora-product-grid-4,
    .rangora-editorials,
    .rangora-stories {
        grid-template-columns: 1fr 1fr;
        gap: 11px;
    }

    .rangora-product-compact {
        display: block;
    }

    .rangora-product-compact .rangora-product-media > a {
        height: 180px;
    }

    .rangora-product-compact .rangora-product-info {
        padding: 10px;
    }

    .rangora-story {
        display: block;
    }

    .rangora-story img {
        height: 120px;
    }

    .rangora-hero-slide,
    .rangora-empty-media {
        height: 380px;
    }

    .rangora-hero-overlay strong {
        font-size: 34px;
    }

    .rangora-hero-overlay b,
    .rangora-flash-content b {
        padding: 12px 16px;
        font-size: 10px;
    }

    .rangora-hot-heading,
    .rangora-section-heading {
        display: block;
    }

    .rangora-section-heading > a {
        display: inline-block;
        margin-top: 10px;
    }
}

.rangora-policy-strip {
    background: #f5eee9;
    border-top: 1px solid #eaded7;
    border-bottom: 1px solid #eaded7;
}

.rangora-policy-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.rangora-policy-grid > a {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 104px;
    padding: 22px 28px;
    color: #29171d;
    border-right: 1px solid #ded0c8;
}

.rangora-policy-grid > a:last-child {
    border-right: 0;
}

.rangora-policy-grid i {
    color: #9e304d;
    font-size: 32px;
}

.rangora-policy-grid span {
    display: flex;
    flex-direction: column;
}

.rangora-policy-grid strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
}

.rangora-policy-grid small {
    margin-top: 3px;
    color: #806e73;
    font-size: 12px;
}

.rangora-prefooter {
    padding: 56px 0;
    background: #fffaf7;
}

.rangora-prefooter-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
    gap: 72px;
    align-items: center;
}

.rangora-kicker,
.rangora-newsletter-card > span {
    margin-bottom: 9px;
    color: #a03653;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.rangora-brand-story h2,
.rangora-newsletter-card h2 {
    margin: 0 0 16px;
    color: #28161c;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
}

.rangora-footer-description {
    max-width: 740px;
    color: #725f65;
    font-size: 13px;
    line-height: 1.85;
}

.rangora-newsletter-card {
    padding: 30px;
    color: #fff;
    background: #481c2a;
    box-shadow: 0 18px 45px rgba(50, 20, 29, .15);
}

.rangora-newsletter-card > span,
.rangora-newsletter-card h2 {
    color: #fff;
}

.rangora-newsletter-card p {
    color: #dacbd0;
    font-size: 13px;
}

.rangora-newsletter-card form {
    display: flex;
    margin-top: 20px;
}

.rangora-newsletter-card input {
    width: 100%;
    min-width: 0;
    height: 46px;
    padding: 0 15px;
    color: #2b1a20;
    border: 0;
    outline: 0;
}

.rangora-newsletter-card button {
    flex: 0 0 auto;
    padding: 0 22px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    background: #b54764;
    border: 0;
}

.rangora-site-footer {
    padding: 24px 0 0;
    color: #d6d0d0;
    background: #171717 !important;
}

.rangora-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.18fr 1.05fr 1.45fr;
    gap: 0;
    padding-bottom: 18px;
}

.rangora-footer-brand img {
    width: auto;
    max-width: 184px;
    height: 45px;
    object-fit: contain;
    object-position: left center;
    filter: brightness(0) invert(1);
}

.rangora-footer-brand > p {
    max-width: 245px;
    margin-top: 12px;
    color: #c7bdbd;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 12px;
    line-height: 1.45;
}

.rangora-footer-brand,
.rangora-footer-column,
.rangora-footer-contact {
    min-width: 0;
    padding: 0 30px;
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.rangora-footer-brand {
    padding-left: 0;
}

.rangora-footer-contact {
    padding-right: 0;
    border-right: 0;
}

.rangora-site-footer h3 {
    margin: 0 0 11px;
    color: #fff;
    font-family: inherit;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .01em;
    text-transform: uppercase;
}

.rangora-site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rangora-site-footer li {
    margin-bottom: 5px;
}

.rangora-site-footer a {
    color: #d6d0d0;
    font-size: 11px;
    line-height: 1.25;
}

.rangora-site-footer a:hover {
    color: #fff;
}

.rangora-socials {
    display: flex;
    gap: 9px;
    margin-top: 14px;
}

.rangora-socials a {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
}

.rangora-footer-contact p {
    display: flex;
    gap: 10px;
    margin-bottom: 7px;
    color: #d6d0d0;
    font-size: 11px;
    line-height: 1.35;
}

.rangora-footer-contact i {
    margin-top: 1px;
    color: #d7748f;
    font-size: 17px;
}

.rangora-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 38px;
    color: #bfb5b5;
    font-size: 11px;
    border-top: 1px solid rgba(255, 255, 255, .11);
}

.rangora-payments {
    display: flex;
    align-items: center;
    gap: 6px;
}

.rangora-payments img,
.rangora-payments span {
    display: inline-grid;
    width: auto;
    min-width: 45px;
    height: 22px;
    padding: 0 7px;
    place-items: center;
    color: #243040;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    background: #f7f7f7;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .55);
}

.rangora-payments img {
    width: auto;
    max-width: 48px;
    max-height: 22px;
    object-fit: contain;
}

@media (max-width: 991.98px) {
    .rangora-policy-grid,
    .rangora-footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .rangora-policy-grid > a:nth-child(2) {
        border-right: 0;
    }

    .rangora-policy-grid > a:nth-child(-n+2) {
        border-bottom: 1px solid #ded0c8;
    }

    .rangora-prefooter-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .rangora-footer-brand,
    .rangora-footer-column,
    .rangora-footer-contact {
        padding: 0;
        border-right: 0;
    }
}

@media (max-width: 575.98px) {
    .rangora-policy-grid,
    .rangora-footer-grid {
        grid-template-columns: 1fr;
    }

    .rangora-policy-grid > a {
        min-height: 82px;
        border-right: 0;
        border-bottom: 1px solid #ded0c8;
    }

    .rangora-policy-grid > a:last-child {
        border-bottom: 0;
    }

    .rangora-prefooter {
        padding: 38px 0;
    }

    .rangora-newsletter-card {
        padding: 24px 20px;
    }

    .rangora-newsletter-card form {
        display: block;
    }

    .rangora-newsletter-card button {
        width: 100%;
        height: 44px;
        margin-top: 8px;
    }

    .rangora-site-footer {
        padding-top: 44px;
    }

    .rangora-footer-grid {
        gap: 28px;
    }

    .rangora-footer-bottom {
        display: block;
        padding: 22px 0;
        text-align: center;
    }

    .rangora-payments {
        justify-content: center;
        margin-top: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .aiz-rangora *,
    .aiz-rangora *::before,
    .aiz-rangora *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

[dir="rtl"] .aiz-rangora .rangora-search input {
    padding: 0 18px 0 52px;
}

[dir="rtl"] .aiz-rangora .rangora-search button {
    right: auto;
    left: 0;
}

[dir="rtl"] .aiz-rangora .rangora-nav-grid > ul > li > a::after {
    right: 0;
    left: 0;
}

[dir="rtl"] .aiz-rangora .rangora-hero-overlay {
    right: 42px;
    left: auto;
    align-items: flex-start;
}

[dir="rtl"] .aiz-rangora .rangora-hero-carousel .slick-dots {
    right: 24px;
    left: auto;
}

[dir="rtl"] .aiz-rangora .rangora-flash-content {
    right: 28px;
    left: auto;
    align-items: flex-start;
}

[dir="rtl"] .aiz-rangora .rangora-wish {
    right: auto;
    left: 10px;
}

[dir="rtl"] .aiz-rangora .rangora-cart-quantity {
    right: auto;
    left: -5px;
}

[dir="rtl"] .aiz-rangora .rangora-world-intro {
    padding: 8px 0 8px 16px;
}

[dir="rtl"] .aiz-rangora .rangora-world-card > span {
    right: 12px;
    left: 12px;
}

[dir="rtl"] .aiz-rangora .rangora-product-badge {
    right: 10px;
    left: auto;
}

[dir="rtl"] .aiz-rangora .rangora-wide-banner > span {
    right: 55px;
    left: auto;
}

[dir="rtl"] .aiz-rangora .rangora-policy-grid > a {
    border-right: 0;
    border-left: 1px solid #ded0c8;
}

[dir="rtl"] .aiz-rangora .rangora-policy-grid > a:last-child {
    border-left: 0;
}

[dir="rtl"] .aiz-rangora .rangora-footer-brand img {
    object-position: right center;
}

@media (max-width: 767.98px) {
    [dir="rtl"] .aiz-rangora .rangora-hero-overlay {
        right: 24px;
        left: auto;
    }

    [dir="rtl"] .aiz-rangora .rangora-wide-banner > span {
        right: 25px;
        left: auto;
    }
}

@media (max-width: 991.98px) {
    [dir="rtl"] .aiz-rangora .rangora-policy-grid > a:nth-child(2) {
        border-left: 0;
    }
}

@media (max-width: 575.98px) {
    [dir="rtl"] .aiz-rangora .rangora-policy-grid > a {
        border-left: 0;
    }
}
