/** Shopify CDN: Minification failed

Line 806:26 Unexpected "{"

**/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* ============================================
   FLEX & FORCE - FITNESS BRAND FONT SYSTEM
   Oswald: Headlines | Montserrat: Subheadings | Inter: Body
   ============================================ */

/* Body text - Inter (clean, readable) */
:root * {
    font-family: "Inter", "Poppins", sans-serif !important;
}

/* All main headlines - Oswald (bold, condensed, athletic) */
h1, h2, .h0, .h1, .h2,
.title,
.collection-list-title,
.banner__heading,
.slideshow__heading,
.image-with-text h2,
.featured-collection h2,
.why_choose h2,
.instagram-reels-section .title {
    font-family: "Oswald", "Poppins", sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
}

/* Subheadings & navigation - Montserrat (strong, heavy) */
h3, h4, .h3, .h4,
.card__heading a,
.announcement-bar__message,
.header__menu-item span,
nav a,
.breadcrumbs__link,
.instagram-reels__subheading,
.why_choose p,
.collection-list p {
    font-family: "Montserrat", "Poppins", sans-serif !important;
    font-weight: 600 !important;
}

/* Product card titles - Montserrat Bold */
.card__heading,
.card-information__text h3,
.card__information .card__heading,
.full-unstyled-link {
    font-family: "Montserrat", "Poppins", sans-serif !important;
    font-weight: 700 !important;
}

/* Body/paragraph text - Inter */
p, .rte, .product__description,
body, .card__information,
.price, .price-item {
    font-family: "Inter", "Poppins", sans-serif !important;
}

/* Section heading size boost */
.title.h1, h2.title {
    font-size: clamp(28px, 4vw, 42px) !important;
    line-height: 1.15 !important;
}

/* Italic emphasis in headings - keep elegant */
h1 em, h2 em, .title em, .h0 em, .h1 em {
    font-style: italic !important;
    font-family: "Oswald", sans-serif !important;
}

/* ============================================
   BUTTON STYLING - Bold, Uppercase, Athletic
   ============================================ */

/* All buttons - uppercase bold with letter spacing */
.button, button.button,
a.button, .shopify-payment-button button,
.cart__submit, .form__submit,
button[name="add"], .quick-add__submit,
.product-form__submit,
.banner__buttons a {
    font-family: "Montserrat", "Poppins", sans-serif !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-size: 13px !important;
}

/* Old announcement bar styles removed - using marquee now */
.jdgm-star {
    font-family: 'JudgemeStar' !important;
}
a.swym-wishlist.icon-wishlist {
    position: relative;
    top: 10px;
}
a.swym-wishlist.icon-wishlist path {
    stroke: #2c2c2c;
}

/* Old utility-bar styles removed - using marquee now */

/* Old 3D shapes animation removed - using marquee now */

header.cstm_header {
    padding-top: 0px;
    padding-bottom: 0px;
}
/*  */
.card-wrapper {
    background-color: #f8f8f8;
    border-radius: 6px;
    overflow: hidden;
}
.card__information {
    padding: 25px 20px !important;
}
.cart_button button {
    width: 100%;
    height: 44px;
    border-radius: 100px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-top: 6px;
    background: linear-gradient(135deg, #3B82F6 0%, #1D4ED8 100%);
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.5), 0 0 30px rgba(59, 130, 246, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.cart_button button:hover {
    background: linear-gradient(135deg, #60A5FA 0%, #2563EB 100%);
    box-shadow: 0 6px 25px rgba(59, 130, 246, 0.7), 0 0 40px rgba(59, 130, 246, 0.5);
    transform: translateY(-2px) scale(1.02);
}
.cart_button button:active {
    transform: translateY(0);
}
a.button.button--primary, .banner__buttons a, .right_pro_btn button {
    width: 185px;
    gap: 10px;
    height: 52px;
    border-radius: 8px;
    border: none;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    margin-top: 6px;
    background: linear-gradient(135deg, #3B82F6 0%, #1D4ED8 100%);
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.5), 0 0 30px rgba(59, 130, 246, 0.3);
    transition: all 0.4s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

a.button.button--primary::after, .banner__buttons a::after, .right_pro_btn button::after {
    content: '';
    opacity: 0;
    margin-left: 0;
    transition: all 0.4s ease;
    transform: translateX(-10px);
}

a.button.button--primary:hover, .banner__buttons a:hover, .right_pro_btn button:hover {
    background: #000;
    color: #3B82F6;
    border: none;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.5), 0 0 40px rgba(59, 130, 246, 0.3);
    transform: translateY(-2px);
}

a.button.button--primary:hover::after, .banner__buttons a:hover::after, .right_pro_btn button:hover::after {
    content: '→';
    opacity: 1;
    margin-left: 8px;
    font-size: 20px;
    color: #3B82F6;
    transform: translateX(0);
}
.contact__button button{
    width: 185px;
    gap: 10px;
    height: 52px;
    border-radius: 100px;
    border: none;
    color: #000;
    font-size: 17px;
    font-weight: 800;
    margin-top: 6px !important;
    background: linear-gradient(135deg, #3B82F6 0%, #1D4ED8 100%);
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.5), 0 0 30px rgba(59, 130, 246, 0.3);
    transition: all 0.3s ease;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.contact__button button:hover{
    background: linear-gradient(135deg, #60A5FA 0%, #2563EB 100%);
    box-shadow: 0 6px 30px rgba(59, 130, 246, 0.7), 0 0 50px rgba(59, 130, 246, 0.5);
    transform: translateY(-3px) scale(1.05);
}
.contact__button{
    margin-top: 6px !important;
}
.card__heading {
    font-size: 14px;
    font-weight: bold;
}
@media screen and (max-width: 749px) {
    .card__heading {
        font-size: 12px;
    }
}
/* Enhanced Product Badges */
.card__badge.top.left span {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
    color: white;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 3px 12px rgba(238, 90, 111, 0.4);
    animation: badge-pulse 2s ease-in-out infinite;
}
.card__badge span:contains("Sale"),
.card__badge span:contains("SALE") {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
}
.card__badge span:contains("New"),
.card__badge span:contains("NEW") {
    background: linear-gradient(135deg, #00b894 0%, #00d2a0 100%);
    box-shadow: 0 3px 12px rgba(0, 184, 148, 0.4);
}
.card__badge span:contains("Best"),
.card__badge span:contains("Bestseller") {
    background: linear-gradient(135deg, #fdcb6e 0%, #f39c12 100%);
    box-shadow: 0 3px 12px rgba(253, 203, 110, 0.4);
}
@keyframes badge-pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

/* Product Page Badges */
.product__badge span {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
    color: white;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 25px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(238, 90, 111, 0.4);
    display: inline-block;
}
.highlight{
    color: #1D4ED8;
}

/* Style em tags in section headings with royal blue */
.title em,
.collection-list-title em,
h1 em, h2 em, h3 em {
    color: #1D4ED8;
    font-style: normal;
    font-weight: 800;
}
div#ImageWithText--template--16109219446872__image_with_text_DKVD73 {
    padding: 0px;
}
body .button:after, .shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button--unbranded:after {
    content: "";
    position: absolute;
    top: var(--buttons-border-width);
    right: var(--buttons-border-width);
    bottom: var(--buttons-border-width);
    left: var(--buttons-border-width);
    z-index: 1;
    border-radius: var(--buttons-radius);
    box-shadow: 0px 0px !important;
    transition: box-shadow var(--duration-short) ease;
}
.button:after, .shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button--unbranded:after {
  display:none;
}
/* about */
.imge_txt_sec .image-with-text__text-item {
    padding-right: 25px;
}
/*  slider*/
.client_img img {
    border-radius: 100px;
    width: 60px !important;
    height: 60px;
}
.client_info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.inn_choose_sec svg {
    height: 40px;
    width: 54px;
    margin-bottom: 8px;
}
.client_name h4 {
    margin-bottom: 2px;
    font-weight: bold;
    margin-top: 0px;
}
.feat_testimonial_slider .client_name span {
    color: #959595;
  font-size:13px;
}

.feat_testimonial_slider .owl-item .item {
    background-color: #D1FFF2;
    padding: 20px;
    border-radius: 25px;
}
.client_review {
    line-height: 22px;
    font-size: 14px;
}
.inn_choose_sec li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    background-color: #47beb926;
    border-radius: 15px;
    height: 150px;
    padding-top:30px;
    width: 20%;
    text-align: center;
    gap: 6px;
    font-weight: bold;
    line-height: 21px;
}
.inn_choose_sec ul {
    display: flex;
    gap: 10px;
    padding: 0px;
}
 .owl-nav.disabled {
    display: block !important;
}
 .owl-theme .owl-nav [class*=owl-] {
   /* display:none !important; */
    color: #f00;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #ffffff;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
}
.owl-prev {
    position: absolute;
    top: 43%;
    left: -50px;
}
 .owl-next {
    position: absolute;
    top: 43%;
    right: -50px;
}
 .owl-prev img {
    margin-top: 9px;
}
.owl-next img {
    margin-top: 9px;
}
/*  */
h2.title.inline-richtext, .feat_testimonial_slider h2, .feat_testimonial_slider p {
    text-align: center;
 
}
.feat_testimonial_slider h2, .choose_us_outr h2, .blog .title-wrapper-with-link h2 {
    font-size: 28px;
    margin-bottom: 0px;
}
@media screen and (max-width: 749px) {
    .feat_testimonial_slider h2, .choose_us_outr h2, .blog .title-wrapper-with-link h2 {
        font-size: 20px;
    }
}
.col_list_sec .title-wrapper-with-link {
    align-items: center;
    justify-content: center !important;
  flex-direction:column;
}
.col_list_sec p {
    max-width: 790px;
    text-align: center;
    margin: 0px !important;
}
/* collection-card */
.collection-card-wrapper {
    position: relative;
}
.collection-card-wrapper .card__content {
    position: absolute;
    bottom: 20px;
    pointer-events: none;
}
.collection-card-wrapper .card__content a {
    pointer-events: auto;
}
.collection-card-wrapper h3.card__heading {
    text-align: center;
    color: #ffffff;
    font-size: clamp(18px, 2.5vw, 24px);
    font-weight: 900 !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6), 0 0 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}
.collection-card-wrapper:hover h3.card__heading {
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8), 0 0 30px rgba(204, 255, 0, 0.4);
    transform: translateY(-2px);
    letter-spacing: 2.5px;
}
.collection-card-wrapper h3.card__heading a {
    color: #ffffff !important;
}
@media screen and (max-width: 749px) {
    .collection-card-wrapper h3.card__heading {
        font-size: 16px;
        letter-spacing: 1px;
    }
}
/* last */
div.csutm_pro {
    background-image: url(/cdn/shop/files/Group_46.jpg?v=1715170088);
    padding:60px 0px;
    color: white;
}
.out_cust_pro {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.out_cust_pro  h3 {
    font-size: 28px;
    margin-top:0px;
    font-weight: bold;
    color: white;
    margin-bottom: 0px;
}
@media screen and (max-width: 749px) {
    .out_cust_pro h3 {
        font-size: 20px;
    }
}
li.breadcrumbs__item, li.breadcrumbs__item a {
    color: white;
}
div#shopify-section-template--16109219446872__why_choose_ax4FtH {
    padding-bottom: 40px;
}
.banner__content.banner__content--bottom-center {
    align-items: center !important;
}
.footer__copyright.caption {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
footer.cstm_footer {
    background-color: #60b2bc;
}
.footer-block__details-content .list-menu__item--link, .copyright__content a {
    color: white !important;
}
footer .rte p {
    color: white;
}
h2.footer-block__heading.inline-richtext {
    font-weight: bold;
    color: white;
}
.footer__content-bottom {
    padding: 0px !important;
}
footer.cstm_footer {
    padding-bottom: 0px;
}
.footer__copyright {
    text-align: center;

}
header .list-menu__item {
    font-weight: 600;
}
h2.banner__heading{
  font-weight:bold;
  color:white;
}

.our_stroy_sec_imgtxt img, our_story_img_txt img {
    border-radius: 30px;
}
.our_stroy_sec_imgtxt  .image-with-text__text-item.grid__item > div, .our_story_img_txt  .image-with-text__text-item.grid__item > div {
    padding: 0px 20px;
    align-items: center !important;
    justify-content: center;
}
.our_stry_rich_txt p, .cont_rich_txt p {
    margin: 0px;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
}
@media screen and (max-width: 749px) {
    .our_stry_rich_txt p, .cont_rich_txt p {
        font-size: 16px;
        line-height: 24px;
    }
}
.our_stry_rich_txt  .rich-text__blocks, .cont_rich_txt .rich-text__blocks {
    max-width: 100%;
}
.contct_form_cstm .main_cont_sec {
    display: flex;
    gap: 20px;
    align-items: center;
}
.contct_form_cstm .main_cont_sec h2.title {
    text-align: left;
}
.field:after, .select:after, .customer .field:after, .customer select:after, .localization-form__select:after {
    border-radius: 6px !important;
}
:root .cont_details_txt .rich-text {
    background-color: #EDEDED !important;
}
:root .cont_details_txt .rich-text p {
    font-size: 25px;
}
:root .cont_details_txt .rich-text p a {
    color: #60b2bc !important;
}
.contct_form_cstm {
    padding-bottom: 70px;
}
.collection-hero.collection-hero--with-image {
    position: relative;
  padding:0px !important;
}
.collection-hero.collection-hero--with-image img {
    position: absolute !important;
    left: 0px !important;
    width: 100% !important;
    height: 100% !important;
     height: 600px !important;
    object-fit: cover !important;
}
.osama-container .right-side {
    padding: 0 65px;
    width: 50%!important;
    display: flex;
}
.osama-container .slider-container {
    max-width: 300px;
    margin: auto;
}
.collection-hero__image-container {
    margin: 0px !important;
    min-height: 73vh !important;
}
.osama-container .grid__item {
    margin: 0px !important;
}
.collection-hero--with-image .collection-hero__title {
    margin: 0;
    font-weight: bold;
    color: white;
}
.banner-text-wrap {
    position: absolute;
    top: 52%;
    text-align: center;
    width: 100%;
}
.client_review {
    min-height: 195px;
}
.card__heading {
    min-height: 41px;
}
.hm_feat_col h2.title {
    margin-bottom: -11px;
}
/* .card-wrapper {
    border: 1px solid #ebebeb;
} */
.banner__content  .banner__text.rte.body p {
    color: white;
}
.card__media img {
    transform: scale(1.1);
}
.blog .card__heading {
    min-height: auto;
}
.article-card__excerpt {
    width: 100%;
    margin: 0px;
}
.main-blog .blog-articles {
    display: flex;
}
.main-blog .blog-articles .card__heading {
    min-height: auto !important;
}
.read_more_link {
    font-weight: bold;
    color: #049fb1;
}
.cstm_header {
    display: flex;
    justify-content: space-between;
}
.cstm_header h1.header__heading, .cstm_header .header__icons {
    width: 15%;
}
label.color-swatch {
    height: 41px;
    width: 40px !important;
}
span.swym-fave-count {
    display: none !important;
}
.quick-add {
    padding: 0px 15px 20px;
}
.card__information {
    padding-bottom: 6px !important;
}
.fixed_whatzapp {
    position: fixed;
    z-index: 99 !important;
    right: 10px;
    bottom: 10px;
}
.fixed_whatzapp img {
    width: 70px;
}
:root {
    --jdgm-primary-color: #049FB1;
    --jdgm-secondary-color: #049FB1;
    --jdgm-star-color: #049FB1;
    --jdgm-paginate-color: #049FB1;
    --jdgm-border-radius: #049FB1;
}
.contct_form_cstm .main_cont_sec {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.article-template__hero-adapt.media {
    padding: 0px !important;
    height: 403px;

}
.article-template__hero-container {
    max-width: 1600px !important;
    margin: 0 auto;
    padding-right: 5rem;
    margin-bottom: 30px!important;
    padding-left: 5rem;
}
header.page-width.page-width--narrow.scroll-trigger.animate--fade-in, .article-template__content.page-width.page-width--narrow.rte.scroll-trigger.animate--slide-in {
    width: 100% !important;
    margin: 0px;
    padding: 0px 5rem;
}
header.page-width.page-width--narrow.scroll-trigger.animate--fade-in, .article-template__content.page-width.page-width--narrow.rte.scroll-trigger.animate--slide-in {
    width: 1600px;
    margin: 0;
    padding: 0px 5rem;
    max-width: 1600px;
    margin: auto;
}
ul.lastest_listin {
    display: flex;
    list-style: none;
    padding: 0px;
    gap: 11px;
}
ul.lastest_listin li {
    background-color: #f8f8f8;
    border-radius: 22px;
    border: 1px solid #dfdede;
    padding-bottom: 19px;
}
ul.lastest_listin li h3, ul.lastest_listin li span, ul.lastest_listin li p{
  padding:0px 20px; 
  margin:0px;
}
ul.lastest_listin li span time {
    font-size: 10px;
    text-transform: uppercase;
}
 ul.lastest_listin li p{
  font-size:14px !important;
}
ul.lastest_listin li span{
  padding-bottom:10px;
}
ul.lastest_listin li span, ul.lastest_listin li p{
  font-size:16px;
}
ul.lastest_listin a {
    text-decoration: none;
    color: inherit !important;
}
ul.lastest_listin {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 11px;
    margin-bottom: 50px;
}
.article-template__content.page-width.page-width--narrow.rte.scroll-trigger.animate--slide-in {
    margin-top: 13px;
}
ul.lastest_listin img {
    width: 100%;
}
h2 span {
    color: #60b2bc;
}
ul.lastest_listin li span:last-child {
    color: #60b2bc;
    font-weight: 600;
    margin-top: 18px;
}



:root .product__info-wrapper .product__title h1 {
    font-weight: 600;
    font-size: 24px;
}
@media screen and (max-width: 749px) {
    :root .product__info-wrapper .product__title h1 {
        font-size: 18px;
    }
}
.product__info-wrapper span.currency-converter-amount.cbb-price-currency-INR span {
    font-weight: bold;
    color: #60b2bc !important;
    font-size: 20px;
}
@media screen and (max-width: 749px) {
    .product__info-wrapper span.currency-converter-amount.cbb-price-currency-INR span {
        font-size: 16px;
    }
}
.related-products {
    padding-top: 0px !important;
  padding-bottom:40px;
}
.related-products .card__heading {
    min-height: inherit;
}
.related-products__heading {
    margin: 0 0 3rem;
    font-size: 28px;
    text-align: center;
}
@media screen and (max-width: 749px) {
    .related-products__heading {
        font-size: 20px;
    }
}
h2.jdgm-rev-widg__title,  {
    font-size: 28px;
}
@media screen and (max-width: 749px) {
    h2.jdgm-rev-widg__title {
        font-size: 20px;
    }
}
.product__info-wrapper s.currency-converter-amount.cbb-price-currency-INR span {
    font-size: 20px;
    color: lightgrey !important;
}
.product__info-wrapper .product__description.rte.quick-add-hidden p {
    font-size: 14px;
    font-weight: 500;
    color: #a5a5a5;

}
.product__info-wrapper .product__description.rte.quick-add-hidden  {
    margin: 5px 0px !important;
}
 .quantity:after,  .quantity:before {
    border-radius: 7px;
}
 .product__info-wrapper .product-form__submit, .cart-notification__links button {
      margin-bottom: 1rem;
    border-radius: 10px;
    padding: 19px !important;
    background-color: #47c1bf;
    color: white;
    text-decoration: none;
}
.product__info-wrapper .out_ship_details span, .customer h1, h1 {
    font-weight: bold;
}
.shopify-policy__container {
    max-width: 800px;
    padding-bottom: 50px;
}
.customer form {
    margin-top: 20px !important;
}
.product__info-wrapper .out_ship_details, .product__info-wrapper .out_ship_details p {
    margin-top: 0px !important;
}
.form__label {
    margin-bottom: .6rem;
    text-transform: uppercase;
}
.jdgm-row-media {
    display: none !important;
}
a.jdgm-rev__pic-link {
    position: absolute;
    top: 0px;
    right: 0px;
    top: 43px;
    width: 70px;
    height: 70px;
    border-radius: 100px !important;
    overflow: hidden;
}
a.jdgm-write-rev-link {
    border-radius: 5px;
    height: 46px;
    font-weight: 400;
}
.swym-btn-container .swym-button.swym-added:after {
    opacity: 1 !important;
}
button#checkout, .customer button {
    margin-bottom: 1rem;
    border-radius: 10px;
    padding: 12px 19px !important;
    background-color: #47c1bf;
    font-size: 17px;
}
cart-items h1.title {
    font-weight: 700;
}
.cart-items td {
    vertical-align: top;
    padding-top: 15px !important;
}
ul.currency-converter-chooser.skiptranslate.notranslate {
    padding: 10px !important;
    border-radius: 10px !important;
}
li.currency-converter-chooser-item {
    border-bottom: 0px !important;
}
span.currency-converter-currency-button-text {
    font-size: 20px;
    border-left: 2px solid #cbcbcb;
    padding-left: 14px;
    line-height: 21px;
}
.wishlist_icon {
    margin: 0px 6px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}
header {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
header .swym-wishlist svg {
    width: 23px;
}
header .header__heading-logo {
    height: auto;
    max-width: 100%;
    width: 300px;
}
a.jdgm-write-rev-link {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 600px) {

.cstm_header h1.header__heading, .cstm_header .header__icons {
    width: 47%;
}
  .inn_choose_sec ul {
    flex-wrap: wrap;
}
.inn_choose_sec li {
    height: 113px;
    padding-top: 16px;
    width: 47%;
    text-align: center;
    padding-bottom: 15px;
}
  .card__information {
    padding: 10px !important;
}
  .imge_txt_sec .image-with-text__text-item {
    padding-right: 0px;
}

  .owl-nav {
    display: none;
}
section#shopify-section-template--16121698189400__image_banner_nmtREF .banner__box.content-container.content-container--full-width-mobile.color-scheme-1.gradient {
    position: absolute;
}
  .our_stry_rich_txt p, .cont_rich_txt p {
    margin: 0px;
    font-weight: bold;
    font-size: 17px;
    line-height: 25px;
}
  .our_story_img_txt h2.image-with-text__heading.inline-richtext.h1 {
    margin-top: 20px;
}
.our_story_img_txt  .image-with-text__text-item.grid__item > div {
    align-items: start !important;
}
  .our_stroy_sec_imgtxt  h2.image-with-text__heading.inline-richtext.h1 {
    margin-top: 30px !important;
}
  section#shopify-section-template--16109219512408__image_banner_JkpAqf .banner__box.content-container {
    position: absolute;
}
  section#shopify-section-template--16109219348568__image_banner_zUyVU8 .banner__box.content-container {
    position: absolute;
}
  .contct_form_cstm {
    padding-bottom: 0px;
}
  :root .cont_details_txt .rich-text p {
    font-size: 16px;
}
  .main-blog .blog-articles {
    display: flex;
    flex-wrap: wrap;
}
   .main-blog .blog-articles .blog-articles__article {
    width: 100%;
    margin-bottom: 20px;
}
  ul.lastest_listin {
    flex-direction: column;
}
  .article-template__hero-container, header.page-width.page-width--narrow.scroll-trigger.animate--fade-in, .article-template__content.page-width.page-width--narrow.rte.scroll-trigger.animate--slide-in {
    padding-right: 25px;
    padding-left: 25px;
}
  .footer-block__details-content li a {
    line-height: 10px !important;
}
  section#shopify-section-template--16121698189400__image_banner_nmtREF .banner__content.banner__content--bottom-center {
    position: inherit;
}
  .contct_form_cstm .main_cont_sec {
    flex-direction: column;
}
  .contct_form_cstm .main_cont_sec   .lft_cont img {
    width: 100%;
}
    .right_cont.contact {
    width: 100% !important;
}
}
@media only screen and (min-width: 1200px) {
.page-width {
    max-width: 200rem;
}
}
.field__input:focus-visible, .select__select:focus-visible, .customer .field input:focus-visible, .customer select:focus-visible, .localization-form__select:focus-visible.localization-form__select:after {
    box-shadow: none;
    outline: 0;
    border-radius: var(--inputs-radius);
}
  .right_cont.contact {
    width: 40%;
    padding: 20px;
}



.slider-mobile-gutter page-width page-width-desktop img{
  width: 100%;
  height:500px;
}

/* Sticky Add to Cart Bar */
.sticky-atc-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.95) 100%);
    backdrop-filter: blur(10px);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    padding: 12px 20px;
    z-index: 999;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    border-top: 2px solid #3B82F6;
}
.sticky-atc-bar.visible {
    transform: translateY(0);
}
.sticky-atc-bar__container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.sticky-atc-bar__product-info {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
}
.sticky-atc-bar__image {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.sticky-atc-bar__details {
    flex: 1;
    min-width: 0;
}
.sticky-atc-bar__title {
    font-size: 14px;
    font-weight: 600;
    color: #2c2c2c;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sticky-atc-bar__price {
    font-size: 16px;
    font-weight: 700;
    color: #049fb1;
    margin: 2px 0 0 0;
}
.sticky-atc-bar__button {
    min-width: 200px;
    height: 50px;
    border-radius: 100px;
    border: none;
    color: #000;
    font-size: 16px;
    font-weight: 800;
    background: linear-gradient(135deg, #3B82F6 0%, #1D4ED8 100%);
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.5), 0 0 30px rgba(59, 130, 246, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.sticky-atc-bar__button:hover {
    background: linear-gradient(135deg, #60A5FA 0%, #2563EB 100%);
    box-shadow: 0 6px 30px rgba(59, 130, 246, 0.7), 0 0 50px rgba(59, 130, 246, 0.5);
    transform: translateY(-2px) scale(1.05);
}
.sticky-atc-bar__promo {
    font-size: 12px;
    color: #00b894;
    font-weight: 600;
    margin-top: 2px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.sticky-atc-bar__promo::before {
    content: "🎉";
}
@media screen and (max-width: 749px) {
    .sticky-atc-bar {
        padding: 10px 15px;
    }
    .sticky-atc-bar__container {
        gap: 10px;
    }
    .sticky-atc-bar__image {
        width: 40px;
        height: 40px;
    }
    .sticky-atc-bar__title {
        font-size: 12px;
    }
    .sticky-atc-bar__price {
        font-size: 14px;
    }
    .sticky-atc-bar__button {
        min-width: 140px;
        height: 44px;
        font-size: 14px;
    }
    .sticky-atc-bar__promo {
        display: none;
    }
}

/* Enhanced Product Form Button - Blue to Black Hover with Arrow */
.product-form__submit {
    min-height: 54px !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    color: #fff !important;
    background: linear-gradient(135deg, #3B82F6 0%, #1D4ED8 100%) !important;
    border: none !important;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.5), 0 0 30px rgba(59, 130, 246, 0.3) !important;
    transition: all 0.4s ease !important;
    border-radius: 8px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.product-form__submit::after {
    content: '';
    opacity: 0;
    margin-left: 0;
    transition: all 0.4s ease;
    transform: translateX(-10px);
}

.product-form__submit:hover {
    background: #000 !important;
    color: #3B82F6 !important;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.5), 0 0 40px rgba(59, 130, 246, 0.3) !important;
    transform: translateY(-2px);
}

.product-form__submit:hover::after {
    content: '→';
    opacity: 1;
    margin-left: 10px;
    font-size: 20px;
    color: #3B82F6;
    transform: translateX(0);
    display: inline-block;
}

/* Cart Promotional Banner */
.cart__promo-banner {
    background: linear-gradient(135deg, #f7ffe5 0%, #e8f7d1 100%);
    border: 2px solid #3B82F6;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.2);
}
.cart__promo-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-size: 14px;
    font-weight: 600;
    color: #2c2c2c;
}
.cart__promo-item:first-child {
    padding-top: 0;
    border-bottom: 1px solid rgba(59, 130, 246, 0.3);
    padding-bottom: 12px;
    margin-bottom: 4px;
}
.cart__promo-item:last-child {
    padding-bottom: 0;
}
.cart__promo-icon {
    font-size: 20px;
    flex-shrink: 0;
}
.cart__promo-text {
    color: #0066cc;
    font-weight: 700;
}
@media screen and (max-width: 749px) {
    .cart__promo-banner {
        padding: 12px 15px;
    }
    .cart__promo-item {
        font-size: 12px;
    }
    .cart__promo-icon {
        font-size: 16px;
    }
}

/* Enhanced Checkout Button */
button#checkout,
.cart__checkout-button {
    min-height: 54px !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #000 !important;
    background: linear-gradient(135deg, #3B82F6 0%, #1D4ED8 100%) !important;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.5), 0 0 30px rgba(59, 130, 246, 0.3) !important;
    transition: all 0.3s ease !important;
    border-radius: 100px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
button#checkout:hover,
.cart__checkout-button:hover {
    background: linear-gradient(135deg, #60A5FA 0%, #2563EB 100%) !important;
    box-shadow: 0 6px 30px rgba(59, 130, 246, 0.7), 0 0 50px rgba(59, 130, 246, 0.5) !important;
    transform: translateY(-2px) scale(1.05) !important;
}

/* Announcement Bar Crackers Effect */
.announcement-with-crackers {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.cracker-sparkle {
    display: inline-block;
    font-size: 18px;
    animation: cracker-pop 2s ease-in-out infinite;
    opacity: 0.9;
}
.cracker-1 {
    animation-delay: 0s;
}
.cracker-2 {
    animation-delay: 0.5s;
}
.cracker-3 {
    animation-delay: 1s;
}
.cracker-4 {
    animation-delay: 1.5s;
}
@keyframes cracker-pop {
    0%, 100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.7;
    }
    25% {
        transform: scale(1.3) rotate(10deg);
        opacity: 1;
    }
    50% {
        transform: scale(1) rotate(-5deg);
        opacity: 0.9;
    }
    75% {
        transform: scale(1.2) rotate(5deg);
        opacity: 1;
    }
}
@media screen and (max-width: 749px) {
    .cracker-sparkle {
        font-size: 14px;
    }
}

/* Black Footer */
footer.cstm_footer.footer {
    background: #000 !important;
    color: #fff !important;
}
footer.cstm_footer .footer-block__heading,
footer.cstm_footer h2,
footer.cstm_footer h3,
footer.cstm_footer h4,
footer.cstm_footer p,
footer.cstm_footer a,
footer.cstm_footer span,
footer.cstm_footer li {
    color: #fff !important;
}
footer.cstm_footer a:hover {
    color: #3B82F6 !important;
}
footer.cstm_footer .footer__copyright {
    border-top: 1px solid #333;
    padding-top: 20px;
}
footer.cstm_footer input,
footer.cstm_footer .field__input {
    background: #222 !important;
    border-color: #444 !important;
    color: #fff !important;
}
footer.cstm_footer button {
    background: linear-gradient(135deg, #3B82F6 0%, #1D4ED8 100%) !important;
    color: #fff !important;
}

/* Consistent Product Image Sizes */
.card-wrapper .card .card__inner {
    display: flex;
    flex-direction: column;
}
.card-wrapper .card__media {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.card-wrapper .card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.card-wrapper .card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card-wrapper .card__information {
    min-height: 120px;
}
.card__heading {
    min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 749px) {
    .card-wrapper .card__information {
        min-height: 100px;
    }
    .card__heading {
        min-height: 36px;
    }
}

/* Feature Spotlight Grid */
.feature-spotlight-section {
    padding: 48px 0;
    background: #f8f9fa;
    margin-top: 20px;
}
.feature-spotlight__heading {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 32px;
}
.feature-spotlight__heading em {
    font-style: italic;
}
.feature-spotlight-grid {
    display: grid;
    gap: 16px;
}
.feature-spotlight-grid--1 {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
}
.feature-spotlight-grid--2 {
    grid-template-columns: repeat(2, 1fr);
}
.feature-spotlight-grid--3 {
    grid-template-columns: repeat(3, 1fr);
}
.feature-spotlight-grid--4 {
    grid-template-columns: repeat(2, 1fr);
}
.feature-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.feature-card__image-wrapper {
    position: absolute;
    inset: 0;
}
.feature-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.feature-card:hover .feature-card__image {
    transform: scale(1.08);
}
.feature-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.05) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    transition: background 0.4s ease;
}
.feature-card:hover .feature-card__overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.15) 100%);
}
.feature-card__number {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    background: rgba(59, 130, 246, 0.9);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 10px rgba(59, 130, 246, 0.4);
}
.feature-card__title {
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.3;
}
.feature-card__description {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    line-height: 1.5;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}
.feature-card:hover .feature-card__description {
    max-height: 120px;
    opacity: 1;
}
/* Mobile tap support */
@media (hover: none) {
    .feature-card__description {
        max-height: 120px;
        opacity: 1;
    }
}
@media screen and (max-width: 989px) {
    .feature-spotlight__heading {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .feature-spotlight-grid--3,
    .feature-spotlight-grid--4 {
        grid-template-columns: repeat(2, 1fr);
    }
    .feature-card__overlay {
        padding: 16px;
    }
    .feature-card__title {
        font-size: 15px;
    }
    .feature-card__description {
        font-size: 12px;
    }
}
@media screen and (max-width: 480px) {
    .feature-spotlight-section {
        padding: 32px 0;
    }
    .feature-spotlight-grid {
        gap: 12px;
    }
    .feature-card__number {
        width: 28px;
        height: 28px;
        font-size: 11px;
        top: 10px;
        left: 10px;
    }
    .feature-card__overlay {
        padding: 12px;
    }
    .feature-card__title {
        font-size: 13px;
    }
    .feature-card__description {
        font-size: 11px;
    }
}

/* Instagram Reels Section */
.instagram-reels-section {
    background: #fff;
}
.instagram-reels-section .title-wrapper {
    text-align: center;
    margin-bottom: 40px;
}
.instagram-reels-section .title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
}
.instagram-reels__subheading {
    font-size: 16px;
    color: #666;
    margin: 0;
}
.instagram-reels-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 32px;
}
.instagram-reel-item {
    position: relative;
    aspect-ratio: 9 / 16;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.instagram-reel-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
/* iOS Safari Fallback - Thumbnail + Play Button */
.instagram-reel-ios-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    text-decoration: none;
    border-radius: 8px;
}
.instagram-reel-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.instagram-reel-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.15);
    transition: background 0.3s ease;
    border-radius: 8px;
}
.instagram-reel-play-overlay:hover {
    background: rgba(0, 0, 0, 0.3);
}
.instagram-play-btn {
    transition: transform 0.3s ease;
}
.instagram-reel-play-overlay:hover .instagram-play-btn {
    transform: scale(1.15);
}
.instagram-reel-brand {
    position: absolute;
    top: 12px;
    right: 12px;
    opacity: 0.9;
}
.instagram-reel-item * {
    -webkit-tap-highlight-color: transparent;
}
/* Placeholder when no cover image uploaded */
div.instagram-reel-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #833AB4 0%, #E1306C 50%, #F77737 100%);
    object-fit: unset;
}
.instagram-reels-cta {
    text-align: center;
    margin-top: 32px;
}
@media screen and (max-width: 989px) {
    .instagram-reels-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}
@media screen and (max-width: 749px) {
    .instagram-reels-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .instagram-reels-section .title {
        font-size: 24px;
    }
}

/* Fix Product Card Rating Height - Ensures Consistency */
.card__information .rating {
    min-height: 20px;
    margin-bottom: 8px;
}
.card .price {
    min-height: 24px;
}
/* Ensure all product cards have same structure height */
.card-wrapper .card {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.card-wrapper .card__inner {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.card-wrapper .card__content {
    margin-top: auto;
}

/* Instagram Reels - Clean iframe Display with Aspect Ratio */
.instagram-reel-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 177.78%; /* 9:16 aspect ratio for vertical videos (16/9 * 100) */
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.instagram-reel-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
    z-index: 1;
}

/* Overlay to hide Instagram header when iframe is loaded */
.instagram-reel-wrapper.iframe-loaded::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 55px;
    background: #000;
    z-index: 10;
    pointer-events: none;
}

/* Overlay to hide Instagram footer when iframe is loaded */
.instagram-reel-wrapper.iframe-loaded::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: #000;
    z-index: 10;
    pointer-events: none;
}

/* Product Name Truncation with Ellipsis */
.card__heading,
.card-information__text h3,
.card__information .card__heading {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-height: 2.8em !important;
    line-height: 1.4 !important;
    word-break: break-word !important;
}

/* Clean spacing for reels grid */
.instagram-reels-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    padding: 0;
    max-width: 100%;
}

.instagram-reel-item {
    overflow: hidden;
    width: 100%;
}

/* Medium screens - 3 columns */
@media screen and (max-width: 989px) {
    .instagram-reels-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
}

/* Tablet and Mobile screens - 2 columns */
@media screen and (max-width: 749px) {
    .instagram-reels-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .instagram-reel-wrapper {
        padding-bottom: 177.78%; /* Keep same 9:16 aspect ratio on mobile */
    }

    .instagram-reel-wrapper.iframe-loaded::before {
        height: 50px;
    }

    .instagram-reel-wrapper.iframe-loaded::after {
        height: 45px;
    }

    .instagram-play-btn svg {
        width: 40px;
        height: 40px;
    }
}

/* Mobile Product Carousel - Auto-scroll with Dots */
@media screen and (max-width: 749px) {
    /* Enable Owl Carousel navigation dots on mobile */
    .feat_pro_new.owl-carousel .owl-dots {
        display: block !important;
        text-align: center;
        margin-top: 20px;
        padding-bottom: 10px;
    }

    .feat_pro_new.owl-carousel .owl-dot {
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #ddd;
        border-radius: 50%;
        margin: 0 4px;
        transition: all 0.3s ease;
    }

    .feat_pro_new.owl-carousel .owl-dot.active {
        background: #1E40AF;
        width: 24px;
        border-radius: 4px;
    }

    /* Hide navigation arrows on mobile */
    .feat_pro_new.owl-carousel .owl-nav {
        display: none !important;
    }

    /* Ensure smooth scrolling */
    .feat_pro_new.owl-carousel .owl-stage-outer {
        overflow: hidden;
    }
}

/* FITNESS BRAND Color Scheme - Energetic & Dynamic */

/* Main body background - Subtle energy gradient */
body {
    background: linear-gradient(180deg, #F0F4FF 0%, #FFFFFF 50%, #F0F9FF 100%);
}

/* Clean white sections for product focus */
.color-scheme-1,
.featured-collection,
.section.gradient {
    background-color: #FFFFFF !important;
    box-shadow: 0 2px 10px rgba(59, 130, 246, 0.05);
}

/* Alternating fitness-themed sections */
.collection-list,
.why_choose,
.instagram-reels-section:nth-of-type(even),
.testimonial-section {
    background: linear-gradient(135deg, #EFF6FF 0%, #DBEAFE 100%) !important;
    border-top: 2px solid rgba(59, 130, 246, 0.1);
    border-bottom: 2px solid rgba(59, 130, 246, 0.1);
}

/* Premium dark sections for contrast */
.footer {
    background: linear-gradient(135deg, #1E293B 0%, #0F172A 100%);
}

/* Product cards - Clean white with subtle shadow */
.card-wrapper,
.product-card-wrapper {
    background: #FFFFFF;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.card-wrapper:hover,
.product-card-wrapper:hover {
    box-shadow: 0 8px 24px rgba(204, 255, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

/* Section headings - Better contrast */
.title-wrapper .title {
    color: #1E293B;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Page width container - Ensure proper spacing */
.page-width {
    background-color: transparent;
}

/* Instagram sections - Light gray for separation */
.instagram-reels-section {
    background-color: #F5F5F5 !important;
    padding: 40px 0;
}

/* Why Choose Us section - Highlight with subtle color */
.why_choose {
    background: linear-gradient(180deg, #F8F8F8 0%, #F0F0F0 100%);
}

/* Neon accent highlights */
.section__heading em,
.title em {
    color: #1E293B;
    position: relative;
}

.section__heading em::after,
.title em::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #CCFF00 0%, #A3D900 100%);
    border-radius: 2px;
}

/* Homepage Product Cards - Add to Cart Button Hover Effect */
.card .button,
.quick-add-modal__content-info .product-form__submit,
.quick-add__submit,
button[name="add"],
.product-form button[type="submit"] {
    background: linear-gradient(135deg, #3B82F6 0%, #1D4ED8 100%) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: all 0.4s ease !important;
    position: relative !important;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.5), 0 0 30px rgba(59, 130, 246, 0.3) !important;
}

.card .button::after,
.quick-add__submit::after,
button[name="add"]::after,
.product-form button[type="submit"]::after {
    content: '';
    opacity: 0;
    margin-left: 0;
    transition: all 0.4s ease;
    transform: translateX(-10px);
}

.card .button:hover,
.quick-add__submit:hover,
button[name="add"]:hover,
.product-form button[type="submit"]:hover {
    background: #000 !important;
    color: #3B82F6 !important;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.5), 0 0 40px rgba(59, 130, 246, 0.3) !important;
    transform: translateY(-2px) !important;
}

.card .button:hover::after,
.quick-add__submit:hover::after,
button[name="add"]:hover::after,
.product-form button[type="submit"]:hover::after {
    content: '→';
    opacity: 1;
    margin-left: 8px;
    font-size: 18px;
    color: #3B82F6;
    transform: translateX(0);
    display: inline-block;
}

/* ======================================
   PRODUCT PAGE ENHANCEMENTS
   ====================================== */

/* Trust Badges */
.trust-badges {
    display: flex;
    gap: 16px;
    margin: 16px 0 8px;
    flex-wrap: wrap;
}
.trust-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    background: #f8fffe;
    border: 1px solid #e0f2f1;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #2c2c2c;
    transition: all 0.3s ease;
}
.trust-badge:hover {
    border-color: #3B82F6;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.15);
    transform: translateY(-1px);
}
.trust-badge svg {
    flex-shrink: 0;
}
@media screen and (max-width: 749px) {
    .trust-badges {
        gap: 8px;
    }
    .trust-badge {
        padding: 6px 10px;
        font-size: 11px;
        flex: 1;
        min-width: calc(50% - 8px);
        justify-content: center;
    }
    .trust-badge svg {
        width: 18px;
        height: 18px;
    }
}

/* You Save Badge */
.you-save-badge {
    margin: 8px 0 4px;
    padding: 6px 12px;
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    border: 1px solid #6ee7b7;
    border-radius: 6px;
    display: inline-block;
}
.you-save-badge__text {
    font-size: 14px;
    font-weight: 700;
    color: #059669;
    letter-spacing: 0.3px;
}
@media screen and (max-width: 749px) {
    .you-save-badge__text {
        font-size: 12px;
    }
}

/* Selling Fast Badge */
.selling-fast-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 6px 0 4px;
    padding: 6px 14px;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border: 1px solid #f59e0b;
    border-radius: 6px;
    animation: selling-fast-pulse 2s ease-in-out infinite;
}
.selling-fast-badge__icon {
    font-size: 16px;
}
.selling-fast-badge__text {
    font-size: 13px;
    font-weight: 700;
    color: #92400e;
}
@keyframes selling-fast-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.3); }
    50% { box-shadow: 0 0 0 6px rgba(245, 158, 11, 0); }
}

/* Product Tabs (native details/summary - no jQuery conflicts) */
.product-tabs {
    margin: 16px 0 0;
    border-top: 1px solid #e5e7eb;
}
.product-tab {
    border-bottom: 1px solid #e5e7eb;
}
.product-tab__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    cursor: pointer;
    list-style: none;
    user-select: none;
    transition: color 0.2s ease;
}
.product-tab__header::-webkit-details-marker {
    display: none;
}
.product-tab__header::marker {
    display: none;
    content: '';
}
.product-tab__header:hover {
    color: #3B82F6;
}
.product-tab__title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.product-tab__title svg {
    flex-shrink: 0;
    opacity: 0.7;
}
.product-tab__icon::after {
    content: '+';
    font-size: 22px;
    font-weight: 400;
    color: #9ca3af;
    line-height: 1;
}
.product-tab[open] .product-tab__icon::after {
    content: '−';
}
.product-tab__content {
    font-size: 14px;
    line-height: 1.7;
    color: #6b7280;
    padding: 0 0 16px;
}
.product-tab__content p {
    margin: 0 0 8px;
    font-size: 14px;
    color: #6b7280;
}
.product-tab__content p:last-child {
    margin-bottom: 0;
}

/* Related Products Enhanced */
.related-products__heading {
    margin: 0 0 2rem;
    font-size: 28px;
    text-align: center;
    font-weight: 800;
    color: #1e293b;
}
.related-products__heading em {
    font-style: italic;
}
@media screen and (max-width: 749px) {
    .related-products__heading {
        font-size: 22px;
    }
}

/* ======================================
   BLOG PAGE REVAMP
   ====================================== */

/* Blog Page Header */
.blog-page__header {
    text-align: center;
    margin-bottom: 40px;
}
.blog-page__title {
    font-size: 36px;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 12px;
}
.blog-page__title em {
    font-style: italic;
}
.blog-page__subtitle {
    font-size: 16px;
    color: #6b7280;
    margin: 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.blog-page__empty {
    text-align: center;
    padding: 80px 20px;
    color: #9ca3af;
}
.blog-page__empty p {
    margin-top: 16px;
    font-size: 16px;
}

/* Featured Blog Post (first article, hero-style) */
.blog-featured-post {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 0;
    margin-bottom: 48px;
    border-radius: 16px;
    overflow: hidden;
    background: #1e293b;
    text-decoration: none;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-featured-post:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}
.blog-featured-post__image {
    overflow: hidden;
    aspect-ratio: 16 / 10;
}
.blog-featured-post__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.blog-featured-post:hover .blog-featured-post__image img {
    transform: scale(1.05);
}
.blog-featured-post__content {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.blog-featured-post__badge {
    display: inline-block;
    background: #3B82F6;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 12px;
    border-radius: 4px;
    width: fit-content;
    margin-bottom: 16px;
}
.blog-featured-post__title {
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 12px;
    line-height: 1.3;
}
.blog-featured-post__meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    color: #94a3b8;
    margin-bottom: 16px;
}
.blog-featured-post__tag {
    background: rgba(59, 130, 246, 0.2);
    color: #93c5fd;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}
.blog-featured-post__excerpt {
    font-size: 15px;
    color: #cbd5e1;
    line-height: 1.6;
    margin: 0 0 20px;
}
.blog-featured-post__cta {
    font-size: 14px;
    font-weight: 700;
    color: #3B82F6;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.blog-arrow {
    transition: transform 0.3s ease;
    display: inline-block;
}
.blog-featured-post:hover .blog-arrow {
    transform: translateX(4px);
}

/* Blog Grid (remaining articles) */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.blog-card {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}
.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
.blog-card__image-wrapper {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f1f5f9;
}
.blog-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.blog-card:hover .blog-card__image {
    transform: scale(1.05);
}
.blog-card__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
}
.blog-card__content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.blog-card__meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #9ca3af;
    margin-bottom: 8px;
    font-weight: 500;
}
.blog-card__tag {
    background: #eff6ff;
    color: #3B82F6;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
}
.blog-card__title {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 8px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-card__excerpt {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0 0 16px;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-card__read-more {
    font-size: 13px;
    font-weight: 700;
    color: #3B82F6;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: auto;
}
.blog-card:hover .blog-arrow {
    transform: translateX(4px);
}

/* Blog Responsive */
@media screen and (max-width: 989px) {
    .blog-page__title {
        font-size: 28px;
    }
    .blog-featured-post {
        grid-template-columns: 1fr;
    }
    .blog-featured-post__content {
        padding: 24px;
    }
    .blog-featured-post__title {
        font-size: 22px;
    }
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
@media screen and (max-width: 749px) {
    .blog-page__title {
        font-size: 24px;
    }
    .blog-page__subtitle {
        font-size: 14px;
    }
    .blog-page__header {
        margin-bottom: 24px;
    }
    .blog-featured-post {
        margin-bottom: 32px;
    }
    .blog-featured-post__content {
        padding: 20px;
    }
    .blog-featured-post__title {
        font-size: 20px;
    }
    .blog-featured-post__excerpt {
        font-size: 14px;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .blog-card {
        flex-direction: row;
        align-items: stretch;
    }
    .blog-card__image-wrapper {
        width: 120px;
        min-width: 120px;
        aspect-ratio: auto;
    }
    .blog-card__content {
        padding: 14px;
    }
    .blog-card__title {
        font-size: 15px;
    }
    .blog-card__excerpt {
        display: none;
    }
}

/* ======================================
   ARTICLE PAGE
   ====================================== */
.article-page__hero {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.article-page__hero img {
    width: 100%;
    display: block;
}
.article-page__header {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 24px;
}
.article-page__meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 16px;
}
.article-page__date {
    font-size: 13px;
    color: #9ca3af;
    font-weight: 500;
}
.article-page__tag {
    background: #eff6ff;
    color: #3B82F6;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}
.article-page__title {
    font-size: 36px;
    font-weight: 800;
    color: #1e293b;
    line-height: 1.25;
    margin: 0 0 12px;
}
.article-page__author {
    font-size: 14px;
    color: #6b7280;
}
.article-page__content {
    padding-top: 16px;
    padding-bottom: 40px;
}
.article-page__content h2,
.article-page__content h3 {
    color: #1e293b;
    margin-top: 32px;
    margin-bottom: 12px;
}
.article-page__content p {
    font-size: 16px;
    line-height: 1.8;
    color: #4b5563;
    margin-bottom: 16px;
}
.article-page__content img {
    border-radius: 8px;
    margin: 24px 0;
}
.article-page__content ul,
.article-page__content ol {
    padding-left: 24px;
    margin-bottom: 16px;
}
.article-page__content li {
    font-size: 16px;
    line-height: 1.8;
    color: #4b5563;
    margin-bottom: 8px;
}
.article-page__footer {
    border-top: 1px solid #e5e7eb;
    padding: 24px 0 40px;
}
.article-page__back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #3B82F6;
    text-decoration: none;
    transition: gap 0.3s ease;
}
.article-page__back:hover {
    gap: 12px;
}
.article-page__share {
    padding: 16px 0;
    border-top: 1px solid #e5e7eb;
}

/* Article Comments */
.article-page__comments-section {
    background: #f8fafc;
    padding: 48px 0;
    margin-top: 20px;
}
.article-page__comments-heading {
    font-size: 22px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 24px;
}
.article-page__comment {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 12px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.article-page__comment-body {
    font-size: 15px;
    line-height: 1.6;
    color: #4b5563;
    margin-bottom: 8px;
}
.article-page__comment-meta {
    font-size: 13px;
    color: #9ca3af;
    display: flex;
    gap: 8px;
    align-items: center;
}
.article-page__comment-meta strong {
    color: #1e293b;
}
.article-page__comment-form-title {
    font-size: 22px;
    font-weight: 700;
    color: #1e293b;
    margin: 32px 0 20px;
}
.article-page__comment-fields-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}
.article-page__submit-btn {
    margin-top: 16px;
}
.article-page__moderated-note {
    color: #9ca3af;
    font-size: 13px;
}

@media screen and (max-width: 749px) {
    .article-page__title {
        font-size: 26px;
    }
    .article-page__content p {
        font-size: 15px;
    }
    .article-page__comment-fields-row {
        grid-template-columns: 1fr;
    }
}
