body .container-xxl, body .container-xl, body .container-lg, body .container-md, body .container-sm, body .container {
    max-width: 1360px;
    padding: 0 20px;
}

/* ---------------------------
   HEADER
---------------------------- */
body header.page-header.fixed-header .header-middle {
position: initial;
}
.page-wrapper header.page-header.fixed-header .sections.nav-sections {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 7;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.page-header .panel.wrapper {
    display: none;
}
.page-wrapper>.top-container {
    display: none;
}

.page-wrapper header.page-header {
    position: initial;
    background: rgba(40, 50, 13, .118);
}

/* .page-wrapper header.page-header.fixed-header {
    position: fixed;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
} */
.page-wrapper header.page-header .nav-sections, .page-wrapper header.page-header .block-search input{
        background: initial;
}
.page-wrapper header.page-header .nav-sections {
    border-top: 1px solid #E3E3E3;
}
.header-middle .header-top-right ul.customer-links li.nav-item.login .fa-solid.fa-user {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 28px;
    margin: 0 8px 0 0;
    display: inline-block;
    vertical-align: text-bottom;
}

.header-middle .header-top-right ul.customer-links li.nav-item.login a {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0px;
  text-transform: capitalize;

}
header .header-middle .header-top-right .minicart-wrapper span.text {
    position: inherit;
    height: auto;
    width: auto;
    display: inline-block;
    clip: auto;
    vertical-align: sub;
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4em;
    letter-spacing: 0px;
    text-transform: capitalize;
    overflow: visible;
}


/* ---------------------------
   GRID LAYOUT
---------------------------- */
.custom-grid {
    display: grid;
    grid-template-columns: 30px 2fr 1fr 1fr; 
    grid-template-rows: 312px 312px;
    gap: 20px;
    align-items: center;
}

.vertical-title {
    grid-row: span 2; 
    display: flex;
    align-items: center;
    justify-content: center;
    writing-mode: vertical-rl; 
    transform: rotate(180deg); 
}
.vertical-title span {
    display: block;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: clamp(18px, 2.5vw, 34px);
    line-height: 1.4em;
    text-align: center;
    text-transform: uppercase;
}

.product-big {
    grid-row: span 2;
    grid-column: 2;
    height: 100%;
}

.product-small {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.product-small img,
.product-big img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: top center;
}

.category-info {
    position: relative;
    height: 100%;
    transition: all 0.3s ease;
}
.category-info a {
    display: block;
    width: 100%;
    height: 100%;
}
.category-info a img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* ---------------------------
   PRODUCT INFO HOVER
---------------------------- */
.product-info {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    border: 1px solid #1E2832;
    background: #1E2832;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4em;
    text-transform: capitalize;
    transition: all 0.3s ease;
    align-items: center;
    justify-content: space-between;
}
.product-info p,
.product-info h3 {
    margin: 0;
}
.category-info:hover .product-info {
    display: flex;
}

/* ---------------------------
   GLOBAL CONTAINERS
---------------------------- */
.popular-products {
    margin: 140px 0;
}
.home-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

/* ---------------------------
   HOME BANNER
---------------------------- */
#html-body .home-top-banner figure {
    margin: 0 0 35px 0;
}
#html-body .home-top-banner h3 {
    margin: 0 0 40px 0;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: clamp(28px, 6vw, 74px);
    line-height: 1.2em;
    text-transform: capitalize;
}
#html-body .home-top-banner p {
    margin: 0 0 30px 0;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 2.5vw, 30px);
    line-height: 1.6em;
    text-transform: capitalize;
}
#html-body .home-top-banner .pagebuilder-button-secondary {
    margin: 0;
    padding: 19px 26px;
    border: 1px solid #1E2832;
    border-radius: 0;
    background: #1E2832;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 2.5vw, 30px);
    line-height: 1.4em;
    text-transform: capitalize;
    transition: all 0.3s ease;
}
#html-body .home-top-banner .pagebuilder-button-secondary:hover {
    background: #553D25;
    border-color: #553D25;
}
#html-body .home-top-banner .pagebuilder-button-secondary:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 7px 0 0;
    background: url(../images/shop-cart.png) no-repeat center;
    background-size: contain;
    vertical-align: middle;
}

/* ---------------------------
   BEST TABS SECTION
---------------------------- */
.best-tabs .arrivals-title {
    margin: 0 0 30px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: clamp(22px, 4vw, 50px);
    line-height: 1.4em;
    text-align: center;
    text-transform: capitalize;
    color: #000;
}
.best-tabs .tabs {
    display: flex;
    margin: 0 0 35px 0;
    padding: 0;
    list-style: none;
}
.best-tabs .tabs li {
    padding: 0 17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4em;
    text-transform: capitalize;
    color: #00000080;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0;
}
.best-tabs .tabs li:first-child { padding-left: 0; }
.best-tabs .tabs li:last-child { padding-right: 0; }
.best-tabs .tabs li.active { color: #000; }
.best-tabs .tabs li:hover { color: #553D25; }

.best-tabs .product-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.best-tabs .product-list .product-box {
    width: 23%;
    margin: 0 12px 24px;
    padding: 0;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}
.best-tabs .product-list .product-box .arrival-info {
    padding: 15px;
}
.best-tabs .product-list .product-box .arrival-info a {
    display: block;
    text-decoration: none;
}
.best-tabs .product-list .product-box:hover .arrival-info a {
    color: #553D25;
}
.best-tabs .product-list .product-box .arrival-info a h3 {
    margin: 0 0 15px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4em;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 45px;
}
.best-tabs .product-list .product-box .arrival-info .price .price-label {
    display: none;
}
.best-tabs .product-list .product-box .arrival-info .price .price {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: right;
    text-transform: capitalize;
}
.best-tabs .product-list .product-box .arrival-info .product-actions {
    display: none;
    position: absolute;
    bottom: 113px;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #1E2832;
    background: #1E2832;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4em;
    text-transform: capitalize;
    transition: all 0.3s ease;
    align-items: center;
    justify-content: space-between;
}
.best-tabs .product-list .product-box .arrival-info .product-actions a.action.towishlist {
    color: #fff;
    font-size: 20px;
}
.best-tabs .product-list .product-box .arrival-info .product-actions button.action.tocart.primary {
    padding: 0;
    border: 0;
    background: inherit;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.best-tabs .product-list .product-box .arrival-info .product-actions button.action.tocart.primary:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 7px 0 0;
    background: url(../images/shop-cart.png) no-repeat center;
    background-size: contain;
    vertical-align: middle;
}
.best-tabs .product-list .product-box:hover .product-actions {
    display: flex;
}

/* ---------------------------
   TAB HEAD
---------------------------- */
.tab-head {
    display: flex;
    justify-content: space-between;
}
.tab-head .best-btn {
    padding: 5px 15px;
    background: #1E2832;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 1.4em;
    text-transform: capitalize;
    text-decoration: none;
}
.tab-head .best-btn:hover {
    background: #553D25;
}
.best-tabs .best-sellers .tab-head {
    margin: 0 0 35px 0;
}
.best-tabs .best-sellers .tab-head .tabs {
    margin: 0;
}

/* ---------------------------
   COLLECTION BANNER
---------------------------- */
.collection-banner {
    margin: 120px 0;
}
#html-body .collection-banner .royal-collection h3 {
    margin: 0;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: clamp(22px, 4vw, 50px);
    line-height: 1.4em;
    text-transform: capitalize;
    color: #fff;
}
#html-body .collection-banner .royal-collection p {
    margin: 55px 0;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 2vw, 26px);
    line-height: 40px;
    text-transform: capitalize;
    color: #fff;
}
#html-body .collection-banner .royal-collection .pagebuilder-button-secondary {
    margin: 0;
    padding: 19px 26px;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #1E2832;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 2.5vw, 29px);
    line-height: 1.4em;
    text-transform: capitalize;
    transition: all 0.3s ease;
}
#html-body .collection-banner .royal-collection .pagebuilder-button-secondary:hover {
    background: #553D25;
    color: #fff;
}
.cms-new-home #mageplaza-bannerslider-block-before-content-2 {
    display: none;
}


/* Footer */

footer.page-footer .footer-top {
    padding: 100px 0;
    background: #1E28320D;
}

footer.page-footer .footer-top .footer-insta-feed h2:after,footer.page-footer .footer-top .footer-insta-feed h2:before {
    display: none;
}

footer.page-footer .footer-top .footer-insta-feed h2 {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: clamp(24px, 5vw, 50px);
    text-transform: capitalize;
    line-height: 1.4em;
    text-align: center;
    display: block;
    padding: 0;
    color: #000;
    margin: 0 0 60px 0;
}

footer.page-footer .footer-top .footer-insta-feed ul {
    list-style: none;
    padding: 0;
    margin: 0 0 70px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer.page-footer .footer-top .footer-insta-feed ul li{
    margin: 0;
}
footer.page-footer .footer-top .newsletter .join h2 {
    padding: 0;
    display: block;
    border: 0;
    color: #000;
    font-family: Roboto;
    font-weight: 500;
    font-size: clamp(24px, 5vw, 50px);
    line-height: 1.4em;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    margin: 0 0 60px 0;
    width: 100%;
}
footer.page-footer .footer-top .block.newsletter {
    max-width: 760px;
}
footer.page-footer .footer-top .block.newsletter input {
    background: inherit;
    padding: 15px;
    border-bottom: 2px solid #000000;
    line-height: 1.4em;
    max-width: 643px;
    width: 100%;
    margin: 0 26px 0 0;
}

footer.page-footer .footer-top .block.newsletter .input-group .btn {
    width: 91px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    background: inherit;
    border-bottom: 2px solid #000000;
    color: #000;
    border-radius: 0;
}
footer.page-footer .footer-top .block.newsletter .input-group .btn:hover{
    background: inherit;
    color: #553D25;
    border: 0;
    border-bottom: 2px solid #553D25;
}
footer.page-footer .footer-middle {
    background: #fff;
}

footer.page-footer .footer-middle .footer-section p {
    margin: 0 0 32px 0;
}

footer.page-footer .footer-middle .footer-section .social li a span {
    padding: 0;
    font-size: 22px;
}

footer.page-footer .footer-middle h4 {
  border: 0;
  font-family: Open Sans;
  font-weight: 600;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.4em;
  letter-spacing: 0px;
  text-transform: capitalize;
  text-transform: uppercase;
}
small.copyright {
  background: #1E2832;
  color: #fff;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0px;
  text-transform: capitalize;
  text-align: left;
}
small.copyright span{
    color: #fff;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4em;
    letter-spacing: 0px;
    text-transform: capitalize;
    text-align: left;
}
@media (max-width:1215px) {
    .best-tabs .product-list .product-box {
        width: 22.5%;
    }
}
@media (max-width: 1200px) {
    .custom-grid {
        grid-template-columns: 60px 1fr 1fr; 
        grid-template-rows: auto;
    }
    .vertical-title {
        grid-row: span 3;
    }
}
@media (max-width:991px){
    .popular-products {
        margin: 70px 0;
    }

    .collection-banner {
        margin: 70px 0;
    }
    .best-tabs .product-list .product-box {
        width: 31.5%;
        margin: 0 5px 24px;
    }

    .best-tabs .product-list {
        margin: 0 -6px;
    }
}
@media (max-width: 768px) {
    footer.page-footer .footer-top{
        padding: 50px 0;
    }
    footer.page-footer .footer-top .footer-insta-feed h2,footer.page-footer .footer-top .footer-insta-feed ul,footer.page-footer .footer-top .newsletter .join h2{
        margin: 0 0 30px 0;
    }
    .popular-products {
        margin: 50px 0;
    }

    .collection-banner {
        margin: 50px 0;
    }
    .custom-grid {
        display: flex;
        flex-wrap: wrap;
    }
    .vertical-title {
        writing-mode: horizontal-tb;
        transform: none;
    }
    #html-body .home-top-banner figure {
        margin: 0 0 15px 0;
    }

    #html-body .home-top-banner h3 {
        margin: 0 0 15px 0;
    }

    #html-body .home-top-banner p {
        margin: 0 0 15px 0;
    }

    #html-body .home-top-banner .pagebuilder-button-secondary {
        padding: 10px 20px;
        margin: 0 0 15px 0;
    }
    .category-info .product-info{
        display: flex;
    }
    .best-tabs .tabs li {
        padding: 0 10px;
        font-size: 14px;
    }

    .best-tabs .product-list .product-box {
        width: 47%;
    }

    #html-body [data-pb-style=H805E27] {
        padding: 50px 0;
    }

    #html-body .collection-banner .royal-collection p {
        margin: 30px 0;
    }

    .best-tabs .best-sellers .tab-head {
        flex-wrap: wrap;
        gap: 20px 0;
    }
}