/** Shopify CDN: Minification failed

Line 202:22 Expected ":"

**/
.pipe_marquee{
    width: 1px;
    height: 100%;
    display: block !important;
    background: #E75924;
    margin-inline-end: var(--col-gap-desktop, var(--col-gap));
}
.show-sticky-cart {
    display: none;
}
/* assets/warrior-standard.css */

.warrior-standard-section {
  width: 100%;
  box-sizing: border-box;
  background-color: #fafafa; /* Custom light backdrop matching Figma */
  padding-top: var(--padding-top-mobile);
  padding-bottom: var(--padding-bottom-mobile);
  overflow: hidden;
}

.warrior-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Header Styles */
.warrior-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(32px, 5vw, 48px) auto;
}

.warrior-subheading {
    color:  #E75924;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%; 
    letter-spacing: 1.12px;
    text-transform: uppercase;
}

.warrior-main-heading {
    font-size: clamp(32px, 4vw, 36px);
    color:  #111;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.36px;
    text-transform: uppercase;
    margin-bottom: 18px;
    margin-top: 0;
}

.warrior-description {
    font-size: clamp(16px, 2vw, 18px);
    color:  #111;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.7;
}

/* Flexbox/Grid Layout Layout split */
.warrior-content-grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}

.warrior-features-col {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}
.warrior-container .sec__content-btn {
    margin-top: 48px;
    justify-content: center;
}
/* Card Structures */
.warrior-feature-card {
    border-radius:  18px;
    background:  #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    padding: 16px 24px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.warrior-card-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.warrior-card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.warrior-card-title {
    font-size: clamp(18px, 2.5vw, 20px);
    color:  #111;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 0;
}

.warrior-card-text {
    font-size: clamp(14px, 1.8vw, 15px);
    color:  #111;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    opacity: 0.5;
    margin: 0;
}

/* Image Cluster Panel */
.warrior-image-col {
  width: 100%;
  max-width: 440px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.warrior-image-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.warrior-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.warrior-placeholder {
  width: 100%;
  max-width: 300px;
  background: #eaeaea;
}

/* Button CTA styling */
.warrior-cta-wrapper {
  display: flex;
  justify-content: center;
  margin-top: clamp(40px, 6vw, 64px);
}

.warrior-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ebd16b;
  color: #000000;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 18px 48px;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: background-color 0.25s ease, transform 0.15s ease;
  box-shadow: 0px 4px 14px rgba(235, 209, 107, 0.2);
}

.warrior-cta-btn:hover {
  background-color: #dfc357;
}
.large-hide{
    display: none;gerg
}
.pms-warrior-banner {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding-top: var(--padding-top-mobile);
  padding-bottom: var(--padding-bottom-mobile);
  overflow: hidden;
  display: flex;
  align-items: center;
}

.pms-banner-bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 16px;
  overflow: hidden;
}

.pms-banner-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pms-banner-container {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
}

.pms-banner-grid {
  display: flex;
  gap: 40px;
}

.pms-banner-block {
  width: 100%;
  box-sizing: border-box;
}

.pms-left-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 32px 24px;
  border-radius: 16px;
}

.pms-banner-subheading {
    display: block;
    font-size: 14px;
    color:  #FFF;
    font-weight: 600;
    line-height: 16.5px;
    letter-spacing: 2.75px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.pms-banner-heading {
    font-size: clamp(32px, 4.5vw, 36px);
    color:  #FFF;
    font-family: "Instrument Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 43.2px */
    letter-spacing: -0.36px;
    text-transform: uppercase;
    margin: 0;
}

.pms-banner-desc {
    font-size: clamp(16px, 2vw, 18px);
    color:  #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    margin-bottom: 32px;
    margin-top: 18px;
}

.pms-right-features {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 32px 24px;
  border-radius: 16px;
}

.pms-features-list {
  display: flex;
  flex-direction: column;
}

.pms-feature-item {
  padding: 16px 0;
  border-bottom: 1px solid rgba(251, 246, 224, 0.5);
}

.pms-feature-item:first-child {
  padding-top: 0;
}

.pms-feature-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.pms-feature-title {
    font-size: 20px;
    color:  #FFF;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    margin: 0;
}

.pms-feature-text {
  font-size: clamp(14px, 1.8vw, 16px);
  color:  #FFF;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  margin-top: 12px;
  margin-bottom: 0;
}

.pms-banner-cta-wrap {
  display: block;
}

.pms-banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ebd16b;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 16px 40px;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.pms-banner-btn:hover {
  background-color: #dfc357;
}
.pms-banner-block.pms-left-content {
    border-radius: 0 16px;
    padding: 32px 48px;
    border: 0 solid rgba(216, 216, 216, 0);
    background: radial-gradient(41% 100.8% at .9% 2.98%, #ee4e0380, #0000000d);
    -webkit-backdrop-filter: blur(21px);
    backdrop-filter: blur(21px);
    max-width: 480px;
}
.pms-banner-block.pms-right-features {
    border-radius: 16px 0;
    padding: 32px 48px;
    border: 0 solid rgba(216, 216, 216, 0);
    background: radial-gradient(72% 98.8% at .9% 2.98%, #ee4e0380, #0000000d);
    -webkit-backdrop-filter: blur(21px);
    backdrop-filter: blur(21px);
    max-width: 480px;
}
.custom-container{
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}
.comparison_table_img {
    width: 100%;
    max-width: 372px;
}
.comparison_table {
    display: flex;
    align-items: center;
    gap: 40px;
}
.table_header_part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    gap: 11px;
}
.comparison_table_cont {
    flex: 1;
}
.table_header_part >div {
    flex: 1;
}
.table_header_text1 {
    color: #111;
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    text-align: center;
    height: 100%;
    border-radius:  12px 12px 0 0;
    border: 2px solid  #EDD065;
    background: #FFF;
    padding: 2rem 0;
    margin-right: 10px;
}
.table_header_text2 {
  color:  #111;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; 
  text-transform: uppercase;
}
.table_body_part {
    display: flex;
    text-align: center;
}
.table_body_part >div{
  flex: 1;
  padding: 16px 24px;
}
.table_body_outer {
  border-radius:  18px;
  border: 1px solid  #FBF6E0;
  background: #FFF;
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.03);
  padding: 0 20px 20px 20px;
}
.table_body_text1{
  color: #110C09;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; 
  border-bottom: 1px solid  #FFF;
  background: #EDD065;
      margin-right: 24px;
}
.table_body_text2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    background: #FBF6E0;
    color:  #111;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.table_body_text3 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    color: #111;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.table_header_logo img {
    width: 154px;
    margin: 0 auto;
}
.table_header_logo {
    text-align: center;
}

.table_body_part:last-child .table_body_text2,
.table_body_part:last-child .table_body_text1,
.table_body_part:last-child .table_body_text3 {
  border: 0;
  border-radius: 0 0 12px 12px;
  border: 0 solid #FFF;
}
.table_sect_cap{
  color:  #E75924;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}
.table_sect_h{
  color:  #111;
  font-size: clamp(32px, 5vw, 36px);
  font-style: normal;
  font-weight: 700;
  line-height: 120%; 
  letter-spacing: -0.36px;
  text-transform: uppercase;
  padding: 8px 0 18px 0;
}
.table_sect_p{
  color:  #111;
  font-size: clamp(16px, 2.5vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
}
.table_sect_p p{
  margin: 0;
}
.table_section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 48px;
    text-align: center;
}
.warrior-use-section {
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding-top: var(--padding-top-mobile);
  padding-bottom: var(--padding-bottom-mobile);
}

/* Header Text Blocks styling */
.warrior-use-header {
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.warrior-use-caption {
  color:  #E75924;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; 
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

.warrior-use-title {
  font-size: clamp(32px, 5vw, 36px);
  color:  #111;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; 
  letter-spacing: -0.36px;
  text-transform: uppercase;
  margin: 0;
}

/* Flex Grid Columns Layout Management */
.warrior-use-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}

.warrior-use-left,
.warrior-use-right {
  width: 100%;
}

/* Custom Accordion Matrix Interface Elements */
.warrior-accordion-container {
  display: flex;
  flex-direction: column;
}

.warrior-accordion-item {
  border-bottom: var(--Stroke-Divider-Width, 1px) solid var(--Color-Secondary, #E75924);
  width: 100%;
  transition: background-color 0.3s ease;
}
.warrior-accordion-item.is-active .warrior-accordion-content{
  margin-bottom: 20px;
}
.warrior-accordion-item.is-active .warrior-accordion-trigger{
  padding-bottom: 8px;
}
.warrior-accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  padding: 20px 0;
  cursor: pointer;
  text-align: left;
  outline: none;
  font-family: inherit;
}
.warrior-accordion-num {
  color: #E75924;
  font-size: clamp(24px, 5vw, 42px);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: uppercase;
  opacity: 0.5;
}
.warrior-accordion-container.is-active .warrior-accordion-num{
  opacity: 1;
}
.warrior-accordion-heading {
  font-size:  20px;
  color:  #111;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; 
  text-transform: uppercase;
  opacity: 0.5;
}
.warrior-accordion-item.is-active .warrior-accordion-heading {
 color:  #111;
 opacity: 1;
}

.warrior-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.warrior-accordion-inner p {
  color:  #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
  margin: 0;
}
.coll_num {
    display: flex;
    align-items: center;
    gap: 32px;
}
/* Action Button Layout Configurations */
.warrior-use-cta-wrap {
  margin-top: 32px;
}

.warrior-use-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #EBD16B; /* Bold Yellow Brand Accent */
  color: #111111;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 16px 36px;
  border-radius: 30px;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
  width: 100%;
  box-sizing: border-box;
}

.warrior-use-button:hover {
  transform: translateY(-2px);
  opacity: 0.95;
}

/* Banner Graphical Marketing Image Presentation Blocks */
.warrior-use-img-card {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  line-height: 0;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.warrior-use-main-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.warrior-use-placeholder {
  width: 100%;
  height: 350px;
  background-color: #f3f3f3;
}
.warrior-use-section  .sec__content-btn {
    margin-top: 40px;
}
.feat_faq_img_mobi{
  display: none;
}
.warrior-guarantee-section {
  width: 100%;
  box-sizing: border-box;
  padding-top: var(--padding-top-mobile);
  padding-bottom: var(--padding-bottom-mobile);
}

/* Align container configuration bounds with how-to-use section grids */
.warrior-guarantee-section .custom-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Card Main Flex Frame Setup: Vertical Grid stacked for mobile view layout patterns */
.warrior-guarantee-card {
  position: relative;
  background-color: var(--card-bg-color);
  color: var(--text-color);
  border-radius: 20px;
  padding: 36px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  overflow: hidden;
  box-sizing: border-box;
}

/* Background Right Corner Watermark Graphic Mask Base styling rules */
.warrior-guarantee-watermark {
  position: absolute;
  right: -20px;
  bottom: -30px;
  width: 160px;
  height: 160px;
  color: var(--text-color);
  opacity: 0.08; /* Light structural watermark look visible on solid layouts */
  pointer-events: none;
  z-index: 1;
}

.warrior-guarantee-watermark svg {
  width: 100%;
  height: 100%;
}

/* Left Icon Shield Frame Block */
.warrior-guarantee-icon-wrap {
  z-index: 2;
  flex-shrink: 0;
}

.warrior-guarantee-badge {
  width: 64px;
  height: 64px;
  background-color: rgba(255, 255, 255, 0.15); /* Translucent shield outline matching designs */
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-color);
}

.warrior-guarantee-badge svg {
  width: 32px;
  height: 32px;
}

/* Right Content Box Structures */
.warrior-guarantee-content {
  z-index: 2;
  width: 100%;
}

.warrior-guarantee-title {
  font-size: clamp(26px, 4.5vw, 28px);
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%; /* 36.4px */
  text-transform: uppercase;
  margin: 0;
}

.warrior-guarantee-desc {
  width: 100%;
}

.warrior-guarantee-desc p {
  color: rgba(255, 255, 255, 0.90);
  font-size: 14px;
  font-weight: 400;
  line-height: 22.75px; /* 162.5% */
  margin: 0;
}
#shopify-section-template--26695501349144__featured_faq_fk8YwE {
    position: relative;
    overflow: hidden;    
}

#shopify-section-template--26695501349144__featured_faq_fk8YwE::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/cdn/shop/files/Ellipse_2.png?v=1779290315);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;  
    background-attachment: scroll;          
}
#shopify-section-template--26695501349144__featured_faq_fk8YwE:after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/cdn/shop/files/Ellipse_22.png?v=1779292173);
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;  
    background-attachment: scroll;   
}
#shopify-block-ASHRTN0cxRDAvMTY2c__loox_reviews_loox_video_slider_y8BWrg{
  position: relative;
}
#shopify-block-ASHRTN0cxRDAvMTY2c__loox_reviews_loox_video_slider_y8BWrg:after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/cdn/shop/files/Overlay_Blur11.png?v=1779344638);
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;  
    background-attachment: scroll;   
}
/* Ensure ki aapka main guarantee card background ke upar stack ho */
.warrior-guarantee-card {
    position: relative;
    z-index: 2;
}
.warrior-lab-section {
  width: 100%;
  box-sizing: border-box;
  padding-top: var(--padding-top-mobile);
  padding-bottom: var(--padding-bottom-mobile);
}

.warrior-lab-section .custom-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header Text Parameter Trackers */
.warrior-lab-header {
  text-align: center;
  max-width: 710px;
  margin: 0 auto 40px auto;
}

.warrior-lab-caption {
  color:  #E75924;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; 
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

.warrior-lab-title {
  font-size: clamp(32px, 5vw, 36px);
  color:  #111;
  text-align: center;
  font-weight: 700;
  line-height: 120%; 
  letter-spacing: -0.36px;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 18px;
}

.warrior-lab-description-text {
  font-size: clamp(16px, 2.5vw, 18px);
  color:  #111;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; /* 27px */
  opacity: 0.7;
}

/* Card Block Elements Matrix Layout Rules */
.warrior-lab-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.warrior-lab-card {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.015);
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  box-sizing: border-box;
  width: 100%;
}
.warrior-meta-text-group {
    flex: 1;
}
/* Left Side Tint Circle Icon Container Asset */
.warrior-card-icon-aside {
  flex-shrink: 0;
}

.warrior-lab-icon-frame {
  width: 44px;
  height: 44px;
  background-color: #FFF2EC; /* Light Orange Translucent Tint Fill */
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E05A36; /* Icon Base Hex Vector Line Tint */
}

.warrior-lab-icon-frame svg {
  width: 20px;
  height: 20px;
}

/* Core Structural Typography Stack Meta Frame */
.warrior-card-main-meta {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.warrior-meta-upper-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.warrior-ingredient-name {
  color: #0D0D0D;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.45px; 
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0;
}

.warrior-ingredient-subtext {
  color: #6B6B67;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.45px; /* 165% */
  margin: 0;
}

/* Inline Trigger File Download Elements Style Setup */
.warrior-download-link {
    color: #e75924;
    font-size: 11px;
    font-weight: 700;
    line-height: 18.15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: Instrument Sans;
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    border-bottom: 1px solid #e7592461;
    width: max-content;
    align-items: center;
}

.warrior-download-link svg {
  width: 12px;
  height: 12px;
  transition: transform 0.2s ease;
}

.warrior-download-link:hover svg {
  transform: translateX(3px);
}

/* Visibility Segment Breakpoints Helpers Layout Classes */
.desktop-only {
  display: none !important;
}

.mobile-only {
  display: inline-flex !important;
}

/* Section Bottom Master Anchor CTA Link */
.warrior-lab-footer-cta {
  text-align: center;
  margin-top: 40px;
}

.warrior-master-footer-btn {
    color: #e75924;
    text-align: center;
    font-family: Instrument Sans;
    font-size: 12px;
    font-weight: 700;
    line-height: 19.8px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid #E75924;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: 0 auto;
    gap: 4px;
}

.warrior-master-footer-btn svg {
  width: 14px;
  height: 14px;
  transition: transform 0.2s ease;
}

.warrior-master-footer-btn:hover svg {
  transform: translateX(4px);
}
.downlod_dek_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.marquee_middle {
  margin: 0 !important;
}
.marquee_middle .rich__text-m0 {
    color:  #111;
    font-family: "Instrument Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    text-transform: uppercase;
    gap: 10px;
}
.marquee_middle .rich__text-m0 svg {
    color: #EE5D2B;
}
.desktop-hide{
  display: none;
}
.werrion_ban-img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  line-height: 0;
  box-shadow: 0 10px 30px #0000000d;
}
.werrion_ban-img img {
    display: block;
    height: 100%;
    width: 100%;
}
.related-cap {
    color:  #E75924;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    text-align: center;
}
.section__header-heading{
  color:  #111;
  font-size: clamp(32px, 5vw, 36px);
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  letter-spacing: -0.36px;
  text-transform: uppercase;
}
.ctm_related .feature-product-form {
    display: flex;
    flex-wrap: wrap; 
    margin-top: 8px;
    gap:8px;
    flex-direction:column;
}
/* .ctm_related product-recommendations{
  gap: 18px;
} */
.ctm_related .product-item__name{
  margin:5px 0;
  color: #0D0D0D;
  font-size: clamp(12px, 2.5vw, 16px);
  font-weight: 700;
  line-height: 20.63px; /* 128.937% */
  letter-spacing: 0.5px;
  text-transform: uppercase;
  flex:1;
}
.ctm_related .product__submit-form-cart {
  flex-direction: row;
  flex-wrap: nowrap;
}
.ctm_related  .product-samples-button-wrap {
  display: none;
  flex-wrap: nowrap;
}
.ctm_related .quantity__button {
    width: auto;
    background-color: transparent;
    padding: 0 1rem;
    height: 100%;
}
.ctm_related .quantity-input {
    width: 1rem;
}
.ctm_related .quantity {
    width: 100%;
    justify-content: space-between;
    padding: 2px;
    height: 4rem;
    align-items: center;
    background: #F7F7F7;
}
.ctm_related .product-item {
  border-radius: 12px;
  border: 1px solid #E2E2DE;
  background: #FFF;
  overflow: hidden;
  height:100%;
}
.ctm_related .product-form__input{
  margin: 0;
  flex:1;
}
.ctm_related .compare-price {
    color:  #111;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    text-decoration-line: line-through;
}
.ctm_related .product-form__input-select  {
    border-radius: 24px;
    border: 1px solid #F7F7F7;
    flex: 1;
    overflow: hidden;
    color: #11111182;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    background-color: #F7F7F7 !important;
    width: 100%;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    height: auto;
    font-size:12px;
}
.ctm_related .product-item__information {
  margin: 0;
  padding: 12px !important;
      flex: 1;
    display: flex;
    flex-direction: column;
}
.product-item__wrapper{
  height: 100%;
    display: flex;
    flex-direction: column;
}
.product-item__information .button_buy-now{
       flex: 1;
}
.ad-try-prod-condition .product-detail__variant-picker.mb-25
{
  flex:1;
}
.footer__block-heading{
  color:  #EDD065;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%; 
  text-transform: uppercase;
}
.newsletter-inner .footer__block-heading {
  color:  #FFF;
  font-family: "Instrument Sans";
  font-size: clamp(24px, 2.5vw, 28px);
  font-weight: 700;
  line-height: 130%; /* 36.4px */
  text-transform: uppercase;
  letter-spacing: normal;
}
.footer__copyright {
    color: #FFF;
    font-size: clamp(14px, 2.5vw, 15px);
    font-style: normal;
    font-weight: 400;
    line-height: 25.71px;
    opacity: 0.5;
}
.newsletter-note.mt-15 {
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 25.71px;
    opacity: 0.5;
}
.ctm_related .product-detail__buy-buttons {
  margin-bottom: 0;
}
media-gallery.block.sticky.top-30 zoom-action.block .media-main-swiper.skeleton-loading{
  border-radius: 24px !important;
  /* box-shadow: none !important; */
  overflow: hidden;
}
.thumbnail-slide [class*="media-gallery__"].swiper-slide-thumb-active:after{
  border-color: #EE5D2B !important;
}
/* Product description metafield accordions (below gallery / above Loox) */
.product-metafield-accordions-placement {
  width: 100%;
}
.product-metafield-accordions {
 
}
.product-metafield-accordions__item {
  border-top: 1px solid #FBF6E0;
}
/* .product-metafield-accordions__item:last-child {
  border-bottom: none;
} */
.product-metafield-accordions__summary {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  cursor: pointer;
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  color: #111;
  line-height: 1.35;
}
.product-metafield-accordions__summary::-webkit-details-marker {
  display: none;
}
.product-metafield-accordions__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111;
}
.product-metafield-accordions__title {
  flex: 1;
  min-width: 0;
}
.product-metafield-accordions__chevron-wrap {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e75924;
  margin-left: auto;
}
.product-metafield-accordions__chevron {
  transition: transform 0.25s ease;
}
.product-metafield-accordions__item[open] .product-metafield-accordions__chevron {
  transform: rotate(180deg);
}
.product-metafield-accordions__panel {
  padding: 0 0 16px 32px;
}
.product-metafield-accordions__panel-inner {
  color: #111;
  font-size: 15px;
  line-height: 1.5;
}
.product-metafield-accordions__panel-inner p {
  margin: 0 0 0.75em;
}
.product-metafield-accordions__panel-inner p:last-child {
  margin-bottom: 0;
}
.product-metafield-accordions__raw {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Loox snippets — responsive product page placements */
.product-detail__information > .shopify-app-block:has(loox-snippets-widget) {
  display: none !important;
}
.loox-snippets-placement--below-gallery,
.loox-snippets-placement--below-details {
  width: 100%;
}
.loox-snippets-placement--below-gallery loox-snippets-widget,
.loox-snippets-placement--below-details loox-snippets-widget {
  display: block;
  width: 100%;
}
.media-thumb-swiper .thumbnail-slide .media-gallery__image{
  border-radius: 15px;
}
.media-main-swiper .swiper-arrow.main-slide__navigation{
  border: 1px solid #FF6900;
  background: rgba(255, 255, 255, .5);
}
.media-main-swiper .swiper-arrow.main-slide__navigation svg{
  width: 24px;
  height: 24px;
}
/* Thumbnail bottom — match reference: fade edges + minimal chevrons */
.media-thumb-swiper--bottom {
  position: relative;
}
.media-thumb-swiper--bottom .thumb-bottom-viewport {
  position: relative;
  overflow: hidden;
}
.media-thumb-swiper--bottom .thumb-bottom.swiper {
  overflow: visible;
}
.media-thumb-swiper--bottom .thumb-bottom-controls {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}
.media-thumb-swiper--bottom .thumb-bottom-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7rem;
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.2s ease;
}
.media-thumb-swiper--bottom .thumb-bottom-fade--start {
  left: 0;
  background: linear-gradient(90deg, var(--color-body, #fff) 35%, rgba(255, 255, 255, 0) 100%);
}
.media-thumb-swiper--bottom .thumb-bottom-fade--end {
  right: 0;
  background: linear-gradient(270deg, var(--color-body, #fff) 35%, rgba(255, 255, 255, 0) 100%);
}
.media-thumb-swiper--bottom:has(.thumb-slide__arrow--prev.swiper-button-disabled) .thumb-bottom-fade--start {
  opacity: 0;
}
.media-thumb-swiper--bottom:has(.thumb-slide__arrow--next.swiper-button-disabled) .thumb-bottom-fade--end {
  opacity: 0;
}
.media-thumb-swiper--bottom .swiper-actions.thumb-slide__navigation {
  position: absolute;
  inset: 0;
  display: block;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.media-thumb-swiper--bottom .thumb-slide__arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: auto;
  height: auto;
  min-width: 0;
  margin: 0;
  padding: 0 0.6rem;
  transform: translateY(-50%);
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #1a1a1a;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  cursor: pointer;
}
.media-thumb-swiper--bottom .thumb-slide__arrow--prev {
  left: 0;
}
.media-thumb-swiper--bottom .thumb-slide__arrow--next {
  right: 0;
}
.media-thumb-swiper--bottom .thumb-slide__arrow:hover {
  color: #ee5d2b;
  background: transparent;
}
.media-thumb-swiper--bottom .thumb-slide__arrow.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.media-thumb-swiper--bottom .thumb-slide__chevron {
  display: block;
  width: 8px !important;
  height: 14px !important;
  fill: none;
}
@media (max-width: 767.98px) {
.ctm_related .product-form__input-select{
  /* width: 8rem; */
}
#shopify-section-template--26763036164376__bundle_swiper_zjyf4h{
  background-image: url(/cdn/shop/files/Group_27_1.png?v=1780072613);
}
.promo-banner-paragraph-text {
    text-align: center;
}
.sec__custom-product-swiper  .custom-container{
  padding: 0;
}
.sec__custom-product-swiper .productSwiperTrackWrapper .swiper{
  padding-left: 20px;
}
.swiper-text-content-column {
    padding: 0 20px;
}
  .media-thumb-swiper--bottom .thumb-bottom-controls {
    display: none;
  }
}
.thumb-slide__chevron{
  fill: none;
}
.loox-rating .loox-rating-content {
  border-radius: 12px;
  background:  #F7F7F7;
}
.product-detail__title {
  font-size: clamp(2.6rem, 5vw, 3.6rem);
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.36px;
}
.product-detail__text-heading+.product-detail__text-content p {
  color: #E75924;
  font-family: "Instrument Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}
.product-detail__text-heading+.product-detail__text-content p strong{
  opacity: 0.52;
}
.media-thumb-swiper .media-gallery__image.rounded-5[data-position="10"]:after{
  display: none;
}
.money-back-guarantee {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  border-radius: var(--Radius-Large, 18px);
  background: linear-gradient(90deg, rgba(237, 208, 101, 0.20) 0%, rgba(237, 208, 101, 0.40) 100%);
  color: var(--mbg-text, #1A1708);
  border-radius: 20px;
  box-sizing: border-box;
}

.money-back-guarantee__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
}

.money-back-guarantee__icon svg {
  display: block;
  width: 44px;
  height: auto;
}

.money-back-guarantee__content {
  flex: 1;
  min-width: 0;
}

.money-back-guarantee__heading {
  margin: 0 0 4px;
  color: var(--mbg-text, #1A1708);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.money-back-guarantee__description {
  margin: 0;
  color: var(--mbg-text, #1A1708);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  opacity: 0.85;
}

@media (max-width: 767px) {
  .hero-athletes__pills,
  .glozin-section-hero-athletes .hero-athletes__content .hero-athletes__buttons{
    display: none;
  }
  .money-back-guarantee {
    padding: 16px 18px;
    gap: 14px;
  }

  .money-back-guarantee__heading {
    font-size: 16px;
  }

  .money-back-guarantee__description {
    font-size: 13px;
  }
}
.product-detail__volume-discount .product-samples-button-wrap {
    margin-top: 20px;
    width: 100%;
  display:none;
}
#bundle-product-bundles .Vtl-ProductBundleWidget__BundleWrapper {
  margin-top: 0;
  border-radius: var(--Radius-Large, 18px);
  background: var(--Color-Background, #FBF6E0);
  border:0px;
}
#bundle-product-bundles .Vtl-ProductBundleWidget__BundleTitle {
  color: var(--Color-Scheme-1-Text, #111);
text-align: center; 
font-family: "Instrument Sans";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 26px */
text-transform: uppercase;
}
.Vtl-ProductBundleWidget__BundleContent {
    flex-wrap: nowrap !important;
    align-items: center !important;
    padding: 16px;
    border-radius: var(--Radius-Medium, 12px);
    border: 1px solid var(--Color-Primary, #EDD065);
    background: var(--Color-Primary-Lighter, #F7F7F7);
}
.Vtl-ProductBundleWidget__Left{
      --tile-w: auto;
}
button.Vtl-Button {
    background: #EDD065 !important;
}
.Vtl-BundleSummary__Container {
 
    align-items: flex-end;
}
 
.Vtl-BundleSummary__SavingsRow.vtl-text-body-m {
    border: 0 solid var(--Color-Primary-Lighter, #F7F7F7);
    background: var(--Color-Secondary, #E75924);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.00);
    opacity: 1;
    padding: 4px 6px;
    flex: 0;
    width: auto;
    color: #FFF;
}
.Vtl-BundleSummary__SavingsRow.vtl-text-body-m .Vtl-BundleSummary__SavingsLabel{
  color: #FFF !important;
}
.Vtl-BundleSummary__PricingRow{
      flex-direction: column;
    align-items: flex-end;
}
.buy-more-to-save{
  margin-bottom:25px;
}
.feat_faq_img {
    height: 100%;
}
.why-supps-subtitle {
    color:  #E75924;
    font-size: clamp(12px, 2vw, 14px);
    font-weight: 500;
    line-height: 150%; 
    letter-spacing: 1.12px;
    text-transform: uppercase;
}
.why-supps-title {
    color:  #111;
    font-size: clamp(32px, 5vw, 42px);
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.42px;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 18px;
}
.why-supps-desc {
  color: #68625E;
  font-size: clamp(16px, 2.5vw, 18px);
  font-weight: 400;
  line-height: 150%; /* 27px */
  padding-bottom: 40px;
}
.why-supps-features-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 28px;
}
.why-supps-feature-card {
  border-radius: 10px;
  border: 1px solid  #EEE;
  background: #FFF;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 18px;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.02);
}
.feature-icon-wrapper {
  background: #edd568; 
  border-radius: 10px;
  min-width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-icon-wrapper img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.feature-card-content {
  display: flex;
  flex-direction: column;
}

.feature-card-title {
  color: #0D0D0D;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 700;
  line-height: 21.45px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  margin: 0;
}

.feature-card-text {
  color:  #111;
  font-size: clamp(12px, 2vw, 14px);
  font-weight: 400;
  line-height: 20.8px; /* 148.571% */
  margin: 0;
  opacity: 0.5;
}
.why-supps-story-link {
    color: #111;
    font-size: clamp(14px, 2vw, 16px);
    font-weight: 700;
    line-height: 150%;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    text-decoration: none;
    border-bottom: 1px solid  #EDD065;
    width: max-content;
    padding-bottom: 0;
}
.why-supps-story-link:hover {
  opacity: 0.8;
}
.collage-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.05;
}
.why-supps-layout-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}
.collage-main-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 78%;
  z-index: 1;
}

.collage-main-img img, 
.collage-main-img .placeholder-svg {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.07);
  display: block;
}

.collage-scoop-img {
  position: absolute;
  left: 0;
  top: 30px;
  width: 38%;
  z-index: 3;
}

.collage-scoop-img img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.1);
}

.collage-lab-wrapper {
  position: absolute;
  left: 2%;
  bottom: 8%;
  width: 40%;
  z-index: 4;
  display: flex;
  flex-direction: column;
}

.collage-lab-img img {
  width: 100%;
  height: auto;
  border-radius: 16px 16px 0 0;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.08);
  display: block;
}

.collage-purity-badge {
  background: #edd568;
  padding: 14px;
  border-radius: 0 0 14px 14px;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.05);
}

.collage-purity-badge span {
  color:  #111;
  font-size: clamp(13px, 2.5vw, 20px);
  font-family: var(--heading-font);
  font-weight: 700;
  line-height: 130%; /* 36.4px */
  text-transform: uppercase;
  text-align: left;
}
.why-supps-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 40px;
}
.why-supps-stat-item {
  background: #ffffff;
  border-radius: 14px;
  padding: 24px 14px;
  text-align: center;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.015);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0,0,0,0.01);
}

.stat-number {
  color: #E75924;
  font-family: var(--heading-font);
  text-align: center;
  font-size: clamp(40px, 5vw, 42px);
  font-weight: 700;
  line-height: 100%; 
  letter-spacing: -0.42px;
  text-transform: uppercase;
}

.stat-label {
  color:  #111;
  text-align: center;
  font-size: clamp(12px, 2vw, 14px);
  font-weight: 600;
  line-height: 150%; /* 21px */
  opacity: 0.5;
}
.why-supps-left-col {
    max-width: 532px;
}
/*===Css 29-05-2026==*/

.home-multi .feature-card::before {
   display: none; 
}
.home-multi .feature-card{
  border-radius: 22px;
  border: 1px solid #DEDEDC;
  background: rgba(242, 242, 240, 0.30);
  padding: 20px
}
.home-multi .section-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    align-items: center;
}
.home-multi .cards-grid {
    gap: 16px;
}
.home-multi .section-subtitle, 
.home-multi .section-title{
  text-align: left;
  display: block;
}
.home-multi .section-description {
    text-align: left;
    max-width: 600px;
    width: 100%;
    margin:0;
}
.home-multi .cap_h {
    max-width: 400px;
    width: 100%;
}
.promo-banner-paragraph-text {
  font-size: var(--desc-fs-mb);
  color: #FFF;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin: 0;
}
.promo-banner-action-block {
  width: 100%;
  display: flex;
}
.promo-banner-yellow-btn {
  background-color: #edd568;
  color: #111111;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  padding: 16px 32px;
  border-radius: 50px;
  text-align: center;
  width: 100%;
  display: block;
  box-shadow: 0px 4px 15px rgba(237, 213, 104, 0.2);
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.2s ease;
}
.promo-banner-yellow-btn:hover {
  background-color: #e3ca5f;
  transform: translateY(-2px);
}
.promo-banner-yellow-btn:active {
  transform: translateY(0);
}
.promo-banner-subtitle {
  color:  #EDD065;
  font-size: clamp(12px, 2vw, 14px);
  font-weight: 500;
  line-height: 150%; 
  letter-spacing: 1.12px;
  text-transform: uppercase;
}
.promo-banner-main-title {
  font-size: var(--title-fs-mb);
  color:  #FFF;
  font-weight: 700;
  line-height: 100%; 
  letter-spacing: -1.16px;
  text-transform: uppercase;
  font-family: var(--heading-font);
}
.promo-banner-main-title strong{
  color: #EDD065;
}
.promo-banner-main-title p{
  margin: 0;
}
.promo-banner-main-title span, 
.promo-banner-main-title strong {
  color: #edd568 !important;
  font-weight: 800;
}

/* Base Graphic Layout Engine Overlay Layer */
.promo-banner-picture-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.promo-bg-img-element {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.promo-bg-placeholder-fallback {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1f1f1f 0%, #0d0d0d 100%);
}

.promo-banner-overlay-content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
}
.promo-banner-text-block {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
.custom-promo-banner-wrapper {
  position: relative;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.06);
  background-color: #111111;
  display: flex;
  padding: 40px 24px;
}
.custom-testimonials {
  padding-top: var(--section-pt-mobile);
  padding-bottom: var(--section-pb-mobile);
}
.custom-testimonials .testimonial-heading-sub {
  color: var(--accent-color);
  font-size: clamp(12px, 2vw, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}
.custom-testimonials .testimonial-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
.custom-testimonials .testimonial-main-heading {
  color: #111;
  font-size: clamp(32px, 5vw, 40px);
  font-weight: 700;
  line-height: 100%; /* 42px */
  letter-spacing: -0.42px;
  text-transform: uppercase;
  margin: 0;
}
.custom-testimonials .all-reviews-link {
  color:  #111;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 700;
  line-height: 150%; /* 24px */
  text-transform: capitalize;
  text-decoration: none;
  border-bottom: 1px solid  #EDD065;
  width: max-content;
}
a.all-reviews-link svg {
    width: 10px;
    height: 10px;
}
.custom-testimonials .testimonial-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 0 !important;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* Full Width Media Canvas */
.custom-testimonials .card-media-placeholder {
  width: 100%;
  aspect-ratio: 5 / 3;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}
.custom-testimonials .card-media-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-testimonials .card-media-placeholder svg {
  width: 44px;
  height: 44px;
  fill: #b5b5b5;
}

/* Text Content Container (Padding isolator wrapper) */
.custom-testimonials .testimonial-card-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.custom-testimonials .stars-container {
  color: #ffcc00;
  font-size: 16px;
  margin-bottom: 12px;
}
.custom-testimonials .review-title {
  font-size: calc(var(--text-size-mobile) );
  color: var(--heading-color);
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
}

/* Line Clamp Truncation Setup */
.custom-testimonials .review-body {
  font-size: var(--text-size-mobile);
  color: var(--text-color);
  line-height: 1.5;
  margin-bottom: 10px;
  transition: all 0.25s ease-in-out;
}
.custom-testimonials .review-body.content-truncated {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 400;
  line-height: 150%; /* 24px */
  opacity: 0.5;
}
.custom-testimonials .review-body.content-expanded {
  display: block;
  overflow: visible;
}

.custom-testimonials .read-more-btn {
    color: #111;
    font-size: clamp(10px, 2vw, 12px);
    font-weight: 400;
    line-height: 150%;
    cursor: pointer;
    margin-bottom: 20px;
    align-self: flex-start;
    border-radius: 30504000px;
    background:  #FBF6E0;
    border: 0;
    padding: 4px 11px;
}
.custom-testimonials .user-profile-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #f1f1f1;
  padding-top: 15px;
  margin-bottom: 15px;
}
.custom-testimonials .user-name {
  font-weight: 700;
  font-size: 14px;
  color: var(--heading-color);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.custom-testimonials .verified-badge {
    padding: 2px 8px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 2px;
    color: #008236;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%; 
}
.custom-testimonials .review-date {
  font-size: 12px;
  color: #a0a0a0;
}
.custom-testimonials .product-meta-row {
  display: flex;
  align-items: center;
  gap: 12px; 
  border-radius: 8px;
  text-decoration:none;
}
.custom-testimonials .product-thumb {
  width: 42px;
  height: 42px;
  object-fit: cover;
  background: #eee;
  border-radius: 4px;
}
.custom-testimonials .product-info-text {
  display: flex;
  flex-direction: column;
}
.custom-testimonials .product-title-text {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 600;
  color: var(--heading-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
  opacity: 0.5;
}
.custom-testimonials .product-price-text {
  font-size: 12px;
  color: var(--text-color);
  font-weight: 700;
}
.custom-testimonials .swiper-controls-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 64px;
}
.custom-testimonials .swiper-button-next,
.custom-testimonials .swiper-button-prev {
  position: static;
  width: 55px;
  height: 40px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 43%;
  margin: 0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.custom-testimonials .swiper-button-next::after,
.custom-testimonials .swiper-button-prev::after {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.custom-testimonials .swiper-pagination-bullet:before{
  border: 0;
}
.custom-testimonials .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
  display: flex;
  gap: 10px;
  margin-top: 0;
}
.custom-testimonials  .swiper-controls-wrapper svg {
    width: 16px;
}
.custom-testimonials .swiper-pagination-bullet:after {
    width: 8px;
    height: 8px;
    background-color: #E75924;
    margin: 0;
}
.custom-testimonials .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
}
.ingredients-showcase {
  padding-top: var(--section-pt-mobile);
  padding-bottom: var(--section-pb-mobile);
  background-image: var(--bg-image-mobile);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.ingredients-showcase .ingredients-header-block {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px auto;
  padding: 0 20px;
}

.ingredients-showcase .ingredients-subheading {
  color: var(--accent-color);
  text-align: center;
  font-size: clamp(12px, 2vw, 14px);
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

.ingredients-showcase .ingredients-main-heading {
  color: var(--heading-color);
  font-size: var(--heading-size-mobile);
  color: var(--Color-Scheme-1-Text, #111);
  text-align: center;
  font-weight: 700;
  line-height: 100%; /* 42px */
  letter-spacing: -0.42px;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 18px;
}

.ingredients-showcase .ingredients-description {
  color: var(--text-color);
  text-align: center;
  font-size: clamp(16px, 2.5vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  opacity: 0.7;
}

/* Layout Framework Core Containers */
.ingredients-showcase .ingredients-layout-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Primary Feature Card Block (Gradient banner item) */
.ingredients-showcase .primary-feature-card {
  border-radius: 12px;
  border: 1px solid rgba(237, 208, 101, 0.50);
  background: #FBF6E0;
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  box-shadow: 0 4px 20px rgba(226, 100, 68, 0.03);
}

.ingredients-showcase .primary-feature-left {
  display: flex;
  flex-direction: column;
}

.ingredients-showcase .primary-stat-value {
  color: var(--accent-color);
  font-size: clamp(40px, 5vw, 42px);
  font-weight: 700;
  line-height: 100%; /* 42px */
  letter-spacing: -0.42px;
  font-family: var(--body-font);
}

.ingredients-showcase .primary-stat-label {
     color: var(--text-color);
  text-align: center;
  font-size: clamp(9.5px, 2vw, 11.5px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 17.25px */
  letter-spacing: 0.92px;
  text-transform: uppercase;
  margin-top: 10px;
  opacity: 0.7;
}

.ingredients-showcase .primary-feature-title {
  color: #0D0D0D;
  font-family: var(--heading-font);
  font-size: clamp(18px, 2.5vw, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 26px */
  text-transform: uppercase;
  margin: 0;
}

.ingredients-showcase .primary-feature-text {
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: clamp(12px, 2vw, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 23.8px; /* 170% */
  opacity: 0.5;
  max-width: 509px;
}

/* Premium Gold Accent CTA layout control */
.ingredients-showcase .primary-feature-cta-btn {
  background-color: #eed16c;
  color: #111111;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.2s ease;
  white-space: nowrap;
  width: 100%;
}

.ingredients-showcase .primary-feature-cta-btn:hover {
  background-color: #e4c253;
  transform: translateY(-2px);
}

/* Secondary Lower Sub-Grid Blocks Layout Configuration */
.ingredients-showcase .secondary-ingredients-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.ingredients-showcase .ingredient-card-item {
    border-radius:  12px;
    border: 1px solid rgba(237, 208, 101, 0.50);
    background:  #FFF;
}
.ingredients-showcase .ingredient-card-inner {
  padding: 24px;
}

/* Soft Rounded Accent Vector Container Blocks */
.ingredients-showcase .ingredient-icon-wrapper {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background-color: #fff1ed;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.ingredients-showcase .ingredient-icon-wrapper svg {
  width: 22px;
  height: 22px;
}

.ingredients-showcase .ingredient-card-title {
  color: var(--accent-color);
  font-family: var(--heading-font);
  font-size: clamp(16px, 2.5vw, 18px);
  font-weight: 700;
  line-height: 130%; /* 23.4px */
  margin: 0;
  text-transform: capitalize;
  padding-bottom: 9px;
}

.ingredients-showcase .ingredient-card-description {
  color: var(--text-color);
  font-size: clamp(11px, 2vw, 13px);
  font-style: normal;
  font-weight: 400;
  line-height: 21.45px; /* 165% */
  opacity: 0.5;
}
.ingredients-showcase .primary-feature-card{
  position: relative;
}
.ingredients-showcase .primary-feature-card:after {
    position: absolute;
    content: '';
    background-image: url(/cdn/shop/files/Overlay_Blur-wr.png?v=1780064324);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    z-index: 4;
    background-position: right;
    width: 100%;
    height: 100%;
}
.ingredients-showcase .ingredient-card-item{
  position: relative;
}
.ingredients-showcase .ingredient-card-item:after{
      position: absolute;
    content: '';
    background-image: url(/cdn/shop/files/Overlay_Blurfor.png?v=1780065733);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-position: right;
    width: 100%;
    height: 100%;
}
.home-multi .warrion-header{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.sec__custom-product-swiper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.sec__custom-product-swiper .swiper-section-inner-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.sec__custom-product-swiper .section-subtitle-tag {
    color:  #E75924;
    font-size: clamp(12px, 2vw, 14px);
    font-weight: 500;
    line-height: 150%; /* 21px */
    letter-spacing: 1.12px;
    text-transform: uppercase;
}
.sec__custom-product-swiper .section-main-heading {
  font-size: var(--title-fs-mb);
  color:  #111;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 18px;
}
.sec__custom-product-swiper .section-main-heading p{
  margin: 0;
}
.sec__custom-product-swiper .section-description-text {
  color: #68625E;
  font-size: clamp(16px, 2.5vw, 18px);
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin: 0;
}
.sec__custom-product-swiper .swiper-header-flex-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 25px;
}
.sec__custom-product-swiper .swiper-controls-action-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  margin-top: 15px;
}
.sec__custom-product-swiper .custom-swiper-progressbar {
  flex-grow: 1;
  height: 4px;
  background: #f1f1f1;
  position: relative;
  border-radius: 2px;
}
.sec__custom-product-swiper .custom-swiper-progressbar-drag {
  height: 100%;
  background: #eed16c;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.1s linear;
}
.sec__custom-product-swiper .swiper-nav-button-pair {
  display: flex;
  gap: 10px;
}

.sec__custom-product-swiper .swiper-btn-prev,
.sec__custom-product-swiper .swiper-btn-next {
    width: 48px;
    height: 32px;
    border-radius: 100px;
    opacity: 0.8;
    background: var(--Color-White, #FFF);
    box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.03);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.sec__custom-product-swiper .swiper-btn-prev:not(.swiper-button-disabled):hover,
.sec__custom-product-swiper .swiper-btn-next:not(.swiper-button-disabled):hover {
  background: #fdfdfd;
  transform: scale(1.05);
}

.sec__custom-product-swiper .swiper-btn-prev svg,
.sec__custom-product-swiper .swiper-btn-next svg {
  width: 16px;
  height: 16px;
  fill: #111111;
}

.sec__custom-product-swiper .swiper-btn-prev.swiper-button-disabled,
.sec__custom-product-swiper .swiper-btn-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

/* --- Card Canvas Layout Container Track --- */
.sec__custom-product-swiper .productSwiperTrackWrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.sec__custom-product-swiper .productSwiperTrackWrapper .swiper {
  overflow: visible !important;
}

.sec__custom-product-swiper .product-slide-card-node {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  width: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  background-color: #f7f7f7;
}

.sec__custom-product-swiper .product-card-surface-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
}

.sec__custom-product-swiper .product-card-image-render {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.sec__custom-product-swiper .product-slide-card-node:hover .product-card-image-render {
  transform: scale(1.04);
}

/* --- Floating Interactive Hover Overlay Link Trigger System --- */
.sec__custom-product-swiper .card-floating-hover-action-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 0 var(--Radius-Large, 18px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    opacity: 0;
    transform: translate(12px, -12px);
    transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 14px rgba(226, 100, 68, 0.35);
}
.sec__custom-product-swiper .card-floating-hover-action-btn svg {

}
.swiper-section-inner-wrapper .swiper-scrollbar-drag{
    background: #EDD065;
}
.sec__custom-product-swiper .product-slide-card-node:hover .card-floating-hover-action-btn {
  opacity: 1;
  transform: translate(0, 0);
}

.sec__custom-product-swiper,
.sec__custom-promo-banner  {
  background: transparent !important;
}
/*--=-=-=New CSS=-=-=*/
a.btn_view-all {
  gap: 8px;
  border-bottom: 1px solid var(--Color-Primary, #EDD065);
  color: var(--Color-Primary-Dark, #111);
  font-family: "Instrument Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: capitalize;
  align-items: center;
  padding-bottom: 4px;
}
.blog-posts-category a {
  border-radius: 101px;
  background: var(--Color-Background, #FBF6E0);
  color: var(--Color-Secondary, #E75924);
  border: 0;
}
.blog-posts-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--body-font);
}
.marquee_top .flex.animation-marquee div {
  color: rgba(255, 255, 255, 0.90);
  font-family: "Instrument Sans";
  font-size: 11.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 18.98px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.marquee_top .flex.animation-marquee div svg {
    color: #EE5D2B;
}
.marquee_cancel .flex.animation-marquee div {
  color: rgb(17 17 17 / 60%);
font-family: Jost;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 150%; /* 27px */
text-decoration-line: line-through;
text-transform: uppercase; 
    gap: 10px;
}
.marquee_cancel .flex.animation-marquee div .image_icon_scroll{
  width:27px;
  height:27px;
}
menu-item a {
    color: #0D0D0D;
    font-size: 12px;
    font-weight: 600;
    line-height: 19.8px;
    letter-spacing: 0px;
    text-transform: uppercase;
    opacity: 0.7; 
}

.home-faq .faq-banner-heading{
  color:  #111;
  text-align: center;
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 700;
  line-height: 100%; /* 42px */
  letter-spacing: -0.42px;
  text-transform: uppercase;
      padding-bottom: 24px;
}

 .footer__block-info  p strong{
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 25.71px; /* 171.4% */
  opacity: 0.5;
 }
 .footer__block-info p {
    max-width: 421px;
}
/*--=-=-=End New CSS=-=-=*/
.supplement-banner__title{
  font-size:14px !important;
}
.supplement-banner__text{
      font-size: 12px !important; 
}
.primary-feature-card {
    display: none !important;
}
#productgridcontainer .product-item .product-item__inner {
    overflow: visible;
  }
#productgridcontainer .premium-range-item__badge {
    top: 0;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    background: #e75924;
    color: #ffffff;
    font-family: Instrument Sans, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    padding: 4px 6px;
    text-transform: capitalize;
    white-space: nowrap;
  }
  .product-item__information .loox-rating-content {
    background: transparent;
}
.related_buy_btn svg{
  display:none;
}
/*====== Responsive Css=======*/
@media (max-width: 989px){
  .why-supps-left-col{
    max-width: 100%;
  }
    .pms-banner-bg-wrap{
        position: relative;
    }
    .comparison_table_img{
      display: none;
    }
    .ctm_related .product-item {
      width: 49%;
    }
    .product-grid .product-item.product__item-js.style-as-card {
    width: 100%;
}

}
@media screen and (min-width: 768px) {
.home-faq .faq-banner-media {
  width: 38%;
}
.home-faq .faq-banner-content {
  width: 66%;
}
.home-faq {
    background-image: url(/cdn/shop/files/11bg.png?v=1780296442);
    background-size: cover;
    background-repeat: no-repeat;
}
#shopify-section-template--26763036164376__bundle_swiper_zjyf4h{
  background-image: url(/cdn/shop/files/Group_28.png?v=1780071397);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
  .sec__custom-product-swiper .section-main-heading,
  .sec__custom-product-swiper .section-main-heading * {
    font-size: var(--title-fs-dt);
  }
  
  .sec__custom-product-swiper .section-description-text {
    font-size: var(--desc-fs-dt);
    margin: 0;
  }
  
  .sec__custom-product-swiper .swiper-header-flex-row {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
    margin-bottom: 35px;
  }
  
  .sec__custom-product-swiper .swiper-text-content-column {
    max-width: 60%;
  }
  
  .sec__custom-product-swiper .swiper-controls-action-box {
    width: 30%;
    max-width: 380px;
    margin-top: 0;
    margin-bottom: 6px;
  }
  .ingredients-showcase {
    padding-top: var(--section-pt-desktop);
    padding-bottom: var(--section-pb-desktop);
    background-image: var(--bg-image-desktop);
  }
  
  .ingredients-showcase .ingredients-main-heading {
    font-size: var(--heading-size-desktop);
  }
  
  .ingredients-showcase .primary-feature-card {
    flex-direction: row;
    padding: 36px 40px;
    align-items: center;
    gap: 24px;
  }
  
  .ingredients-showcase .primary-feature-left {
    min-width: 160px;
    flex-shrink: 0;
  }
  .ingredients-showcase .primary-feature-center {
    flex-grow: 1;
  }
  .ingredients-showcase .primary-feature-right {
    flex-shrink: 0;
  }
  
  .ingredients-showcase .primary-feature-cta-btn {
    width: auto;
    padding: 14px 36px;
  }
  
  .ingredients-showcase .secondary-ingredients-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  
  .ingredients-showcase .ingredient-card-inner {
    padding: 24px;
  }
.custom-testimonials {
    padding-top: var(--section-pt-desktop);
    padding-bottom: var(--section-pb-desktop);
  }
  .custom-testimonials .testimonial-card-content {
    padding: 24px; /* Increases spacing layout inner box on screens larger than mobile */
  }
  .custom-testimonials .review-title {
    font-size: calc(var(--text-size-desktop) );
  }
  .custom-testimonials .review-body {
    font-size: var(--text-size-desktop);
  }
    .custom-promo-banner-wrapper {
    padding: 48px 60px;
    min-height: 190px;
    align-items: center;
  }
    .promo-banner-overlay-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }
  .promo-banner-text-block {
    max-width: 68%;
  }
  .promo-banner-main-title {
    font-size: var(--title-fs-dt);
    margin: 0 0 8px 0;
  }
 .promo-banner-action-block {
    width: auto;
    flex-shrink: 0;
  }
 .promo-banner-yellow-btn {
    width: auto;
    padding: 14px 36px;
    font-size: 13px;
  }
.sec__why-premium-supps {
  background-image: url(/cdn/shop/files/bg3600.png?v=1780047315);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;

}
  .sec__why-premium-supps {
    padding-top: var(--section-pt);
    padding-bottom: var(--section-pb);
  }
  .why-supps-stats-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 48px;
  }
.warrior-lab-section {
    padding-top: var(--padding-top-desktop);
    padding-bottom: var(--padding-bottom-desktop);
  }

  .warrior-lab-header {
    margin-bottom: 56px;
  }

  /* 3 Columns Responsive Grid Matrix Setup */
  .warrior-lab-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .warrior-lab-card {
    padding: 20px;
    align-items: center;
  }

  .warrior-card-main-meta {
    gap: 0;
  }

  /* Swap layout anchor flags cleanly across monitor targets */
  .desktop-only {
    display: inline-flex !important;
  }

  .mobile-only {
    display: none !important;
  }

  .warrior-meta-upper-row {
    align-items: center;
    gap: 16px;
  }
  .warrior-guarantee-section {
    padding-top: var(--padding-top-desktop);
    padding-bottom: var(--padding-bottom-desktop);
  }
  .warrior-guarantee-card {
    flex-direction: row; /* Transforms list elements horizontally across monitors */
    text-align: left;
    align-items: center;
    padding: 32px 48px;
    gap: 24px;
  }

  .warrior-guarantee-watermark {
    right: 0;
    bottom: -20px;
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 767.98px) {
/* .custom-testimonials .swiper-pagination-bullet{
  position: inherit;
} */
.custom-testimonials .swiper-pagination-bullet{
  padding: 0;
}
.custom-testimonials .swiper-controls-wrapper{
  justify-content: space-between;
}
.custom-testimonials .swiper-pagination-bullets.swiper-pagination-horizontal{
  display: inline-flex;
  justify-content: center;
  bottom: 0;
}
.custom-testimonials .swiper-controls-wrapper {
    max-width: 233px;
    margin: 0 auto;
    margin-top: 64px;
}
.fluid_container.container-ath {
    padding: 0;
}
.hero-athletes__pills{
  padding-left: 15px;
}
.container-ath .hero-athletes__content{
  padding: 0 20px;
}
 .hero-athletes__title{
  text-align: center;
}
.hero-athletes__description{
  text-align: center; 
}
.hero-athletes__inner .hero-athletes__badge {
  display: flex !important;
  justify-content: center;
  width: max-content;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.home-faq {
    background-image: url(/cdn/shop/files/11mobi.png?v=1780296656);
    background-size: cover;
    background-repeat: no-repeat;
}
.sec__custom-product-swiper .swiper-controls-action-box{
  display: none;
}
.sec__custom-product-swiper .section-main-heading{
  max-width: 290px;
}
.sec__custom-product-swiper .section-main-heading,
.sec__custom-product-swiper .section-main-heading *{
  letter-spacing: -0.32px;
}
.sec__custom-product-swiper .section-subtitle-tag{
  letter-spacing: 1.12px;
}
.home-multi .warrion-header {
    flex-direction: column;
    align-items: flex-start;
}
.ingredients-showcase .primary-feature-card{
  padding: 16px;
}
.ingredients-showcase .secondary-ingredients-grid{
  gap: 8px;
}
.ingredients-showcase .ingredient-card-inner{
  padding: 16px;
}
.primary-feature-right {
  width: 100%;
}
.primary-feature-right .sec__content-btn{
  width: 100%;
}
.primary-feature-right .sec__content-btn a{
  justify-content: center;
  width: 100%;
}
.primary-feature-right{
      position: relative;
    z-index: 9;
}
.ingredients-showcase .primary-feature-card:after{
    background-image: url(/cdn/shop/files/Overlay_Blurrr.png?v=1780066288);
    background-size: cover;
}
  .ingredients-showcase .primary-stat-label{
    letter-spacing: 0.76px;
  }
.ingredients-showcase .primary-stat-value{
  letter-spacing: -0.4px;
}
  .custom-testimonials .testimonial-header-wrapper{
    padding: 0 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .custom-testimonials .testimonialSwiper {
    padding-left: 20px;
  }
.custom-testimonials  .custom-container{
  padding: 0;
}
.promo-banner-overlay-content{
  align-items: center;
  gap:16px;
}
.promo-banner-text-block {
    justify-content: center;
    align-items: center;
}
.custom-promo-banner-wrapper .sec__content-btn {
  width: 100%;
}
.custom-promo-banner-wrapper .sec__content-btn a{
  justify-content: center;
  width: 100%;
}
.custom-promo-banner-wrapper{
  padding: 24px;
}
.promo-banner-subtitle {
  letter-spacing: 0.96px;
}
.home-multi .section-header {
    flex-direction: column;
}
.collage-scoop-img {
    top: 16px;
    width: 34%;
}
.why-supps-layout-grid{
  gap: 32px;
}
.why-supps-layout-grid{
  grid-template-columns: 1fr;
}
.why-supps-feature-card{
  padding: 16px;
  gap: 16px;
}
.stat-number{ 
}
.why-supps-title { 
  padding-bottom:10px;
}
.why-supps-subtitle{ 
}
.product-detail__information .sticky {
    display: flex;
    flex-direction: column;
}
.Vtl-AppBlock {
  order: 1;
}
.loox-snippets-placement.loox-snippets-placement--below-details.block.hidden-md.mt-25.w-full {
    order: 2;
}
.sec__featured-product {
    padding-top: var(--bs-gutter-x, 1.5rem);
}
}
@media (max-width: 767px){
  #shopify-section-sections--26763028726040__footer .footer{
    padding-left:0 !important;
    padding-right:0 !important;
  }
.sec__why-premium-supps {
  background-image: url(/cdn/shop/files/bg36-mobi.png?v=1780047519);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;

}
.ctm_related product-recommendations{
  flex-wrap: nowrap;
  overflow-x: scroll;
}
.ctm_related .product-item {
  width: 74% !important;
}
    .product-grid .product-item.product__item-js.style-as-card {
    width: 100% !important;
}
.ctm_related .product-item__name{
  line-height: 15.472px; /* 128.937% */
  letter-spacing: 0.375px;
}
.newsletter-inner .footer__block-heading {
  line-height: 120%; 
}
.pms-banner-grid {
    flex-direction: column;
    justify-content: space-between;
     height: 100%;
}
.pms-left-content{
  align-items: center;
  text-align: center;
}
.pms-banner-container{
    height: 100%;
}
.pms-banner-block.pms-left-content,
.pms-banner-block.pms-right-features {
  border-radius: 0;
  padding: 24px 16px;
  max-width: 100%;
}
.warrior-meta-upper-row {
    align-items: center;
    gap: 10px;
}
.desktop-hide{
  display: block;
}
.warrior-lab-card {
  padding: 16px;
}
.feat_faq_img_mobi{
  display: block;
}
.coll_num {
    gap: 14px;
}
.warrior-use-section .sec__content-btn {
    margin-top: 40px;
    flex: 1;
    width: 100%;
    max-width: 100%;
}
.table_section {
    margin-bottom: 32px;
    padding: 0 20px;
}
.comparison_table {
  width: 100% !important;
  max-width: 100% !important;
 
  display: block !important;
  -webkit-overflow-scrolling: touch; /* Butter-smooth kinetic touch swiping for mobile devices */
  padding-bottom: 12px; /* Breathing room for custom tracking scrollbar line */
  padding-left: 20px;
  padding-right: 20px;
}
.comparison_table_cont {
  /* white-space: nowrap;
  min-width: 700px; */
}
.table_header_text1,
.table_header_text2{
  font-size:14px;
}
.table_body_text1{
  margin-right:10px;
}
.table_body_part >div{
  padding:10px;
}
.table_header_part{
  padding:0 10px;
}
.table_body_outer{
      padding: 0 10px 10px 10px;
}
.table-bg .custom-container{
  padding: 0;
}
.warrior-features-col{
    gap: 16px;
}
.warrior-content-grid {
    gap: 16px;
}
.large-hide{
    display: block;
}
.small-hide{
    display: none;
}
.warrior-image-col {
    order: -1;
}
.warrior-main-heading{
    line-height: 110%; 
    letter-spacing: -0.32px;
}
.warrior-feature-card {
    flex-direction: row;
    align-items: center;
    text-align: left;
    justify-content: flex-start;
    padding: 12px;
}
.warrior-card-title{
     text-align: left;
}
.warrior-container .sec__content-btn {
    margin-top: 32px;
    justify-content: center;
}
.vdb-package__body, .vdb-package .ad-main-unslect-design{
    flex-direction:column !important; 
  }
}
@media screen and (max-width: 749px) {
.product-feature-badges-wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
  }

  .product-feature-badges {
    flex-wrap: nowrap;
    width: max-content;
    gap: 24px;
  }

  .product-feature-badge {
    flex: 0 0 auto;
  }
  .related_buy_btn svg{
  display:block;
}
.related_buy_btn .btn-label{
  display:none;
}
.product-item__information .button_buy-now{
  flex:none;
  width:40px;
}
}


@media screen and (min-width: 990px) {
  .why-supps-layout-grid {
    grid-template-columns: auto 1fr;
    gap: 48px;
  }
.warrior-use-section {
    padding-top: var(--padding-top-desktop);
    padding-bottom: var(--padding-bottom-desktop);
  }

  .warrior-use-header {
    margin-bottom: 48px;
  }

  .warrior-use-grid {
    flex-direction: row;
    align-items: flex-start;
    gap: 80px; /* Precise layout clearance path matching Figma */
  }

  .warrior-use-left {
    width: 48%;
    flex-shrink: 0;
  }

  .warrior-use-right {
    position: sticky;
    top: 40px; 
  }

  .warrior-use-button {
    width: auto; /* Preserve natural block line width bounds */
  }
    .warrior-standard-section {
        padding-top: var(--padding-top-desktop);
        padding-bottom: var(--padding-bottom-desktop);
    }

    .warrior-content-grid {
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
    }

    .warrior-features-col {
        width: 31%;
    }

    .warrior-image-col {
        width: 34%;
        max-width: unset;
    }

    .left-col .warrior-feature-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .pms-warrior-banner {
        padding-top: var(--padding-top-desktop);
        padding-bottom: var(--padding-bottom-desktop);
        min-height: 580px;
    }

    .pms-banner-grid {
        flex-direction: row;
        justify-content: space-between;
        gap: 0;
         align-items: flex-end;
        height: 100%;
    }

    .pms-banner-block {
        background: transparent;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        padding: 0;
        border-radius: 0;
    }
}

/* Product page variant picker — single-row pills (e.g. FLAVOUR: WATERMELON) */
.product-detail__variant-picker .form__label.product-variant-picker__label {
  display: flex !important;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.product-detail__variant-picker .product-variant-picker__label-text {
  text-transform: uppercase;
  line-height: 1.4;
}

.product-detail__variant-picker .product-variant-picker__option-name {
  font-weight: 400;
  color: #6b6b6b;
}

.product-detail__variant-picker .product-variant-picker__option-value {
  font-weight: 700;
  color: #111;
  margin-left: 0.25em;
}

.product-detail__variant-picker .product-variant-picker__fieldset--stacked {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.product-detail__variant-picker .product-variant-picker__options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.product-detail__variant-picker .product-variant-picker__options .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.product-detail__variant-picker
  .product-variant-picker__options
  label.product-variant-picker__option.product__item-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0;
  color: #111;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  min-height: auto;
  margin: 0;
  padding: 10px 20px;
  cursor: pointer;
  text-transform: capitalize;
  box-shadow: none;
}

.product-detail__variant-picker
  .product-variant-picker__options
  label.product-variant-picker__option.product__item-option
  .tooltip-content {
  display: none;
}

.product-detail__variant-picker
  .product-variant-picker__options
  label.product-variant-picker__option.product__item-option:hover {
  border-color: #e0e0e0;
  background-color: #fff;
  color: #111;
}

.product-detail__variant-picker
  .product-variant-picker__options
  input[type='radio']:not(.option-disabled):checked
  + label.product-variant-picker__option.product__item-option,
.product-detail__variant-picker
  .product-variant-picker__options
  label.product-variant-picker__option.product__item-option.active {
  color: #111;
  background-color: #e9d17b;
  border-color: #e9d17b;
}

.product-detail__variant-picker
  .product-variant-picker__options
  input[type='radio']:not(.option-disabled):checked
  + label.product-variant-picker__option.product__item-option:hover,
.product-detail__variant-picker
  .product-variant-picker__options
  label.product-variant-picker__option.product__item-option.active:hover {
  color: #111;
  background-color: #e9d17b;
  border-color: #e9d17b;
}

@media (min-width: 1025px) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .product-detail__variant-picker
    .product-variant-picker__options
    label.product-variant-picker__option.btn-hover:hover {
    color: #111;
    background-color: #fff;
    border-color: #e0e0e0;
  }

  .product-detail__variant-picker
    .product-variant-picker__options
    input[type='radio']:not(.option-disabled):checked
    + label.product-variant-picker__option.btn-hover:hover,
  .product-detail__variant-picker
    .product-variant-picker__options
    label.product-variant-picker__option.btn-hover.active:hover {
    color: #111;
    background-color: #e9d17b;
    border-color: #e9d17b;
  }
}

/* Product feature pills (test_product_listing metafield) */
.product-feature-badges-wrap .product-feature-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-feature-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background-color: #f4f4f4;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #111;
}

.product-feature-badge__icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  color: #d36135;
}

.product-feature-badge__icon svg {
  display: block;
}

.product-feature-badge__text {
  white-space: nowrap;
}

@media (max-width: 749px) {
  .product_submit_button.btn--disabled svg.related_buy_plus-icon {
    display: block !important;
}
  .product-feature-badge {
    font-size: 13px;
    padding: 7px 12px;
    gap: 6px;
  }

  .product-feature-badge__text {
    white-space: normal;
  }
  .why-supps-desc{
    padding-bottom:20px;
  }
  .why-supps-features-list{
    gap:10px;
  }
  .why-supps-stats-grid{
    gap:8px;
    margin-top: 20px;
  }
  .home-multi .feature-card{
        padding: 12px 16px;
    flex-direction: row;
    gap: 12px;
  }
  .card-icon-wrapper{
        width: 24px;
    height: 24px;
    border-radius: 5px;
  }
  .card-icon-wrapper img{
        max-width: 16px;
  }
  .cards-grid .card-heading{
        margin: 0 0 10px 0;
  }
  .ingredients-showcase .ingredients-header-block{
    margin: 0 auto 20px auto;
  }
}