/** Shopify CDN: Minification failed

Line 3340:2 Unexpected "3"
Line 4285:27 Unexpected "{"

**/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@100..900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    --primary:#000;
    --text-color:#fff;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Hanken Grotesk", sans-serif !important;
    background-color: var(--primary) !important;
}
span{
    font-family: "Hanken Grotesk", sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif !important;
    color:#fff;
}
.content-for-layout{
    background-color: var(--primary) !important;
}
.container{
    max-width: 1440px;
    margin: auto;
    width: 100%;
    padding-inline: 20px;
}

h2{
    font-size: 48px;
    line-height: 52px;
    font-weight: 700;
    color:var(--primary);
}

/* header section */
.header__column.header__column--left .header__column{
    display:none !important;
}
.header-logo__image{
    object-fit: contain;
    max-height:48px;
    max-width:300px;
    min-width:140px;
    width:100% !important;
}
.header__columns{
    max-width: 1440px;
    margin: auto;
    width: 100%;
    padding-inline: 20px;
    display:flex !important;
    align-items:center;
    justify-content:space-between;
}
.header-menu__inner .menu-list li .menu-list__link{
    font-size:14px;
    font-weight:700;
    color:var(--text-color) !important;
    letter-spacing: 0.05em;
}
.header__column.header__column--center{
    /* width:100%; */
}
.header__column.header__column--right .header__column input{
    border:1px solid var(--primary) !important;
    border-radius:6px !important;
    background:#fff !important;
}
.header-menu,
.header-menu__inner{
    width:100%;
    justify-content:center;
}
.header-menu__inner .overflow-menu{
    width:100%;
}
.header-menu__inner .overflow-menu::part(list){
    justify-content:center !important;
    gap:20px !important;
}
.header__column.header__column--right{
    gap:30px !important;
}
.header__column.header__column--right header-actions{
    gap:10px;
}
.announcement-bar{
    background:var(--primary) !important;
    padding-block:10px;
    border-bottom:1px solid #6e6e6e !important;
}
.announcement-bar__text{
    text-align:center;
}
.announcement-bar p,
.announcement-bar a,
.announcement-bar a span{
     font-family: "Hanken Grotesk", sans-serif !important;
}
.header__row.header__row--top{
    height:81px;
    background:var(--primary) !important;
}
#header-component[data-menu-style=drawer] .header__column{
    display:flex !important;
}

#header-component[data-menu-style=drawer] .header__column--left .header__column{
    display:none !important;
}
#header-component :is(.header-menu,.dropdown-localization){
    display:flex !important;
}

#header-component[data-menu-style=drawer] .header__columns{
    padding-inline:20px !important;
}
.menu-drawer-container .header__icon--summary{
    padding:0 !important;
    color:var(--text-color) !important;
}
#favo-header-launcher svg path{
    stroke-width:1.5px !important;
    stroke:var(--text-color) !important;
}
.dialog-modal[open].search-modal__content{
    left:50% !important;
    transform:translateX(-50%) !important;
}
.account-button svg{
    fill:var(--text-color);
}
.header-actions__cart-icon.header-actions__cart-icon--has-cart svg{
    fill:var(--text-color) !important;
}
#favo-header-badge,
.cart-bubble__background{
    background:var(--text-color) !important;
    color:var(--primary)!important;
}
.cart-bubble__text-count{
    color:var(--primary) !important;
}
/* header section end */


/* banner section */

.hero-sectin-banner{
    height:480px;
    padding:40px 0;
    position:relative;
}
.hero-sectin-banner::before{
    position:absolute;
    content:"";
    inset:0;
    width:100%;
    height:100%;
     background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.4),
    transparent
  ) !important;
    z-index:1;
}
.hero-sectin-banner .container{
    height:100%;
}
.hero-sectin-banner .hero__content-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap:15px;
}
.hero__content-wrapper .h2 p{
    font-size: 80px;
    line-height: 90px;
    font-weight: 700;
    max-width: 550px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}
.hero__content-wrapper .rte p{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
     max-width: 550px;
}
.hero__content-wrapper .btn-main a{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    font-weight: 700;
    background:#fff;
    color:var(--primary);
    padding:16px 32px;
    text-transform:uppercase;
    border:none !important;
    border-radius:6px;
    outline:none;
    --button-border-color:unset !important;
    margin-top:30px;
    transition:0.2s ease-in-out;
    font-family: "Hanken Grotesk", sans-serif !important;
}
.hero__content-wrapper .btn-main a:hover{
    background:#888B8D;
    color:#fff;
}
.hero {
    min-height: unset !important;
}
/* banner section end */

/* trust section */
.trust_badges{
    padding:24px 0;
    background:var(--primary);
}
.trust_brand_main{
    display:grid;
    grid-template-columns: repeat(4,1fr);
    gap:16px;
}
.trust_brand_main > div{
    text-align:center;
    padding:8px;
}
.trust_brand_main div span,
.trust_brand_main div div{
    color:var(--text-color) !important;
}
.trust_brand_main > div:not(:first-child){
    border-left:1px solid #e2e2e245;
}
.trust_brand_main > div .text-uppercase{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    font-weight: 700;
    color:#1a1c1c;
    margin-top:6px;
}
.trust_brand_main > div .text-secondary{
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color:#5e5e5e;
}
.trust_brand_main > div .material-symbols-outlined{
    font-size:28px;
}
/* trust section end */

/* category section */
.shop_by_category{
    padding:48px 0 60px;
    border-block:1px solid #e2e2e245; 
}
.shop_by_category h2{
    text-align:center;
    margin-bottom:16px;
    color:var(--text-color);
}
.category_grid{
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}
.category_grid .category_card{
    position:relative;
}
.category_grid .category_card::before{
    position:absolute;
    content:'';
    width:100%;
    height:100%;
    inset:0;
    background:#00000045;
    z-index:1;
}
.category_grid .category_card > div{
    position:absolute;
    left:20px;
    bottom:20px;
    z-index:1;
}
.category_grid .category_card > div h3,
.category_grid .category_card > div h4,
.category_grid .category_card > div a{
    color:#fff;
}

.category_grid_left .category_card{
    height:400px;
    position:relative;
    overflow:hidden;
    transition:0.4s ease-in-out;
    cursor:pointer;
    border-radius:6px;
}
.category_grid_left .category_card:hover img{
    transform:scale(1.04);
}
.category_grid_left .category_card:hover a{
    color:#ffdad5;
}
.category_grid_left .category_card > div{
    left:32px;
    bottom:32px;
}
.category_grid_left .category_card img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position: 100% 38%;
    transition:0.4s ease-in-out;
}
.category_grid_left .category_card h3{
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom:5px;
}
.category_grid_left .category_card a{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    font-weight: 700;
    display:flex;
    align-items:center;
    gap:6px;
}
.category_grid_left .category_card a span{
    padding-bottom:1px;
}
.collection-grid_right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.favo-wishlist-btn svg path{
    fill:#5e5e5e !important;
    stroke-width:1px;
    stroke:#5e5e5e;
}
.favo-wishlist-btn{
    background:transparent !important;
    transform:unset !important;
    right:10px !important;
    top:10px !important;
}
.favo-wishlist-btn:hover svg path{
    fill:var(--primary) !important;
    stroke:var(--primary);
}
.collection-grid_right .category_card{
    height:188px;
    position:relative;
    overflow:hidden;
    transition:0.4s ease-in-out;
    border-radius:6px;
    cursor:pointer;
}
.collection-grid_right .category_card:hover img{
    transform:scale(1.04);
}
.collection-grid_right .category_card:hover a{
    color:#ffdad5;
}
.collection-grid_right .category_card img{
    width:100%;
    height:100%;
    transition:0.4s ease-in-out;
    object-fit:cover;
}
.collection-grid_right .category_card h4{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom:2px;
}
.collection-grid_right .category_card a{
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    display:flex;
    align-items:center;
    gap:6px;
}
.collection-grid_right .category_card a span{ 
    padding-bottom:3px;
}
/* category section end */

/* collection section */
.collection-grid-section{
    padding:48px 0;
}
.collection-grid-header{
    display:flex;
    align-items:end;
    justify-content:center;
    gap:20px;
    margin-bottom:16px;
}
.collection-grid-header:has(a) {
    justify-content: space-between;
}
.collection-grid-header h2{
    text-transform:uppercase;
    color:var(--text-color);
}
.collection-grid-header a{   
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    font-weight: 700;
    color:var(--primary);
    border-bottom:1px solid var(--primary);
    padding-bottom:4px;
    text-transform:uppercase;
}
.collection-grid-wrapper .product-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px;
}
.collection-grid-wrapper .product-grid .product-card-media{
    overflow: hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    aspect-ratio: 3 / 4;
    margin-bottom: 8px;
    position:relative;
    border-radius:12px;
}
.collection-grid-wrapper .product-grid .product-card-media a{
    display:inline-block;
    height:100%;
}
.collection-grid-wrapper .product-grid .product-card-media img{
    object-fit:cover;
    width:100%;
    height:100%;
    transition:0.2s ease-in-out;
    border-radius:6px;
}
.collection-grid-wrapper.cards .product-grid .product-card-media img{
    object-fit:contain;
}
.collection-grid-wrapper.cards h2{
    text-transform:capitalize;
}
.collection-grid-wrapper .product-grid .product-card{
    transition:0.2s ease-in-out;
    position:relative;
    background:#f4f4f4;
    border-radius:12px;
    padding:16px;
}
.collection-grid-wrapper .product-grid .product-card:hover .product-card-media img{
    transform:scale(1.04);
}
.collection-grid-wrapper .product-grid .product-card-info .product-vendor{
    font-size: 12px;
    line-height: 16px;
    margin-top:15px;
    font-weight: 500;
    color:#5e5e5e;
    margin-bottom:4px;
    text-transform:uppercase;
}
.collection-grid-wrapper .product-grid .product-card-info .product-title{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom:4px;

}
.collection-grid-wrapper .product-grid .product-card-info .product-title a{
    font-family: "Hanken Grotesk", sans-serif !important;
    color:var(--primary);
}
.collection-grid-wrapper .product-grid .product-card-info .product-price .price-main{
    font-size:18px;
    font-weight:700;
    color:var(--primary);
}
.collection-grid-wrapper .product-grid .product-card-info .product-price .price-members-badge{
    background:#eee;
    color:#5e5e5e;
    font-size:16px;
    border-radius:4px;
    padding:4px 8px;
    margin-left:4px;
    display:inline-block;
}
.collection-grid-wrapper .product-grid .product-card-info .product-price .price-members-badge strong{
    color:var(--primary);
}
.collection-grid-wrapper .product-grid .product-card-info .product-variant-sizes{
    display:flex;
    align-items:center;
    gap:4px;
    flex-wrap:wrap;
    font-size:10px;
    margin-top:8px;
}
.collection-grid-wrapper .product-grid .product-card-info .product-variant-sizes .size-badge{
    border:1px solid #cfc4c5;
    border-radius:4px;
    min-width:24px;
    padding-inline:4px;
    height:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
.custom-collection h1{
    color:#fff !important;
}
.custom-collection .facets .facets__label,
.custom-collection .facets .products-count-wrapper span,
.custom-collection .facets-toggle__button
{
    color:#fff !important;
}
.custom-collection .facets .column-options label{
    background:#fff !important;
}
.custom-collection .column-options label{
    background:#fff !important;
}
.custom-collection .svg-wrapper svg path{
    stroke:#fff;
}
.custom-collection .product-card{
    transition: .2s ease-in-out;
    position: relative;
    background: #f4f4f4;
    border-radius: 12px;
    padding: 16px;
}
.custom-collection .product-grid{
    grid-template-columns:repeat(4,1fr) !important;
}
.custom-collection .price__regular{
    margin-block:6px;
}
.custom-collection a.user-select-text p{
    font-weight:700;
    color:#000;
}
.custom-collection section.price .member-price-wrapper span:last-child{
    color:#000 !important;
}
/* collection section end */

/* premium ticket section */
.Premium_ticket{
    padding:16px 0;
}
.Premium_ticket .page-width  .premium-ticket-bg{
    padding:60px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:start;
    height:400px;
    position:relative;
    border-radius:6px;
    border: 1px solid #80808059;
}
.Premium_ticket .page-width  .premium-ticket-bg::before{
    position:absolute;
    content:"";
    inset:0;
    width:100%;
    height:100%;
    background:#00000040 !important;
    border-radius:6px;
}
.Premium_ticket .page-width .premium-ticket-bg h2{
    color:#fff;
    text-transform:uppercase;
    margin-bottom:16px;
    z-index:1;
}
.Premium_ticket .page-width .premium-ticket-bg p{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color:#fff;
    z-index:1;
    max-width:448px;
}
.Premium_ticket .page-width .premium-ticket-bg a{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    background:#D4A373;
    border-radius:6px;
    color:var(--primary);
    padding:16px 32px;
    text-transform:uppercase;
    margin-top:24px;
    z-index:1;
    transition:0.2s ease-in-out;
}
.Premium_ticket .page-width .premium-ticket-bg a:hover{
    background:#fff;
    color:var(--primary);
}
/* premium ticket section end */

/* newsletter section */
.newsletter-section{
    padding:48px 0;
    /* background:#fff; */
}
.newsletter-section .newsletter-wrapper{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    align-items:center;
}
.newsletter-section .newsletter-wrapper h2{
    line-height: 1;
    font-weight:400;
    color:var(--text-color);
    text-transform:uppercase;
}
.newsletter-section .newsletter-wrapper .newsletter-image-wrapper{
    height:400px;
}
.newsletter-section .newsletter-wrapper .newsletter-image-wrapper img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:6px;
}
.newsletter-section .newsletter-wrapper .newsletter-form .form-input-wrapper{
    border-bottom:1px solid var(--text-color);
    padding-bottom:8px;
    display:flex;
    align-items:center;
    gap:6px;
}
.newsletter-section .newsletter-wrapper .newsletter-form .form-input-wrapper svg{
    width:24px;
    height:24px;
    stroke:var(--text-color);
}
.newsletter-section .newsletter-wrapper .newsletter-form input{
    outline: 2px solid transparent;
    outline-offset: 2px;
    color:var(--primary);
    background:transparent;
    color:var(--text-color);
    width:100%;
    padding:8px 0;
    border:none;
}
.newsletter-section .newsletter-wrapper .newsletter-form input::placeholder{
    font-size:16px;
    color:var(--text-color);
}
.newsletter-section .newsletter-wrapper .newsletter-form .newsletter-button{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    background:var(--text-color);
    border-radius:6px;
    color:var(--primary);
    padding:12px 32px;
    text-transform:uppercase;
    margin-top:16px;
    z-index:1;
    outline:none;
    transition:0.2s ease-in-out;
    border:none;
    cursor:pointer;
    display:flex;
    align-items:center;
    gap:8px;
}
.newsletter-section .newsletter-wrapper .newsletter-form .newsletter-button:hover{
    background:#888B8D;
    color:#fff;
}
/* newsletter section end */

/* contact section */
.Premium_Contact{
    padding:48px 0;
    border-block:1px solid #e2e2e245;
    /* background:#fff; */
}
.Premium_Contact .footer-columns-container{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    align-items:stretch;
    gap:24px;
}
.Premium_Contact .footer-columns-container > div{
    border:3px solid var(--text-color);
    background:var(--text-color);
}
.Premium_Contact .footer-columns-container .footer-column-black-box{
    padding:32px;
    height:100%;
}
.Premium_Contact .footer-columns-container .footer-column-black-box h3{
    color:var(--primary);
    line-height:1.25;
    font-size:24px;
    font-weight:600;
    text-transform:uppercase;
    padding-bottom:16px;
}
.Premium_Contact .footer-columns-container .footer-column-black-box .info-row-box{
    background:var(--primary);
    padding:16px;
    margin-top:16px;
    font-size:14px;
    color:var(--text-color);
    text-transform:uppercase;
    border-radius:6px;
}
.Premium_Contact .footer-columns-container .footer-column-map-box{
    min-height:300px;
}
.map-iframe-container,
.map-iframe-container iframe{
    height:100%;
}
.Premium_Contact .footer-columns-container .footer-column-map-box img{
    height:100%;
    object-fit:cover;
}
/* contact section end */

/* logo section  */
.logo-banner{
    padding:32px 0;
    /* background:#fff; */
}
.logo-banner .main-banner-logo{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:48px;
}
.logo-banner .main-banner-logo img{
    height:32px;
    width:auto;
    object-fit:contain;
}
.logo-banner .main-banner-logo span{
    color:var(--text-color);
    font-weight:700;
    font-size:20px;
}
/* logo section end */

/* photos section */
.footer-bg{
    position:relative;
}
.fotter_images_content{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    position:relative;
}
.fotter_images_content::before{
    position:absolute;
    content:"";
    inset:0;
    width:100%;
    height:100%;
    background:#00000040 !important;
}
.fotter_images_content img{ 
    height:400px;
    object-fit:cover;
}
.footer_main_content{
    position:absolute;
    left:50%;
    top:50%;
    text-align:center;
    width:100%;
    transform:translate(-50%,-50%);
}
.footer_main_content h2{
    font-size:60px;
    letter-spacing: 0.025em;
    text-transform:uppercase;
    color:#fff;
    font-weight:400;
}
.footer_main_content .footer_link{
    display:inline-block;
    color:var(--primary);
    background:#e2e2e2e6;
    padding:12px 24px;
    text-transform:uppercase;
    font-size:16px;
    margin-top:30px;
    border-radius:6px;
}
/* photos section end */

/* product detail page */
.shopify-section:has(.product-information){
    background:var(--primary);
}
.product-information{
    padding:15px 0 48px;
}
.product-details .group-block{
    padding-top:0;
}
.Main_product_content h1{
    font-size: 48px !important;
    line-height: 52px !important;
    font-weight: 700 !important;
    color:var(--text-color) !important;
    text-transform:uppercase !important;
}
.Main_product_content section.price .price__regular .price{
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color:var(--text-color) !important;
    font-family: "Oswald", sans-serif !important;
}
section.price .member-price-wrapper span:first-child {
    background:#e2e2e2 !important;
    font-size:12px !important;
    padding:4px 8px !important;
}
section.price .member-price-wrapper span:last-child {
    font-size:12px !important;
    font-weight:500 !important;
    color:#c3c3c3 !important;
}
.product_varient .custom-variant-header{
    margin-top:12px;
}
.product_varient .custom-variant-header .custom-variant-label{
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color:#1a1c1c;
}
.product_varient .custom-variant-header .custom-variant-selected-value{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color:#5e5e5e;
}
.product_varient .custom-variant-header .custom-size-guide-link{
    font-size:12px;
    color:#5e5e5e;
}
.variant-picker__form{
    padding-top:15px;
}
.my_Variants_Div {
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:12px;
    margin-bottom:20px;
}
.my_Variants_Div .variant-option__button-label{
    font-size:16px;
    font-weight:400;
    background:var(--text-color);
    color:var(--primary);
    font-family: "Hanken Grotesk", sans-serif !important;
    border-radius:6px;
}
.my_Variants_Div .variant-option__button-label:has(:checked){
    border:1px solid var(--text-color) !important;
}
.my_Variants_Div .variant-option__button-label:has(:checked) .variant-option__button-label__text{
    color:var(--text-color) !important;
}
.variant-option--equal-width-buttons .variant-option__button-label__text{
    color:var(--primary);
}
.quantity-selector-wrapper .quantity-selector{
    width:100%;
    flex:unset;
    border-radius:6px;
    border:1px solid var(--primary);
    height:48px;
    background:var(--text-color);
}
.quantity-selector-wrapper .quantity-selector .button span{
    color:var(--primary);
}
.quantity-selector-wrapper .quantity-selector input{
    color:var(--primary);
    font-family: "Hanken Grotesk", sans-serif !important;
    font-size:16px;
    font-weight:400;
}
.addto_cart_prd .add-to-cart-button,
#favo-pdp-btn{
    border-radius:6px;
    font-size:16px;
    text-transform:uppercase;
    letter-spacing:1.6px;
    font-weight:400;
    transition:0.2s ease-in-out;
    color:var(--primary);
    background:var(--text-color) !important;
}
.addto_cart_prd .add-to-cart-button:hover{
    background:#888B8D !important;
}
#favo-pdp-btn{
    flex:unset !important;
    width:100% !important;
    background:#fff !important;
    border:1px solid var(--primary) !important;
}
#favo-pdp-btn:hover{
    background:unset !important;
}
#favo-pdp-btn svg {
    width:24px !important;
    height:24px !important;
}
#favo-pdp-btn svg path{ 
    fill:var(--primary) !important;
    stroke-width: 1px;
    stroke: var(--primary);
}
.addto_cart_prd .add-to-cart-button:hover,
#favo-pdp-btn:hover{
    background:#888B8D!important;
    color:var(--text-color);
}
.addto_cart_prd{
    margin-bottom:15px;
}
.product-details rte-formatter p{
    font-size:16px;
    color:var(--text-color);
    line-height:24px;
}
.product-details rte-formatter h4{
    font-size:14px;
    color:var(--text-color);
    font-weight:400;
    text-transform:uppercase;
    font-family: "Hanken Grotesk", sans-serif !important;
    margin-top:16px;
}
.product-details rte-formatter ul{
    font-size:16px;
    color:var(--text-color);
    font-weight:400;
    margin-top:16px;
}
.product-details .group-block-content{
    gap:4px;
}
section.price .member-price-wrapper {
    margin-bottom:10px;
}
section.price .tax-note{
    margin-bottom:12px;
    color:var(--text-color) !important;
}
media-gallery slideshow-component{
    grid-template-columns:0.14fr 1fr !important;
}
media-gallery slideshow-component
.slideshow-controls__thumbnails{
    width:100%;
    min-width:92px;
}
media-gallery slideshow-component img{
    border-radius:6px !important;
}
.slideshow-controls__thumbnails button{
    width:100% !important;
    height:124px !important;
    aspect-ratio:unset !important;
}
.slideshow-controls__thumbnails .slideshow-control:is([aria-selected=true]){
    outline:none !important;
    border:2px solid var(--text-color) !important;
}
.recomended_product_lists .section--page-width{
    padding:0 0 48px;
    gap:18px;
    display:flex;
    flex-direction:column;
    max-width:1440px;
    margin:0 auto;
    padding-inline:20px;
}
.recomended_product_lists h3{
    font-size: 48px !important;
    line-height: 52px !important;
    font-weight: 700 !important;
    color:var(--text-color) !important;
    text-transform:uppercase !important;
}
.recomended_product_lists .resource-list{
    grid-template-columns:repeat(3,1fr);
    gap:16px;
}
.related_product_content .product-media-container{
    aspect-ratio:unset;
}
.related_product_content .product-media{
    height:500px;
    border-radius:6px;
}
.related_product_content .product-media img{
    width:100%;
    height:100%;
    object-fit:cover;
    border:1px solid var(--text-color);
    border-radius:6px;
}
.resource-list__item p.product-vendor{
    font-size:16px;
    color:var(--text-color);
    text-transform:uppercase;
}
.resource-list__item a.contents p[role="heading"]{
    font-size:16px;
    color:var(--text-color);
    text-transform:uppercase;
    margin-top:-8px;
}
.resource-list__item section.price .price__regular{
    margin-top:-2px;
    margin-bottom:6px;
}
.resource-list__item section.price .price__regular .price{
    font-size:16px;
    color:var(--text-color);
    font-weight:600;
    font-family: "Oswald", sans-serif !important;
}
.section-resource-list__content{
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items:end;
}
.section-resource-list__content .btn-main a{
    background: unset;
    color: var(--text-color);
    padding: 0;
    font-size:16px;
    text-transform:uppercase;
    letter-spacing:1.6px;
    font-family: "Hanken Grotesk", sans-serif !important;
    display:flex;
    align-items:center;
    gap:6px;
    transition:0.2s ease-in-out;
    white-space:nowrap;
}
.section-resource-list__content .btn-main a:hover{
    opacity:0.7;
}
.section-resource-list__content .btn-main a span{   
    font-size:24px;
    transform:rotate(45deg);
}
.product-information{
    display:block;
    max-width:1440px;
    padding-inline:20px;
    margin:0 auto;
}
.product-information__grid{
    grid-template-columns:1.6fr 1fr !important;
}
.product-information__grid .product-information__media .product_image{
    position:sticky;
    top:90px;
}
.product-information__grid .product-information__media .product_image .container{
        padding-inline:0;
}
.product-information__media{
    padding-right:0 !important;
}
.product-badges--top-right{
    top:12px !important;
    right:50px !important;
}
.buy-buttons-block{
    display:inline-block;
    margin-bottom:12px;
}
.accordion .details__header{
    padding-top:22px;
    font-size: 14px !important;
    line-height: 20px !important;
    letter-spacing: 0.05em !important;
    font-weight: 700 !important;
    color:var(--text-color);
    font-family: "Hanken Grotesk", sans-serif !important;
}
.accordion--dividers accordion-custom:first-child .details{
    border-top:1px solid #ffffff4f !important;
}
.variant-option__legend{
    text-transform:uppercase;
    color:var(--text-color);
    font-weight:600;
}
.variant-option__legend span{
    color:#c3c3c3 !important;
    font-weight:400;
}
.layout-panel-flex{
    height:unset;
}
.bread_cum_section{
    background:var(--primary);
    padding-top:40px;
}
.custom-breadcrumb{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size:12px;
    color:var(--text-color);
}
.custom-breadcrumb a{
    font-size:12px;
    color:var(--text-color);
}
.accordion--dividers .details-content{
    color:var(--text-color);
}
.shopify-section:has(.recomended_product_lists){
    padding:48px 0;
    background:var(--primary);
}
slideshow-container{
    border-radius:6px;
}
/* product detail page end */

/* wishlist drawer */
#favo-drawer{
    width:unset;
}
#favo-drawer-title{
    color:var(--primary) !important;
}
.favo-footer-box{
    background:#0000000d !important;
}
.favo-footer-btn{
    background:var(--primary) !important;
    border-radius:6px !important;
    text-transform:uppercase;
    height:40px !important; 
}
.favo-item-name{
    color:var(--primary) !important;
}
.favo-item-cart-btn{
    background:var(--primary) !important;
    color:#fff !important;
    border-radius:6px !important;
    text-transform:uppercase !important;
    border:none !important;
}
.favo-item-dropdown-opt svg{
    color:red !important;
}
/* wishlist drawer end*/

/* cart drawer */
.cart-drawer:not(:has(.cart-form)) .cart-items__wrapper{
    gap:10px;
}
.cart-drawer:not(:has(.cart-form)) .cart-items__wrapper p a{
    font-weight:700;
}
.cart-drawer:not(:has(.cart-form)) .cart-items__wrapper .cart-items__empty-button{
    background:var(--primary) !important;
    border-radius:0 !important;
    text-transform:uppercase;
    height:40px !important;
    transition:0.2s ease-in-out; 
}
.cart-drawer:not(:has(.cart-form)) .cart-items__wrapper .cart-items__empty-button:hover{
    opacity:0.8;
}
.cart-drawer--empty .cart-drawer__heading{
    color:var(--primary) !important;
}
.cart__ctas .cart__checkout-button{
    border-radius:6px !important;
    text-transform:uppercase !important;
}
.cart-discount__button{
    text-transform:uppercase;
    border-radius:6px;
}
.cart-discount__label,
.cart-totals__total{
    font-size:16px !important;
    color:var(--primary);
}
.cart-totals__item small{
    color:var(--primary);
    font-family: "Hanken Grotesk", sans-serif !important;
}
.cart-items__title,
.cart-drawer__heading{
    color:var(--primary) !important;
}
/* cart drawer end */

/* membership page */
.partner-hero .container{
    position:relative;
    padding-inline:0;
    max-width:100%;
}
.partner-hero__background{
    height:600px;
}
.partner-hero__background img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.partner-hero__content{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    text-align:center;
}
.partner-hero__content .partner-hero__title{
    font-size:40px;
    color:#fff;
}
.partner-hero__content .partner-hero__subtitle{
    font-size:16px;
    color:#fff;
    font-weight:700;
    margin-top:40px;
    margin-bottom:10px;
}
.partner-hero__overlay{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    background-image:linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 63%) 100%);
}
.partner-hero__logo img{
    max-width:155px;
    height:auto;
    object-fit:contain;
    margin:auto;
}
.membership-packages{
    padding:48px 0;
}
.membership-packages__header{
    text-align:center;
}
.membership-packages__header .membership-packages__heading{
    color:var(--text-color);
}
.membership-packages__subheading{
    font-size: 18px;
    margin-top: 6px;
    margin-bottom: 30px;
    color:var(--text-color);
}
.membership-packages__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}


.membership-package {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border-radius:6px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.10);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.membership-package:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.membership-package__media {
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #111;
}

.membership-package__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}

.membership-package:hover .membership-package__media img {
  transform: scale(1.04);
}


.membership-package__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
  text-align: center;
  border-radius:6px;
}


.membership-package__title {
  margin: 0;
  color: var(--primary);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.4px;
}


.membership-package__category {
  margin-top: 5px;
  color: #777;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}


.membership-package__features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
  text-align: left;
}

.membership-package__feature {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.4;
}

.membership-package__feature-icon {
  display: flex;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  border-radius: 50%;
  background: #d4a373;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.membership-package__feature-text {
  flex: 1;
}


.membership-package__price {
  margin-top: auto;
  padding-top: 25px;
  color: var(--primary);
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.membership-package__action {
  margin-top: 20px;
}

.membership-package__button {
  display: flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--primary);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.membership-package__button:hover {
    background:#410001;
    color: #fff;
    transform: translateY(-1px);
}
.membership-packages__footer{
    text-align:center;
    margin-top:40px;
    font-size:18px;
    color:var(--text-color);
}
.membership-benefits-overview{
    padding:48px 0;
    /* background:#fff; */
}
.membership-benefits-overview__heading{
    text-align:center;
    margin-bottom:30px;
    color:var(--text-color);
}

.membership-benefits-overview__list-wrapper {
  margin: 30px auto 45px;
}

.membership-benefits-overview__list {
  margin: 0;
  padding-left: 20px;
}

.membership-benefits-overview__list-item {
  position: relative;
  margin: 0;
  padding: 7px 20px;
  margin-bottom:10px;
  padding-left:0;
}

.membership-benefits-overview__list-item:last-child {
  border-bottom: 0;
}
.membership-benefits-overview__list-title .bullet{
    display:none;
}

.membership-benefits-overview__list-title {
  display: flex;
  align-items: baseline;
  flex-wrap:wrap;
  gap: 5px;
  color: var(--text-color);
  font-size: 20px;
  line-height: 1.3;
}


.membership-benefits-overview__list-title strong {
  font-weight: 800;
}

.membership-benefits-overview__list-sublabel {
  color: var(--text-color);
  font-size: 14px;
  font-weight: 500;
}

.membership-benefits-overview__list-desc {
  margin: 5px 0 0;
  padding-left: 0;
  color: #666;
  font-size: 16px;
  line-height: 1.45;
}

.membership-benefits-overview__table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.membership-benefits-overview__table {
  width: 100%;
  min-width: 720px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  background: #fff;
  font-size: 14px;
}
.membership-benefits-overview__table-head th {
  height: 145px;
  padding: 14px 12px 16px;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.15);
}
.membership-benefits-overview__table-head th:last-child {
  border-right: 0;
}
.membership-benefits-overview__table-benefit-heading {
  width: 34%;
  min-width: 220px;
  background: var(--primary) !important;
  color: #111 !important;
}
.membership-benefits-overview__package-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.membership-benefits-overview__package-badge img {
  display: block;
  width: 100%;
  max-width: 85px;
  height: 85px;
  object-fit: contain;
}
.membership-benefits-overview__package-name {
    display: block;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif !important;
}
.membership-benefits-overview__package-heading.pkg-1 {
  background: #202020 !important;
  color: #fff !important;
}

.membership-benefits-overview__package-heading.pkg-2 {
  background: #15518a !important;
  color: #fff !important;
}

.membership-benefits-overview__package-heading.pkg-3 {
  background: #caa452 !important;
  color: #111 !important;
}

.membership-benefits-overview__package-heading.pkg-4 {
  background: #393735 !important;
  color: #d8b65e !important;
}

.membership-benefits-overview__table-body
.membership-benefits-overview__table-row:nth-child(odd) {
  background: #f7f7f7;
}
.membership-benefits-overview__table-body
.membership-benefits-overview__table-row:nth-child(even) {
  background: #fff;
}
.membership-benefits-overview__benefit-cell {
  width: 34%;
  padding: 14px 18px;
  color: #252525;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e8e8e8;
}
.membership-benefits-overview__check-cell {
  width: 16.5%;
  padding: 16px 10px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.membership-benefits-overview__check-cell:last-child {
  border-right: 0;
}
.check-icon {
  color: var(--primary);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}
.not-included-icon {
  color: var(--primary);
  font-size: 15px;
  font-weight: 700;
}
.pkg-1-col {
  background-color: rgba(202, 164, 82, 0.07);
}

.pkg-2-col {
  background-color: rgba(21, 81, 138, 0.035);
}

.pkg-3-col {
  background-color: rgba(202, 164, 82, 0.10);
}

.pkg-4-col {
  background-color: rgba(60, 58, 55, 0.035);
}
.membership-benefits-overview__table-row:nth-child(even)
.pkg-1-col {
  background-color: rgba(202, 164, 82, 0.11);
}

.membership-benefits-overview__table-row:nth-child(even)
.pkg-2-col {
  background-color: rgba(21, 81, 138, 0.055);
}

.membership-benefits-overview__table-row:nth-child(even)
.pkg-3-col {
  background-color: rgba(202, 164, 82, 0.15);
}

.membership-benefits-overview__table-row:nth-child(even)
.pkg-4-col {
  background-color: rgba(60, 58, 55, 0.055);
}

.major-partners-section{
    padding:48px 0;
}
.major-partners-container{
    text-align:center;
}
.official-partners-heading{
    color:var(--text-color);
    text-transform:uppercase;
    margin-bottom:30px
}
.partner-category-heading,
.major-partners-heading{
    font-size: 20px !important;
    font-weight: 400;
    color:var(--text-color);
    font-family: "Hanken Grotesk", sans-serif !important;
    margin-bottom:20px;
    line-height:1.2;
}
.principal-partner-logo img{
    max-width:90px;
    height:auto;
    width:100%;
    object-fit:contain;
    margin:auto;
}
.membership-partner-logo img{
    max-width:110px;
    height:auto;
    width:100%;
    object-fit:contain;
    margin:auto;
}
.partner-category.principal-partner,
.partner-category.membership-partner{
    margin-bottom:40px;
}
.major-partners-logos{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:30px;
    margin-bottom:40px;
    flex-wrap:Wrap;
}
.major-partners-logos img{
    height:52px;
    width:52px;
    object-fit:contain;
}
.major-partners-button{
    display:inline-block;
    background:var(--text-color);
    color:var(--primary);
    padding:16px 30px;
    min-width:130px;
    text-align:center;
    text-transform:uppercase;
    transition:0.2s ease-in-out;
    cursor:pointer;
    border-radius:6px;
    font-weight:600;
}
.major-partners-button:hover{
    background:#888B8D;
    color:var(--text-color);
}
.contact_sec{
    padding:48px 0;
}
.contact_sec .contact-form{
    display:grid;
    grid-template-columns:0.7fr 1fr;
    box-shadow: 0 0 2.1875rem rgba(140, 152, 164, 0.125) !important;
    border-radius:6px;
    align-items:center;
}
.contact_sec .contact-form .right_content{
    padding:60px;
    background:var(--text-color);
}
.contact_sec .contact-form .contact-form__image{
    height:100%;
    max-height:680px;
}
.contact_sec .contact-form .contact-form__image img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:6px 0 0 6px;
}
.contact_sec .contact-form .right_content h2{
    margin-block:15px;
}
.contact_sec .contact-form .right_content > p:first-of-type{
    font-size:20px;
    font-weight:700;
    color:#888B8D;
}
.contact_sec .contact-form .right_content div > p{
    font-size:16px;
    margin-bottom:20px;
}
.contact-form__form-row{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
}
.contact_sec .contact-form .right_content .submit-button{
    border-radius:6px;
    text-transform:uppercase;
    margin-top:20px;
}
.section:has(.contact_sec){
    background:var(--primary) !important;
}
/* membership page end */

/* footer section */
.section:has(.fotter_content){
    background:var(--primary) !important;
    padding:48px 64px;
    display:block;
}
.fotter_content{
    color:#fff;
    display: flex;
    gap: 20px;
}
.fotter_content .footer-content{
    width: 70%;
    margin-left: auto;
}
.fotter_content .copyright-block__title {
    color:#fff;
    text-transform:uppercase;
}
.fotter_content .copyright-block__text {
    font-size:16px;
    color:#848484;
    margin-top:16px;
}   
.fotter_content .footer-content h3{
    font-size:18px;
    margin-bottom:8px;
    text-transform:uppercase;
}
.fotter_content .footer-content ul{
    list-style:none;
}
.fotter_content .footer-content ul li a{
    font-size:16px;
    color:#848484;
    margin-top:8px;
    display:inline-block;
}

/* footer section end */

/* membership section */

.pmc-section-title{
    color:#fff;
  }
  .pmc-card-media {
    position: relative;
    height: 225px;
    overflow: hidden;
    background: #10184f;
  }
 
  .pmc-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(8, 15, 74, 0.84);
    z-index: 1;
  }
 
  .pmc-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
 
  .pmc-card-body {
    position: relative;
  }
 
  .pmc-card-title,
  .pmc-card-body::before {
    position: absolute;
    z-index: 3;
  }
 
  .pmc-card-title {
    top: -100px;
    left: 24px;
    right: 20px;
    margin: 0;
    color: #fff;
    font-size: 26px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.3px;
  }
  .pmc-card-body {
    padding: 0 18px 24px;
    background: #fff;
  }
 
.pmc-card-badge {
    position: relative;
    display: inline-block;
    margin-top: -18px;
    margin-left: -24px;
    padding: 10px 25px;
    min-width: 175px;
    box-sizing: border-box;
    background: #f8bd38;
    color: #101b55;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    border-radius: 0 22px 22px 0;
    z-index: 5;
    align-self: flex-start;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}
 
  .pmc-card-text {
    margin: 15px 0;
    padding-bottom: 20px;
    color: #1d4c91;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
  }
 
  .pmc-card-benefits {
    color: #777;
    font-size: 14px;
    line-height: 1.5;
  }
 
  .pmc-card-benefits p {
    margin: 0 0 14px;
    color: #1d4c91;
    font-size: 15px;
    font-weight: 700;
  }
 
  .pmc-card-benefits li {
    margin-bottom: 14px;
  }
  .pmc-card-btn{
    font-size:18px;
    font-weight:500;
  }
  .pmc-card-btn:hover {
    background: #101b55;
    border-color: #101b55;
    color: #fff;
  }
.membership-package__action {
    margin-top: auto;
    padding-top: 20px;
}
.membership-packages__header {
    margin-bottom: 30px;
}
.membership-packages__bottom-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px auto 10px;
    align-items: center;
    max-width: 80%;
}
.membership-packages__bottom-content .membership-packages__bottom-image {
    width: 20%;
    margin-bottom: 15px;
}
.membership-packages__bottom-text {
    color: #caa452;
    font-size: 35px;
    font-family: serif;
    font-style: italic;
    line-height: 120%;
    width:78%;
}
.membership-packages__bottom-content .membership-packages__bottom-image img {
    border-radius: 20px;
    border: 1px solid #caa452;
}
video.partner-hero__background-image {
    max-height: 100%;
    width: 100vw !important;
    object-fit: cover;
}
.partner-hero__background {
    display: flex;
    justify-content: center;
}
video.partner-hero__background-image source {
    width: 100vw;
}
section.membership-modules {
    margin-top: 50px;
}
.membership-modules__grid {
    display: flex;
    gap: 30px;
}
.membership-modules__grid .membership-module {
    width: calc(100% / 3);
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.membership-modules__grid .membership-module p.membership-module__text {
    color: #fff;
    text-align: center;
    line-height: 130%;
    margin-top: 15px;
    margin-bottom: 40px;
    font-size: 20px;
}
.membership-modules__grid .membership-module a.membership-module__button {
    margin-top: auto;
    font-size: 16px;
    color: #000;
    background: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    transition: .5s all ease;
}
.membership-modules__grid .membership-module a.membership-module__button:hover {
    background: #888b8d;
    color:#fff;
}
div#shopify-section-template--22780201664729__main {
    display: none;
}
/* membership section end */


/* benefit section */
.ultimate-membership-benefits__container{
    text-align:center;
    padding:0 0 60px;
}
.ultimate-membership-benefits__title {
  color: #fff;
  font-weight: 700;
  margin: 0 0 15px;
  text-align:center;
}

.ultimate-membership-benefits__description {
  color: #fff;
  font-size: 17px;
  margin-bottom: 30px;
  text-align:center;
}

.ultimate-membership-benefits__list {
  display: grid;
  grid-template-columns:repeat(2,1fr);
  gap: 14px;
}

.ultimate-membership-benefit {
  display: flex;
  align-items: flex-start;
  text-align:left;
  gap: 12px;
  padding: 14px 16px;
  background: #0d0d0d;
  border: 1px solid #292d35;
  border-radius: 10px;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.ultimate-membership-benefit:hover {
  background: #20242b;
  border-color: #3a3f49;
}

.ultimate-membership-benefit__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: #fff;
  color: #111318;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
}

.ultimate-membership-benefit__content {
  color: #d7d9de;
  font-size: 15px;
  line-height: 1.5;
}

.ultimate-membership-benefits__action {
  margin-top: 50px;
}

.ultimate-membership-benefits__button {
  display: inline-block;
  padding: 13px 26px;
  background: #fff;
  color: #111318;
  text-decoration: none;
  font-size:18px;
  font-weight: 700;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.ultimate-membership-benefits__button:hover {
  background: #e5e5e5;
  transform: translateY(-1px);
}

.benfit-section h1,
.benfit-section p{
    color:#fff !important;
    text-align:center;
    margin:auto;
}
.benfit-section h1{
    margin-bottom:8px !important;
}
.benfit-section p{
    font-size:17px;
    max-width:700px;
}
.benfit-section .page-width-content{
    display:block;
}
.benfit-section .panthers-benefits-card{
    max-width:1440px;
    padding-inline:20px;
    margin-top:30px;
}
.benfit-section .layout-panel-flex{
    gap:10px;
}
/* benefit section end*/

.partner-hero__content .partner-hero__title {
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}
.partner-hero__content .partner-hero__subtitle {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 2%;
}
.partner-hero__actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}
.partner-hero__actions a.partner-hero__btn {
    background: #fff;
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 2%;
    text-transform: uppercase;
    padding: 13px 40px;
    transition: 0.5s all ease;
}
.partner-hero__actions a.partner-hero__btn:hover {
    background: #000;
    color: #fff;
}
.partner-hero__content .partner-hero__title {
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}
.partner-hero__content .partner-hero__subtitle {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 2%;
}
.partner-hero__actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}
.partner-hero__actions a.partner-hero__btn {
    background: #fff;
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 2%;
    text-transform: uppercase;
    padding: 13px 40px;
    transition: 0.5s all ease;
}
.partner-hero__actions a.partner-hero__btn:hover {
    background: #000;
    color: #fff;
}

.featured-experiences__content a.featured-experiences__btn {
    background: #000;
    display: block;
    color: #fff;
    font-family: Hanken Grotesk;
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 2%;
    text-transform: uppercase;
    padding: 13px;
    margin-top: 25px;
    text-align: center;
    transition: 0.5s all ease;
    border: 1px solid #000;
}

.featured-experiences__content a.featured-experiences__btn:hover {
    background: #fff;
    color: #000;
}

.featured-experiences__content {
    display: flex;
    flex-direction: column;
}

.featured-experiences__grid .featured-experiences__card .featured-experiences__media-wrapper {
    height: 350px;
}

.featured-experiences__grid .featured-experiences__card .featured-experiences__media-wrapper img.featured-experiences__image {
    object-fit: cover;
    height: 100%;
}
.experience-filter {
    background: #fff;
    padding: 80px 0 0;
}
.experience-filter__header p.experience-filter__sub-heading {
    text-align: center;
    font-weight: 400;
    font-size: 21px;
    line-height: 100%;
    letter-spacing: 2%;
}

.experience-filter__header h2.experience-filter__heading {
    font-weight: 700;
    font-size: 50px;
    line-height: 103px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}

.experience-filter__header p.experience-filter__description {
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 2%;
    text-align: center;
}

.experience-filter__controls {
    display: grid;
    gap: 16px;
    padding: 50px 0 40px;
    grid-template-columns: repeat(3, 1fr) 220px;
}

.experience-filter__controls .experience-filter__select-wrapper {
    border: 1px solid rgb(0 0 0 / 20%);
    padding: 8px 11px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.experience-filter__controls .experience-filter__select-wrapper select {
    color: rgb(0 0 0 / 60%);
    border: 0;
    flex: 1;
    font-family: Hanken Grotesk;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 2%;
}

.experience-filter__controls .experience-filter__select-wrapper label.experience-filter__label {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 2%;
}

button.experience-filter__clear-btn {
    background: rgb(178 178 178 / 20%);
    border: none;
    font-family: Hanken Grotesk;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 2%;
}
/* Table Wrapper */
.experience-filter__table-wrapper {
  width: 100%;
  overflow-x: auto;
  box-shadow: 0px 0px 44px 0px #00000014;
}

/* Main Table */
.experience-filter__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
  border: 1px solid rgb(0 0 0 / 10%);
}

/* Column Widths */
.experience-filter__table th:nth-child(1),
.experience-filter__table td:nth-child(1) {
  width: 17%;
}

.experience-filter__table th:nth-child(2),
.experience-filter__table td:nth-child(2) {
  width: 16.5%;
}

.experience-filter__table th:nth-child(3),
.experience-filter__table td:nth-child(3) {
  width: 8.8%;
}

.experience-filter__table th:nth-child(4),
.experience-filter__table td:nth-child(4) {
  width: 11.5%;
}

.experience-filter__table th:nth-child(5),
.experience-filter__table td:nth-child(5) {
  width: 11.1%;
}

.experience-filter__table th:nth-child(6),
.experience-filter__table td:nth-child(6) {
  width: 12.6%;
}

.experience-filter__table th:nth-child(7),
.experience-filter__table td:nth-child(7) {
  width: 8.5%;
}

.experience-filter__table th:nth-child(8),
.experience-filter__table td:nth-child(8) {
  width: 13.9%;
}


/* Header */
.experience-filter__th {
  height: 61px;
  padding: 0 20px;
  background: #050505;
  color: #fff;
  border-right: 1px solid #333;
  text-align: left;
  vertical-align: middle;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.experience-filter__th:last-child {
  border-right: 0;
}


/* Table Cells */
.experience-filter__td {
  height: 80px;
  padding: 0 20px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  color: #111;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  vertical-align: middle;
  text-align: center;
}

.experience-filter__td:last-child {
  border-right: 0;
}


/* First Column */
.experience-filter__td--title {
  text-align: left;
  font-weight: 600;
  padding-left: 20px;
}


/* Check Icon */
.experience-filter__check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}


/* Action Column */
.experience-filter__td--action {
  padding: 0 15px;
  text-align: center;
}


/* Buy Now Button */
.experience-filter__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 113px;
  height: 35px;
  box-sizing: border-box;
  border: 1px solid #777;
  background: #fff;
  color: #111;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.experience-filter__btn:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}


/* Empty action cell */
.experience-filter__td--action:empty {
  background: #fff;
}


/* Remove last row bottom border */
.experience-filter__tbody tr:last-child .experience-filter__td {
  border-bottom: 0;
}
section.hospitality-selector {
    background: #fff;
    padding: 80px 0;
}
.hospitality-selector__header p.hospitality-selector__sub-heading {
    text-align: center;
    font-family: Hanken Grotesk;
    font-weight: 400;
    font-size: 21px;
    line-height: 100%;
    letter-spacing: 2%;
}
h2.hospitality-selector__heading {
    font-weight: 700;
    font-size: 50px;
    line-height: 103px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}
.hospitality-selector__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px 0 20px;
}
.hospitality-selector__grid .hospitality-selector__item {
    width: calc((100% / 5) - 16px);
    box-shadow: 0px 0px 44px 0px #00000014;
}
.hospitality-selector__grid .hospitality-selector__item .hospitality-selector__card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 40px;
    gap: 20px;
}
h3.hospitality-selector__card-title {
    color: #000;
    font-family: 'Hanken Grotesk' !important;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 2%;
    text-align: center;
}
section.hospitality-selector {
    background: #fff;
    padding: 80px 0;
}
.hospitality-selector__header p.hospitality-selector__sub-heading {
    text-align: center;
    font-family: Hanken Grotesk;
    font-weight: 400;
    font-size: 21px;
    line-height: 100%;
    letter-spacing: 2%;
}

h2.hospitality-selector__heading {
    font-weight: 700;
    font-size: 50px;
    line-height: 103px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}

.hospitality-selector__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px 0 20px;
}

.hospitality-selector__grid .hospitality-selector__item {
    width: calc((100% / 5) - 16px);
    box-shadow: 0px 0px 44px 0px #00000014;
}

.hospitality-selector__grid .hospitality-selector__item .hospitality-selector__card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 40px;
    gap: 20px;
}

h3.hospitality-selector__card-title {
    color: #000;
    font-family: 'Hanken Grotesk' !important;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 2%;
    text-align: center;
}

.featured-experiences {
    background: #fff;
    padding: 0 0 80px 0;
}
.featured-experiences__header p.featured-experiences__sub-heading {
    font-weight: 400;
    font-size: 21px;
    line-height: 100%;
    letter-spacing: 2%;
    text-align: center;
}
h2.featured-experiences__heading {
    font-weight: 700;
    font-size: 50px;
    line-height: 103px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}
.featured-experiences__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 40px;
    justify-content: space-between;
}
.featured-experiences__grid .featured-experiences__card {
    width: calc((100% / 2) - 20px);
    box-shadow: 0px 0px 44px 0px #00000014;
}
.featured-experiences__grid .featured-experiences__card .featured-experiences__media-wrapper {
    position: relative;
}
.featured-experiences__media-wrapper span.featured-experiences__badge-price {
    position: absolute;
    top: 15px;
    right: 17px;
    width: 60px;
    height: 35px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 2%;
    text-align: center;
    text-transform: uppercase;
}
.featured-experiences__content {
    padding: 20px 30px;
}
.featured-experiences__content .featured-experiences__meta-row {
    display: flex;
    justify-content: space-between;
}
.featured-experiences__content .featured-experiences__meta-row h3.featured-experiences__card-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 2%;
    color: #000;
    font-family: 'Hanken Grotesk' !important;
}
.featured-experiences__content .featured-experiences__meta-row span.featured-experiences__badge-capacity {
    background: rgb(211 211 211 / 40%);
    padding: 7px 20px;
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 2%;
    color: #000;
}
.featured-experiences__content p.featured-experiences__description {
    font-family: Hanken Grotesk;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 2%;
}
.featured-experiences__tags {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}
.featured-experiences__tags span.featured-experiences__tag {
    padding: 7px 12px;
    border: 1px solid #000000;
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 2%;
}
.what-to-expect {
    background: #fff;
    padding-bottom: 80px;
}

.what-to-expect__header {
    padding-bottom: 40px;
}

.what-to-expect__header p.what-to-expect__sub-heading {
    text-align: center;
    font-family: Hanken Grotesk;
    font-weight: 400;
    font-size: 21px;
    line-height: 100%;
    letter-spacing: 2%;
    padding-top: 20px;
}

.what-to-expect__header h2.what-to-expect__heading {
    font-weight: 700;
    font-size: 50px;
    line-height: 180%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}

.what-to-expect__grid {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.what-to-expect__grid .what-to-expect__card {
    width: calc((100% / 4) - 15px);
    box-shadow: 0px 0px 44px 0px #00000014;
    padding: 24px;
}

.what-to-expect__grid .what-to-expect__card span.what-to-expect__step-number {
    font-family: 'Oswald' !important;
    font-weight: 700;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}

.what-to-expect__grid .what-to-expect__card h3.what-to-expect__card-title {
    font-family: 'Hanken Grotesk' !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 2%;
    color: #000;
    margin: 25px 0 15px;
}

.what-to-expect__grid .what-to-expect__card p.what-to-expect__description {
    font-family: Hanken Grotesk;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 2%;
    color: rgb(0 0 0 / 60%);
}
.hospitality-faq {
    background: #fff;
    padding: 80px 0;
}
.hospitality-faq__header p.hospitality-faq__sub-heading {
    text-align: center;
    font-family: Hanken Grotesk;
    font-weight: 400;
    font-size: 21px;
    line-height: 100%;
    letter-spacing: 2%;
    text-transform: capitalize;
}
.hospitality-faq__header h2.hospitality-faq__heading {
    font-weight: 700;
    font-size: 50px;
    line-height: 180%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}
.hospitality-faq__accordion details.hospitality-faq__item {
    border-top: 1px solid rgb(0 0 0 / 10%);
}
.hospitality-faq__accordion details.hospitality-faq__item:last-child {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.hospitality-faq__accordion details.hospitality-faq__item summary.hospitality-faq__question {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
}
.hospitality-faq__accordion details.hospitality-faq__item summary.hospitality-faq__question span.hospitality-faq__question-text {
    font-family: Hanken Grotesk;
    font-weight: 400;
    font-style: Regular;
    font-size: 21px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 2%;
    text-transform: capitalize;
}
.hospitality-faq__accordion details.hospitality-faq__item summary.hospitality-faq__question span.hospitality-faq__icon {
    font-size: 20px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.hospitality-faq__header {
    margin-bottom: 30px;
}
.hospitality-faq__answer .hospitality-faq__answer-content {
    font-size: 18px;
    padding-bottom: 15px;
    line-height: 160%;
}
.hospitality-faq__header {
    margin-bottom: 30px;
}
.hospitality-faq__answer .hospitality-faq__answer-content {
    font-size: 18px;
    padding-bottom: 15px;
    line-height: 160%;
}
.partner-testimonials {
    background: #fff;
}
.partner-testimonials__header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 30px;
}
.partner-testimonials__header p.partner-testimonials__sub-heading {
    font-weight: 400;
    font-size: 21px;
    line-height: 100%;
    letter-spacing: 2%;
    text-transform: capitalize;
}
.partner-testimonials__header h2.partner-testimonials__heading {
    font-weight: 700;
    font-size: 50px;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: uppercase;
}
.partner-testimonials__cta {
    margin-bottom: 25px;
}
.partner-testimonials__cta a.partner-testimonials__button {
    background: #000;
    font-family: Hanken Grotesk;
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 2%;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 40px;
}
.partner-testimonials__grid {
    display: flex;
    gap: 35px;
}
.partner-testimonials__grid .partner-testimonials__card {
    border: 1px solid #0000001A;
    padding: 30px;
}
.partner-testimonials__grid .partner-testimonials__card .partner-testimonials__stars {
    display: flex;
    margin-bottom: 15px;
}
.partner-testimonials__grid .partner-testimonials__card p.partner-testimonials__quote {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 2%;
    color: rgb(0 0 0 / 60%);
}
.partner-testimonials__author-info {
    display: flex;
    flex-direction: column;
}
.partner-testimonials__author-info h3.partner-testimonials__author-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 2%;
    color: #000;
    font-family: 'Hanken Grotesk' !important;
    margin-top: 15px;
    margin-bottom: 5px;
}
.partner-testimonials__author-info p.partner-testimonials__author-title {
    font-family: Hanken Grotesk;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 8px 0;
}
.partner-testimonials__badge-wrapper {
    margin-top: 15px;
}
.partner-testimonials__badge-wrapper span.partner-testimonials__badge {
    background: rgb(211 211 211 / 40%);
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 2%;
    padding: 7px 22px;
}
.hospitality-faq__accordion details.hospitality-faq__item summary.hospitality-faq__question span.hospitality-faq__icon::before {
    position: absolute;
    width: 20px;
    height: 20px;
    content: "";
    border: 1px solid #000;
    bottom: -3px;
    border-radius: 50%;
    z-index: -1;
}
div#shopify-section-template--22799985574105__section_YR6FJb .section.section--page-width.color-scheme-1 {
    background: #fff !important;
}

div#shopify-section-template--22799985574105__section_YR6FJb .section.section--page-width.color-scheme-1 .spacing-style.layout-panel-flex.section-content-wrapper {
    padding: 0;
}

.contact_sec {
    padding: 0;
}

.contact_sec {
    margin-bottom: -80px;
}


.benfit-section h1 {
    text-align: left;
}
.benfit-section p {
    max-width: 100%;
    text-align: left;
}

.cart-drawer button.header-actions__action cart-icon.header-actions__cart-icon span.svg-wrapper svg {

    fill: #fff !important;

}
 



/* media queries */
@media(max-width:1300px){
    .header-logo__image{
        max-width:260px;
    }
    .header-menu__inner .overflow-menu::part(list){
        gap:10px !important;
    }
}
@media(max-width:1200px){
    .contact_sec .contact-form .contact-form__image{
        max-height:100%;
    }
}
@media(max-width:1150px){
    #header-component :is(.header-menu,.dropdown-localization){
        display:none !important;
    }
    #header-component[data-menu-style=menu] .header__drawer{
        display:flex !important;
    }
    .menu-drawer__menu.has-submenu li .menu-drawer__menu-item-text{
        font-size:18px;
    }
    .menu-drawer__menu.has-submenu li:has(details) summary{
        padding:0;
    }
}
@media(max-width:991px){
    .recomended_product_lists .resource-list{
        grid-template-columns:1fr 1fr;
    }
     .product-information__grid{
        gap:20px;
        display:flex !important;
        flex-direction:column !important;
    }
    .product-information__grid .product-details{
        padding-left:0 !important;
    }
    .membership-packages__list{
        grid-template-columns:1fr 1fr;
    }
    .contact_sec .contact-form .right_content {
        padding:30px;
    }
    .contact-form__form-row{
        grid-template-columns:1fr!important;
    }
    .custom-collection .product-grid{
        grid-template-columns:repeat(3,1fr) !important;
    }
}
/* Tablet */
@media (max-width: 900px) {
  .experience-filter__table {
    min-width: 900px;
  }

  .experience-filter__th {
    padding: 0 15px;
    font-size: 14px;
  }

  .experience-filter__td {
    padding: 0 15px;
  }
}

@media(max-width:768px){
    .container{
        padding-inline:20px;
    }
    h2,
    .recomended_product_lists h3{
        font-size: 32px !important;
        line-height: 36px !important;
    }
    .header__column.header_column--right div button{
        right:-5px !important;
    }
    .header__column.header_column--right div button svg {
        stroke:var(--text-color) !important;
        width:21px;
        height:21px;
    }
    .header__column.header_column--right div{
        width:36px;
    }
    .trust_brand_main{
        grid-template-columns:1fr 1fr;
    }
    .trust_brand_main > div:nth-child(odd){
        border-left:none;
    }
    .hero-sectin-banner{
        height:360px;
    }
    .hero__content-wrapper .h2 p{
        font-size:32px;
        line-height:40px;
    }
    .category_grid{
        grid-template-columns:1fr
    }
    .collection-grid_right{
        gap:20px;
    }
    .collection-grid-wrapper .product-grid{
        grid-template-columns:repeat(2,1fr);
    }
    .newsletter-section .newsletter-wrapper{
        grid-template-columns:1fr;
    }
    .newsletter-section .newsletter-wrapper .newsletter-image-wrapper{
        height:256px;
    }
    .Premium_Contact .footer-columns-container{
        display:block;
    }
    .Premium_Contact .footer-columns-container .footer-column-map-box{
        min-height:unset;
        max-height:402px;
    }
    .fotter_content{
        flex-direction:column;
    }
    .fotter_content .footer-content{
        width:100%;
    }
    .footer_main_content h2{
        font-size:36px;
    }
    .fotter_images_content{
        grid-template-columns:repeat(2,1fr);
    }
    .fotter_images_content .fotter_images:nth-child(even){
        display:none;
    }
    .fotter_images_content .fotter_images{
        height:300px;
    }
    .newsletter-section,
    .collection-grid-section,
    .shop_by_category,
    .Premium_Contact,
    .shopify-section:has(.recomended_product_lists),
    .membership-packages,
    .membership-benefits-overview,
    .major-partners-section,
    .contact_sec {
        padding:30px 0;
    }
    .header__column.header__column--right .header__column input{
        display:none;
    }
    .Premium_ticket .page-width .premium-ticket-bg{
        padding:32px;
        height:300px;
    }
    .newsletter-section .newsletter-wrapper h2{
        font-size:36px;
    }
    .logo-banner .main-banner-logo img{
        height:24px;
    }
    .section:has(.fotter_content){
        padding:48px 20px; 
    }
    .Main_product_content h1{
        font-size:16px !important;
        line-height:1.2 !important;
        margin-top:30px;
    }
    .custom-variant-list{
        display:grid !important;
        grid-template-columns:repeat(6,1fr) !important;
    }
    .custom-variant-list button{
        width:100% !important;
    }
    .product-media-container.constrain-height{
        /* max-height:300px; */
    }
    .product-form-buttons{
        gap:12px !important;
    }
    .fotter_content .footer-content h3{
        margin-top:6px;
    }
    .product-information{
        padding: 15px 20px 30px;
    }
    .bread_cum_section {
        padding-top:30px;
    }
    .header__column.header__column--right header-actions{
        gap:4px;
    }
    .partner-hero__background{
        height:400px;
    }
    .map-iframe-container iframe{
        height:300px;
    }
    .contact_sec .contact-form{
        grid-template-columns:1fr !important;
    }
    .contact_sec .contact-form .contact-form__image{
        max-height:500px;
    }
    .contact_sec .contact-form .contact-form__image img{
        border-radius:6px 6px 0 0;
    }
    .custom-collection .product-grid{
        grid-template-columns:repeat(2,1fr) !important;
        padding-inline:20px;
    }
    .ultimate-membership-benefits__list {
        grid-template-columns:repeat(1,1fr);
    }
}
/* Mobile */
@media (max-width: 600px) {
  .experience-filter__table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .experience-filter__table {
    min-width: 900px;
  }
}
@media(max-width:575px){
    h2,
    .recomended_product_lists h3{
        font-size: 28px !important;
        line-height: 32px !important;
    }
    .header-logo__image{
        max-width:140px;
    }
     .custom-variant-list{
        grid-template-columns:repeat(4,1fr) !important;
    }
    .recomended_product_lists .resource-list{
        grid-template-columns:1fr;
    }
    .header__column.header__column--right header-actions{
        gap:0;
    }
    .my_Variants_Div{
        grid-template-columns:repeat(4,1fr);
    }
    .section-resource-list__content .btn-main a{
        font-size:14px;
    }
    #favo-fab{
        background:var(--primary) !important;
    }
    #favo-fab-badge{
        background:#fff !important;
        color:var(--primary) !important;
        border:1px solid var(--primary);
    }
    .membership-packages__list{
        grid-template-columns:1fr ;
    }
    .contact_sec .contact-form .contact-form__image{
        max-height:350px;
    }
    .custom-collection .product-grid{
        grid-template-columns:repeat(1,1fr) !important;
    }
    .membership-modules__grid .membership-module {
    width: 100%;
}
.membership-modules__grid {
    flex-direction: column;
}
.membership-packages__bottom-content {
    max-width: 100%;
    flex-direction: column;
    gap: 20px;
}
.membership-packages__bottom-content .membership-packages__bottom-image {
    width: 80%;
}
.membership-packages__bottom-text {
    font-size: 22px;
    line-height: 150%;
    text-align: center;
}
}

@media(min-width:1150px){
    #header-component[data-menu-style=drawer] .header__drawer{
        display:none !important;
    }
}
@media(min-width:1200px){
    .Premium_Contact .footer-columns-container .footer-column-map-box{
        max-height:400px;
    }
}
@media(min-width:1350px){
    .Premium_Contact .footer-columns-container .footer-column-map-box{
        max-height:350px !important;
    }
}
@media(min-width:1377px){
    .Premium_Contact .footer-columns-container .footer-column-map-box{
        max-height:333px !important;
    }
}

/* media queries end*/




header-menu.header-menu>.header-menu__inner>nav.menu-list>overflow-list>li.menu-list__list-item>a.menu-list__link {
    padding-bottom: 0px;
    display: flex;
}
section.product_image slideshow-component slideshow-container {
    border-radius: 6px;
}






.header__column.header__column--center header-menu.header-menu nav.menu-list {
    min-height: 81px;
}
.header__column.header__column--center header-menu.header-menu nav.menu-list li.menu-list__list-item>a.menu-list__link {
    min-height: 81px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__column.header__column--center {
    min-height: 81px;
    display: flex;
    align-items: center;
}




/* 18 aug 26 */
.header__underlay.header__underlay-open {
    display: none;
}



.menu-list__submenu.color-scheme-3 .menu-list__submenu-inner {
    max-width: 1200px;
    background-color: #fff;
    margin-inline: auto;
}





/* 25 aug 26 */
@media(max-width:1199px){
	.experience-filter {
    	padding: 40px 0 0;
	}
	.featured-experiences__grid .featured-experiences__card .featured-experiences__media-wrapper {
    	height: 210px;
	}
	.featured-experiences {
	    padding: 0 0 40px;
	}
	.what-to-expect {
    	padding-bottom: 40px;
	}3
	.partner-testimonials__cta a.partner-testimonials__button {
	    padding: 12px 10px;
	}
	.partner-testimonials__header h2.partner-testimonials__heading,
	.hospitality-faq__header h2.hospitality-faq__heading,
	h2.hospitality-selector__heading,
	h2.featured-experiences__heading,
	.partner-hero__content .partner-hero__title {
	    font-size: 40px;
	}
	.hospitality-faq,
	section.hospitality-selector {
	    padding: 40px 0;
	}
}
 
@media(max-width:991px){
	.partner-hero__content {
	    width: 100%;
	}
	.partner-testimonials__header h2.partner-testimonials__heading,
	.hospitality-faq__header h2.hospitality-faq__heading,
	h2.hospitality-selector__heading,
	h2.featured-experiences__heading,
	.partner-hero__content .partner-hero__title {
	    font-size: 35px;
	}
	.partner-hero__content .partner-hero__subtitle {
	    font-size: 20px;
	    letter-spacing: 0.4px;
	    line-height: 24px;
    	margin-top: 20px;
	}
	.partner-hero__actions {
	    margin-top: 30px;
	}
	.experience-filter__controls {
	    padding: 20px 0 30px;
	    grid-template-columns: repeat(2,1fr) 210px;
	}
	button.experience-filter__clear-btn {
	    height: 38px;
	}
	.experience-filter__controls .experience-filter__select-wrapper label.experience-filter__label {
	    font-size: 12px;
	}
	.experience-filter__controls .experience-filter__select-wrapper select {
	    font-size: 14px;
	}
	.experience-filter__td {
	    font-size: 14px;
	}
	.experience-filter__header h2.experience-filter__heading {
	    padding: 20px 0;
	}
	h2.hospitality-selector__heading {
	    padding: 20px  0 0;
	}
	h3.hospitality-selector__card-title {
	    font-size: 16px;
	}
	.hospitality-selector__grid .hospitality-selector__item .hospitality-selector__card {
	    padding: 20px 15px;
	}
	.featured-experiences .featured-experiences__container {
	    padding: 20px 0  0;
	}
	h2.featured-experiences__heading {
	    padding: 20px 0;
	}
	.featured-experiences__grid {
	    gap: 40px 40px;
	}
	.what-to-expect .what-to-expect__header,
	.partner-testimonials .partner-testimonials__container .partner-testimonials__header {
	    padding: 20px 0;
	}
	.what-to-expect .what-to-expect__header h2 {
	    padding: 20px 0 0;
	}
	.what-to-expect__grid .what-to-expect__card {
	    width: calc(50% - 15px);
	}
	.what-to-expect__grid {
	    gap: 30px;
	    flex-wrap: wrap;
	}
	.partner-testimonials .partner-testimonials__container .partner-testimonials__header h2.partner-testimonials__heading {
	    padding: 15px 0 0;
	}
	.partner-testimonials__grid {
	    flex-wrap: wrap;
	}
	.hospitality-faq .hospitality-faq__header h2.hospitality-faq__heading {
	    padding: 15px 0 0;
	}
	.hospitality-faq__accordion details.hospitality-faq__item summary.hospitality-faq__question {
	    padding: 20px 0;
	}
	.hospitality-faq__accordion details.hospitality-faq__item summary.hospitality-faq__question span.hospitality-faq__question-text {
	    font-size: 18px;
	}
	.hospitality-faq__answer .hospitality-faq__answer-content {
	    font-size: 16px;
	}
}
 
@media(max-width:767px){
	.experience-filter__controls {
	    grid-template-columns: repeat(1,1fr);
	}
	.featured-experiences__grid .featured-experiences__card {
	    width: 100%;
	}
	.what-to-expect__grid .what-to-expect__card {
	    width: 100%;
	}
	.hospitality-selector__grid .hospitality-selector__item {
	    width: 100%;
    }

     .experience-filter__table {
	    min-width: 100%;
	}
	.partner-testimonials__header h2.partner-testimonials__heading, .hospitality-faq__header h2.hospitality-faq__heading, h2.hospitality-selector__heading, h2.featured-experiences__heading, .partner-hero__content .partner-hero__title {
	    font-size: 22px;
	}
	.partner-hero__content .partner-hero__subtitle {
    	font-size: 18px;
	}
	.partner-hero__content {
	    padding: 0px 15px;
	}
	.partner-hero__actions {
	    margin-top: 20px;
	}
	.partner-hero__actions {
	    flex-wrap: wrap;
	}
	.partner-hero__actions a.partner-hero__btn {
	    width: 100%;
	}
	.featured-experiences__content {
	    padding: 15px;
	}
	.featured-experiences__tags span.featured-experiences__tag {
	    font-size: 12px;
	}
	.what-to-expect__grid .what-to-expect__card {
	    padding: 15px;
	}
	.partner-testimonials__header {
	    flex-wrap: wrap;
	    gap: 30px;
	    margin-bottom: 0px;
	}
	.hospitality-faq__accordion details.hospitality-faq__item summary.hospitality-faq__question span.hospitality-faq__question-text {
	    font-size: 16px;
	    line-height: 20px;
	}
	.experience-filter__table-wrapper {
	  border-radius: 8px;
	  overflow: hidden;
	}
	.experience-filter__td {
	  overflow: hidden;
	  white-space: nowrap;
	  text-overflow: ellipsis;
	  max-width: 150px;
	}
 
	.experience-filter__table-wrapper {
	  overflow-x: auto;
	  -webkit-overflow-scrolling: touch;
	}
 
	.experience-filter__table {
	  width: 100%;
	  min-width: 1200px;
	}
 
	.experience-filter__table-wrapper {
	  max-height: auto;
	  overflow-y: auto;
	}
 
	.experience-filter__thead th {
	  position: sticky;
	  top: 0;
	  z-index: 1;
	}
}


/* 26/8/26 */


.contact-form {
  display: flex !important;
  gap: 60px;
  justify-content: space-between;
  padding: 20px;
  align-items: flex-start !important;
}

.contact_sec .contact-form .right_content {
  width: 100%;
  max-width: 50%;
}

.contact_sec .contact-form .contact-form__form {
  width: 100%;
  max-width: 50%;
  margin-top: 0;
}
.contact_sec .contact-form .contact-form__form input {
  width: 100%;
  margin-bottom: 10px;
  padding: 9px;
  background: #fff;
  border: 0;
}
.contact_sec .contact-form .contact-form__form textarea {
  width: 100%;
  background: #fff;
  border: 0;
  padding: 10px;
  margin-bottom: 10px;
}
.contact_sec .contact-form .contact-form__form input[value="Yes"] {
  width: 100%;
  max-width: fit-content;
}
.contact_sec .contact-form .contact-form__form  label {
  color: #fff;
}
.contact_sec .contact-form .contact-form__form div:has(input[value="Yes"]) {
  display: flex;
  align-content: center;
  gap: 10px;
}
.contact_sec .button.submit-button {
  background: #fff;
  color: #000;
  padding: 13px 30px;
  width: 100%;
  max-width: max-content;
  margin-top: 30px;
}
.support-layout-grid ul li a {
  color: #fff;
  font-size: 18px;
}
.support-layout-grid ul {
  margin-top: 20px;
}

.support-info-sidebar {
  margin-bottom: 100px;
  margin-top: 30px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 40px;
  padding-block: 50px;
  padding-inline: 10px;
}
.support-info-sidebar p,.support-info-sidebar h4 {
  color: #000;
}
.support-info-sidebar h4 {
  margin-bottom: 10px;
  font-size: 25px;
}
.support-info-sidebar p {
  font-size: 18px;
}

.hospitality-layout-grid {
  display: flex;
  gap: 20px;
  position: relative;
  z-index: 10;
  background: #000;
}
.hospitality-layout-grid .hospitality-image-col {
  max-width: 50%;
  width: 100%;
}
.hospitality-layout-grid .hospitality-content-area {
  width: 100%;
  max-width: 50%;
}
.hospitality-layout-grid .hospitality-content-area .contact-form.spacing-style.size-style {
  display: flex;
  flex-direction: column;
  box-shadow: unset !important;
}
.hospitality-layout-grid .hospitality-content-area .hospitality-header-wrap p,.hospitality-layout-grid .hospitality-content-area .hospitality-header-wrap h2 {
  color: #fff;
}
.hospitality-layout-grid .hospitality-content-area .hospitality-header-wrap h2 {
  font-size: 50px;
}
.hospitality-layout-grid .contact-form .contact-form__form{
  width:100%;
  max-width:100%;
}
.hospitality-layout-grid .contact-form__form-row{
  gap:12px;
}
.hospitality-layout-grid .contact-form__form-row input{
  height: 43px;
}
.hospitality-options-grid .hospitality-checkbox-label input {
  width: 100%;
  max-width: max-content;
}
.hospitality-fieldset .hospitality-legend {
  color: #fff;
  top: 0px;
  padding-inline: 7px;
}
.hospitality-fieldset {
  margin-bottom: 20px;
  padding: 10px;
}
.hospitality-options-grid {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
.hospitality-layout-grid .contact-form .contact-form__form input{
  margin-bottom: 0;
}
.contact-form__field {
  margin-bottom: 10px;
}
.hospitality-layout-grid .button.submit-button{
  white-space: 100%;
  max-width: 100%;
  border-radius: 0px;
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
}

@media(max-width:1199px){
    .hospitality-layout-grid .hospitality-image-col ,.hospitality-layout-grid .hospitality-content-area{
  max-width: 100%;
  width: 100%;
}

    .hospitality-layout-grid {
 flex-direction:column
}
  .contact_sec .contact-form .right_content h2{
    font-size: 30px;
    line-height: 1.2;
  }
  .contact_sec .contact-form .right_content{
    padding-inline: 20px;
  }
  .contact-form {
  gap: 30px;
}
  .contact_sec .contact-form .contact-form__form label{
    line-height:1.2;
  }
}
@media(max-width:900px){
   .contact-form {
 flex-direction: column;
}
  .contact_sec .contact-form .right_content,.contact_sec .contact-form .contact-form__form {
    max-width: 100%;
  }
}
@media(max-width:580px){
  .support-info-sidebar{
    flex-direction:column;
    
  }
 .support-info-sidebar>div{
max-width: 100%;
   padding-inline: 30px;
}
}

.hospitality-layout-grid .contact-form .contact-form__form input:after {
  background-color: #000 !important;
}
/*Contact us page start*/
 
.support-layout-grid {

    display: flex;

    gap: 40px;

    justify-content: space-between;

    align-items: self-start;

    margin-top: 80px;

}
 
/* First Column: Sidebar Menu */

.support-sidebar {

    width: 100%;

    max-width: 344px;

    flex-shrink: 0; /* Prevents it from shrinking below its content size */

    background: #fff;

    /* Black background ke liye soft white/grey shadow */

    box-shadow: 0px 4px 12px 0px rgba(255, 255, 255, 0.15);

}
 
/* Third Column: Info Sidebar */

.support-info-sidebar {

    width: 100%;

    max-width: 283px;

    /* flex-shrink: 0; */

}
 
/* Second Column: Middle Content */

.support-content-area {

    flex: 1; /* Tells the middle column to expand and take up remaining space */

    width: 100%;

    padding-right: 40px;

    position: relative;

    background: unset !important;

}
 
/* Responsive formatting */

@media screen and (max-width: 990px) {

    .support-layout-grid {

        flex-direction: column; /* Stacks the columns on top of each other on mobile */

    }

    .support-sidebar,

    .support-info-sidebar {

        max-width: 100%; /* Allows sidebars to take full width on mobile */

    }

}
 
/* Form Styles */

.support-layout-grid .contact-form.spacing-style.size-style {

    display: flex; /* Added so flex-wrap and gap actually work */

    flex-direction: column; /* Keeps form elements stacking downwards */

    flex-wrap: wrap;

    gap: 30px;

    padding: 0;

    box-shadow: unset !important;

}
 
.support-layout-grid .contact-form.spacing-style.size-style > div, 

.support-layout-grid .contact-form.spacing-style.size-style > form {

    max-width: 100%;

}
 
/* Info Sidebar Override */

.support-layout-grid .support-info-sidebar {

    display: flex; /* Added so flex-wrap works */

    flex-wrap: wrap;

    padding: 32px 0px 0px 32px;

    background: unset;

    gap: 0;

    justify-content: start;

    align-items: flex-start;

    margin: 0;

}
 
.support-layout-grid .support-info-sidebar > div {

    width: 100%;

    display: inline-block;

    margin-bottom: 32px;

}
 
.support-layout-grid ul li a {

    color: #000;

}
 
.support-layout-grid ul li a {

    padding: 15px 20px !important;

    width: 100%;

    display: block;

}
 
.support-layout-grid ul li a.is-active {

    background: #f3f4f6;

    border-left: 4px solid #000;

    padding-left: 16px !important;

}
 
.support-layout-grid .support-info-sidebar * {

    color: #fff;

}
 
.support-content-area:after {

    content:"";

    width: 1px;

    height: 100%;

    position: absolute;

    background: #ffffff80;

    display: block;

    top: 0;

    bottom: 0;

    right: -1px;

}
 
.support-content-area .right_content {

    padding: 0 !important;

    background: unset !important;

}
 
.support-content-area .right_content h2, .support-content-area .right_content p {

    color: #fff;

}
 
.support-layout-grid .support-info-sidebar h4 {

    font-size: 18px;

}
 
.support-layout-grid .support-info-sidebar  div p {

    font-size: 14px;

}
 
.support-layout-grid .support-info-sidebar div a {

    font-weight: bold;

}
 
section.contact_sec.support-section-wrapper {

    margin-bottom: 80px;

}
 
.support-layout-grid .contact-form.spacing-style.size-style > form input {
    height: 48px;
    font-size: 14px;
    line-height: 22px;

}
 
.support-layout-grid .contact-form.spacing-style.size-style > form input[type="checkbox"] {

    height: auto;

    margin: 0;

    width: 22px !important;

    max-width: 22px;

}
 
@media(max-width: 1279px){

    .support-layout-grid .support-sidebar{

        display: none;

    }

}
 
@media(max-width: 1023px){

    .support-layout-grid .support-info-sidebar {

        padding: 12px 0px 0px 12px;

    }

}
 
@media(max-width: 990px){

    .support-content-area:after{

        display: none;

    }

    .support-content-area {

        padding-right: 0;

    }

    .support-layout-grid .support-info-sidebar > div {

        margin-bottom: 22px;

    }

    .support-layout-grid .support-info-sidebar {

        padding: 0;

    }

    .support-layout-grid .support-info-sidebar > div {

        padding: 0;

    }

}
 
@media(max-width: 767px){

    .support-layout-grid {

        margin-top: 30px;

    }

    section.contact_sec.support-section-wrapper {

        margin-bottom: 30px;

    }

}
 
/*Contact us page end*/
 



/* 27-Aug-2026 */


.panthers-split-section .container-w .row {
  display: flex;
  align-items: center;
  background: #fff;
}
.panthers-split-section .container-w .row > div {
  width: 100%;
  max-width: calc(100% / 2);
  height: 100%;
}

.panthers-split-section .container-w .row > div.panthers-text-column {
  padding: 150px 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px !important;
  justify-content: center;
}
.panthers-split-section .container-w .row > div.panthers-text-column .panthers-heading {
  margin: 0;
  font-size: 40px;
  line-height: 1.1;
  text-align: center;
  	color: #000;
}
.panthers-split-section .container-w .row > div.panthers-text-column p.panthers-subheading {
	font-weight: bold;
	color: #000;
}
.panthers-split-section .container-w .row > div.panthers-text-column p, .panthers-split-section .container-w .row > div.panthers-text-column ul {
  width: 100%;
  text-align: center;
  font-size: 16px;
  	color: #000;
  line-height: 1.5;
}
.panthers-split-section .container-w .row > div.panthers-text-column ul {
  list-style: none;
}
.panthers-split-section .container-w .row > div.panthers-text-column .panthers-button-container .panthers-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 28px;
  border: 2px solid #000;
  border-radius: 8px;
  background: #000;
  color: #fff;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.filters-member-ship-page {
    display: flex;
    justify-content: start;
    position: relative;
    margin-bottom: 50px;
}
.filters-member-ship-page .filer-list button.filterbutton {
    line-height: 22px;
    letter-spacing: 0.2px;
    display: flex;
    align-items: center;
    padding: 10px 30px;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: unset;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 20px;
    position: relative;
}
.filters-member-ship-page .filer-list button.filterbutton svg {
    margin-left: 15px;
}
.filters-member-ship-page ul.filter-list-ul-div {
    background: #fff;
    height: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    min-height: 240px;
    padding: 0;
    z-index: 99999;
    width: auto;
    width: 256px;
    left: auto;
}
button.filter-clear-btn {
    width: 100%;
    max-width: max-content;
    display: flex;
    justify-content: start;
    background: unset;
    border: none;
    color: #584848;
    padding-left: 21px;
}

.filters-member-ship-page ul.filter-list-ul-div li {
    margin-left: 0.75rem;
    display: block;
    cursor: pointer;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0em;
    --tw-text-opacity: 1;
    color: #000;
    margin: 21px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
body.register-you section.contact_sec_register .contact-form-reg form input, body.register-you section.contact_sec_register .contact-form-reg form select {
    height: 48px;
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    margin-bottom: 10px;
    padding: 9px;
    background: #fff;
    border: 0;
}
body.register-you section.contact_sec_register .contact-form-reg form button.button.submit-button {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}
body.register-you section.contact_sec_register,
body.register-you section.contact_sec_register .contact-form-reg {
    width: 100%;
}
body.register-you section.contact_sec_register .contact-form-reg .contact-form__form-row_reg {
    display: flex;
    gap: 14.4px;
}
body.register-you .benfit-section .section-content-wrapper.mobile-column,
body.faq .benfit-section .section-content-wrapper.mobile-column {
    padding-bottom: 0;
}
body.faq section.hospitality-faq {
    padding-top: 0;
    background: transparent;
}

body.faq section.hospitality-faq .hospitality-faq__container .hospitality-faq__header p, 
body.faq section.hospitality-faq .hospitality-faq__container .hospitality-faq__header h2 {
    color: #fff;
}

body.faq section.hospitality-faq .hospitality-faq__container .hospitality-faq__header p {
    display: none;
}
body.faq section.hospitality-faq .hospitality-faq__accordion ul {
    padding-left: 30px;
}
body.faq section.hospitality-faq details.hospitality-faq__item summary.hospitality-faq__question {
    border-top: 1px solid #fff !important;
}
body.faq section.hospitality-faq .hospitality-faq__accordion details.hospitality-faq__item:last-child summary.hospitality-faq__question {
    border-bottom: 1px solid #fff;
}

body.faq section.hospitality-faq .hospitality-faq__accordion p, 
body.faq section.hospitality-faq .hospitality-faq__accordion span,
body.faq section.hospitality-faq .hospitality-faq__accordion ul li,
body.faq section.hospitality-faq .hospitality-faq__accordion a,
body.seating-allocation-process section.membership-content .container a,
body.returns-exchanges section.returns-exchanges .container a {
    color: #fff;
}
body.terms-and-conditions section.terms-conditions.policy-pages .container p,
body.seating-allocation-process section.membership-content .container p,
body.shipping-returns section.delivery-information .container p,
body.returns-exchanges section.returns-exchanges .container p

 {
    max-width: 100%;
    text-align: left;
}

body.terms-and-conditions section.terms-conditions.policy-pages .container h2, 
body.terms-and-conditions section.terms-conditions.policy-pages .container h3,
body.seating-allocation-process section.membership-content .container h2, 
body.seating-allocation-process section.membership-content .container h3,
body.shipping-returns section.delivery-information .container h2, 
body.shipping-returns section.delivery-information .container h3,
body.returns-exchanges section.returns-exchanges .container h2, 
body.returns-exchanges section.returns-exchanges .container h3
 {
    color: #fff;
}

body.terms-and-conditions section.terms-conditions.policy-pages .container ul li,
body.seating-allocation-process section.membership-content .container ul li,
body.shipping-returns section.delivery-information .container ul li,
body.returns-exchanges section.returns-exchanges .container ul li {
    color: #fff;
    font-size: 17px;
}
body.seating-allocation-process section.membership-content .container h3 {
    padding: 10px 0;
}
body.terms-and-conditions section.membership-content .container ul,
body.seating-allocation-process section.membership-content .container ul,
body.shipping-returns section.delivery-information .container ul,
body.returns-exchanges section.returns-exchanges .container ul {
    margin-top: 10px;
}

body.terms-and-conditions h1,
body.seating-allocation-process h1,
body.shipping-returns h1,
body.returns-exchanges h1, {
    margin-bottom: 40px !important;
}
.major-partners-container .major-partners-logos > a {
    width: 100%;
    max-width: calc(100% / 10 - 30px) !important;
}

.major-partners-container .major-partners-logos > a img {
    width: 100%;
}

.major-partners-container .partner-category.principal-partner a img {
    max-width: 120px;
}

.major-partners-container .partner-category.principal-partner {
    margin-bottom: 20px;
}
.major-partners-logos img {
    width: 100%;
}
.fotter_images_content {
    display: none;
}
.logo-banner .main-banner-logo {
    justify-content: space-between;
    row-gap: 0;
}
.logo-banner .main-banner-logo >div {
    width: 100%;
    max-width: calc(100% / 11 - 48px);
}
.logo-banner .main-banner-logo div:empty {
    display: none;
}
@media(min-width: 768px){
    body.membership main.content-for-layout {
    position: relative;
}

body.membership main.content-for-layout .filters-member-ship-page {
    position: absolute;
    top: 340px;
}
}

@media(min-width: 769px){
    body.membership main.content-for-layout {
    position: relative;
}

body.membership main.content-for-layout .filters-member-ship-page {
    position: absolute;
    top: 530px;
}
}

@media(max-width: 1700px){
    .panthers-split-section .container-w .row > div.panthers-text-column {
        padding: 50px 40px;
    }
}
@media(max-width: 1365px){
    .major-partners-container .major-partners-logos > a {
    max-width: calc(100% / 10 - 32px) !important;
}
}
@media(max-width: 1199px){
.major-partners-container .major-partners-logos > a {
    max-width: calc(100% / 10 - 34px) !important;
}
.logo-banner .main-banner-logo >div {
    width: 100%;
    max-width: calc(100% / 5 - 39px);
}
.logo-banner .main-banner-logo {
    justify-content: center;
    row-gap: 20px;
}
}
@media(max-width: 1023px){
.major-partners-container .major-partners-logos > a {
    width: 100%;
    max-width: calc(100% / 5 - 34px) !important;
}
}
@media screen and (max-width: 767px) {
    body.terms-and-conditions h1 {
    margin-bottom: 20px !important;
}
    body.register-you section.contact_sec_register .contact-form-reg .contact-form__form-row_reg {
    flex-wrap: wrap;
}

    .filters-member-ship-page {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        min-height: auto;
        z-index: 9999;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 10px;
        padding: 15px;
        align-items: stretch;
        background: #fff;
        box-sizing: border-box;
    }

    .filters-member-ship-page .filer-list {
        width: 100%;
        position: relative;
    }

    .filters-member-ship-page .filterbutton {
        width: 100%;
        display: block;
    }

    .filters-member-ship-page .filter-list-ul-div {
        width: 100%;
        box-sizing: border-box;
    }

    body.page-width-narrow.card-hover-effect-none.collection- {
        position: relative;
    }
    .filters-member-ship-page .filer-list button.filterbutton{
        color: #000;
        border-color: #000;
    }
    .filters-member-ship-page .filer-list button.filterbutton svg path {
    stroke: #000;
}
    .filters-member-ship-page ul.filter-list-ul-div{
        position: unset;
        max-height: max-content;
        width: 100%;
    }
.filters-member-ship-page ul.filter-list-ul-div{
    background: unset;
    min-height: auto;
    margin-bottom: 20px;
}
    .filters-member-ship-page ul.filter-list-ul-div li{
        margin-left: 10px;
    }
  
    .filters-member-ship-page {
    display: none;
}
.filter-btn-mobile {
    display: flex !important;
    margin-left: 0px;
    align-items: center;
}

.filter-btn-mobile .align-middle.inline-block.h-10.w-auto.rounded.border.pb-0 {
    width: 300px;
    max-width: 300px;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 20px;
}

.filter-btn-mobile .align-middle.inline-block.h-10.w-auto.rounded.border.pb-0 button.mx-4.h-full.py-0.text-sm.uppercase.lg\:mx-5.text-white {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: transparent;
    color: #fff;
    max-width: 100px;
    border: 1px solid #fff;
}

.filter-btn-mobile .align-middle.inline-block.h-10.w-auto.rounded.border.pb-0 button.mx-4.h-full.py-0.text-sm.uppercase.lg\:mx-5.text-white span.font-bold.text-xs.tracking-default.md\:text-sm {
    width: 100%;
}

.filter-btn-mobile .align-middle.inline-block.h-10.w-auto.rounded.border.pb-0 button.mx-4.h-full.py-0.text-sm.uppercase.lg\:mx-5.text-white svg.icon.mr-1\.5.h-4.w-4.inline-block {display: none;}

.filters-member-ship-page.active {
    display: flex !important;
}
  .filters-member-ship-page .close-btn {
    display: flex !important;
    align-items: center;
    justify-content: end;
}

.filters-member-ship-page .close-btn button {
    border: none;
}
section.contact_sec.support-section-wrapper .container .container {
    padding: 0;
}

section.contact_sec.support-section-wrapper .container .container .contact-form.spacing-style.size-style {
    padding-left: 0;
    padding-right: 0;
}
}



@media(max-width: 749px){
        .panthers-split-section .container-w .row {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .panthers-split-section .container-w .row > div {
        max-width: 100%;
    }
    .panthers-split-section .container-w .row > div.panthers-text-column {
        padding: 50px 20px;
    }
}

@media(max-width: 600px){
.major-partners-container .major-partners-logos > a {
    width: 100%;
    max-width: calc(100% / 2 - 34px) !important;
}
.logo-banner .main-banner-logo >div {
    max-width: calc(100% / 3 - 32px);
}
}




/* 29/08-26/ */
.support-sidebar,
.support-sidebar > div {
  box-shadow: none !important;
  border: none !important;
}


.support-sidebar h3 {
  background-color: #000000 !important;
  color: #ffffff !important;
  padding: 12px 16px !important;
  margin: 0 !important;
  box-shadow: none !important;
  border: none !important;
}


.support-sidebar nav ul {
  list-style: none !important;
  list-style-type: none !important;
  padding-left: 0 !important;
  margin: 0 !important;
}


.support-sidebar nav {
  background-color: #ffffff !important;
  padding: 16px !important;
  box-shadow: none !important;
}


.support-sidebar nav ul li a {
  color: #000000 !important;
  text-decoration: none !important;
}


.sub-nav-class-name, 
div[class*="sub-nav"] {
  position: relative !important;
  z-index: 999 !important;
  background-color: #ffffff !important;
}

.custom-hospitality,
.custom-hospitality .contact_sec {
  position: relative !important;
  z-index: 1 !important;
  margin-top: 0 !important;
  padding-top: 40px !important;
  clear: both !important;
  overflow: visible !important;
}
/* 29/08-26/ */

body.membership .filer-list {
    display: none;
}
body.register-you section.contact_sec_register .contact-form-reg form input::placeholder {
    color: #000;
}
body.register-you section.contact_sec_register .contact-form-reg form select {
    color: #000;
}
body.membership .filter-btn-mobile {
    display: none !important;
}
body.packages section.membership-packages .filters-member-ship-page .filer-list:nth-child(3) {
    display: none;
}
/* .menu-list__list-item:where(:not([slot=overflow]))>.menu-list__submenu, .overflow-menu::part(overflow){
    background: #fff;
} */
/* .menu-list__list-item:where(:not([slot=overflow]))>.menu-list__submenu .section, .overflow-menu::part(overflow) .section{
    background: #fff !important;
}
.menu-list__list-item:where(:not([slot=overflow]))>.menu-list__submenu .section {
    background: #fff;
} */

.menu-list__list-item:where(:not([slot=overflow]))>.menu-list__submenu .section .mega-menu__grid{
 background: #fff;
 padding-left: 50px;
}

@media(max-width: 767px){
    section.contact_sec.support-section-wrapper {
        padding-top: 0;
    }
    section.contact_sec.support-section-wrapper .container {
        padding: 0;
    }
    section.contact_sec.support-section-wrapper .contact-form .right_content p {
    margin-bottom: 0;
}
}

.newsletter-section .newsletter-wrapper p.form-success {
    color: #fff;
}
.cstm_Instagram {
    display: none !important;
}


/* 15-9-26-css */


body.gift-card main.gift-card__main .gift-card__price h2 {
    color: #fff;
}
body.gift-card main.gift-card__main p {
    color: #fff;
}

body.gift-card main.gift-card__main .gift-card__buttons.buttons-container a.gift-card__buttons-full-width {
    background: #fff;
}

body.gift-card a {
    display: none !important;
}

body.gift-card main.gift-card__main  qr-code-image.gift-card__qr-code {
    max-width: 120px;
    width: 100%;
    margin: 0 auto;
    margin-block: 40px;
}

body.gift-card main.gift-card__main qr-code-image.gift-card__qr-code img {
    width: 100%;
    object-fit:contain;
}

/* 15-9-26-css-end */