/** Shopify CDN: Minification failed

Line 7:7 Expected URL token but found ":"
Line 2722:27 Expected identifier but found "var("

**/
@import: url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=DM+Sans:wght@100;200;300;400;500;600;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;
}
body{
    background-color: #FFFFFF;

}

.top-bar {
  width: 100%;
  background: #000;
  color: #ffdc44;
  overflow: hidden;
  white-space: nowrap;
  padding: 14px 0;
  position: relative;
  border: none;
}

.top-bar-inner {
  display: inline-block;
  padding-left: 100%;
  animation: scrollText 15s linear infinite;
}

.top-bar-inner p {
  display: inline-block;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -1%;
  color: #ffdc44;
}
.top-bar-inner p span{
  font-weight: 600;
}

/* Animation */
@keyframes scrollText {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.cus-container{
    width: 100%;
    max-width: 1330px;
    margin: 0 auto;
    padding: 0px 15px;
}
/* header */

.header__search--direct .predictive-search {
  overflow: auto;
}

.predictive-search__results-groups-wrapper {
  flex-direction: column;
}

.header-wrapper--border-bottom {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.header {
  display: grid !important;
  grid-template-columns: max-content 1fr max-content !important;
  gap: 35px !important;
}

.hdi-left {
  display: flex;
  gap: 37px;
  align-items: center;
}

.hdi-right .desktop-localization-wrapper {
  display: flex;
  align-items: center;
  gap: 28px;
}

.desktop-localization-wrapper span {
  font-family: DM Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 2%;
  text-decoration: none !important;
}

.desktop-localization-wrapper button {
  text-decoration: none !important;
  display: flex !important;
  white-space: nowrap;
  gap: 8px;
  align-items: center;
}

.desktop-localization-wrapper button svg.icon {
  width: 11px !important;
}

#cart-icon-bubble .svg-wrapper {
  min-width: 21px !important;
}

.header__icons {
  gap: 18px !important;
}

.header__icon .svg-wrapper {
  height: 24px !important;
  width: fit-content !important;
}

.header__icon--cart {
  margin: 0px !important;
  gap: 16px;
  text-decoration: none !important;
}

.header__icon--cart span.visually-hidden {
  display: none !important;
}

.header__icon--cart span.header__cart-total {
  font-family: DM Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 2%;
  color: #28282A;
  text-decoration: none !important;
}

.header__icon {
  width: fit-content !important;
  height: 24px !important;
}

.header__icon--cart .cart-count-bubble {
  display: none !important;
}

.hdi-left header-drawer {
  margin: 0px !important;
}

.hdi-mid {
  display: flex;
  justify-content: center !important;
}

.hdi-mid .header__search.header__search--direct {
  max-width: 550px;
  position: relative;
}

.hdi-right .desktop-localization-wrapper button::before,
.hdi-right .desktop-localization-wrapper button::after {
  display: none;
}

.hdi-left header-drawer  .header__icon--menu {
  height: 48px !important;
  width: 48px !important;
  background: #FFDC44 !important;
  border-radius: 4px !important;
}

.hdi-left header-drawer .header__icon--menu svg.icon {
  height: 24px !important;
  width: 24px;
}

.hdi-left a.header__heading-link {
  margin: 0px !important;
  padding: 0px !important;
  display: block !important;
  height: fit-content !important;
  justify-self: inherit !important;
  max-height: 46px;
}

.hdi-left a.header__heading-link img {
  display: block !important;
  height: 46px;
  border-radius: 4px;
}

.cat-nav-section {
  width: 100%;
  padding: 10px 28px 30px;
  background: #fff;
  border-bottom: 1px solid #0000004D;
}

.predictive-search__loading-state {
  display: none !important;
}

.cat-nav-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 22px;
}

.cat-nav-row {
  display: flex;
  align-items: center;
  gap: 20px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex: 1;
}

.cat-nav-row::-webkit-scrollbar {
  display: none;
}

.cat-nav-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  padding: 14px 14px;
  border: 1px solid #0000004D;
  border-radius: 8px;
  background: #ffffff;
  color: #666666;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.25s ease;
  font-family: DM Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -1%;
}

.cat-nav-item:hover {
  border-color: #111111;
  color: #111111;
}

.cat-nav-icon {
  color: inherit;
  height: 13px !important;
  width: 13px !important;
  display: block;
}

.cat-nav-arrow {
  border: 0;
  background: transparent;
  color: #666666;
  font-size: 42px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.cat-nav-icon svg {
  width: 100% !important;
  height: 100% !important;
}

.cat-nav-arrow:hover {
  color: #111111;
}















.sec-title{
  font-family: 'Oswald', sans-serif;
font-size: 48px;
line-height: 100%;
color:rgba(40, 40, 42, 1);
font-weight: 400;
text-transform:uppercase;
text-align: center;
}
.sec-title span{
  color: rgba(255, 220, 68, 1);
}
.main-banner-section{
    padding: 52px 0px 130px;
}

.main-banner-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 8px;
}

.banner-content img {
  width: 100%;
  display: block;
}

.main-banner-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 8px;
}

.main-banner-small {
  position: relative;
  overflow: hidden;
  height: 350px;
}

.main-banner-small img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bottom-banner-text {
  position: absolute;
  top: 50%;
  left: 45px;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  max-width: 420px;
}

.bottom-banner-text h2 {
  margin: 0 0 20px;
  color: #fff;
      margin: 0 0 20px;
    color: #fff;
    font-family: Oswald;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 2%;
    text-align: left;
}

.bottom-banner-text .banner-btn {
  display: inline-block;
  text-decoration: none;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  background: #FFDC44;
  color: #111111;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
  font-family: 'DM Sans', sans-serif;
}

section.bck-dark .sec-title{
  color: #fff;
}
.parah{
  letter-spacing: 0.32px;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 120%;
  color:#FFFFFF;
  font-weight: 400;
  text-align: center;
}
.top-sec-dt{
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-bottom: 40px;
}
.fitness-gallery-content p.parah {
  max-width: 1009px;
  margin: 0 auto;
}
.gallery-mobile-arrows {
  display: none;
}
.banner-content img{
    margin: auto;
    width: 100%;
    border-radius: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.sunraysia-product-section{
    padding: 0px 0px 130px;
}
.sunraysia-product-content{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.cs-product-grid{
    display: flex;
    align-items: center;
    gap: 20px;
}
.cs-product-box{
    border: 1px solid #00000033;
    border-radius: 14px;
    padding: 30px 24px;
    display: flex;
    gap: 48px;
    justify-content: space-between;
    width: 100%;
    transition: 0.3s ease;
}
.cs-product-box:hover{
    transform: translateY(-4px);
}
.cs-product-box .cs-product-inner-box-right {
    width: 100%;
    max-width: 125px;
    height: 160px;
    background-color: #FFF;
    display: flex;
    align-items: center;
    border-radius: 14px;
}

.cs-product-box .cs-product-inner-box-right img {
    width: 100%;
    height: 125px;
    object-fit: contain;
box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
  }
.cs-product-inner-box-left-text p{
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    color: #28282A;
    margin-bottom: 27px;
    letter-spacing: 0%;
}
.cs-product-inner-box-left-text h3{
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    color: #28282A;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.cs-product-inner-box-left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cs-product-inner-btn{
    width: 48px;
    height: 48px;
}
.cs-product-inner-btn img{
  width: 100%;
    height: 100%;
}
/* marque */
.sunrayisa-marque{
    width:100%;
    overflow:hidden;
    background: #28282A;
    padding: 16px 0;
    position:relative;
}

.sunrayisa-track{
    display:flex;
    width:max-content;
    animation:moveRight 18s linear infinite;
}

.sunrayisa-item{
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 100%;
    letter-spacing: 1.6px;
    white-space:nowrap;
    margin-right:60px;
}
/* SPECIALS  start*/
.product-specials-section {
  background: #F1F1F1;
  padding: 70px 0 100px;
  overflow: hidden;
}

.specials-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}



.specials-tabs {
  display: flex;
  gap: 31px;
  padding-top: 11px;
}

.specials-tab {
  background: transparent;
  border: 0;
  padding: 0;
  color: #28282A;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: -0.36px;
}

.specials-tab.active {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.product-specials-swiper {
  overflow: hidden;
}

.product-specials-swiper .swiper-slide {
  height: auto;
}

.special-product-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 20px 18px;
  display: block;
}

.special-product-img {
  position: relative;
  height: 310px;
  background: #FFF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
}

.special-product-img img {
  max-width: 100%;
  max-height: 165px;
  object-fit: contain;
  display: block;
}

.product-badges {
  position: absolute;
  top: 13px;
  left: 13px;
  display: flex;
  gap: 9px;
}

.product-badges span {
  font-family: "DM Sans", sans-serif;
  height: 20px;
  padding: 0 10px;
  border-radius: 2px;
  font-size: 10px;
  line-height: 20px;
  font-weight: 700;
}

.sale-badge {
  background: #ffd63f;
  color: #000;
}

.new-badge {
  background: #000;
  color: #fff;
}

.special-product-info {
  text-align: center;
  padding-top: 17px;
}

.special-product-info h3 {
  margin: 0 0 13px;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  color: #28282A;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}

.special-price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
}

.special-price span {
  color: #D80027;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  font-family: 'DM Sans', sans-serif;
}

.special-price del {
  color: #28282A;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.32px;
  font-family: 'DM Sans', sans-serif;
  text-decoration: line-through;
}

.specials-bottom {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 38px;
  width: 100%;
}

.specials-scrollbar.swiper-scrollbar {
  position: relative !important;
  left: auto !important;
  bottom: auto !important;
  width: calc(100% - 64px) !important;
  height: 4px !important;
  background: #d2d2d2 !important;
  border-radius: 20px !important;
}

.specials-scrollbar .swiper-scrollbar-drag {
  background: #292929 !important;
  height: 4px !important;
  border-radius: 20px !important;
  display: block !important; 
  width: calc(100% / 8);
}

.specials-next {
  width: 48px;
  height: 48px;
  border: none !important;
  outline: none;
  cursor: pointer;
}
.specials-next img {
    width: 100%;
    height: 100%;
}


/* SPECIALS  end*/
.brand-section{
    padding: 40px 0px 40px;
    background: #F1F1F1 !important;
}


.brand-grid{
     display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}
.brand-box{
    display: flex;
    flex-direction: column;
    gap: 15px;
    transition: 0.3s ease;
}
.brand-box:hover{
    transform: translateY(-4px);
}
.brand-box img{
    width: 100%;
    max-width: 200px;
    margin: auto;
}
.brand-box h3{
    text-align: center;
        font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
    color: #28282A;
    text-align: center;
}
.testimonials-section{
    padding: 130px 0px 190px;
    background-color: #FFFFFF !important; 
}
.testimonials-contant-holder{
    position: relative;
}
.testimonials-contant-holder::before{
    content: '';
    position: absolute;
    top: 0;
    left: 100px;
    width: 19px;
    height: 19px;
    background-image: url(/cdn/shop/files/Ellipse_1.svg?v=1777908257);
    background-size: cover;
}
/* testimonial swiper*/
.mySwiper{
  width:100%;
  height:420px;
}

.swiper-slide{
  display:flex;
  justify-content:center;
  align-items:center;
  background:transparent;
}

.testimonial-box{
  max-width: 1120px;
  margin:auto;
  text-align:center;
}

.quote-mark{
  font-size:95px;
  line-height:1;
  color:#000;
  font-weight:900;
  margin-bottom:20px;
}

.testimonial-box h3{
  font-family: 'Oswald', sans-serif;
  font-size: 34px;
  line-height: 140%;
  color:#28282A;
  font-weight: 400;
  text-transform:uppercase;
  max-width: 1120px;
  margin-bottom: 42px;
}

.store-name{
  font-size: 16px;
  font-weight: 500;
  font-family: 'DM Sans', sans-serif;
  color: #00000099;
  line-height: 100%;
  margin-bottom: 8px;
}

.testimonial-box h4{
   font-family: 'Oswald', sans-serif;
  font-size: 20px;
  line-height: 140%;
  color:#28282A;
  font-weight: 400;
  margin-bottom: 20px;
}

.verified-customer{
    display: flex;
    gap: 11px;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
}
.verified-customer p{
  color: #79C918;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
}
.verified-customer img{
    width: 16px;
    height: 16px;
}

.mySwiper::part(pagination){
  bottom:0px;
}

.mySwiper::part(bullet){
  width:10px;
  height:10px;
  border:1px solid #000;
  background:transparent;
  opacity:1;
}

.mySwiper::part(bullet-active){
  background:#000;
}


.mySwiper::part(button-prev),
.mySwiper::part(button-next){
  color:#000;
  width:30px;
  height:30px;
  margin-top:0;
}

.tst-nv-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center !important;
  gap: 12px;
}

.tst-nv-wrap .tst-prev, 
.tst-nv-wrap .tst-next {
  position: relative;
  margin: 0px !important;
  top: 0px !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 20px !important;
  width: 20px !important;
  border: none !important;
  outline: none !important;
  background: transparent !important;
}

.tst-nv-wrap .swiper-pagination {
  position: relative !important;
  width: fit-content !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}

.tst-nv-wrap .tst-prev::after, 
.tst-nv-wrap .tst-next::after {
  display: none;
}

.tst-nv-wrap .tst-prev svg, 
.tst-nv-wrap .tst-next svg {
  width: 10px !important;
}

.tst-nv-wrap .swiper-pagination .swiper-pagination-bullet {
  height: 22px !important;
  width: 22px !important;
  aspect-ratio: 1/1;
  margin: 0px 4px -4px !important;
  background: #000 !important;
  border: 6px solid #fff;
  outline: 1px solid #000;
} 


.fitness-social-section{
    padding: 80px 0px;
    background: #28282A !important;
}
.fitness-heading span{
    color: #FFDC44;
}

.fitness-main-image img{
    width: 100%;
}
.fitness-gallery-section{
     padding: 40px 0px;
    background: #28282A !important;
}


.fitness-social-icons{
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.fitness-social-icons img{
    width: 60px;
    height: 60px;
}

.fitness-gallery-images{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.fitness-gallery-images img{
    width: 100%;
    max-width: 310px;
}
/*  */
.cs-form-section {
  width: 100%;
  background: #ffffff;
  padding: 130px 0;
}


.cs-form-box {
  background: #F1F1F1;
  border-radius: 14px;
  padding: 53px 41px;
}

.cs-form-heading {
  margin: 0 0 16px;
  font-size: 42px;
  line-height: 120%;
  font-weight: 400;
  color: #28282A;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
.cs-form-content p.parah {
    color: rgba(40, 40, 42, 1);
}
.cs-form-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.cs-form-form {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  gap: 17px;
  width: 100%;
  max-width: 100% !important;
  margin: 0 !important;
}

.cs-form-input {
  flex: 1;
  border: 1px solid #28282A33;
  border-radius: 8px;
  background: transparent;
  padding: 18px 20px !important;
  font-size: 16px;
  font-weight: 300;
  font-family: 'DM Sans', sans-serif;
  color: #28282A;
  outline: none;
}

.cs-form-input::placeholder {
  color: #444444;
}

.cs-form-btn {
  padding: 18px 24px;
  border: none;
  border-radius: 8px;
  background: #FFDC44;
  color: #111111;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
  font-family: 'DM Sans', sans-serif;
}

.cs-form-btn:hover {
  background: #f0c626;
}

/* footer */
.site-footer {
  background: #28282A;
  color: #ffffff;
}

.footer-top {
  padding: 85px 0 39px;
}

.footer-contact h2 {
  margin: 0 0 55px;
  font-size: 42px;
  line-height: 120%;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: -0.84px;
  font-family: 'Oswald', sans-serif;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr 1fr;
  gap: 60px;
}

.footer-col h3 {
   margin: 0 0 26px;
  font-size: 34px;
  line-height: 120%;
  font-weight: 400;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.currency span {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.32px;
}

.footer-col a {
  font-family: "DM Sans", sans-serif;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 0.32px;
}

.footer-col a.active,
.footer-col a:hover {
  text-decoration: underline;
}

.payment-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}

.payment-icons img {
  width: 29px;
  height: 18px;
}

.footer-settings {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-top: 32px;
  font-size: 13px;
  font-weight: 600;
}

.currency,
.language {
  display: flex;
  align-items: center;
  gap: 8px;
}

.flag {
  font-size: 24px;
}

.footer-bottom {
  border-top: 1px solid #FFFFFF24;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 43px 0px 41px;
}

.footer-bottom p {
  font-family: "DM Sans", sans-serif;
     color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    line-height: 100%;
    font-weight: 600;
    letter-spacing: 0.28px;
}

.footer-bottom p span {
  margin: 0 14px;
}

.bottom-links {
  display: flex;
  align-items: center;
  gap: 34px;
}

.bottom-links a {
  font-family: "DM Sans", sans-serif;
  color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    line-height: 100%;
    font-weight: 600;
    letter-spacing: 0.28px;
}

.bottom-links a:hover {
  text-decoration: underline;
}


.footer-language {
  position: relative;
}

.footer-language-dropdown {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  outline: none;
  cursor: pointer;
  appearance: none;
  padding-right: 18px;
}

.footer-language::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-55%);
  color: #ffffff;
  font-size: 14px;
  pointer-events: none;
  background-image: url(../images/deopdown.png);
  width: 12px;
  height: 12px;

}

.footer-language-dropdown option {
  color: #000000;
}


footer .links-web{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin: 0 0 55px;
}

footer .links-web a{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-size: 42px;
  line-height: 120%;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: -0.84px;
  font-family: 'Oswald', sans-serif;
}

.policy-page-section{
  width:100%;
  padding: 64px 15px 130px;
  background-color: #fff;
}
.policy-page-section .top-sec-dt{
  display: flex;
  flex-direction: column;
  gap: 84px;
}
.policy-sec-title{
font-family: Oswald;
font-weight: 400;
font-size: 48px;
line-height: 100%;
letter-spacing: 0%;
color:rgba(40, 40, 42, 1);
margin-bottom: 84px;
    text-align: center;
}





.about-banner{
  width: 100%;
  padding: 50px 0px;
  background: #fff;
}
.banner-cntn{
  width: 100%;
  height: auto;
}
.banner-cntn img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

.about-section{
  padding: 130px 0px;
  background: #fff;
}
.about-content{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about-content .sec-title{
  margin-bottom: 24px;
}
.about-content .parah p{
color: rgba(40, 40, 40, 1);
line-height: 150%;
letter-spacing: 1px;
text-align: left;
}

.contact-sec{
  width: 100%;
  padding: 90px 0 130px;
  background-color: #fff;
}
.contact-sec .top-sec-dt .parah{
  color: rgba(40, 40, 40, 1);
  max-width: 774px;
  margin: 0 auto;
}

.contact-sec .mail-box{
  background-color: rgba(241, 241, 241, 1);
  padding: 38px;
  border-radius: 12px;
  margin: 15px 0 60px;
}
.contact-sec .mail-box ul{
  display: grid;
    align-items: center;
    gap: 40px 120px;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
}
.contact-sec .mail-box ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: Oswald;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
  color: rgba(40, 40, 42, 1);
}
.contact-sec .mail-box ul li a img{
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.contact-form .fild-row{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 27px;
}
.contact-form input,
.contact-form textarea{
  width: 100%;
  padding: 20px 25px;
  border: 0.5px solid rgba(0, 0, 0, 0.7);
  border-radius: 12px;
  font-family: DM Sans;
font-weight: 400;
font-size: 16px;
line-height: 140%;
letter-spacing: 2%;
color: rgba(40, 40, 40, 0.7);
outline: none;
}
.contact-form textarea{
  border-radius: 17px;
  resize: none;
  height: 230px;
  max-height: 230px;
  margin-bottom: 30px;
}
.site-btn{
margin: 0 auto;
display: block;
background-color: rgba(255, 220, 68, 1);
border-radius: 8px;
padding: 18px 24px;
width: 100%;
max-width: 260px;
color: rgba(0, 0, 0, 1);
font-family: DM Sans;
font-weight: 600;
font-size: 16px;
line-height: 100%;
letter-spacing: -1%;
text-align: center;
outline: none;
border: none;
cursor: pointer;
transition: color 0.3s ease;
}
.site-btn:hover{
  background-color: #f0c626;
}


.map-sec{
  width: 100%;
  padding-bottom: 130px;
}
.custom-map-wrapper {
  width: 100%;
  height: 440px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.custom-map-iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.map-sec .stores-box{
  width: 100%;
  max-width: calc(100% - 80px);
  margin: -40px auto 0;
  background-color: rgba(255, 220, 68, 1);
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 50px;
  z-index: 10;
  position: relative;
}
.map-sec .stores-box .site-btn{
  margin: 0;
  background-color: rgba(0, 0, 0, 1);
  color: rgba(255, 220, 68, 1);
}
.map-sec .stores-box .site-btn:hover{
  background-color: #000000d0;
}
.map-sec .stores-box h3{
  color: rgba(40, 40, 42, 1);
  font-family: Oswald;
  font-weight: 400;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 20px;
}
.map-sec .stores-box ul li a,
.map-sec .stores-box ul li span{
  font-family: DM Sans;
font-weight: 400;
font-size: 16px;
line-height: 140%;
letter-spacing: 2%;
color: rgba(40, 40, 40, 1);
}
.map-sec .stores-box .tm {
  margin-top: 20px;
}
.map-sec .stores-box .tm li span{
  text-transform: uppercase;
}

.custom-breadcrumb-sec {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 0;
}

.custom-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  color: #6f6f6f;
  font-size: 20px;
  line-height: 1;
}

.breadcrumb-home {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  transition: 0.3s ease;
  font-family: DM Sans;
font-weight: 500;
font-size: 16px;
line-height: 100%;
color:rgba(40, 40, 40, 0.7);

}

.breadcrumb-home:hover {
  color: #000000;
}

.breadcrumb-home svg {
  flex-shrink: 0;
}

.breadcrumb-separator {
  display: inline-flex;
  align-items: center;
  color: #777777;
}

.breadcrumb-current {
  font-family: DM Sans;
font-weight: 500;
font-size: 16px;
line-height: 100%;
letter-spacing: -1%;
color:rgba(40, 40, 40, 0.7);
text-transform: capitalize;
}


  /*  */
.policy-sec{
  padding: 64px 0 130px;
  width: 100%;
}
.policy-sec .top-sec-dt{
  gap: 0 !important;
  margin: 0;
}
.policy-sec .policy-cntn p{
  color: rgba(40, 40, 40, 0.8);
  text-align: left;
      letter-spacing: .32px;
    font-family: DM Sans, sans-serif;
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
}
.policy-sec .policy-cntn ul {
  margin-left: 20px;
}
.policy-sec .policy-cntn ul li{
list-style: disc;
color: rgba(40, 40, 40, 0.8);
  text-align: left;
      letter-spacing: .32px;
    font-family: DM Sans, sans-serif;
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
}

.cntn-holder-policy .return-item {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.policy-cntn h3 {
    font-family: DM Sans;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(40, 40, 40, 1);
}
.policy-cntn .heading{
    margin-bottom: 14px;
    text-align: left;
}
.policy-sec .policy-cntn p strong {
  margin-top: 20px;
  display: block;
}


.contact-links p {
    font-weight: 600 !important;
    font-style: italic;
}

.policy-sec p a {
    color: inherit;
}
.policy-intro {
    color: rgba(40, 40, 40, 0.8);
    text-align: left;
    font-style: italic;
    background-color: #ffdc44;
}

.privacy .top-sec-dt {
    margin-bottom: 180px;
}

.cs-product-scrollbar {
  display: none;
}
 


.blog-sec {
  width: 100%;
  overflow: hidden;
  padding: 120px 0px;
  background: #F1F1F1;
  display: none;
}

.blog-slider-wrap {
  width: 100%;
  position: relative;
}

.blog-slider {
  width: 100%;
  overflow: hidden;
}

.blog-box {
  width: 100%;
}

.blog-img {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 18px;
  margin-bottom: 20px;
}

.blog-img img {
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 18px;
  aspect-ratio: 390/208;
}

.blog-cntn {
  background: #ffffff;
  border-radius: 14px;
  padding: 20px;
}

.blog-cntn ul {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0 0 22px;
  list-style: none;
}

.blog-cntn ul li {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #2f2f2f;
  font-family: DM Sans;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 6%;
  text-align: center;
}

.blog-cntn ul li img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: block;
}

.blog-title-link {
  color: inherit;
  text-decoration: none;
}

.blog-cntn h3 {
  margin: 0 0 12px;
  color: #28282A;
  text-transform: uppercase;
  font-family: Oswald;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
}

.blog-cntn .parah {
  margin: 0 0 26px;
  color: #28282A;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 2%;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.blog-cntn .more-btn {
  display: inline-block;
  color: #28282A;
  font-family: DM Sans;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 1%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
}

.blog-bottom {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 34px;
}

.blog-scrollbar {
  flex: 1;
  position: relative !important;
  height: 4px !important;
  background: #D9D9D9;
  border-radius: 20px;
  top: 0px !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}

.blog-scrollbar .swiper-scrollbar-drag {
  background: #111111;
  border-radius: 20px;
  display: block !important;
  width: calc(100% / 4);
}

.blog-next {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.blog-next img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
} 




.prd-details-sec {
  width: 100%;
  background: #F1F1F1;
  padding: 80px 0px;
}

.container {
  width: 100%;
  max-width: 1330px;
  padding: 0px 15px;
  margin: 0 auto;
}

.prd-details-wrap {
  display: grid;
  gap: 40px;
}

.prd-details-cell {
  width: 100%;
  padding: 35px 50px;
  background: #ffffff;
  border-radius: 12px;
  /* display: grid;
  grid-template-columns: 1fr 75.4%;
  gap: 20px; */
}

.prd-details-cell-title h2 {
  font-family: Oswald;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  color: #28282A;
}

.prd-details-cell-dets {
  padding-left: 40px;
  border-left: 1px solid #000000CC;
}

.prd-details-cell-dets .clamped-txt {
  margin-bottom: 24px;
}

.prd-details-cell-dets .clamped-txt * {
  font-weight: 400;
  font-size: 16px;
  line-height: 140% !important;
  letter-spacing: 0% !important;
  color: #282828 !important;
  font-family: "DM Sans", sans-serif !important;
}

.prd-details-cell-dets .readmore-btn {
  font-family: DM Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #000000;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
}








/* Ingredients sec */

.key-ingredient-section {
  width: 100%;
  background: #28282A;
  padding: 60px 0px;
}

.key-ingredient-container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 24px;
}

.key-ingredient-top {
  text-align: center;
  margin-bottom: 40px;
}

.key-ingredient-top h2 {
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-family: Oswald;
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 2%;
  text-align: center;
}

.key-ingredient-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 34px;
  align-items: start;
}

.key-ingredient-cell {
  text-align: center;
}

.key-ingredient-icon {
  width: 133px;
  height: 133px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #2f2f31;
  display: flex;
  align-items: center;
  justify-content: center;
}

.key-ingredient-icon img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  display: block;
}

.key-ingredient-cell h3 {
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-family: Oswald;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 2%;
  text-align: center;
}






/* FAQs Section */


.custom-faq-section {
  width: 100%;
  padding: 130px 0px;
  background: #f7f7f7;
}

.custom-faq-container {
  width: 100%;
  max-width: 1088px;
  margin: 0 auto;
  padding: 0 24px;
}

.custom-faq-layout {
  display: grid;
  grid-template-columns: 369px 1fr;
  gap: 60px;
  align-items: start;
}

.custom-faq-left {
  display: flex;
  flex-direction: column;
  gap: 68px;
}

.custom-faq-intro h2 {
  margin: 0px 0 21px;
  color: #28282A;
  text-transform: uppercase;
  font-family: Oswald;
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 2%;
}

.custom-faq-intro p {
  margin: 0 0 14px;
  color: #282828;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
}

.custom-faq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 114px;
  padding: 18px 30px;
  border-radius: 8px;
  background: #ffd437;
  color: #000000;
  text-decoration: none;
  font-family: DM Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -1%;
  text-align: center;
}

.custom-faq-btn:hover {
  background: #f1c829;
  color: #000000;
}

.custom-faq-contact {
  border: 1px solid #000000CC;
  border-radius: 8px;
  padding: 46px 32px;
  background: transparent;
}

.custom-faq-contact h3 {
  margin: 0 0 18px;
  color: #28282A;
  text-transform: uppercase;
  font-family: Oswald;
  font-weight: 400;
  font-size: 34px;
  line-height: 120%;
  letter-spacing: -2%;
}

.custom-faq-contact h4 {
  margin: 0 0 26px;
  color: #28282A;
  text-transform: uppercase;
  font-family: Oswald;
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0%;
}

.custom-faq-contact p {
  margin: 0;
  color: #282828;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
}

.custom-faq-contact p + p {
  margin-top: 18px;
}

.custom-faq-right {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.custom-faq-item {
  border: 1px solid #c7c7c7;
  border-radius: 11px;
  background: transparent;
  overflow: hidden;
}

.custom-faq-question {
  width: 100%;
  min-height: 72px;
  padding: 18px 22px 18px 27px;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  text-align: left;
}

.custom-faq-question span:first-child {
  color: #28282A;
  text-transform: uppercase;
  font-family: Oswald;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%; 
}

.custom-faq-icon {
  width: 37px;
  height: 37px;
  min-width: 37px;
  border-radius: 7px;
  background: #ffd437;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.custom-faq-icon::before,
.custom-faq-icon::after {
  content: "";
  position: absolute;
  background: #000000;
  border-radius: 2px;
}

.custom-faq-icon::before {
  width: 14px;
  height: 2px;
}

.custom-faq-icon::after {
  width: 2px;
  height: 14px;
}

.custom-faq-item.active .custom-faq-icon::after {
  display: none;
}

.custom-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.custom-faq-answer-inner {
  padding: 0 80px 22px 27px;
  color: #282828;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 2%;
}

.custom-faq-answer-inner p {
  margin: 0;
}

.custom-faq-item.active .custom-faq-answer {
  max-height: 250px;
}


/* RELATED PRODS SEC */

.related-prods-sec {
  width: 100% !important;
  padding: 70px 0px 100px !important;
  background: #F1F1F1 !important;
}

.related-prods-sec product-recommendations {
  padding: 0px !important;
  height: fit-content !important;
} 

.related-specials-top h2 {
  font-family: Oswald;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #28282A;
} 

/* PROD MAIN SEC */
 
.main-prod-sec {
  background: #fff !important;
  padding: 64px 0px 130px !important;
  width: 100% !important;
}

.prod-main-grid {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 50% 1fr;
  gap: 35px !important;
}

.prod-main-grid > div {
  width: 100% !important;
  max-width: 100% !important;
}

.prod-main-grid media-gallery:has(.thumbnail-slider) {
  display: grid !important;
  grid-template-columns: 130px 1fr !important;
  gap: 19px;
}

.prod-main-grid media-gallery .thumbnail-slider {
  order: -1 !important;
  flex-direction: column;
}

.prod-main-grid media-gallery .thumbnail-slider .slider {
  flex-direction: column !important;
  width: 100% !important;
  gap: 24px !important;
}

.prod-main-grid media-gallery .thumbnail-slider .slider__slide {
  width: 100% !important;
  border: none !important;
  background: #F1F1F1B2 !important;
  overflow: hidden !important;
  border-radius: 12px;
  aspect-ratio: 130/153;
}

.prod-main-grid media-gallery .thumbnail-slider .slider__slide button {
  background: transparent !important;
  border: none !important;
  outline: none !important;
}

.prod-main-grid media-gallery .thumbnail-slider .slider__slide img {
  padding: 10px !important;
  object-fit: contain;
}
.prod-main-grid .product-media-container {
    border: none !important;
}
.prod-main-grid .slider-mobile-gutter .slider__slide .product__media {
  background: #F1F1F1B2 !important;
  aspect-ratio: 621/693;
  width: 100% !important;
  padding: 0px !important;
  overflow: hidden !important;
  border-radius: 14px !important;
}
.prod-main-grid .slider-mobile-gutter .slider__slide .product__media img{
  object-fit: contain;
}
.product__info-wrapper {
  padding: 0px !important;
}

.product__info-wrapper p.product__text {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 3%;
  color: #28282A;
  display: block;
  margin-bottom: 14px;
}

.product__info-wrapper  .product__title {
  margin-bottom: 32px !important;
}

.product__info-wrapper .product__title h1 {
  font-family: Oswald;
  font-weight: 400;
  font-size: 44px;
  line-height: 120%;
  letter-spacing: 2%;
  color: #28282A;
}

.product__info-wrapper div:has(> .price) {
  margin: 0px 0px 32px !important;
}

.product__info-wrapper .product__tax {
  display: none !important;
}

.price--on-sale .price__sale {
  display: flex !important;
  flex-direction: row-reverse !important;
  align-items: center;
  justify-content: center;
}

.price--on-sale .price__sale span.price-item {
  font-family: DM Sans;
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 2%;
  text-align: center;
  color: #D80027;
}

.price .price-item {
  margin: 0 16px 0 0;
}

.price--on-sale .price__sale s.price-item.price-item--regular {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 2%;
  text-align: center;
  text-decoration: line-through;
  color: #000000 !important;
}

.product .price .badge {
  margin-bottom: 0px !important;
  font-family: Hanken Grotesk;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -1%;
  padding: 8px 16px;
  border-radius: 3px;
  background: #FFDC44;
  color: #000000;
  margin-left: 8px;
}

.product__info-container>div:has(> form.installment) {
  display: none !important;
}

.product__info-wrapper  variant-selects {
  margin: 0px 0px 22px !important;
}

.product__info-wrapper variant-selects legend.form__label {
  font-family: DM Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 2%;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.product-form__input--pill input[type=radio]+label {
  padding: 14px 20px !important;
  border-radius: 6px !important;
  font-family: Hanken Grotesk;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -1%;
  text-align: center;
  color: #000000;
  opacity: 0.5;
  letter-spacing: 0px !important;
}

.product-form__input--pill input[type=radio]:checked+label {
  background: transparent !important;
  color: #000000 !important;
  opacity: 1 !important;
}

.product__info-wrapper  .pd-desc {
  margin: 0px 0px 20px !important;
  display: flex;
  align-items: center !important;
  gap: 18px;
}

.product__info-wrapper .pd-desc svg {
  max-width: 104px !important;
  display: block;
}

.product__info-wrapper .pd-desc b {
  font-family: DM Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 2%;
  color: #000000;
}

.product__info-wrapper .pd-desc span {
  font-family: DM Sans;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 2%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #00000099;
}

.product__info-wrapper .product-form__quantity {
  margin: 0px !important;
}

.product__info-wrapper .product-form__quantity label.quantity__label.form__label {
  display: none;
}

.product__info-wrapper .product-form__quantity quantity-input.quantity {
  width: 165px !important;
  border: 1px solid #0000002E;
  border-radius: 8px !important;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.product__info-wrapper .product-form__quantity quantity-input.quantity :is(button, input) {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.product__info-wrapper .product-form__quantity quantity-input.quantity::before, 
.product__info-wrapper .product-form__quantity quantity-input.quantity::after {
  display: none;
}

.product__info-wrapper .product-form__quantity quantity-input.quantity input {
  font-family: Hanken Grotesk;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -1%;
  text-align: center;
  color: #28282A;
}

.product__info-wrapper div:has(> product-form.product-form) {
  margin: 0px !important;
  margin-top: -47px !important;
}

.product__info-wrapper product-form.product-form {
      margin: 0px !important;
}

.product__info-wrapper div:has(> product-form.product-form) pickup-availability {
  display: none !important;
}

.product__info-wrapper product-form.product-form .product-form__buttons {
  max-width: 100% !important;
  width: 100% !important;
}

.product__info-wrapper product-form.product-form .product-form__buttons .product-form__submit {
  max-width: calc(100% - 165px - 20px);
  margin-left: auto !important;
  height: 44px !important;
  border: 1px solid #0000002E !important;
  border-radius: 8px !important;
  overflow: hidden;
  font-family: DM Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -1%;
  text-align: center;
  color: #28282A;
}

.product__info-wrapper product-form.product-form .product-form__buttons .product-form__submit::before, 
.product__info-wrapper product-form.product-form .product-form__buttons .product-form__submit::after {
  display: none;
} 





/* Breadcrumbs Sec */

.top-breadcrumbs-section {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid hsl(0deg 0% 0% / 20%);
}

.top-breadcrumbs-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.top-breadcrumbs-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
  color: #6b6b6b;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  padding: 22px 0px;
}

.top-breadcrumbs-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #282828B2;
  text-decoration: none;
  transition: color 0.2s ease;
  font-family: DM Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -1%;
}

.top-breadcrumbs-link:hover {
  color: #111111;
}

.top-breadcrumbs-home-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #8a8a8a;
  height: 20px;
  width: 20px;
}

.top-breadcrumbs-home-icon svg {
  display: block;
  height: 20px;
  width: 20px;
}

.top-breadcrumbs-separator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #8a8a8a;
}

.top-breadcrumbs-current {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 420px;
  font-family: DM Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -1%;
  color: #282828B2 !important;
} 

body:has(.main-prod-sec)  .testimonials-section {
  padding: 60px 0px;
  background: #F1F1F1 !important;
}

/* CTG TOP Section */

.category-top-sec {
  width: 100%;
  padding: 64px 0px;
  background: #ffffff;
}

.ctg-top-row {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 66.5%;
  gap: 20px;
}

.ctg-tc-01 h1 {
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 3%;
  color: #28282A;
  font-family: 'Oswald';
}

.ctg-tc-02 {
  padding-left: 10.4%;
  border-left: 1px solid #000000CC;
}

.ctg-tc-02 .clamped-txt {
  margin-bottom: 24px;
}

.ctg-tc-02 .clamped-txt,
.ctg-tc-02 .clamped-txt p {
  font-family:  'DM Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #282828;
}

.ctg-tc-02 .readmore-btn {
  background: transparent;
  color: #000000;
  cursor: pointer;
  font-family: DM Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  border: none !important;
  outline: none !important;
}

.ctg-cards-row {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 50px;
}

.ctg-card {
  width: 100%;
  flex-basis: 180px;
  max-width: 220px;
  flex-grow: 1;
}

.ctg-card a {
  display: block;
}

.ctg-card img {
  width: 100% !important;
  display: block;
  object-fit: cover;
  margin-bottom: 16px;
  border-radius: 14px;
  aspect-ratio: 220/121;
  object-fit: contain;
  /* background: #eeeeee94; */
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
}

.ctg-card h3 {
  font-family: Oswald;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 3%;
  text-align: center;
  color: #28282A;
}








/* Collection page CSS */

facet-filters-form.facets.facets-vertical-sort {
  padding: 0px !important;
  max-width: 100% !important;
  margin-bottom: 35px !important;
}

.filters-icc {
  display: flex;
  align-items: center;
  gap: 23px;
}

.filters-icc svg {
  height: 30px;
  width: 30px;
  display: block;
}

.filters-icc span {
  font-family: DM Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}

.facet-filters__label {
  font-family: Oswald;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #28282A;
}

.facet-filters__field .select select {
  padding: 16px !important;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #0000004D;
  border-radius: 8px !important;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
  appearance: none !important;
}

.facet-filters__field .select span {
  right: 16px;
}

.facets-vertical {
  display: grid !important;
  grid-template-columns: 310px 1fr;
  gap: 20px !important;
  align-items: start;
}

.facets-vertical .facets-wrapper {
  padding-right: 0px !important;
}

fieldset.facets-wrap.parent-wrap.facets-wrap-vertical {
  border: navajowhite !important;
}

.main-cellection-sec ul#product-grid {
  display: grid !important;var(
  --grid-desktop-horizontal-spacing:);
  grid-template-columns: repeat(3, 1fr);
  gap: 20px !important;
}

.main-cellection-sec ul#product-grid .grid__item {
  width: 100% !important;
  max-width: 100% !important;
}

.main-cellection-sec .card__heading a::after {
  display: none;
}

.prd-card {
  width: 100% !important;
  position: relative;
  background: #ffffff;
  border-radius: 14px;
  padding: 20px 18px; 
}

.prd-card .card__inner {
  position: relative !important;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F1F1F1;
  border-radius: 14px !important;
  aspect-ratio: 274 / 308;
  margin-bottom: 17px;
  display: block !important;
  --ratio-percent: 0 !important;
  overflow: hidden !important;
}

.prd-card .card__inner::before {
  display: none !important;
}

.prd-card .card__inner .media {
  position: unset !important;
  border-radius: 14px;
  overflow: hidden;
}

.prd-card .card__inner .media img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 274 / 308;
  display: block;
  object-fit: contain;
  background: #FFFFFF !important;
  padding: 20px;
  border-radius: 14px;
  
}
.collection .prd-card {
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
}
.card__badge {
  display: flex;
  gap: 12px;
}

.card__badge .badge {
  font-family: Hanken Grotesk;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -1%;
  display: block;
  padding: 6px 10px;
  border-radius: 3px;
  background: black;
  color: #fff;
  margin: 0px !important;
  background: #FFDC44;
  color: #000000;
}

.prd-card .card__information {
  padding: 0px !important;
}

.prd-card .card__information h3 {
  font-family: Oswald;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #28282A;
  margin-bottom: 13px !important;
}

.prd-card .card__information .price.price--on-sale {
  text-align: center !important;
}

.prd-card .card__information .price.price--on-sale .price__sale span.price-item {
  font-family: DM Sans;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-right: 18px;
  color: #D80027 !important;
}

.prd-card .card__information .price.price--on-sale s.price-item.price-item--regular {
  font-family: DM Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 2%;
  text-decoration: line-through;
}

.prd-card>.card__content {
  display: block !important;
  height: fit-content !important;
}

.prd-card .card-information>.price {
  text-align: center !important;
  margin: 0px !important;
}

.prd-card .card-information>.price span {
  font-family: DM Sans;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #28282A;
}

.prd-card .card__information h3 a {
  text-decoration: none !important;
}

.prd-card .card__inner .q-view-btn {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 10px;
}

.prd-card .card__inner .q-view-btn .quick-add {
  margin: 0px !important;
}

.prd-card .card__inner .q-view-btn button {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -1%;
  text-align: center;
  color: rgb(0, 0, 0);
  pointer-events: none;
  transform: translateY(10px);
  opacity: 0;
  padding: 18px;
  background: rgb(255, 220, 68);
  border-radius: 8px;
  transition: 0.3s;
}

.prd-card:hover .card__inner .q-view-btn button {
  pointer-events: all;
  transform: translateY(0px);
  opacity: 1;
}

.prd-card .card__inner .q-view-btn button::before, 
.prd-card .card__inner .q-view-btn button::after {
  display: none;
} 

/* FACETS */

aside facet-filters-form.facets.small-hide {
  width: 100% !important;
  border: 1px solid #00000099;
  padding: 40px 24px !important;
  border-radius: 14px !important;
}

aside facet-filters-form.facets.small-hide h2#verticalTitle {
  display: none !important;
}

aside facet-filters-form.facets.small-hide div#FacetsWrapperDesktop details:first-child {
  border-top: none !important;
}

aside .facets__form-vertical details[data-index="1"] {
  border-top: none !important;
} 

aside .facets__form-vertical details .facets__summary span {
  font-family: Oswald;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #28282A;
  text-decoration: none !important;
  padding-block: 5px !important;
  display: inline-block;
} 

aside .facets__form-vertical details .facets__summary svg.icon {
  height: auto;
  max-width: 13px;
}

aside .facets__form-vertical details li.list-menu__item label {
  justify-content: space-between !important;
  flex-direction: row-reverse;
  padding-inline: 0px !important;
} 

aside .facet-checkbox svg {
  display: none;
}

aside .facet-checkbox .svg-wrapper {
  position: relative !important;
  width: 53px !important;
  min-width: 53px !important;
  height: 22px;
  margin: 0px !important;
  border: 1px solid #0000004a !important;
  visibility: visible !important;
  border-radius: 100px;
  inset: 0px !important;
}

aside .facet-checkbox .svg-wrapper::before {
  content: "";
  position: absolute;
  height: 14px;
  width: 14px;
  left: 3px;
  background: black;
  border-radius: 50%;
  transition: all 0.2s;
}

aside .facet-checkbox.active .svg-wrapper::before {
  transform: translateX(30px);
}

aside span.facet-checkbox__text {
  font-size: 0px;
}

aside span.facet-checkbox__text span.facet-checkbox__text-label {
  font-family: Oswald;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}

.facet-filters  .facet-filters__label label {
  font-family: Oswald;
  font-weight: 400; 
  font-size: 16px; 
  line-height: 100%;
  letter-spacing: 0%;
  color: #28282A;
}

.pagination__list {
  gap: 10px !important;
}

.pagination__list li {
  margin: 0px !important;
}

.pagination__list .pagination__item {
  background: #ffffff;
  border: 1px solid #0000004F;
  color: #000000;
  border-radius: 8px;
  text-decoration: none !important;
}

.pagination__list .pagination__item:hover {
  background: #0000001c;
}

.pagination__list .pagination__item.pagination__item--current {
  background: #FFDC44 !important;
  border-color: #FFDC44;
  opacity: 1; 
}

.pagination__list .pagination__item::after {
  display: none;
  display: none;
}







/* CUSTOM COLLECTION SEC */

.main-cellection-sec {
    position: relative;
    z-index: 0;
}

.custom-collection-section {
  padding: 60px 0 130px;
  background: #ffffff;
} 

.featured-collection-cards {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.featured-card {
  position: relative;
  border: 1px solid #28282A;
  border-radius: 14px;
  background: #ffffff;
  display: grid !important;
  grid-template-columns: 40.3% 1fr !important;
  gap: 20px;
  padding: 32px 24px;
  overflow: hidden;
  text-decoration: none;
  color: #222222;
  transition: all 0.3s;
}

.featured-card:hover {
  background: #262626;
  color: #ffffff;
  border-color: #262626;
}

.featured-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 2;
  height: 100%;
  gap: 20px;
}

.featured-item-count {
  color: #282828B2;
  opacity: 0.85;
  font-family: DM Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -1%;
  transition: all 0.3s;
}

.featured-card h3 {
  color: #28282A;
  font-family: Oswald;
  font-weight: 400;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  transition: all 0.3s;
}

.featured-arrow {
  width: 48px;
  height: 48px;
  margin-top: 30px;
  background: #FFDC44;
  color: #111111;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.featured-card-image {
  width: 100% !important;
}

.featured-card-image img {
  max-width: 100%;
  width: 100%;
  object-fit: contain;
  display: block;
  aspect-ratio: 726/312;
  border-radius: 12px;
}

.collection-grid-area {
  padding-top: 130px;
  text-align: center;
}

.collection-main-heading {
  text-transform: uppercase;
  margin: 0 0 35px;
  color: #28282A;
  font-family: Oswald;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.featured-arrow svg {
  height: 23px;
  width: 23px;
}

.featured-card:hover span.featured-item-count, 
.featured-card:hover h3 {
  color: #FFFFFF;
}

.custom-collection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
  max-width: 100%;
  margin: 0 auto;
}

.collection-grid-card {
  text-decoration: none;
  color: #28282A;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.collection-grid-image {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.collection-grid-image img,
.collection-grid-image svg {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.3s ease;
  aspect-ratio: 420/241;
  border-radius: 14px;
}

.collection-grid-card:hover .collection-grid-image img,
.collection-grid-card:hover .collection-grid-image svg {
  transform: scale(1.06);
}

.collection-grid-count {
  color: #28282A;
  margin-bottom: 8px;
  font-family: DM Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -1%;
  text-align: center;
}

.collection-grid-card h3 {
  margin: 0;
  font-family: Oswald;
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #28282A;
}

.collection-default-pagination {
  margin-top: 40px;
} 

.quick-add-modal__content-info .main-prod-sec {
  padding: 0px !important;
}

.quick-add-modal__content-info {
  border-radius: 20px !important;
}

.quick-add-modal__content {
  border-radius: 20px !important;
}

.quick-add-modal__content .prod-main-grid media-gallery {
  display: block !important;
}

.quick-add-modal__content .prod-main-grid {
  align-items: center;
}


/*  */
.team-sec{
  width: 100%;
  background-color: rgba(241, 241, 241, 1);
  padding: 40px 0;
  display: none;
}
.team-sec .top-sec-dt {
  align-items: flex-start;
}
.top-sec-dt span.bf-title{
  font-family: DM Sans;
font-weight: 400;
font-size: 14px;
line-height: 140%;
letter-spacing: 0.28px;
color: rgba(40, 40, 40, 1);
}
.team-sec .top-sec-dt .parah{
  color:rgba(40, 40, 40, 1);
  text-align: left !important;
}
.trainer-accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

.accordion-item {
  background: rgba(255, 255, 255, 1);
  border-radius: 14px;
  padding: 24px 15px;
  overflow: hidden;
}

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  border: none;
  background: transparent;
  width: 100%;
  padding: 0;
}

.accordion-title {
font-family: Oswald;
font-weight: 400;
font-size: 28px;
line-height: 100%;
text-align: left;
color: rgba(40, 40, 42, 1);
}

.accordion-icon {
  min-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(255, 220, 68, 1);
  color: rgba(0, 0, 0, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: 0.3s ease;
  font-weight: 500;
  line-height: 1;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, margin-top 0.3s ease;
  margin-top: 0;
}

.accordion-item.active .accordion-content {
  max-height: 500px;
  margin-top: 14px;
}



.trainer-image-wrap img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}












/* CART PAGE CSS */

.custom-cart-js-wrapper.page-width {
  width: 100% !important;
  max-width: 1330px !important;
  margin: 0 auto !important;
  padding: 52px 15px 130px !important;
  display: grid !important;
  background: #ffffff !important;
  grid-template-columns: 1fr 36.1%;
  gap: 60px !important;
}

.custom-cart-js-wrapper.page-width .page-width {
  max-width: 100% !important;
  padding: 0px !important;
}

.custom-cart-js-left .title-wrapper-with-link {
  margin-bottom: 77px !important;
}

.custom-cart-js-left .title-wrapper-with-link h1 {
  font-family: Oswald;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 3%;
  text-align: center;
  text-transform: uppercase;
  color: #28282A;
}

.custom-cart-js-right .custom-continue-shopping-btn {
  display: block;
  margin-left: auto;
  border: 1px solid #0000002E;
  width: 299px;
  max-width: 100%;
  padding: 18px;
  border-radius: 8px;
  text-align: center;
  font-family: DM Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -1%;
  color: #181818;
  margin-bottom: 40px;
}

.cart__footer .js-contents {
  padding: 30px 24px;
  background: #28282A;
  border-radius: 14px;
}

.cart__footer .js-contents .totals {
  gap: 10px;
  justify-content: space-between !important;
}

.cart__footer  .cart__blocks {
  width: 100% !important;
}

.cart__footer .js-contents .totals h2 {
  font-family: Oswald;
  font-weight: 400;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
}

.cart__footer .js-contents  p.totals__total-value {
  font-family: Oswald;
  font-weight: 400;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #FFFFFF;
}

.cart__footer .js-contents   .tax-note {
  margin: 20px 0px 0px;
  font-family: DM Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left !important;
  color: #ffffff !important;
}

.cart__footer .js-contents .tax-note a {
  color: currentColor;
}

.cart__ctas--wrap {
  display: grid;
  gap: 10px;
  padding: 30px !important;
  border: 1px solid #0000004D;
  border-radius: 14px !important;
  margin-top: 48px !important;
}

.cart__ctas--wrap button.cart__checkout-button {
  width: 100% !important;
  max-width: 100% !important;
  background: #FFDC44 !important;
  padding: 18px !important;
  border-radius: 8px !important;
  font-family: DM Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -1%;
  text-align: center;
  color: #000000 !important;
}

.cart__ctas--wrap button.cart__checkout-button::before, .cart__ctas--wrap button.cart__checkout-button::after {
  display: none;
}

.cart__ctas--wrap button.cart__checkout-button:hover {
  filter: brightness(1.1);
}

shopify-accelerated-checkout-cart {
  display: flex !important;
  width: 100% !important;
  max-width: 100% !important;
}

.cart__dynamic-checkout-buttons.additional-checkout-buttons {
  width: 100% !important;
  max-width: 100% !important;
} 

.custom-cart-js-left table.cart-items thead {
  display: none !important;
} 

.custom-cart-js-left table.cart-items .cart-item {
  display: grid;
  padding: 28px !important;
  border: 1px solid #0000004D;
  border-radius: 14px;
  grid-template-columns: 140px 1fr;
  gap: 0px 30px !important;
  position: relative !important;
}

.cart-item__media {
  grid-row: span 2;
  width: 100% !important;
  padding: 0px !important;
}

.cart-item__media .cart-item__image-container img {
  width: 100% !important;
  background: #F6F6F6;
  aspect-ratio: 139/184;
  display: block;
  object-fit: contain;
  border-radius: 14px;
  height: 100% !important;
}

td.cart-item__details {
  padding: 0px !important;
  display: grid;
}

td.cart-item__details a.cart-item__name {
  font-family: Oswald;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #282828;
  margin-bottom: 14px !important;
}

td.cart-item__details .product-option {
  order: 10;
}

td.cart-item__details dl dt, td.cart-item__details dl dd {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -1%;
  color: #282828CC;
}

td.cart-item__details dl dt, td.cart-item__details dl:first-child {
  margin-top: 0px !important;
}

td.cart-item__details > .product-option {
  font-family: DM Sans;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 2%;
  color: #282828;
  margin-top: 16px !important;
}

td.cart-item__quantity {
  padding: 0px !important;
  margin-top: 18px !important;
}

.cart-item__quantity-wrapper {
  flex-direction: column !important;
  gap: 20px !important;
}

.cart-item__quantity-wrapper quantity-input.quantity {
  width: 112px !important;
  border: 1px solid #0000004D;
  border-radius: 6px !important;
  height: 39px !important;
  min-height: 39px;
}

.cart-item__quantity-wrapper quantity-input.quantity::before, .cart-item__quantity-wrapper quantity-input.quantity::after {
  display: none;
}

.cart-item__quantity-wrapper quantity-input.quantity button {
  width: 33px;
}

.cart-item__quantity-wrapper cart-remove-button {
  margin: 0px !important;
}

.cart-item__quantity-wrapper cart-remove-button a.button {
  min-width: auto !important;
  min-height: fit-content !important;
  display: block;
  height: fit-content !important;
}

.cart-item__quantity-wrapper cart-remove-button a.button .svg-wrapper {
  display: none !important;
}

.cart-item__quantity-wrapper cart-remove-button a.button::before {
  content: "Remove";
  font-family: DM Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -1%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #DB1B1B;
  position: unset !important;
}

td.cart-item__totals {
  padding: 0px !important;
  position: absolute !important;
  bottom: 28px;
  right: 20px !important;
}

td.cart-item__totals .cart-item__price-wrapper span {
  font-family: DM Sans;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 2%;
  color: #282828;
}

.cart-item__media .cart-item__image-container {
  height: 100% !important;
}

.custom-cart-js-left table.cart-items .cart-item:not(:first-child) {
  margin-top: 20px !important;
}

body:not(:has(#main-cart-footer)) #shipbar-root {
  display: none !important;
}

#shipbar-root.shipbar-cart-position {
  position: static !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 70px !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  z-index: auto !important;
  order: -1;
}

#shipbar-root.shipbar-cart-position > div {
  max-width: 100% !important;
  margin: 0 !important;
  flex-direction: column-reverse !important;
  gap: 14px !important;
}

#shipbar-root.shipbar-cart-position p:first-child {
  text-align: left !important;
  font-family: DM Sans !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 100% !important;
  letter-spacing: -1% !important;
  color: #282828CC !important;
}

#shipbar-root.shipbar-cart-position p:first-child strong {
  color: #e0002b !important;
}

#shipbar-root.shipbar-cart-position p:last-child {
  display: none !important;
}

#shipbar-root.shipbar-cart-position #shipbar-track {
  width: 100% !important;
  height: 10px !important;
  background: #eeeeee !important;
  border-radius: 30px !important;
  overflow: hidden !important;
}

#shipbar-root.shipbar-cart-position #shipbar-fill {
  height: 100% !important;
  background: #ffd734 !important;
  border-radius: 30px !important;
  transition: width 0.3s ease !important;
}

div#main-cart-footer {
    display: grid !important;
}


.prod-main-grid gravity-button{
  border-radius: 8px !important;
}


.brand-page {
    padding: 120px 0;
    background-color: #fff !important;
}





/*  */



#judgeme_product_reviews {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 70px 20px !important;
  font-family: inherit !important;

  --review-black: #111111;
  --review-dark: #202020;
  --review-yellow: #ffd525;
  --review-yellow-dark: #e9bd00;
  --review-border: #e5e5e5;
  --review-light: #f7f7f7;
  --review-muted: #777777;
  --review-green: #108474;
}

/* Main widget box */
#judgeme_product_reviews .jm-review-widget {
  background: #ffffff !important;
  border: 1px solid var(--review-border) !important;
  border-radius: 16px !important;
  padding: 38px 36px !important;
  box-shadow: none !important;
}

/* Header title */
#judgeme_product_reviews .jm-review-widget-minimal-header__title {
  text-transform: uppercase !important;
  color: var(--review-black) !important;
  font-family: Oswald;
  font-weight: 400 !important;
  font-size: 30px !important;
  line-height: 1.2 !important;
  letter-spacing: 0px !important;
}

/* Rating number */
#judgeme_product_reviews .jm-average-rating-display p:first-child {
  font-size: 24px !important;
  font-weight: 800 !important;
  color: var(--review-black) !important;
}

#judgeme_product_reviews .jm-average-rating-display p:last-child {
  font-size: 13px !important;
  color: var(--review-muted) !important;
}

/* Stars */
#judgeme_product_reviews .jm-star-rating__font-icon {
  color: var(--review-yellow) !important;
}

/* Write Review Button */
#judgeme_product_reviews button[data-testid="write-review-button"],
#judgeme_product_reviews .jm-button--primary {
  background: var(--review-yellow) !important;
  color: var(--review-black) !important;
  border: 1px solid var(--review-yellow) !important;
  border-radius: 10px !important;
  min-width: 230px !important;
  height: 44px !important;
  padding: 0 28px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.03em !important;
  transition: all 0.25s ease !important;
  font-family: Hanken Grotesk !important;
  line-height: 100%;
}

#judgeme_product_reviews button[data-testid="write-review-button"]:hover,
#judgeme_product_reviews .jm-button--primary:hover {
  background: var(--review-black) !important;
  color: #ffffff !important;
  border-color: var(--review-black) !important;
}

/* Tabs */
#judgeme_product_reviews .jdgm-tablist__list {
  border-bottom: 1px solid var(--review-border) !important;
}

#judgeme_product_reviews .jdgm-tab {
  color: var(--review-muted) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 15px 16px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
  font-family: Hanken Grotesk !important;
  line-height: 100%;
}

#judgeme_product_reviews .jdgm-tab--active {
  color: var(--review-black) !important;
  border-bottom: 3px solid var(--review-yellow) !important;
}

.jdgm-review-content__body-content {
  font-family: Hanken Grotesk !important;
}

/* Filter + Sort */
#judgeme_product_reviews .jm-button--secondary,
#judgeme_product_reviews .jm-sort-filter__select {
  height: 40px !important;
  border: 1px solid var(--review-black) !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  color: var(--review-black) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

.jm-star-rating span.jm-star-rating__font-icon {
  font-size: 16px !important;
}

/* Review card */
#judgeme_product_reviews .jm-review-item {
  background: var(--review-light) !important;
  border: 1px solid var(--review-border) !important;
  border-radius: 14px !important;
  padding: 28px !important;
  margin-top: 22px !important;
}

/* Reviewer avatar */
#judgeme_product_reviews .jm-reviewer-avatar__initial {
  background: var(--review-yellow) !important;
  color: var(--review-black) !important;
  width: 46px !important;
  height: 46px !important;
  border-radius: 50% !important;
  font-weight: 800 !important;
}

/* Reviewer name */
#judgeme_product_reviews .jm-reviewer-info__name {
  color: var(--review-black) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

/* Date */
#judgeme_product_reviews .jm-reviewer-info__details span {
  color: var(--review-muted) !important;
  font-size: 13px !important;
}

/* Review body */
#judgeme_product_reviews .jm-review-content__body {
  color: #333333 !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

span.jdgm-tablist__activeBar {
  background: #ffdc44 !important;
}

/* Mobile */
@media screen and (max-width: 767px) {
  #judgeme_product_reviews {
    padding: 45px 15px !important;
  }

  #judgeme_product_reviews .jm-review-widget {
    padding: 26px 18px !important;
  }

  #judgeme_product_reviews .jm-review-widget-minimal-header__title {
    font-size: 22px !important;
  }

  #judgeme_product_reviews button[data-testid="write-review-button"],
  #judgeme_product_reviews .jm-button--primary {
    width: 100% !important;
    min-width: 100% !important;
  }

  #judgeme_product_reviews .jm-review-item {
    padding: 22px 18px !important;
  }
}
