/* Body */
body {
    background-color: #fff;
}

/* Header */
header .navbar-brand img {
    max-height: 8rem;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 120px;
}

/* Video */
.royal-video-sec {
  margin-top: 0;
}
.royal-video-sec p {
    font-size: 24px;
    margin-bottom: 2rem;
}
.royal-video-sec a {
    background-color: transparent !important;
    border: 2px solid;
    border-radius: 0;
    transition: 0.3s;
}
.royal-video-sec a:hover {
    background-color: #fff !important;
    border: unset;
    border-radius: 8px;
}
@media (max-width: 768px) {
  .royal-video-sec {
    height: 80vh;
  }
}

/* Cats */
.royal-cats-tall {
    margin-top: 3rem;
}
.product-item {
    padding-inline: 0 !important;
}
.product-title {
    background-color: transparent;
    color: #111 !important;
}
.description {
    margin-top: 3rem;
}

/* Categories List Start */
section:nth-child(1 of .s-block.s-block--banners.container) .grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    row-gap: 1rem;
}
section:nth-child(2 of .s-block.s-block--banners.container) .grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
    row-gap: 1rem;
}
.banner-entry {
    background-color: transparent;
}
/* cats 1 */
section:nth-child(1 of .s-block.s-block--banners.container) .banner-entry:first-child {
    grid-column: 1 / 3;
    grid-row: 1 / 1;
    height: 580px;
}
section:nth-child(1 of .s-block.s-block--banners.container) a.banner-entry {
    background-color:unset;
    transition: 0.2s;
    height: 400px;
}
/* */
section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry {
    height: 400px;
}
a.banner-entry:hover {
    transform: scale(1.04)
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}

@media(min-width:768px) and (max-width:1200px){
    section:nth-child(1 of .s-block.s-block--banners.container) .banner-entry:first-child {
        height: 480px;
    }
    section:nth-child(1 of .s-block.s-block--banners.container) a.banner-entry{
        height: 280px;
    }
    /*  */
    section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry {
        height: 360px;
    }
}
@media(max-width:768px){
    section:nth-child(1 of .s-block.s-block--banners.container) .banner-entry:first-child {
        height: 350px;
    }
    section:nth-child(1 of .s-block.s-block--banners.container) a.banner-entry{
        height: 215px;
    }
    /*  */
    section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry {
        height: 240px;
    }
}
@media(max-width: 576px){
    section.s-block.s-block--banners.container .grid {
        gap: 0.5rem;
    }
    section:nth-child(1 of .s-block.s-block--banners.container) .banner-entry:first-child {
        height: 190px;
    }
    section:nth-child(1 of .s-block.s-block--banners.container) a.banner-entry{
        height: 120px;
    }
    /*  */
    section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry {
        height: 150px;
    }
}
/* Categories List End */

/* products */
.s-product-card-image-cover {
    object-fit: contain;
}

/* royal-countdown-sec */
.royal-countdown-sec .s-count-down-wrapper {
    justify-content: center;
}
.royal-countdown-sec > div {
    padding-block: 4%;
}
.royal-countdown-sec h1 {
    line-height: 4rem;
}

/* footer */
.footer-head img {
    max-width: 75px;
}
/* Payment Methods Order */
.s-payments-list-item:last-child {
    order: 1;
}
.s-payments-list-item:nth-child(8) {
    order: 2;
}
.s-payments-list-item:nth-child(9) {
    order: 3;
}
.s-payments-list-item:nth-child(10) {
    order: 4;
}