/** Shopify CDN: Minification failed

Line 1563:0 Unexpected "{"

**/
/* ############################## Font Face ##################### */
:root {
    /* Typography tokens from Figma */
    --font-heading: "Oswald", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-content: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-label: "Helvetica Now Display", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

    /* Base neutrals */
    --color-bg-light: #FDFDFD;
    --color-white: #FFFFFF;
    --color-text-dark: #1F1F1F;
    --color-black: #000000;
    --color-grey: #D9D9D9;

    /* Brand / accent */
   --color-accent-gold: #A3783F;
    /* --color-accent-gold: #000000; */
    --color-bg-deep-olive: #2B2A17;
    --color-bg-charcoal: #2F2E2E;
    --color-border-light: #ECECEC;
    --color-deep-neutral: #141213;

    /* Swatch / utility colors from Figma palette */
    --color-brown: #A52A2A;
    --color-red: #FF0000;
    --color-green: #076627;
    --color-deep-green: #205F24;
    --color-gray: #808080;
    --color-gray-md: #7F7F7F;
    --color-gray-sm: #E8E8E8;
    --color-silver: #A0A0A0;
    --color-purple: #800080;
    --color-maroon: #811111;
    --color-sky-blue: #87CEEB;
    --color-royal-blue: #4169E1;
    --color-yellow: #FFFF00;
    --color-navy: #000080;
    --color-pink: #FFC0CB;

    --h-size: 58px;
    --h-lh: 1.1;
    --t-size: 16px;
    --h2: 30px;
    --p1: 20px;


    /* Gradients (exact from Figma fills) */
    --gradient-hero-light: linear-gradient(141deg, rgba(245, 245, 245, 1) 0%, rgba(210, 210, 210, 1) 100%);
    --gradient-section-dark: linear-gradient(180deg, rgba(31, 31, 31, 1) 0%, rgba(255, 255, 255, 1) 53%);
    --gradient-section-brown: linear-gradient(140deg, #71552277 100%, #71552257 0%);

    --about-banner-gradient: linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    --review-banner-gradient: linear-gradient(90deg, rgba(50, 33, 0, 1) 0%, rgba(50, 33, 0, 0.8) 40%, rgba(50, 33, 0, 0) 100%);
}

/* ############################## global classes start ##################### */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-content);
}

a {
    font-family: var(--font-label);
}
.hero-wrapper h1,
.main-page-title{
    color: black !important;
}
.main-page-title,
h2.rich-text__heading,
.newsletter .container .inline-richtext,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    text-transform: uppercase;
}



h2.rich-text__heading{
    text-transform: uppercase;
}

p {
    font-size: 16px;
    padding: 0;
}

.trap-btn {
    background: black;
    padding: 22px 60px;
    border-radius: 15px;
    border: none;
    text-decoration: none;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.template-article .btn:hover {
    border: 1px solid black !important;
    border-color: #000000 !important;
}

.lb-upsell-tot-btn {
    position: relative;
}

.lb-upsell-tot-btn:before,
button.trap-primary:before,
.single-product-wrapper .trap-primary:before,
a.trap-btn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: auto;
    right: -99px;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    display: block;
    background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.8857 40.2479H48.2646' stroke='%23000000' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M38.7373 29.8651L48.3368 39.4646C48.7274 39.8552 48.7274 40.4883 48.3368 40.8789L38.7373 50.4784' stroke='%23000000' stroke-width='2' stroke-linecap='round'/%3E%3Crect x='0.5' y='0.5' width='78.0508' height='79' rx='19.5' stroke='%23000000'/%3E%3C/svg%3E");
    background-repeat: no-repeat !important;
    background-size: contain !important;
    transition: 0.1s ease-in;
}

.trap-primary {
    padding: 16px 40px;
    border-radius: 15px;
    font-size: 18px;
    transition: all 0.3s;
    text-transform: uppercase;
    font-family: var(--font-label);
}

button.trap-primary:hover,
.trap-primary:hover {
    background-color: var(--color-accent-gold);
}

.lb-upsell-tot-btn:hover.lb-upsell-tot-btn:before,
button.trap-primary:hover button.trap-primary:before,
.trap-primary:hover.trap-primary:before,
a.trap-btn:hover.trap-btn:before {
    right: -110px;
}

button.trap-2-btn,
a.trap-2-btn {
    text-transform: uppercase;
    background-color: var(--color-accent-gold);
}

button.trap-2-btn:before,
a.trap-2-btn:before {
    background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.8857 40.2479H48.2646' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M38.7373 29.8651L48.3368 39.4646C48.7274 39.8552 48.7274 40.4883 48.3368 40.8789L38.7373 50.4784' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3Crect x='0.5' y='0.5' width='78.0508' height='79' rx='19.5' stroke='%23ffffff'/%3E%3C/svg%3E");
}

main {
    padding: 0px;
    margin: 0px;
}

/*  ############################## global classes end ##################### */

/*  ############################## Nav classes start ##################### */
.full-unstyled-link {
    color: var(--color-black);
}

.trap-nav .nav-item .nav-link {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    font-family: var(--font-label);
}

.cart-Icon-on-mobile,
.trap-nav .Nav-Icons .users {
    background: transparent;
    border: 1px solid var(--color-black);
    padding: 7px;
    border-radius: 10px;
    cursor: pointer;
    height: min-content;
}

.cart-Icon-on-mobile:hover,
.trap-nav .Nav-Icons .users:hover {
    background: var(--color-black);
    box-shadow: 1px 1px 15px -6px #0000009c;
    transition: 0.3s ease-in;
    border-color: var(--color-black);
}

.cart-Icon-on-mobile:hover *,
.trap-nav .Nav-Icons .users:hover *,
.trap-nav .Nav-Icons .users:hover .icon-search path,
.cart-Icon-on-mobile:hover a *,
.trap-nav .Nav-Icons .users:hover a * {
    color: var(--color-border-light);
    fill: var(--color-border-light);
}

h2.totals__total {
    font-size: 16px !important;
    letter-spacing: 1px;
    text-transform: capitalize;
}

h2 span,
h4 span,
h5 span,
h3 span,
h1 span {
    color: var(--color-accent-gold);
}

.abs-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cart-Icon-on-mobile {
    display: none;
}

.offcanvas.offcanvas-start {
    backdrop-filter: blur(3px);
    background: black;
}

.offcanvas.offcanvas-start.show a {
    color: #ffffff !important;
}

.offcanvas.offcanvas-start.show .Nav-Icons .users path,
.offcanvas.offcanvas-start.show .Nav-Icons .users {
    border-color: white;
    fill: white;
}
body.overflow-hidden .custom-mobile-nav {
    display: none;
}
a.navbar-brand.m-0 {
    display: block;
}

/* ############################## Nav classes End ##################### */


/* ##############################  Hero Section start  ##################### */
.trap-hero {
    border-radius: 50px;
    margin: 0px 20px 20px 20px;
}

.trap-hero .hero-wrapper .content h1 {
    font-size: 120px;
    line-height: 110px;
}

.trap-hero .hero-wrapper .content p {
    font-size: 25px;
}
.trap-hero .hero-wrapper .image img,
.trap-hero .hero-wrapper .image{
    border-radius: 50px;
}


/* ##############################  Hero Section End  ##################### */

/* ##############################  Collection Section End  ##################### */

.trap-collection-box {
    border-radius: 20px;
    overflow: hidden;
    padding: 0px 0px 20px 20px;
    height: 400px;
    color: var(--color-bg-light);
}

.trap-collection-box h2 {
    font-size: 50px;
    border-bottom: 3px solid white;
    min-width: 100px;
    padding-bottom: 10px;
}

.trap-collection-box p {
    margin: 0;
    line-height: 10px;
    font-size: 20px;
}

/* ##############################  Collection Section End  ##################### */

/* ##############################  Feature Product Section  ##################### */
.trap-collection{
    margin: 100px 0px 35px 0px;
}
section.trap-feature-product {
    margin: 100px 0px 0px 0px;
}

section.trap-feature-product .product-card {
    margin-top: 50px;
}

h2.category,
section.trap-feature-product .container .content h2 {
    font-size: 105px;
    margin: 0;
    line-height: 100px;
}

section.trap-feature-product .product-card .product {
    padding: 0;
    position: relative;
}



.trap-feature-product .product-card .product .info:before {
    content: none;
    position: absolute;
    top: 90%;
    left: auto;
    right: 0;
    transform: translate(0%, -50%);
    width: 20px;
    height: 20px;
    display: block;
    background: url('data:image/svg+xml,<svg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 11.3828H21.3789" stroke="%231F1F1F" stroke-width="2" stroke-linecap="round"/><path d="M11.8516 1L21.4511 10.5995C21.8416 10.9901 21.8416 11.6232 21.4511 12.0137L11.8516 21.6133" stroke="%231F1F1F" stroke-width="2" stroke-linecap="round"/></svg>');
    background-repeat: no-repeat !important;
    background-size: contain !important;
    transition: 0.1s ease-in;
}

.template-collection .trap-feature-product .product-card .product .info:before {
    right: 10px;
}

.template-collection .trap-feature-product .product::marker {
    content: "";
}

.template-blog .article-card__excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.2em;
    max-height: 2.6em;
}

section.trap-feature-product .product-card .product:hover .info:before {
    right: 10px !important;
}

.related-products .card-information>.price,
section.trap-feature-product .product-card .price {
    font-size: 20px;
    font-family: var(--font-content);
    font-weight: 700;
    /* color: var(--color-accent-gold); */
    color: black;
}

section.trap-feature-product .product-card .product {
    margin-bottom: 20px;
}

section.trap-feature-product .product-image {
    max-height: 500px !important;
    height: 441px;
    border-radius: 0px;
    width: 100%;
}

section.trap-feature-product h1 {
    font-size: 16px !important;
    width: 300px;
    margin: 5px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--font-content);
}

quick-add-modal .product__title>a {
    color: #000;
}

.trap-feature-product a.text-black.display-6 {
    font-size: 12px;
}

.quick-add__submit {
    background: #000;
    color: #fff;
    border-radius: 10px;
    margin-top: 15px;
}

.quick-add {
    grid-row-start: 1 !important;
}
.card__heading{
    font-family: var(--font-heading);
}

.loox-rating {
    display: none;
}

.quick-add-modal__content-info ul.icon-with-text.trust-badges.icon-with-text--horizontal.list-unstyled, .quick-add-modal__content-info .productMenuWrapper, .quick-add-modal__content-info .product__tax, .quick-add-modal__content-info .m-0.mt-3 {
    display: none;
}
/* ##############################  Feature Product Section End  ##################### */

/* ##############################  GRADIENT Heading Section Start  ##################### */
section.gradient-heading .container h1 {
    font-size: 380px;
    background: linear-gradient(to bottom, var(--color-text-dark) -200%, #fff0 60%) !important;
    -webkit-background-clip: text !important;
    color: transparent;
    font-weight: 900;
}


/* ##############################  GRADIENT Heading Section End  ##################### */

/* ##############################  Streetwear Section End  ##################### */
.template-index section.streetwear-section {
    margin-bottom: -100px;
    transform: translateY(-250px);
}

section.streetwear-section .content {
    padding: 35px 30px 35px 40px !important;
}

section.why-choose-card .why-choose-cards-on {
    margin-top: 50px !important;
}

section.streetwear-section h1 {
    font-size: 100px;
    line-height: 95px;
    margin-bottom: 50px;
}

section.streetwear-section h2 {
    font-size: 55px;
}

section.streetwear-section p {
    font-size: 16px;
}

/* ##############################  Streetwear Section End  ##################### */

/* ##############################  What Slider Section End  ##################### */
section.what-slider {
    margin-bottom: 120px !important;
    background: var(--bg-trap-desktop) center / cover no-repeat;
}

.what-slider .container h2 {
    font-size: 85px;
    width: 65%;
    line-height: 80px;
}

.what-slider .swiper {
    width: 70%;
    height: unset;
    border-radius: 30px;
}

.what-slider .swiper-slide {
    font-size: 40px;
    background: #fdfdfd4f;
    backdrop-filter: blur(15px);
    padding: 40px 0px 20px 30px;
}

.what-slider .swiper-button-next svg,
.what-slider .swiper-button-prev svg {
    fill: none;
}

.what-slider .swiper-button-next,
.what-slider .swiper-button-prev {
    border: 1px solid white;
    height: 50px;
    width: 50px;
    border-radius: 12px;
    padding: 17px;
    top: 0px !important;
    position: relative !important;
    display: block;
    margin: 0 !important;
}

.what-slider .swiper-button-next:hover,
.what-slider .swiper-button-prev:hover {
    background-color: var(--color-bg-light);
}

.what-slider .swiper-button-next:hover svg path,
.what-slider .swiper-button-prev:hover svg path {
    stroke: var(--color-black);
    stroke-width: 3px;
}

.what-slider .swiper-button-next,
.what-slider .swiper-button-prev {
    &.swiper-button-disabled {
        background-color: var(--color-bg-light);
        opacity: 1;
    }
}

.what-slider .swiper-button-disabled svg path {
    stroke: var(--color-black);
    stroke-width: 3px;
}

.what-slider .swiper-slide h3 {
    font-size: 56px;
}

.what-slider .swiper-slide p {
    margin: 0;
    font-size: 19px;
}

/* ##############################  What Slider Section End  ##################### */

/* ##############################  why choose Section start  ##################### */
.newsletter .container .inline-richtext,
section.why-choose-card h2 {
    font-size: 85px;
    line-height: 80px;
}

section.why-choose-card .why-card {
    background: var(--color-border-light);
    min-height: 380px;
    border-radius: 30px;
    padding: 30px 30px 40px 25px;
    transition-duration: 0.2s;
}

section.why-choose-card .why-card svg {
    width: 40px;
    height: 40px;
}

section.why-choose-card .why-card .content h3 {
    font-size: 45px;
    line-height: 45px;
    color: var(--color-black);
}

section.why-choose-card .why-card .content p {
    line-height: 15px;
    font-size: 14px;
}

section.why-choose-card .why-card:hover {
    background-color: var(--color-black);
    color: var(--color-white);
}

section.why-choose-card .why-card:hover h3 {
    color: var(--color-white);

}

section.why-choose-card .why-card:hover svg path {
    fill: var(--color-white);
}

/* ##############################  why choose Section End  ##################### */

/* ##############################   Trap Customer Love  Start  ##################### */
/* */
.trap-customer-love {
    padding: 80px 0;
}

.trap-customer-love .section-heading {
    margin-bottom: 50px;
    font-size: 130px;
}

.swiper.customerlove:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    pointer-events: none;
    z-index: 10;
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0),
            #fff);
}

.swiper.customerlove:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    pointer-events: none;
    z-index: 10;
    background: linear-gradient(to left,
            rgba(255, 255, 255, 0),
            #fff);
}

.trap-customer-love .swiper {
    width: 100%;
    height: 100%;
}

.trap-customer-love .swiper-slide {
    background: var(--color-border-light);
    height: 100%;
    border-radius: 30px;
    padding: 10px 10px 40px 10px;
    gap: 20px;
}

.trap-customer-love .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.trap-customer-love .swiper-slide .content h2 {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 30px;
    margin: 0;
}


/* ##############################  Trap Customer Love  Section End  ##################### */

/* ##############################  Footer Section start  ##################### */
.site-footer {
    background-color: #000;
    color: #fff;
    padding-top: 60px;
    font-size: 0.95rem;
}

.site-footer a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease;
    font-size: 14px;
}

.footer-bottom .col-md-4 {
    font-size: 14px;
}

.site-footer a:hover {
    opacity: 0.8;
}

.footer-logo {
    max-width: 180px;
    margin-bottom: 0px;
}
p.brand-name-footer {
    margin-bottom: 20px;
    color: #ffffff8c;
    font-weight: 600;
}

.newsletter-title {
    font-size: 25px;
    margin-bottom: 20px;
}

.newsletter-form {
    max-width: 80%;
    border: 1px solid #4d4d4d;
    border-radius: 15px;
    padding: 8px;
    font-family: var(--font-label);
}

.newsletter-form .form-control:focus {
    box-shadow: none;
}

.newsletter-form .form-control {
    padding: 12px 20px;
    border: none !important;
}

.newsletter-form .form-control::placeholder {
    color: var(--color-bg-light);
}

.newsletter-form .btn {
    background-color: var(--color-accent-gold);
    border: none;
    border-radius: 12px;
    padding: 12px 20px;
}

.newsletter-form .btn:hover {
    background-color: #c89a56;
}

.newsletter-note {
    font-size: 12px;
    color: var(--color-bg-light);
    margin-top: 10px;
    line-height: 1.4;
}

.customersupport h5,
.quick-links-wrapper h5 {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.quick-links h5,
.customer-support h5 {
    margin-bottom: 20px;
}

.quick-links ul,
.customer-support ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quick-links li,
.customer-support p {
    margin-bottom: 10px;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border-radius: 10px;
    margin-right: 10px;
    font-size: 1.1rem;
    border: 1px solid white;
}


.payment-icons img {
    height: 45px;
    margin-left: -80px;
    opacity: 0.8;
}

.payment-icons img:hover {
    opacity: 1;
}

.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 20px;
    margin-top: 40px;
    font-size: 0.85rem;
    color: #999;
}

.footer-bottom-links a {
    color: #999;
    margin: 0 10px;
}

.footer-bottom-links a:hover {
    color: #fff;
}

.footerBottomHeading {
    font-size: 380px;
    background: linear-gradient(to bottom, #ffffff -120%, #fff0 70%) !important;
    -webkit-background-clip: text !important;
    color: transparent;
    font-weight: 600;
    transform: translateY(-35px);
}

/* ##############################  Footer Section End  ##################### */

/*  ############################## Cta Footer classes Start ##################### */
  .ctaFootertop {
        /* Default to mobile for mobile-first design, or desktop if you prefer */
        background: var(--bg-desktop) center / cover no-repeat;
    }
.ctaFootertop h2 {
    font-size: 110px;
    line-height: 1;
}

/*  ############################## Cta Footer classes End ##################### */

/*  ????????????????????????????????????????????????????????????????????????????????????????????????????????????? NOt Pull ??????????????????????????????????? */

/*  ############################## Single Product page Start ##################### */
.swatch-input__input:disabled+.swatch-input__label>.swatch, .swatch-input__input.visually-disabled+.swatch-input__label>.swatch{
    opacity: 1!important;
}
.single-product-wrapper .product-page {
    padding: 40px 0;
}

.single-product-wrapper .main-image {
    width: 100%;
    height: auto;
    border-radius: 60px;
    object-fit: cover;
}

.single-product-wrapper .thumbnail-gallery {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 12px;
}

.single-product-wrapper .thumbnail-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.single-product-wrapper .thumbnail-img:hover,
.single-product-wrapper .thumbnail-img.active {
    border-color: #000;
    transform: scale(1.05);
}

.single-product-wrapper .product-top-desc {
    line-height: 0px;
}

.template-product .product__title>*,
.single-product-wrapper .product-title {
    font-size: 80px;
    margin-bottom: 0px;
    color: var(--bs-black);
    padding-bottom: 30px;
}

.template-product .border-card-side-1 {
    border-right: 3px solid #000000a8;

}

.template-product .border-card-side-2 {
    border-right: 3px solid #000000a8;

}

.template-product .product-popup-modal__button.link {
    text-decoration: none;
    font-weight: 600;
}

.product-popup-modal__content-info>h1 {
    padding-bottom: 20px;
    font-size: 20px !important;
    text-align: center;
}

.pdpTable h3 {
    font-size: 12px;
    text-align: left;
}

.template-product .product .product-form__input .form__label {
    font-weight: 600;
    color: var(--bs-black);
}

.template-product .product .rte a {
    font-weight: 900;
}

.template-product .price-item,
.template-product .product .price__regular .price-item--regular,
.single-product-wrapper .product-price {
    font-size: 38px;
    font-family: var(--font-heading);
    color: black;
    margin-bottom: 0px;
}

.single-product-wrapper .installment-text {
    font-size: 18px;
    margin-bottom: 20px;
    color: var(--color-black);
}

.single-product-wrapper .color-swatch {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    margin-right: 8px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.2s;
    margin-bottom: 12px;
    position: relative;
}

.single-product-wrapper .color-swatch.active:after {
    border: 2px solid #000000;
    position: absolute;
    top: -6px;
    right: -6px;
    left: auto;
    content: '';
    width: 55px;
    height: 55px;
    border-radius: 15px
}


.single-product-wrapper .color-swatch.active {
    width: 47px;
    height: 47px;
}

.single-product-wrapper .stock-heading {
    font-family: var(--font-content);
    font-weight: 600;
}

.single-product-wrapper .sizeGuid {
    text-transform: capitalize;
    font-weight: 600;
}

.single-product-wrapper .lineY {
    height: 40px;
    width: 1px;
    background: var(--color-black);
}

.single-product-wrapper h5#counterNumber90 {
    margin: 0;
    font-size: 20px;
    font-family: 'Inter';
    font-weight: 500;
}

.template-product .quantity,
.single-product-wrapper .quan-cont {
    background: var(--color-gray-sm);
    padding: 7px;
    border-radius: 100px;
    color: var(--color-black) !important;
}

.template-product .quantity::after {
    content: none;
}

.template-product .quantity-1,
.template-product .quantity-2,
.single-product-wrapper .quan-cont button {
    border: none;
    background: none;
    text-align: center;
}

input.quantity-input:focus-visible {
    outline: none;
}

.single-product-wrapper .size-btn {
    min-width: 108px;
    padding: 10px 15px;
    margin: 5px;
    border: 1px solid var(--color-gray-md);
    background: transparent;
    border-radius: 10px;
    font-weight: 500;
    transition: all 0.2s;
    color: var(--color-gray-md);
}

.single-product-wrapper .size-btn:hover,
.single-product-wrapper .size-btn.active {
    background: #000;
    color: #fff;
    border-color: #000;
}

.single-product-wrapper .size-btn.out-of-stock {
    opacity: 0.5;
    cursor: not-allowed;
    text-decoration: line-through;
}

.single-product-wrapper .quantity-selector {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 20px 0;
}

.template-product .quantity-1,
.template-product .quantity-2 {
    border: none !important;
    background: none !important;
}

.template-product .quantity-1,
.template-product .quantity-2,
.single-product-wrapper .quantity-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1.2rem;
}

.single-product-wrapper .quantity-input {
    width: 60px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 6px;
}

.single-product-wrapper .accordion-button:not(.collapsed) {
    background-color: transparent;
}

#productAccordion .accordion-button:focus {
    box-shadow: none;
}

#productAccordion .accordion-item.bb {
    border-bottom: 1px solid #00000040 !important;
}

.template-product .active .arrowIcon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(269deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.template-product .accordionpdt .accordionItem {
    padding: 15px 18px 10px 0px;
}

.template-product .headingpdt span {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    font-family: var(--font-heading);
    margin: 0px;
}

.template-product .icon-with-text img {
    height: 50px;
    width: 50px;
    margin: 0;
}

.template-product .trust-badges h2,
.single-product-wrapper .trust-badges h2 {
    font-weight: bold;
    color: var(--color-black);
    font-size: 20px;
}

.template-product .trust-badges,
.single-product-wrapper .trust-badges {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0 0;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #00000040;
}

.template-product .trust-badges .lineY,
.single-product-wrapper .trust-badges .lineY {
    height: 100px;
}

.template-product .trust-badge,
.single-product-wrapper .trust-badge {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}


.single-product-wrapper .accordion-button {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 56px;
}

.single-product-wrapper .accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
    color: #000;
}

.single-product-wrapper .accordion-button::after {
    background-image: url('data:image/svg+xml,<svg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 11.3828H21.3789" stroke="%23A3783F" stroke-width="2" stroke-linecap="round"/><path d="M11.8516 1L21.4511 10.5995C21.8416 10.9901 21.8416 11.6232 21.4511 12.0137L11.8516 21.6133" stroke="%23A3783F" stroke-width="2" stroke-linecap="round"/></svg>');
}

.single-product-wrapper .accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,<svg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 11.3828H21.3789" stroke="%23A3783F" stroke-width="2" stroke-linecap="round"/><path d="M11.8516 1L21.4511 10.5995C21.8416 10.9901 21.8416 11.6232 21.4511 12.0137L11.8516 21.6133" stroke="%23A3783F" stroke-width="2" stroke-linecap="round"/></svg>');
    transform: rotate(268deg);
}

/*  ############################## Single Product page End ##################### */

/*  ############################## Bundle Product page End ##################### */
.bundle-section {
    padding: 80px 0;
}

.bundle-heading {
    font-size: 100px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 50px;
}

.bundle-card {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.bundle-card:hover {
    transform: translateY(-10px);
}

.bundle-images {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px 0px 30px;
    position: relative;
}

.bundle-img-wrapper {
    width: 300px;
    height: 290px;
    border-radius: 16px;
}

.bundle-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.plus-sign {
    font-size: 2rem;
    font-weight: 300;
    margin: 0 30px;
    color: #000;
}

.bundle-details {
    padding: 30px;
}

.bundle-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 1rem;
}

.bundle-item input[type="checkbox"] {
    width: 20px;
    height: 20px;
    appearance: none;
    margin-right: 12px;
    border-radius: 5px;
    accent-color: transparent;
    border: 1px solid #0000006b !important;
    position: relative;
}

.bundle-item input[type="checkbox"]:checked::after {
    content: url('data:image/svg+xml,<svg width="16" height="14" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.4331 0.233228C15.8264 0.576612 15.8669 1.17384 15.5235 1.56717L5.61929 12.912C5.43976 13.1177 5.1801 13.2357 4.90711 13.2357C4.63412 13.2357 4.37445 13.1177 4.19492 12.912L0.233228 8.37407C-0.110156 7.98074 -0.0696657 7.38351 0.323665 7.04013C0.716996 6.69675 1.31422 6.73724 1.6576 7.13057L4.90711 10.8527L14.0991 0.323665C14.4425 -0.0696658 15.0398 -0.110156 15.4331 0.233228Z" fill="black"/></svg>');
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 20px;
    pointer-events: none;
}

.bundle-item-label {
    flex-grow: 1;
}

.bundle-item select {
    padding: 10px;
    border-radius: 10px;
    color: #7F7F7F;
    border-color: #7F7F7F;
}

.bundle-item-variant {
    font-size: 0.9rem;
    color: #666;
}

.bundle-item-price {
    font-weight: 700;
    white-space: nowrap;
    margin-left: 20px;
}

.bundle-total {
    font-size: 30px;
    font-weight: 700;
}

.bundle-original {
    text-decoration: line-through;
    color: #999;
    margin-left: 10px;
    font-weight: 500;
}

.bundle-discount {
    font-size: 29px;
}

/*  ############################## Bundle Product page End ##################### */


/* ################## (About Page) - Hero Section start - Sufiyan  ################## */

.about-hero {
    height: 85vh;
    border-radius: 50px;
    margin: 0px 20px 20px 20px;
}

.ex-wrapper {
    height: 100vh;
    background: var(--about-banner-gradient);
}

.cs-page-about .ex-wrapper {
    background: linear-gradient(40deg, rgb(0 0 0) 0%, rgb(0 0 0 / 80%) 40%, rgba(50, 33, 0, 0) 100%);
}

.cs-page-contact .ex-wrapper {
    background: linear-gradient(40deg, rgb(0 0 0) 0%, rgb(0 0 0 / 80%) 40%, rgba(50, 33, 0, 0) 100%);
}

.cs-page-about section.why-choose-card .why-card:hover svg path {
    fill: var(--color-black);
}

.cs-page-about section.why-choose-card .why-card:hover svg circle {
    fill: var(--color-white);
}


.about-hero .ex-wrapper .about-hero-wrapper .about-hero-content h1 {
    font-size: 112px;
    line-height: 100px;
}

.about-hero .ex-wrapper .about-hero-wrapper .about-hero-content p {
    font-size: 18px;
}

.about-hero .image {
    right: 0;
    transform: translate(-0%, -50%);
}

/* ################## (About Page) - Hero Section End - Sufiyan  ################## */
/* ################## (About Page) - Story Section start - Sufiyan  ################## */


.about-story-section {
    transform: translateY(0px) !important;
    margin: 120px 0px !important;
    margin-bottom: unset !important;
}

/* ################## (About Page) - Story Section End - Sufiyan  ################## */
/* ################## (About Page) - Why Choose Section Start - Sufiyan  ################## */


.about .why-choose-card .content h2 {

    font-size: 90px !important;

}

.about .why-choose-card {
    transform: translateY(-230px);
}

/* ################## (About Page) - Why Choose Section End - Sufiyan  ################## */
/* ################## (About Page) - Why Mission / Vision Start - Sufiyan  ################## */

section.mission-vision {
    margin-bottom: 70px;
}

section.mission-vision .mission p {
    font-size: 14px;
    line-height: 18px;

}

.mission,
.vision {
    padding: 10px;
    background: var(--color-border-light);
    color: var(--color-black);
    transition-duration: 0.9s;
}

.mission:hover,
.vision:hover {
    background-color: var(--color-black);
    color: var(--color-white);
}

.mission img,
.vision img {
    width: 100%;
    border-radius: 20px;
}

.mission-content h2,
.vision-content h2 {
    font-size: 40px;
}

.mission-content,
.vision-content {
    padding: 40px 30px;
}

.contact-card-img {
    border-radius: 27px;
}

.template-product .related-products {
    margin-bottom: 100px;
}

/* ################## (About Page) - Why Mission / Vision End - Sufiyan  ################## */


/* ##############################  contact page (sami-css)  ##################### */

.get-touch-title {
    font-size: 100px;
    font-weight: 500;
    color: var(--color-black)
}

.input-line {
    border: 0;
    border-bottom: 1px solid #000000a8;
    border-radius: 0;
    background: transparent;
    color: #000000;
    padding: .375rem 0px;
}

.input-line::placeholder {
    color: var(--color-border-light);
}


label {

    color: #646464;
    font-size: 10px;

}

.contact-section .input-line:focus {
    outline: 0;
    box-shadow: none;
    border-color: #FF9800;
}

.contact-section .btn:active,
.contact-section .btn:focus-visible {
    background: black;
}
.contact-section button.trap-2-btn:before{
   background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.8857 40.2479H48.2646' stroke='%23000000' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M38.7373 29.8651L48.3368 39.4646C48.7274 39.8552 48.7274 40.4883 48.3368 40.8789L38.7373 50.4784' stroke='%23000000' stroke-width='2' stroke-linecap='round'/%3E%3Crect x='0.5' y='0.5' width='78.0508' height='79' rx='19.5' stroke='%23000000'/%3E%3C/svg%3E") 
}




.submit-btn {
    background: var(--color-accent-gold);
    border-radius: 18px;
    padding: 10px 70px;
    border: none;
}

.arrow-btn {
    padding: 5px 22px;
    border-radius: 18px;
    border: 1px solid #fff;
    background: transparent;
    color: var(--color-white);
    font-size: 22px;
}

.round-img {
    border-radius: 20px;
}

.col-md-6.col-lg-6.information {
    background-color: var(--color-border-light);
    padding: 40px 40px;
    border-radius: 30px;
}

.col-md-6.text-end.customer {
    margin-left: 24px;
}

.contactus .input-line:focus {
    background: none;
    outline: none;
}

.instagram ,
.facebook {
    padding: 10px;
    border-radius: 14px;
    border: 1px solid #000;
}


.contactp {
    margin-bottom: 50px;
}

.formcontact #ContactForm .trap-primary {
    padding: 18px 70px;
}

.formcontact {
    padding: 40px 40px 50px 40px;
    line-height: 60px;
}

.contact-section p {
    font-size: 16px;
}

.contact-section hr {
    width: 95%;
    border-width: 2px;
    opacity: 0.70;
}

.contact-section .information {
    background: var(--color-border-light);
    padding: 30px 5px 20px 40px;
    border-radius: 30px;
}

.contact-section .input-line::placeholder {
    font-size: 16px;
    position: relative;
    color: #000000;
}
.contact-section .field:before,
.contact-section .field:after {
  content: none;
}

.contact-section .input-line {
    width: 100%;
    font-size: 20px;
    padding: 10px;
    border: 1px solid #c6c6c6;
    line-height: 2.5;
}

.contact-section .form-status-list li {
    color: white;
}

.contact-section .form__message .icon,
{
height: 20px;
width: 20px;
}

.contact-section .field__label {
    display: none !important;
    margin-bottom: 0rem !important;
    top: 0 !important;
    left: 6px;
    padding: 0 !important;
    margin: 0 !important;
    color: #000000 !important;
    font-size: 14px !important;
}

.contact-section form .link,
.contact-section form .form__message,
.contact-section form .text-body {
    color: black !important;
}
 
.contact-section .form__message .icon{
    height: 2.3rem;
    width: 2.3rem;
}
.contact-section .form-status{
    font-size: 2.3rem;
}

.contact-section form .form_ _message:focus-visible {
    outline: none;
    box-shadow: none;
}

.contact-h1 {
    font-size: 40px;
    color: var(--color-black)
}

.contact-h1.x {
    font-size: 30px;
}

.customer-support {
    margin-top: 180px;
}

.customer-support .col-md-6.row.align-items-center.justify-content-between.content {
    margin-bottom: 20px;
}

.container.text-center.shidding {

    margin-bottom: -140px;
}

.about .why-choose-card {
    transform: translateY(-230px);
}


/* ################## (About Page) - Why Mission / Vision End - Sufiyan  ################## */

/* ################## (About Page) Ends Here - Sufiyan  ################## */


/* ################## (Reviews Page) Starts Here - Sufiyan  ################## */

.ex-wrapper-reviews {
    background: var(--review-banner-gradient);
}


/* ################## (Reviews Page) reivew Section - Sufiyan  ################## */


.review-handlers {
    padding: 70px 0px 50px 0px;
}

.review-handlers a {
    width: auto;
    color: var(--color-black);
    font-size: 20px;
    text-decoration: none;
}

.star-count {
    width: auto;
    font-weight: 600;
    font-size: 24px;
}

.product-count {
    width: auto;
    font-size: 20px;
    background-color: var(--color-grey);

}


.store-count {
    border: 1px solid var(--color-black);
}

.product-count span {
    font-size: 18px;
    font-weight: 600;
}

.store-count span {
    font-size: 18px;
    font-weight: 600;
}

.sort-review span {
    font-size: 18px;
    font-weight: 600;
}


#looxReviewsFrame img {
    margin: 10px 6px !important;
    border-radius: 20px !important;
}

/* ################## (Reviews Page) review Section end - Sufiyan  ################## */

/* ################## (blogs Page) featured Section - Sufiyan  ################## */


.featured-card {
    background-color: var(--color-black);
    margin: 90px 0px 5px 0px;
}

h1.Featured-h1 {
    width: 87%;
    padding: 40px 0px 30px 0px;
    border-bottom: 1px solid white;
    font-size: 52px;
}

.featured-content {
    padding-top: 75px;
}

.featured-content h1 {
    width: 90%;
    font-size: 52px;
}

.featured-content a {
    background-color: var(--color-white);
}


.featured-content p {
    width: 84%;
    font-size: 16px;
}



.blog-card h3 {
    font-size: 44px;
}

.blog-card a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

.blog-card svg {
    position: relative;
    left: -12px;
}

.show-more-blogs {
    padding: 120px 0px;
}

/* ################## (blogs Page) featured Section - Sufiyan  ################## */

/* ################## (blogs inner Page) featured Section - Sufiyan  ################## */


.blog-details p {
    font-size: 18px !important;
}




.reviews-cards img {}

/* ################## (Reviews Page) review Section - Sufiyan  ################## */


/* ##############################  Collection page (sami-css)  ##################### */

.collection-hero {
    height: 85vh;
    border-radius: 50px;
    margin: 0px 20px 20px 20px;
    background-repeat: no-repeat;
    background-size: cover;
}

.ex-wrapper {
    height: 85vh;
    background: var(--review-banner-gradient);
}

.collection-hero .ex-wrapper .collection-hero-wrapper .collection-hero-content h1 {
    font-size: 120px;
    line-height: 110px;
}

.collection-hero .ex-wrapper .collection-hero-wrapper .collection-hero-content p {
    font-size: 25px;
}

.collection-hero .image {
    right: 0;
    transform: translate(-0%, -50%);
}

.collection-img {
    width: 100%;
    height: 500px !important;
    object-fit: cover;
    border-radius: 25px;
}

h4.collection-title {
    font-size: 46px;
}

.button-collection {
    padding: 20px 40px;
    border-radius: 15px;
}








/* 22/12/2025 */
/* ##############################   Recommended for Traped Out Army  Start  ##################### */

.recommendedarmy .section-heading {
    font-size: 130px;
}

/* ##############################   Recommended for Traped Out Army  End  ##################### */

/* ##############################   Shop All  start  ##################### */
main.shop-all .ex-wrapper {
    background: linear-gradient(60deg, #160F00 0%, #160F00 30%, rgba(50, 33, 0, 0) 100%);
}

main.shop-all .ex-wrapper .collection-hero-content h1 {
    font-size: 140px;
    line-height: 140px;
}

main.shop-all .ex-wrapper .collection-hero-content p {
    font-size: 20px !important;
}

.shop-all .filter-group {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #333;
}

.shop-all .form-select {
    border: none;
    background-color: transparent;
    font-weight: 600;
    padding: 0.375rem 2rem 0.375rem 0.75rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.shop-all .form-select:focus {
    box-shadow: none;
    border-color: transparent;
}

/* Price Range Slider */
.shop-all .price-range-group {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 600;
}

.shop-all .price-input {
    width: 80px;
    border: none;
    background: transparent;
    text-align: center;
    font-weight: 600;
    color: #000;
}

.shop-all .price-input:focus {
    outline: none;
}

.shop-all .range-slider {
    flex-grow: 1;
    height: 4px;
    border-radius: 5px;
    background: #000000;
    outline: none;
    -webkit-appearance: none;
}

.shop-all .range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
}

.shop-all .range-slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    border: none;
}

/* Sort By - aligned to right */
.shop-all .sort-group {
    margin-left: auto;
}

.shop-all .filter-group.sort-group .form-select {
    width: fit-content !important;
}

.shop-all .filter-group.sort-group {
    flex: 2;
    justify-content: flex-end;
}

.shop-all section.gradient-heading .container h1 {
    background: linear-gradient(to bottom, var(--color-text-dark) -200%, #fff0 50%) !important;
    -webkit-background-clip: text !important;
    color: transparent;
}

/* ##############################   Shop All  End  ##################### */

/* ##############################   After Convert shopify  ##################### */
.cart-Icon-on-mobile:hover *,
.trap-nav .Nav-Icons .users:hover * {
    color: revert;
    fill: revert;
}

.Nav-Icons .users .header__icon .svg-wrapper {
    width: 30px;
    height: 29px;
}

.Nav-Icons .users .header__icon {
    height: unset;
    width: unset;
    padding: 0;
}


.search-modal {
    background: linear-gradient(45deg, var(--color-accent-gold) 40%, #ff864b 120%);
}

.card-color-swatches {
    display: flex;
    gap: 6px;
    margin-top: 8px;
    flex-wrap: wrap;
    width: 90%;
}

.color-box {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

/* about page */
.cs-page-about .streetwear-section img {
    height: -webkit-fill-available;
}

.cs-page-about section.why-choose-card h2 {
    display: none;
}

.cart-count-bubble {
    top: -5px !important;
    left: 30px !important;
}

.cs-page-about section.why-choose-card.whycontent-2 h2 {
    display: block !important;
}

/* collection all page*/
.collection-all-page-cs li img {
    height: 500px;
    width: 100%;
    border-radius: 2px !important;
}

.collection-all-page-cs li h1 {
    font-size: 40px;
}

.collection-all-page-cs li .price {
    font-size: 32px;
    color: var(--color-accent-gold);
    line-height: 35px;
}

#FacetFiltersForm.facets__form,
#FacetFiltersForm .facet-filters__field label,
#FacetFiltersForm .facet-filters__field .select__select,
#FacetFiltersForm .facets__heading {
    font-weight: 900;
    font-family: var(--font-content);
}

.cs-page-about .streetwear-section {
    margin-top: 100px !important;
}

.cs-page-about .why-choose-card {
    margin-bottom: 50px !important;
}

/* ##############################   After Convert shopify  ##################### */


/* ##############################   Product single page ##################### */

/* shop page gallery images */
/* .template-product .product-media-container .product__modal-opener {
    width: 100%;
    height: 80%;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
  } */
.product-media-container.constrain-height.media-fit-contain {
    --contained-width: calc(var(--constrained-height) * var(--aspect-ratio)) !important;
    width: 100% !important;
}

.template-product .price__badge-sold-out {
    top: 0;
    right: 0;
    left: auto;
    position: absolute;
}

.template-product .product__media-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    justify-content: flex-start;
}

.template-product .swatch-input__input+.swatch-input__label {
    height: 47px;
    width: 47px;
    border-radius: 10px;
}

.template-product .swatch-input__input+.swatch-input__label .swatch {
    width: 100%;
    border-radius: 10px;
}

.template-product .product-form__input--pill input[type=radio]+label {
    padding: 1.2rem 2.6rem;
    border-radius: 10px;
}

/* .template-product .product-form__submit:before, */
.template-product .product-form__submit:after {
    content: none;
}

.swatch-input__input:disabled+.swatch-input__label>.swatch:after,
.swatch-input__input.visually-disabled+.swatch-input__label>.swatch:after {
    width: 200px !important;
}


/* frequently */
.ppcse-title {
    font-size: 85px;
    font-weight: 700;
    text-align: center;
    margin: 150px 0px 60px 0px;
}

.ppcse-img-lt-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.ppcse-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: unset;
    gap: 30px;
}

.ppcse-img-lt {
    margin: 0px;
    float: none;
    width: fit-content;
}

.ppcse-list-lt {
    list-style: none;
    clear: left;
    margin: 8px 0px;
    text-align: left;
    padding: 5px 0px;
    order: 0;
    width: 50%;
}

.accelerated-checkout-button {
    border-radius: 10px !important;
    overflow: hidden !important;
}

.ppcse-tot-container-bundle small {
    font-size: 18px;
}

.ppcse-tot-container-tot {
    font-size: 20px;
    font-weight: 600;
}

.ppcs-sale-price {
    color: var(--bs-body-color);
    font-weight: 400 !important;
}

.ppcse-tot-container {
    position: absolute;
    bottom: 0px;
    text-align: justify;
    bottom: 0%;
    left: 53.6%;
    transform: translate(-50%, -0%);
}

.ppcse-img-lt-li {
    height: 250px !important;
}

.lb-upsell-variants-select {
    padding-right: 25px !important;
    padding: 5px;
    border-radius: 5px;
    color: #7F7F7F;
    border-color: #7F7F7F;
}

.ppcse-list-lt-li input[type="checkbox"]:checked::after {
    content: url('data:image/svg+xml,<svg width="16" height="14" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.4331 0.233228C15.8264 0.576612 15.8669 1.17384 15.5235 1.56717L5.61929 12.912C5.43976 13.1177 5.1801 13.2357 4.90711 13.2357C4.63412 13.2357 4.37445 13.1177 4.19492 12.912L0.233228 8.37407C-0.110156 7.98074 -0.0696657 7.38351 0.323665 7.04013C0.716996 6.69675 1.31422 6.73724 1.6576 7.13057L4.90711 10.8527L14.0991 0.323665C14.4425 -0.0696658 15.0398 -0.110156 15.4331 0.233228Z" fill="black"/></svg>');
    position: absolute;
    top: 65%;
    left: 35%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 20px;
    pointer-events: none;
}

.ppcse-list-lt-li input[type=checkbox] {
    display: inline-block;
    width: auto;
    margin-right: .5rem;
    width: 25px;
    height: 25px;
    appearance: none;
    margin-right: 12px;
    border-radius: 5px;
    accent-color: transparent;
    border: 1px solid #0000006b !important;
    position: relative;
}

.ppcse-list-lt-li {
    padding-bottom: 10px;
}

.ppcse-list-lt-label-cont {
    gap: 8px;
}

.ppcse-list-lt-label {
    color: var(--color-black)
}

.full-unstyled-link {
    text-decoration: none;
    color: currentColor;
    display: block;
    font-family: var(--font-heading);
    font-size: 38px;
}

.ppcse-img-lt-plus {
    vertical-align: baseline;
    font-size: 25px;
}

.lb-upsell-tot-btn {
    padding: 15px 30px;
    font-size: 15px;
}

.product-card-wrapper .card {
    border: none;
}

.card--card.gradient,
.card__inner.gradient {
    border-radius: 20px !important;
    overflow: hidden !important;
}

.related-products__heading {
    font-size: 85px;
    line-height: 85px;
}

.product-form__quantity {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    position: relative;
}

.quantity__label {
    font-weight: 800 !important;
}

.product .product-popup-modal__opener {
    margin: 0;
  /*  position: absolute;
    top: 41%;
    right: 30%; */
}

.template-product .product-popup-modal__button.link {
        font-weight: 700;
        font-size: 2rem;
}

/* chart ui */
.product-popup-modal__content-info {
    padding: 0 !important;
}

.product-popup-modal__content-info>h1 {
    font-weight: bolder;
}

.product-popup-modal[open] {
    opacity: 1;
    visibility: visible;
    z-index: 101;
    box-sizing: border-box;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    z-index: -1;
    margin: 0 auto;
    top: 0;
    left: 0;
    overflow: auto;
    width: 100%;
    background: rgba(var(--color-foreground), .2);
    height: 100%;
}

.needsclick[data-testid="animated-teaser"] {
    display: none;
}
.yotpo-smsbump-subtitle p {
    font-size: 36px !important;
    padding: 0 5px;
}
.yotpo-smsbump-compliance-text p {
    font-size: 12px !important;
    padding: 0 5px;
}

.pdpTable thead tr {
background: #b9b9b9;
    color: black;
    border: 1px solid #727272;
}

.pdpTable tr td {
    border-bottom: 1px solid #727272;
    font-size: 8px;
    padding: 5px;
}
.product-popup-modal__toggle{
        width: 5rem;
            color: rgb(0 0 0);
            background: rgb(255 255 255);
}

.product__media-item.is-active {
    width: 100% !important;
    height: 590px;
    object-fit: cover;
    grid-column: span 5;
}

.template-product .product__media-item {
    border-radius: 20px;
    overflow: hidden;
    object-fit: cover;
    max-width: 100% !important;
    border-color: transparent;
}
.thumbnail-list__item .thumbnail {
    border-radius: 20px;
}

/* product zoom icon */
.product__media-item.is-active .product__media-icon {
    height: 4rem !important;
    width: 4rem !important;
    left: 1.5rem !important;
    top: 1.5rem !important;
}

/* blog section */
.template-blog {}

.template-blog .main-heading {
    font-size: 100px;
}

.template-blog .blog-articles .card-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.template-blog .card__information {
    text-align: left;
}

.template-blog .full-unstyled-link {
    font-size: 35px;
    font-family: var(--font-heading);
    line-height: 35px;
}

.template-blog .blog-articles .blog-articles__article {
    width: 32.50%;
}

.template-blog .blog-articles {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
}

.template-blog .blog-articles .card-wrapper {
    width: 100%;
}

.template-blog .article-card-wrapper .card {
    border: none;
    width: 100%;
}

.template-blog .article-card-wrapper .card__inner {
    height: 100%;
}

.template-blog .article-card-wrapper .card__inner {
    height: 450px;
}

.article-template>*:first-child:not(.article-template__hero-container) {
    margin-top: 0 !important;
}

.cs-temp h1,
.cs-temp h2,
.cs-temp h3 {
    font-size: 50px;
    margin: 20px 0px;
}

section.collection .col-md-4.scroll-trigger.animate--slide-in {
    margin-bottom: 30px;
}

section.collection h4.collection-title.mt-3:before {
    content: '';
    position: absolute;
    top: 95%;
    left: auto;
    right: 20px;
    transform: translate(0%, -50%);
    width: 20px;
    height: 20px;
    display: block;
    background: url('data:image/svg+xml,<svg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 11.3828H21.3789" stroke="%231F1F1F" stroke-width="2" stroke-linecap="round"/><path d="M11.8516 1L21.4511 10.5995C21.8416 10.9901 21.8416 11.6232 21.4511 12.0137L11.8516 21.6133" stroke="%231F1F1F" stroke-width="2" stroke-linecap="round"/></svg>');
    background-repeat: no-repeat !important;
    background-size: contain !important;
    transition: 0.1s ease-in;
}

.cs-page-contact section.why-choose-card,
.template-collection .why-choose-card {
    margin-bottom: 100px;
}

.template-list-collections .col-md-4.scroll-trigger.animate--slide-in a {
    transition: 0.6s ease-in;
}

.template-list-collections .col-md-4.scroll-trigger.animate--slide-in:hover.col-md-4.scroll-trigger.animate--slide-in a:before {
    content: '';
    position: absolute;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    display: block;
    background: url('data:image/svg+xml,<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><foreignObject x="-13.8" y="-13.8" width="107.6" height="107.6"><div xmlns="http://www.w3.org/1999/xhtml" style="backdrop-filter:blur(6.9px);clip-path:url(%23bgblur_0_1_2841_clip_path);height:100%;width:100%"></div></foreignObject><rect data-figma-bg-blur-radius="13.8" width="80" height="80" rx="20" fill="white" fill-opacity="0.69"/><path d="M29.3408 45.5272L46.9895 35.3378" stroke="black" stroke-width="2" stroke-linecap="round"/><path d="M33.5479 31.1097L46.6611 34.6234C47.1945 34.7664 47.5111 35.3147 47.3682 35.8482L43.8545 48.9614" stroke="black" stroke-width="2" stroke-linecap="round"/><defs><clipPath id="bgblur_0_1_2841_clip_path" transform="translate(13.8 13.8)"><rect width="80" height="80" rx="20"/></clipPath></defs></svg>');
    background-repeat: no-repeat !important;
    background-size: contain !important;
    transition: 0.1s ease-in;
    top: 50%;
    left: 50%;

}

.form-status-list {
    margin: 2rem 0rem 0rem 0rem !important;
}

.template-collection .trap-feature-product .product {
    margin-bottom: 30px !important;
}

.template-article .article-template__content {
    margin-top: 100px;
}

.trap-simple-text h2 {
    margin-top: 100px;
}

.template-product .product__media-item.is-active .media>img {
    object-fit: contain !important;
    border-radius: 30px !important;
    width: fit-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.template-product .product__media-item.is-active .product-media-container {
    border: none !important;
}

/* about */
.cs-page-about-us .rich-text__wrapper.rich-text__wrapper--left.page-width {
    color: black;
}
.cs-page-about-us .page-title{
    font-family: var(--font-heading);
}
.trap-collection{
    height: auto;
}
/* news letter */
.newsletter .container{
    border-radius: 28px;
    background: black;
    padding: 54px 40px;
}
.newsletter-form {
    max-width: 100% !important;
    width: 70% !important;
}
.newsletter__wrapper .newsletter-form__field-wrapper {
    max-width: 100% !important;
}
.newsletter__wrapper .newsletter-form__button:not(:focus-visible):not(.focused) {
    background: black;
    padding: 10px;
    border: 1px solid white;
    border-radius: 50px;
    font-size: 20px;
    position: relative;
}
.newsletter__wrapper .newsletter-form__message {
    justify-content: center;
    width: 100%;
}
.newsletter__wrapper .newsletter-form{
    border: none;
}
.newsletter__wrapper .field__input{
    border-radius: 50px;
    padding: 30px 10px;
}
.newsletter__wrapper .newsletter-form__message:focus-visible{
    outline: 0;
    outline-offset: none;
    box-shadow: none;
}
.mobile-x .header__icon .svg-wrapper{
    border: 1px solid black;
    border-radius: 11px;
}
#up-upsell-carousel{
    background: red;
}

.newsletter-form__field-wrapper .field {
    z-index: 0;
    border-radius: 50px;
}
.newsletter__wrapper .field__input:focus{
    box-shadow: none;
    border: none;
}
.shopify-policy__title {
    text-align: start;
}
.shopify-policy__container{
    padding: 20px;
}

.product__compare-at-as{
    font-size: 20px;
    font-weight: 400;
    padding: 0px 0px 15px 0px;
    font-family: var(--font-content);
}
.swiper-button-next.nb, .swiper-button-prev.pn{
    border: none;
    padding: 10px;
    border-radius: 100%;
    background: black;
    color: white;
}
.pagination__item--current:after{
    content : none !important;
}
.pagination__item.light {
    opacity: 1;
    background: var(--color-accent-gold);
    border-radius: 100%;
    color: white !important;
}
.pdpTable h3 {
    font-family: var(--font-content);
    font-weight: 800;
}
.pdpTable.product-popup-modal__content-info>*{
    max-width: 70%;
}
.pdpTable {
    border: none;
}
.pdpTable tbody, .pdpTable td, .pdpTable tfoot, .pdpTable th, .pdpTable thead, .pdpTable tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-right: 1px solid black;
}

.template-product .price--on-sale .price-item--regular{
    display: none;
}

/* progress bar */
.low-stock-badge .progress-bar-container {
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.low-stock-badge p {
  color: #b33 !important;
  font-family: inherit;
}
.progress-bar-container{
    height: 6px; background: #eee; border-radius: 9999px; overflow: hidden; margin: 0; max-width: 158px;
}
.cs-page-about .color-scheme-1{
color: black !important;
}

.cs-page-policies-and-procedures .rich-text__blocks {
        max-width: 100%;
}
.cs-page-policies-and-procedures .rich-text__blocks>*+* {
       color: black;
}



h1{
   font-size:  var(--h-size) !important;
   line-height: var(--h-lh) !important;
}


h1,
h2{
    font-weight: 800 !important;
}
p{
    font-size: var(--t-size) !important;
}
h2{
    font-size: var(--h2) !important;
    line-height: var(--h-lh) !important;
}

.template-product .price-item, .template-product .product .price__regular .price-item--regular, .single-product-wrapper .product-price,
.related-products .card-information>.price,
section.trap-feature-product .product-card .price,
.product-card-wrapper .card__heading.h5 .full-unstyled-link,
.collection-all-page-cs li .price,
.collection-all-page-cs li h1 {
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 300 !important;
}

span.accordion-icon{
    color: white !important;
}
