/** Shopify CDN: Minification failed

Line 1368:1 Unexpected "}"

**/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

/* font-family: "Inter", sans-serif; */
.for-mobile {
  display: none;
}
.for-desktop {
  display: block;
}

/*----- Product page  style start -----*/
.discount-wrapperr,
.sizee-wrapperr {
  border: 1px solid #000000;
  background-color: #e8fc00;
  display: inline-block;
  padding: 6px 15px 6px 10px;
  margin: 5px 0 20px;
}
.discount-wrapperr .dicount-text,
.sizee-wrapperr .sizee-text {
  font-weight: 500;
  color: #000000;
  font-size: 11px;
  line-height: 13.31px;
}
.discount-wrapperr .dicount-text span,
.sizee-wrapperr .sizee-text span {
  font-weight: 700;
  font-size: 14px;
  line-height: 16.94px;
}

.template-product .form__selectors .radio__legend {
  opacity: 1;
  padding: 0;
  margin: 0 0 10px;
}
.template-product .form__selectors .radio__legend__label {
  font-weight: 600;
  color: #000000;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 16.94px;
}
.radio__legend{display:none !important;}
.template-product
  .form__selectors
  .radio__legend
  span:not(.radio__legend__label) {
  border-left: 1px solid #000000;
  color: #000000;
  font-weight: 700;
}
.radio__inputs.radio__inputs--equal span {
  color: #000000;
}
.radio__fieldset .radio__button input:checked ~ label span {
  color: #fdc230;
}

.template-product .radio__fieldset .radio__button label {
  border-radius: 5px;
  color: white !important;
  font-size: 16px !important;
  /* padding: 10px 0px !important; */
  border: solid 1px black;
  min-width: 0 !important;
  width: auto !important;
  height: auto !important;
}
.template-product .ptitle .product__title {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 23.4px;
}
.template-product .ptitle {
  margin: 15px 0 0;
}

.template-product
  .product__block__variants
  .radio__fieldset.color
  .radio__inputs {
  grid-template-columns: inherit;
}
.template-product
  .product__block__variants
  .radio__fieldset.color
  .radio__button
  label {
  width: auto;
  padding: 0 5px !important;
  max-width: inherit;
  display: inline-flex;
  min-width: inherit !important;
  align-items: center;
  justify-content: center;
}

/* .p-icon-info {
  margin: 5px 0 10px;
}
.p-icon-info .p-icon-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.p-icon-info .p-icon-row .p-icon-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.p-icon-info .p-icon-row .img-wrapper {
  max-width: 30px;
} */

/* AIS New CSS for pdp icons 2/3/2026 */
.p-icon-info {
  margin: 15px 0;
}

/* Use flex with wrap instead of grid — icons naturally size to content */
.p-icon-info .p-icon-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

/* Let each wrapper shrink to fit its image */
.p-icon-info .p-icon-wrapper {
  flex: 0 0 auto; /* Don't grow or shrink — hug the image */
}

/* Image container */
.p-icon-info .img-wrapper {
  width: auto;
}

/* Fixed height, auto width — image dictates its own size */
.p-icon-info .img-wrapper img {
  width: auto;
  height: 45px;
  display: block;
}

@media screen and (max-width: 768px) {
  .p-icon-info .img-wrapper img {
    height: 35px; /* Slightly smaller on mobile */
  }
}

/* New CSS End */

.p-icon-info .p-icon-row .p-icon-text {
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 10px;
  line-height: 12.1px;
  letter-spacing: 0.02em;
}
.product-accordion .accordion__wrapper {
  border: none;
  /* border-top: 1.5px solid #000000; */
  border-top: 1.5px solid #D8D8D8; /* AIS New CSS for accordion border 10/2/2026 */
}
.product-accordion .accordion__wrapper:last-child {
  /* border-bottom: 1.5px solid #000000; */
  border-bottom: 1.5px solid #D8D8D8; /* AIS New CSS for accordion border 10/2/2026 */
}

.template-product .product-section {
  padding-bottom: 0;
}
.template-product .jdgm-rev-widg {
  padding-top: 0;
}

.template-product .product__price {
  padding: 0;
  /* margin-right: 8px; */
  margin-left: 8px; /* AIS New CSS for price 3/2/2026 */
}
.template-product .compare-at {
  font-weight: 600;
  color: #ff3939;
  margin: 0;
  font-size: 14px;
  line-height: 19.36px;
}
.template-product .product__button__meta .product__info__link {
  background-color: transparent;
  border-bottom: 1px solid #000000;

  font-weight: 500;
  color: #000000;
  border-radius: 0;
  margin: 0 0 10px;
  padding: 0 0 2px;
  font-size: 10px;
  line-height: 12.1px;
}

.template-product .p-icon-info .p-icon-row {
  justify-content: flex-start;
}

.template-product .p-icon-info .p-icon-row .img-wrapper {
  max-width: 100%;
}
.product-accordion .accordion__wrapper .accordion__title {
  font-size: 14px;
  /* font-weight: 600; */
  font-weight: 400; /* AIS New CSS 10/2/2026*/
  text-transform: capitalize;
  line-height: 16.94px;
  letter-spacing: 0.02em;
  text-align: left;
}
.product-accordion .accordion__wrapper .accordion__title::after {
  transform: rotate(-45deg);
}
.product-accordion
  .accordion__wrapper
  .accordion__title.accordion-is-open::after {
  transform: rotate(135deg);
}

.flickity-force-arrows-top .collection-tabs h2::after {
  display: none;
}
.flickity-force-arrows-top .collection-tabs h2 {
  padding: 0;

  font-weight: 500;
  text-align: left;
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 19.36px;
  margin: 15px 0 15px;
}
.related__products .product-grid-slide {
  width: 100%;
  max-width: calc(48% - 10px);
  margin-right: 20px;
}
.related__products .product-grid-slide .product__grid__title {
  font-weight: 400;
  color: #000000;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0 !important;
  font-size: 12px;
  line-height: 14.04px;
}
.related__products .product-grid-slide .price,
.related__products .product-grid-slide .compare-at,
.related__products .product-grid-slide .discount {
  font-weight: 500;
  color: #000000;
  font-size: 12px;
  line-height: 14.52px;
}
.related__products .product-grid-slide .compare-at {
  font-weight: 400;
  color: #ff3939;
}
.related__products .product-grid-slide .discount {
  font-weight: 400;
  font-size: 11px;
}

.related__products .product-grid-slide span.size-values {
  height: auto;
  transition: all 0.2s;
  font-weight: 500;
  line-height: 1;
  border: 1px solid #000000;
  padding: 6px !important;
  border-radius: 4px;
  font-size: 12px;
}

.offer-content-wrapper .offer-wrapper {
  border: 1px solid #000000;
  margin: 20px 0;
}
.offer-content-wrapper .offer-wrapper .title-wrapper {
  padding: 10px;
  border-bottom: 1px solid #000000;
}
.offer-content-wrapper .offer-wrapper .title-wrapper p {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
.offer-content-wrapper .offer-wrapper ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  gap: 15px;
  padding: 15px 10px;
}
.offer-content-wrapper .offer-wrapper ul li {
  display: flex;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1;
}
.offer-content-wrapper .offer-wrapper ul li span {
  background-color: #ffcc33;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin: 0 0 0 10px;
  padding: 4px 6px;
  font-size: 11px;
  min-width: 85px;
  font-weight: 600;
}

/*----- Product page  style end -----*/

/*----- Home page  style start -----*/
@-webkit-keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.marquee-text-section {
  margin: 20px 0 0;
}
.marquee-text-section .marquee-wrapper .marquee {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  background-color: #000000;
  height: 50px;
}
.marquee-text-section .marquee-wrapper .marquee span {
  text-transform: uppercase;
  will-change: transform;
  transform: translateX(0);
  white-space: nowrap;
  -webkit-animation: marquee 6s linear infinite;
  animation: marquee 6s linear infinite;
  color: #ffffff;

  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin: 0 20px 0px 0;
}

.section-titlee,
.shop-apparels-section h2.kicker-flourished,
.shop-accessories-section h2.kicker-flourished,
.new-drops-section h2.kicker-flourished,
.section-logos h2.kicker-flourished,
.featured-in-section h2.standard__heading,
.standard__heading p {
  font-size: 32px !important;
  font-weight: 800 !important;
  font-style: italic;
  color: #000000 !important;
  text-transform: uppercase !important;
  text-align: center !important;
  letter-spacing: 0 !important;
  padding: 0 !important;
  line-height: unset;
  margin-bottom: 20px;
}
.section-titlee::after,
.shop-apparels-section h2.kicker-flourished::after,
.shop-accessories-section h2.kicker-flourished::after,
.new-drops-section h2.kicker-flourished::after,
.section-logos h2.kicker-flourished::after,
.featured-in-section h2.standard__heading::after {
  display: none;
}

.shop-apparels-section .wrapper,
.shop-accessories-section .wrapper,
.new-drops-section .wrapper {
  padding: 0 !important;
}

.shop-collections-section,
.shop-apparels-section,
.shop-accessories-section,
.new-drops-section {
  /* padding: 60px 20px 40px; */
  padding: 40px 10px;
}

.shop-collections-section .collection-sliderr .slick-list {
  display: block;
}
.shop-collections-section .collection-sliderr .slick-track {
  display: flex;
  gap: 10px;
}
.shop-collections-section .collection-sliderr .collection-itemm a {
  position: relative;
}
.shop-collections-section .collection-sliderr .collection-itemm a::before {
  content: "";
  display: block;
  padding-top: 140%;
}
.shop-collections-section .collection-sliderr .collection-itemm a img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius:10px;
}

.shop-collections-section .collection-sliderr .slick-arrow {
  z-index: 150;
  cursor: pointer;
  height: 32px;
  width: 32px;
}
.shop-collections-section .collection-sliderr .slick-arrow::before {
  content: "";
  font-size: inherit;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  opacity: 1;
  height: 32px;
  width: 32px;
}
.shop-collections-section .collection-sliderr .slick-prev {
  left: -10px;
}
.shop-collections-section .collection-sliderr .slick-prev::before {
  background-image: url("/cdn/shop/files/arrow-left.png?v=1720616659");
}
.shop-collections-section .collection-sliderr .slick-next {
  /* right: -17.19vw; */
  right: -10px;
}
.shop-collections-section .collection-sliderr .slick-next::before {
  background-image: url("/cdn/shop/files/arrow-right.png?v=1720616659");
}

.shop-collections-section .collection-wrapper {
  margin: 0 auto;
  /* max-width: 800px; */
}
.shop-collections-section .collection-wrapper a {
  position: relative;
}
.shop-collections-section .collection-wrapper a::before {
  content: "";
  display: block;
}
.shop-collections-section .collection-wrapper a img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-collections-section .collection-wrapper .collection-row-1,
.shop-collections-section .collection-wrapper .collection-row-2 {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0;
}
.shop-collections-section .collection-wrapper .collection-row-1 {
  gap: 10px;
}
.shop-collections-section .collection-wrapper .collection-row-1 a {
  width: 100%;
  max-width: calc(50% - 5px);
}
.shop-collections-section .collection-wrapper .collection-row-2 a {
  width: 100%;
  max-width: 100%;
}
.shop-collections-section .collection-wrapper .collection-row-1 a::before {
  padding-top: 140.4%;
}
.shop-collections-section .collection-wrapper .collection-row-2 a::before {
  padding-top: 57.46%;
}

.section-logos {
  overflow: hidden;
  padding: 30px 0;
}
.section-logos .logo-bar__wrapper {
  overflow: visible !important;
}
.section-logos .logo-bar__text {
  display: flex;
  align-items: center;
  /* gap: 30px; */
}
.section-logos .logo-bar__item {
  margin: 0 30px 0 0;
  width: 180px;
  max-width: 180px;
}
.section-logos .logo-bar__image div {
  position: relative;
}
.section-logos .logo-bar__image div::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.section-logos .logo-bar__image div img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.shop-apparels-section .wrapper--full{padding: 0px;}
.shop-accessories-section .wrapper--full {padding: 0px;}
.new-drops-section .wrapper--full {
  padding: 0px;
}

.shop-apparels-section .tabs,
.shop-accessories-section .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 45px;
  margin: 0 0 20px;
}
.shop-apparels-section .tabs button,
.shop-accessories-section .tabs button {
  color: #000 !important;
  text-transform: capitalize !important;
  padding: 10px 20px !important;
  font-size: 16px;
  border: solid 1px #000 !important;
}

.shop-apparels-section .tabs button.current:hover,
.shop-accessories-section .tabs button.current:hover {
  background-color: #fdc230 !important;
  color: black !important;
}

.shop-apparels-section .tabs button.current,
.shop-accessories-section .tabs button.current {
  background-color: #fdc230 !important;
  color: black !important;
}

.shop-apparels-section .collection-tabs .tab-content,
.shop-accessories-section .collection-tabs .tab-content {
  margin: 0;
}
.shop-apparels-section .tab-content .custom-scrollbar,
.shop-accessories-section .tab-content .custom-scrollbar {
  display: none !important;
}
.shop-apparels-section .tab-content .flickity-grid,
.shop-accessories-section .tab-content .flickity-grid,
.new-drops-section .js-grid {
  width: 100% !important;
  margin: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  display: flex !important;
  scroll-padding: inherit !important;
  flex-wrap: wrap !important;
  gap: 27px 25px !important;
}
/* .shop-apparels-section .tab-content .slide-item,
.shop-accessories-section .tab-content .slide-item, */
.new-drops-section .js-grid .product-grid-item {
  width: 100% !important;
  margin: 0 !important;
  max-width: calc(25% - 20px) !important;
}
.shop-apparels-section .tab-content .product__grid__info {
  padding: 0 !important;
}
.shop-apparels-section .tab-content .product__grid__title__wrapper p,
.shop-accessories-section .tab-content .product__grid__title__wrapper p,
.new-drops-section .product-grid-item .product__grid__title__wrapper p {
  font-weight: 700 !important;
  color: #000000 !important;
  text-transform: capitalize;
  margin: 10px 0 !important;
  font-size: 18px !important;
  line-height: unset !important;
}
/* .shop-apparels-section .tab-content .product-grid-item__images,
.shop-accessories-section .tab-content .product-grid-item__images,
.new-drops-section .product-grid-item .product-grid-item__images{
  aspect-ratio: inherit;
  --wh-ratio: none !important;
}
.shop-apparels-section .tab-content .product-grid-item__images .product-grid-item__image-wrapper,
.shop-apparels-section .tab-content .product-grid-item__images .product-grid-item__image-wrapper div,
.shop-accessories-section .tab-content .product-grid-item__images .product-grid-item__image-wrapper,
.shop-accessories-section .tab-content .product-grid-item__images .product-grid-item__image-wrapper div,
.new-drops-section .product-grid-item .product-grid-item__images .product-grid-item__image-wrapper,
.new-drops-section .product-grid-item .product-grid-item__images .product-grid-item__image-wrapper div{
  position: relative;
  aspect-ratio: inherit !important;
  --wh-ratio: none !important;
}
.shop-apparels-section .tab-content .product-grid-item__images .product-grid-item__image-wrapper div::before,
.shop-accessories-section .tab-content .product-grid-item__images .product-grid-item__image-wrapper div::before,
.new-drops-section .product-grid-item .product-grid-item__images .product-grid-item__image-wrapper div::before{
  content: '';
  display: block;
  padding-top: 139.75%;
}
.shop-apparels-section .tab-content .product-grid-item__images .product-grid-item__image-wrapper div img,
.shop-accessories-section .tab-content .product-grid-item__images .product-grid-item__image-wrapper div img,
.new-drops-section .product-grid-item .product-grid-item__images .product-grid-item__image-wrapper div img{
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
} */

.shop-apparels-section .tab-content .product__grid__price,
.shop-accessories-section .tab-content .product__grid__price,
.new-drops-section .product-grid-item .product__grid__price {
  margin: 0 0 15px;
}
.shop-apparels-section .tab-content .product__grid__price *,
.shop-accessories-section .tab-content .product__grid__price *,
.new-drops-section .product-grid-item .product__grid__price * {
  /* font-family: Helvetica !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 16.1px !important; */
}

.testimonials-section {
  padding: 60px 0 0;
}
.testimonials-section .testimonial-container {
  padding: 0 20px 45px;
}
.testimonials-section .tetimonial-row {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.testimonials-section .ratting-wrapper {
  background-color: #fdc230;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 35px 20px;
  margin: 0;
}
.testimonials-section .ratting-wrapper .ratting-title {
  font-family: Helvetica !important;
  font-weight: 700;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
}
.testimonials-section .ratting-wrapper .star-wrapper {
  display: flex;
  align-items: center;
  margin: 10px 0;
  gap: 10px;
}
.testimonials-section .ratting-wrapper .star-icon {
  display: flex;
  align-items: center;
  gap: 3px;
}
.testimonials-section .ratting-wrapper .star-icon img {
  max-width: 12px;
}
.testimonials-section .ratting-wrapper .star-wrapper p {
  font-family: Helvetica !important;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
}

.testimonials-section .testimonial-wrapper {
  display: block;
  width: 100%;
  max-width: 78.05vw;
}
.testimonials-section .testimonial-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.testimonials-section .testimonial-slider .slick-track .slick-slide {
  height: auto;
  margin-right: 10px;
}
.testimonials-section .testimonial-slider .slick-track .slick-slide > div,
.testimonials-section .testimonial-slider .slick-track .testimonial-item,
.testimonials-section .testimonial-content {
  height: 100%;
}
.testimonials-section .testimonial-content {
  border: 1px solid #000000;
  padding: 21px 14px;
  display: flex;
  flex-direction: column;
}
.testimonials-section .testimonial-content .testi-image {
  width: 100%;
  max-width: 65px;
}
.testimonials-section .testimonial-content .testi-image img {
  border-radius: 50px;
}
.testimonials-section .testimonial-content .testi-text {
  font-family: Helvetica !important;
  font-style: italic;
  font-weight: 400;
  color: #000000;
  flex-grow: 1;
  margin: 7px 0 17px;
  font-size: 12px;
  line-height: 13.8px;
}
.testimonials-section .testimonial-content .testi-name {
  font-family: Helvetica !important;
  font-weight: 700;
  color: #000000;
  font-size: 12px;
  line-height: 13.8px;
}
/*----- Home page  style end -----*/

/*----- Product page  style start -----*/

.upsell__holder {
  border: 0;
}
.upsell__holder .upsell__holder__title {
  display: flex;
  position: relative;
  width: auto;
}
.upsell__holder .upsell__holder__title h2 {
  font-weight: 600;
  color: #000000;
  text-transform: capitalize;
  transform: none;
  letter-spacing: 0;
  margin: 0 0 13px;
  font-size: 16px;
  line-height: 21.94px;
}

.upsell__holder .upsell-sliderr {
  padding: 0 20px;
}
.upsell__holder .product-clip {
  padding: 0 0px;
}
.upsell__holder .upsell-sliderr .slick-arrow {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
  height: 25px;
  width: 25px;
}
.upsell__holder .upsell-sliderr .slick-arrow::before {
  display: none;
  content: none;
}
.upsell__holder .upsell-sliderr .slick-arrow.slick-prev {
  left: 0;
  background-image: url("/cdn/shop/files/arrow-left-2.png?v=1721372024");
}
.upsell__holder .upsell-sliderr .slick-arrow.slick-next {
  right: 0;
  background-image: url("/cdn/shop/files/arrow-right-2.png?v=1721372024");
}

.upsell__holder .upsell-sliderr .product-clip__content .product-clip__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 13px;
  font-size: 16px;
  line-height: 19.5px;
}
.upsell__holder .upsell-sliderr .product-clip__content .product-clip__price {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 19.5px;
}

.upsell__holder .upsell-sliderr .button-dropdown-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.upsell__holder .upsell-sliderr .button-dropdown-wrapper .size-dropdown {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0;
  border-radius: 4px;
  border: 1px solid #3c3c3c;
  font-size: 10px;
  line-height: 12.19px;
}
.upsell__holder .upsell-sliderr .product-clip__content .product-clip__btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #000000;
  background-color: #fdc230;
  letter-spacing: 0;
  border-radius: 4px;
  font-size: 10px;
  line-height: 12.19px;
}

/*----- Product page  style end -----*/

@media screen and (max-width: 1199px) {
  .section-titlee,
  .shop-apparels-section h2.kicker-flourished,
  .shop-accessories-section h2.kicker-flourished,
  .new-drops-section h2.kicker-flourished,
  .section-logos h2.kicker-flourished,
  .featured-in-section h2.standard__heading,
  .standard__heading p {
    font-size: 42px !important;
    font-weight: 800 !important;
    margin: 0 0 20px !important;
    line-height: unset;
  }
  .marquee-text-section .marquee-wrapper .marquee {
    height: 46px;
  }
  .marquee-text-section .marquee-wrapper .marquee span {
    font-size: 14px;
    line-height: 16px;
  }
}

@media screen and (max-width: 991px) {
  .testimonials-section .testimonial-wrapper {
    max-width: 73.05vw;
  }
}

@media screen and (max-width: 399px) {

    .shop-apparels-section .tab-content .product__grid__price .discount-badge {
        font-size: 8px !important;
        line-height: 16.1px !important;
    }
    .shop-apparels-section .tab-content .product__grid__price * {
        font-size: 10px !important;
        line-height: 16.1px !important;
    }
        .shop-apparels-section .tab-content .product__grid__price .compare-at {
        font-size: 10px !important;
        line-height: 14px !important;
    }

}

@media screen and (max-width: 767px) {
  .for-mobile {
    display: block;
  }
  .for-desktop {
    display: none;
  }
.shop-apparels-section .tabs, .shop-accessories-section .tabs {display:block;}

  /*----- Product page  style start -----*/
  .template-product .product__mobile--carousel .product__media {
    width: 100%;
    margin-right: 0;
  }
  .template-product .product-single .product__inner {
    padding: 0;
  }
  /*----- Product page  style end -----*/

  /*----- Home page  style start -----*/

  .section-titlee,
  .shop-apparels-section h2.kicker-flourished,
  .shop-accessories-section h2.kicker-flourished,
  .new-drops-section h2.kicker-flourished,
  .section-logos h2.kicker-flourished,
  .featured-in-section h2.standard__heading,
  .standard__heading p {
    font-size: 28px !important;
    font-weight: 800 !important;
    margin: 0 0 15px !important;
    line-height: unset;
  }
  .marquee-text-section .marquee-wrapper .marquee {
    height: 37px;
  }
  .marquee-text-section .marquee-wrapper .marquee span {
    font-size: 12px;
    line-height: 14.52px;
  }

  .flex-device ul {
    gap: 12px !important;
  }
  .flex-device ul li {
    min-width: 74px !important;
  }
  .flex-device ul li span {
    font-family: "Tenor Sans", sans-serif !important;
    color: #000000 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 16.38px !important;
  }

  .shop-apparels-section .tabs button,
  .shop-accessories-section .tabs button {
    font-size: 14px;
    line-height: 16.1px;
    margin: 0 5px;
  }
  .shop-apparels-section .tab-content .slide-item,
  .shop-accessories-section .tab-content .slide-item,
  .new-drops-section .js-grid .product-grid-item {
    width: 100% !important;
    margin: 0 !important;
    max-width: calc(50% - 13px) !important;
  }
  .shop-apparels-section .tab-content .product__grid__title__wrapper p,
  .shop-accessories-section .tab-content .product__grid__title__wrapper p,
  .new-drops-section .product-grid-item .product__grid__title__wrapper p {
    font-size: 12px !important;
    line-height: 13.8px !important;
  }

  .template-index .slideshow__wrapper {
    padding: 0 20px;
  }
  .template-index .slideshow__wrapper .flickity-viewport {
    height: 113.158vw !important;
  }
  .template-index .slideshow__wrapper .flickity-page-dots {
    position: absolute;
    bottom: 0;
    right: 35px;
  }
  /* .template-index .slideshow__wrapper .image__hero__scale div{
    position: relative;
    aspect-ratio: unset !important;
    --wh-ratio: none !important;
  }
  .template-index .slideshow__wrapper .image__hero__scale div::before{
    content: '';
    display: block;
    padding-top: 150%;
  }
  .template-index .slideshow__wrapper .image__hero__scale div img{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  } */

  .shop-apparels-section .tab-content .product__grid__title__wrapper {
    font-size: 12px !important;
    line-height: 13.8px !important;
  }
  .shop-apparels-section .tab-content .product__grid__price * {
    font-size: 14px;
    line-height: 16.1px !important;
  }
  .shop-apparels-section .tab-content .product__grid__price .compare-at {
    font-size: 12px;
    line-height: 14px !important;
  }

  .featured-in-section {
    padding: 50px 20px 35px !important;
  }
  .featured-in-section .text__standard {
    padding: 0 !important;
  }
  .featured-in-section .gallery,
  .featured-in-section .wrapper.section-padding {
    padding: 0 !important;
  }
  .featured-in-section .gallery .gallery__item {
    width: 100% !important;
    max-width: 140px !important;
  }

  .testimonials-section {
    padding: 10px 0 0;
  }
  .testimonials-section .tetimonial-row {
    flex-direction: column;
    gap: 0;
  }
  .testimonials-section .testimonial-wrapper {
    max-width: 100%;
  }
  .testimonials-section .ratting-wrapper {
    margin: 0 0 25px;
  }
  .testimonials-section .ratting-wrapper .ratting-title,
  .testimonials-section .ratting-wrapper .star-wrapper p {
    font-size: 12px;
    line-height: 13.8px;
  }

  /*----- Home page  style end -----*/
}
@keyframes wiggle {
  0% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(0deg);
  }
  85% {
    transform: rotate(2deg);
  }
  95% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

button.wiggle {
  display: inline-block;
  animation: wiggle 2.5s infinite;
}
.festive p {
  background: #cc0c39 !important;
  color: #ffffff;
  width: 153px;
  padding: 4px 5px;
  text-align: center;
  border-radius: 2px;
}
.pd-img img {
  width: 105px;
}
.m-l-8 {
  margin-left: 8px;
}
.dis-flex {
  display: flex;
}
.btn--add-to-cart {
  background: #fdc230 !important;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 25px;
  margin-right: 10px;
}
.btn--add-to-cart:hover {
  background: #000000 !important;
  color: #fdc230;
}
.footer__content__inner {
  padding-top: 570px;
}
.product__block__buttons {
  padding-bottom: 0px !important;
  flex: 1;
}
.product__block__quantity {
  margin-top: 15px;
}
.custom-bg {
  background: #200a11
    url("/cdn/shop/files/footer-bg-pc-1.jpg")
    no-repeat top right;
  background-size: cover;
}
.mb-10 {
  margin-bottom: 10px;
}
.jdgm-star {
  font-size: 10px;
}
.jdgm-prev-badge__text {
  font-size: 12px;
}
.product__block__title {
  padding-bottom: 0px !important;
}
.jdgm-widget.jdgm-widget {
  margin-bottom: 10px !important;
}
.mobile-search {
  min-width: 20px !important;
}
.product-add-popdown {
  display: none !important;
}
.jdgm-rev__author {
  color: #000000 !important;
  font-weight: bold;
}
.add-btn {
  font-size: 15px;
  font-weight: bold;
}
.accordion-content__entry {
  font-size: 15px;
}
.accordion__title {
  font-size: 18px;
}
._myStoriesContainer_zed0f_1 {
  padding: 20px 20px 55px !important;
}
/* .kicker-flourished {
  font-size: 26px;
  margin-top: 25px;
} */
.header-bg {
  background: #ffffff !important;
}
.size-details{margin-bottom:12px;}
.size-details strong {
  background: #dcdcdc;
  font-size: 13px;
  padding: 2px 10px;
}
.product__grid__title {
  word-break: break-word;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}/* Enable this code if you want the reviews and rating on product card image
.jdmg-reviewd {
  position: absolute;
  top: -23px;
  background: transparent;
  padding: 3px 10px 0 10px;
  left: 0;
}
 PRODUCT CARD (collection / homepage) */
.template-collection .jdgm-preview-badge,
.template-index .jdgm-preview-badge {
  background: transparent !important;
  color: #000000 !important;
}

/* PRODUCT PAGE (PDP) → reset */
.template-product .jdgm-preview-badge {
  background: unset !important;
  color: unset !important;
}
.discount-position {
  position: absolute;
  bottom: 58px;
  right: -5px;
  background: #424242;
  padding: 5px 10px 5px 2px;
  color: #fdc230;
}
.price,
.compare-at {
  font-weight: 700;
}
.compare-at {
  color: #868282 !important;
}
.support-partner {
  background: #ffffff;
}
.row-support {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.payment-tile img {
  height: 25px;
  width: auto;
  padding: 5px;
}
.d-flex {
  display: flex;
}
.p-10 {
  padding: 10px;
}
.col-md-6 {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .jdmg-reviewd {
    padding: 3px 5px 0 5px !important;
    font-size: 13px !important;
    top: -23px;
  }
  .custom-bg {
    background: #200a11
      url("/cdn/shop/files/footer-bg-mobile-600.jpg")
      no-repeat top right;
    background-size: cover;
    background-position: left;
  }
  .footer__content__inner {
    padding-top: 450px;
  }
  .accordion-content__entry {
    font-size: 18px;
  }
  .accordion__title {
    font-size: 19px !important;
  }
  .product__grid__title__wrapper {
    margin-bottom: 2px;
  }
  .discount-position {
    bottom: 228px;
    right: -3px;
  }
  .d-md-flex {
    display: block;
  }
  .col-md-6 {
    width: 100%;
  }
  .shop-apparels-section .tabs, .shop-accessories-section .tabs {display:block;}
  .sale_badge-st{top: -195px !important; right: -28% !important; }
  .sale_badge-st span{font-size:11px !important; }
  .sale_badge-logo img{width: 32px !important; background: #ffffff; padding: 5px;}
  .sale_badge-logo{top: 23px !important; left: 24px !important;}
}
@media only screen and (max-width: 479px) {
  .collection--compact-mobile .js-grid {
    -moz-column-gap: 1px;
    column-gap: 1px;
    gap: 12px !important;
    padding: 10px;
  }
}

.size_wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.size_wrapper legend {
  width: auto !important;
  margin: 0 !important;
}

.quantity_product_buttons {
  gap: 12px;
  align-items: center;
  margin: 30px 0 10px;
}

.offer-content-wrapper {
  margin: 36px 0 0 !important;
}

.product__price--off {
  border: none;
  font-size: 14px;
  color: green;
  font-weight: 700;
}

.quantity__wrapper {
  border: solid 1px black;
}

.product__grid__title__wrapper .jdgm-widget.jdgm-widget {
  display: none !important;
}

.navtext {
  font-weight: 500 !important;
}

.price {
  font-size: 20px;
}

.promise-company-features{display:none !important;}
.mt-15{margin-top:15px;}
.bx-shadow{-webkit-box-shadow: 0px 6px 15px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 6px 15px -8px rgba(0,0,0,0.75);
box-shadow: 0px 6px 15px -8px rgba(0,0,0,0.75); padding: 10px;
    border-radius: 10px;
   margin-bottom: 15px;        
}}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .sale_badge-st{position: absolute; top: -464px;}
  .sale_badge-logo{position: absolute; top: 27px; left: 34px;}
  .sale_badge-logo img{width:40px;}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .sale_badge-st{position: absolute; top: -464px;}
  .sale_badge-logo{position: absolute; top: 29px; left: 29px;}
   .sale_badge-logo img{width:40px;}
}

@media only screen and (min-width: 1400px) {
  .sale_badge-st{position: absolute; top: -464px;}
  .sale_badge-logo{position: absolute; top: 29px; left: 29px;}
   .sale_badge-logo img{width:40px;}
  .tshrit-mania-logo img{width:90px;}
  
}
.promise-company-features{display:none !important;}
.mt-15{margin-top:15px;}
.bx-shadow{-webkit-box-shadow: 0px 6px 15px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 6px 15px -8px rgba(0,0,0,0.75);
box-shadow: 0px 6px 15px -8px rgba(0,0,0,0.75); padding: 10px;
    border-radius: 10px;
}
.sale_badge-logo img{background: #ffffff; padding: 5px;border-radius: 7px; }
.sale_badge-logo{position: absolute;
    /* top: 41px;
    left: 10%;
    padding: 0px 0px; */
    border-radius: 0;
    z-index: 99;
    transform: translate(-50%, -50%);
    
   }
.sale_badge-st{position: absolute; top: -464px; right: -12%;  padding: 3px 11px; border-radius: 14px; z-index: 1; transform: translate(-50%, -50%);}
.sale_badge-st span{color: #fff;
    font-size: 13px;
    font-weight: 700;
    background: #fdc230;
    padding: 5px 8px;
    border-radius: 14px;}

.sale_badge-logo {
  position: absolute;
  border-radius: 0;
  z-index: 99;
  transform: translate(-50%,-50%); 
  width: 40px;
}

.tshrit-mania-logo{position: absolute;
    border-radius: 0;
    z-index: 99;
    transform: translate(-50%, -50%);
    top: 18px;
    right: -26px;}
@media only screen and (max-width: 768px) {
    .tshrit-mania-logo{
      border-radius: 0;
      z-index: 99;
      transform: translate(-50%, -50%);
      top: 17px !important;
      right: -200px !important;
    }
      .discount-badge{font-size: 11px !important; padding: 4px 5px !important;} 
}
.t-shirt-mania span{background:#fdc230; color:#000000;padding: 6px 15px;}
.discount-badge{ background: #000000; padding: 6px 10px; color: #fdc230; border-radius: 4px; font-weight: 500; font-size: 11px;}
.buybtn{background: #000000 !important; color:#fdc230 !important;}
.buybtn:hover{background: #fdc230 !important; color:#000000 !important;}
.jdgm-prev-badge__stars span:nth-child(n+2){display: none !important;}
.jdgm-star{font-size: 12px !important; padding: 0 !important;}
.mb-15{margin-bottom: 15px;}
.avrage-reating{font-size: 12px; margin-top: 1px; margin-right: 3px;}
.jdgm-prev-badge__stars{display: none !important;}
.verified{width: 14px; margin-right: 3px; margin-top: 0px;}
.pincode-dates {margin-top: 15px;}
.pincode-dates {display: flex; align-items: center; gap: 5px; text-transform: capitalize; color: #000000;}
.free-shipping-pincode {display: flex; align-items: center; gap: 0px; text-transform: capitalize; color: #000000;}
.cod-shipping-pincode {font-size: 14px; font-weight: 500;display: flex;}
span.date-heading-old.display {display: block;}
.date-heading-old {font-size: 14px; font-weight: 500;}
.pincode-dates img {width: 40px; height: 40px;}


/* AIS */

wishlist-button-collection .wk-floating {
    z-index: 3 !important;
}

/* Sale tag */

.discount-badge {
  background: #fcd535; /* yellow like in your image */
  color: #000;
  font-weight: 600;
  padding: 3px 8px;
  font-size: 13px;
  border-radius: 3px;
  display: inline-block;
  margin-left: 5px;
}


@media (min-width: 320px) and (max-width: 399px) {
    .collection--compact-mobile .product__grid__info {
        padding-left: 0px;
        padding-right: 0px;
    }

    .price {
        /* font-size: 13px; */
        font-size: 11px;
    }

    .compare-at {
        font-size: 9px;
        font-weight: 500;
    }

    .product-grid-item .product__grid__info.text-left .price.on-sale {
        margin-right: 3px ;
    }

    .product__grid__price {
        display: flex;
        justify-content: space-between !important;
    }

    .discount-badge {
        /* font-size: 10px !important; */
        font-size: 8px !important;
        padding: 2px 3px !important;
        margin-left: 5px;
        display: flex;
        align-items: center;
    }

    .product-grid-item .product__grid__info.text-left .compare-at {
        margin-left: 0;
        margin-top: 2px;
    }

    .collection--compact-mobile .wk-icon {
      position: relative;
      left: 260%;
    }
}

@media (min-width: 400px) and (max-width: 500px) {
    .collection--compact-mobile .product__grid__info {
        padding-left: 0px;
        padding-right: 0px;
    }

    .price {
        font-size: 15px;
    }

    .compare-at {
        font-size: 10px;
        font-weight: 500;
    }

    .product-grid-item .product__grid__info.text-left .price.on-sale {
        margin-right: 5px ;
    }

    .product__grid__price {
        display: flex;
        justify-content: space-between !important;
    }

    .discount-badge {
        font-size: 11px !important;
        padding: 2px 3px !important;
        margin-left: 5px;
        display: flex;
        align-items: center;
    }

    .product-grid-item .product__grid__info.text-left .compare-at {
        margin-left: 0;
        margin-top: 4px;
    }

    .product__grid__price {
      display: flex;
      align-items: center;
      justify-content: space-between !important; /* pushes items apart */
    }

    .product__grid__price .discount-badge {
      margin-left: auto; /* ensures it sticks to the right */
    }

    .collection--compact-mobile .wk-icon {
      position: relative;
      left: 300%;
    }
}

@media only screen and (max-width: 767px) {
    .js-grid[data-grid-small="2"] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product__grid__price {
      display: flex;
      align-items: center;
      justify-content: space-between !important; /* pushes items apart */
    }

    .product__grid__price .discount-badge {
      margin-left: auto; /* ensures it sticks to the right */
    }
}

/* Review bagde Css */

/* Hide the original "25 reviews" text */
/* .jdgm-prev-badge__text {
  display: none !important;
} */

/* Show only the number from the parent data attribute */
/* .jdgm-prev-badge[data-number-of-reviews]::after {
  content: attr(data-number-of-reviews);
  font-size: 12px;
  color: inherit;
  display: inline-block;
} */

/* Review badge CSS inside collection__products */

/* Hide the original review text */
/* .jdgm-prev-badge__text {
  display: none !important;
} */

/* AIS New CSS to hide review word from collection page 2/2/2026 */
.section-collection span.jdgm-prev-badge__text, .template-collection span.jdgm-prev-badge__text {
  display: none !important;
}
/* New CSS End */

/* Show only the number from the parent data attribute */
.collection__products .jdgm-prev-badge[data-number-of-reviews]::after {
  content: attr(data-number-of-reviews);
  font-size: 12px;
  color: inherit;
  display: inline-block;
}

/* .product-page .jdgm-prev-badge[data-number-of-reviews]::after {
  content: attr(data-number-of-reviews);
  font-size: 12px;
  color: inherit;
  display: inline-block;
} */

.section-collection .jdgm-prev-badge[data-number-of-reviews]::after {
  content: attr(data-number-of-reviews);
  font-size: 12px;
  color: inherit;
  display: inline-block;
}


@media (max-width: 500px) {
  .avrage-reating {
      font-size: 10px;
      /* margin-top: 3px; */
      display: flex;
      align-items: center;
  }

  .collection__products .jdgm-prev-badge[data-number-of-reviews]::after {
      font-size: 10px !important;
  }


  .collection__products .jdgm-prev-badge__text::after {
      font-size: 10px !important;
  }

  .jdgm-star.jdgm--on:before{
    color:#fdc230;
  }

  .jdmg-reviewd {
    padding: 3px 5px 3px 5px !important;
  }

  .section-collection .jdgm-prev-badge[data-number-of-reviews]::after {
      font-size: 10px !important;
  }

  /* .product-page .jdgm-prev-badge[data-number-of-reviews]::after {
      font-size: 13px !important;
  } */

  .collection__products .jdgm-prev-badge[data-number-of-reviews]::after {
      font-size: 10px !important;
  }
}

/* Review Badge PDP Page */

.product-page .jdgm-rating {
    position: unset;
    padding: 8px 0px;
}

.product-page .avrage-reating {
    font-size: 14px;
    display: flex !important;
    align-items: center !important;
}

.product-page .jdgm-prev-badge__text::after {
    font-size: 14px;
}


@media (max-width: 500px) {
    .product-page .avrage-reating {
        font-size: 13px;

    }
}

a.festival-explorer-box.navlink.navlink--toplevel {
    color: red;
}

.sliderow[data-sliderule-open="sliderule-d6b6f0229a2930d766ee03b2436017a0"] {
    color: red;
}

/* AIS New CSS for above the windcheater size chart text 15/12/2025 */
.product__block__text p {
  font-weight: bolder;
  font-size: 15px;
  text-transform: uppercase;
}
/* New CSS END */

/* AIS New CSS to highlight Collection in menu 23/1/2026 */
#shopify-section-sections--24715506057507__header a.winter-collection.navlink.navlink--toplevel .navtext {
  color: red !important;
  font-weight: 600 !important;
}
/* New CSS End */

/* AIS New CSS for custom text below sale collection 23/1/2026 */
.product-card-custom-text {
  margin-top: 4px;
  font-size: 15px;
  color: #ff0000;
  /* font-size: 14px; */
  text-align: start;
  /* padding-bottom: 5px; */
}

@media screen and (max-width: 768px){
  .product-card-custom-text {
    margin-top: 8px;
    font-size: 12px;
    color: #ff0000;
    /* font-size: 14px; */
    text-align: start;
    padding-bottom: 5px;
  }
}
/* New CSS End */

.discount-box {
  /* gap: 10px; */
  border-radius: 45px;
  padding-right: 10px;
  /* padding-left: 10px; */
  background: linear-gradient(to right, #FAC345, #D0A01C);
  /* width: 66px; */
  width: 80px;
  /* height: 22px; */
  height: 27px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* AIS New CSS to hide recently viewed background 3/2/2026 */
div#shopify-section-template--24715517985059__section_recent_products_N6EHzq .tab__scroll .tab-link.current {
  background: transparent !important;
  /* margin: 0; */
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  div#shopify-section-template--24715517985059__section_recent_products_N6EHzq .tab__scroll .tab-link.current {
    /* margin: 0; */
    padding-top: 15px;
  }
}
/* New CSS End */

/* AIS New CSS for clearance collection menu item 3/2/2026 */
/* a.clearance-sale.navlink.navlink--toplevel .navtext{
    color: red;
} */
/* New CSS End */

/* AIS New CSS to remove margin from pdp accordion 10/2/2026 */
.product__block__description.rte.body-size-4 {
    margin-bottom: 0;
}
/* New CSS End */

/* AIS New CSS for shipping accordion in pdp accordion 10/2/2026 */
@media screen and (max-width: 767px) {
  div#description-1 p {
    font-size: 18px;
  }
}
/* New CSS End */

/* AIS New CSS for Recently viewed 10/2/2026 */
div#shopify-section-template--24715517985059__main .kicker-flourished {
  font-size: 32px !important;
  font-weight: 800 !important;
  font-style: italic;
  color: #000000 !important;
  text-transform: uppercase !important;
  text-align: center !important;
  letter-spacing: 0 !important;
  /* padding: 0 !important; */
  line-height: unset !important;
}
@media screen and (max-width: 767px) {
  div#shopify-section-template--24715517985059__main .kicker-flourished {
    font-size: 28px !important;
    font-weight: 800 !important;
    margin: 0 0 15px !important;
  }
  /* New CSS for section padding below product details 10/2/2026 */
  section#shopify-section-template--24715517985059__1701142183e2454faf, .section-related.js.palette--light.bg--neutral, .section-recent.recent__container.palette--light.bg--neutral.js {
    padding-left: 15px;
    padding-right: 15px
  }
}
/* New CSS End */

/* AIS New CSS for upsell product in pdp 12/2/2026 */
.upsell__holder {
  margin-top: 0;
}
/* New CSS End */

/* AIS New CSS to make nav text big on phone 26/2/2026 */
@media screen and (max-width: 768px){
.sliderow__title {
  font-size: 25px;
  font-weight: 600;
}
}
/* New CSS End */

/* AIS New CSS for price selector BUCKS APP 27/2/2026 */
.buckscc-currency-wrapper.noBorder.hxo-showFlagAndCurrency.hxoFlag-modern.hxoFlag-round.bucksDesktop.bottom_left.hxoSelectTheme.hxoModernLayeredTheme.right_upwards {
  margin-left: 50px !important;
}

.buckscc-currency-wrapper.noBorder.hxo-showFlagAndCurrency.hxoFlag-modern.hxoFlag-round.bucksMobile.mobile_bottom_left.hxoSelectTheme.hxoModernLayeredTheme {
  margin-left: 65px !important;
}
/* New CSS End */

/* AIS New CSS for google reviews app 5/4/2026 */
@media screen and (max-width: 768px){
  section#shopify-section-template--24715517329699__17726893937d727dc1, section#shopify-section-template--24715517985059__1772693302cec89044 .agrs__wrapper{
    padding-left: 20px;
    padding-right:20px;
  }
}
/* New CSS End */

/* AIS New CSS for infinite scroll 10/3/2026 */
/* Infinite scroll loader */
/* .svg-loader-container{
  display:none;
  justify-content:center;
  margin:30px 0;
}

.loading-products .svg-loader-container{
  display:flex;
} */

/* Smooth product reveal */
/* .js-grid > div{
  opacity:0;
  transform:translateY(20px);
  transition:all .4s ease;
}

.js-grid > div.product-visible{
  opacity:1;
  transform:translateY(0);
} */
/* New CSS End */

/* AIS New CSS to hide pagination buttons 10/3/2026 */
/* ul.pagination-custom {
  display: none;
} */
/* New CSS End */

/* AIS New CSS for collection page 24/3/2026  */
@media screen and (min-width: 1441px){
  .collection-page-custom-width {
    max-width: 1450px;
    /* padding-left: 20px; */
    /* padding-right:20px; */
  }

  /* AIS New CSS for Judge Me pdp review block 26/3/2026 */
  div#judgeme_product_reviews {
    max-width: 1450px !important;
  }

  /* AIS New CSS for homepage google review section 26/3/2026 */
  div#shopify-block-AMG1nNTMxMkVxd1VuU__appio_google_reviews_carousel1_FCqGEN .agrs__widget {
    max-width: 1450px !important;
  }

  /* AIS New CSS for logo caraousel in homepage 26/3/2026 */
  div#shopify-section-template--24715517329699__logos .section-logos.palette--light.bg--neutral.section-logos--tall {
    max-width: 1450px !important;
    margin: auto;
  }

  /* AIS New CSS for collection card carousel in homepage 26/3/2026 */
  div#shopify-section-template--24715517329699__new_collection_image_4HEnED .shop-collections-section {
    max-width: 1450px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;  
    margin: auto !important;
  }

  /* Judge Me reviews 26/3/2026 */
  section#shopify-section-template--24715517329699__1734695893b071834f .jdgm-carousel-title-and-link, section.jdgm-widget.jdgm-carousel.jdgm-carousel--card-theme.jdgm-carousel--done {
    max-width: 1450px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;  
    margin: auto !important;
  }
}

@media (min-width: 769px) and (max-width: 1440px){
  .collection-page-custom-width {
    max-width: 1200px;      
  }

  /* AIS New CSS for Judge Me pdp review block 26/3/2026 */
  div#judgeme_product_reviews {
    max-width: 1200px !important;
  }

  /* AIS New CSS for homepage google review section 26/3/2026 */
  div#shopify-block-AMG1nNTMxMkVxd1VuU__appio_google_reviews_carousel1_FCqGEN .agrs__widget {
    max-width: 1200px !important;
  }

  /* AIS New CSS for logo caraousel in homepage 26/3/2026 */
  div#shopify-section-template--24715517329699__logos .section-logos.palette--light.bg--neutral.section-logos--tall {
    max-width: 1200px !important;
    margin: auto;
  }

  /* AIS New CSS for collection card carousel in homepage 26/3/2026 */
  div#shopify-section-template--24715517329699__new_collection_image_4HEnED .shop-collections-section {
    max-width: 1200px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;  
    margin: auto !important;
  }
}
/* New CSS End */

/* AIS New CSS for spacing needed shared on grp 25/3/2026 */
@media screen and (min-width: 1280px) {
  /* AIS New CSS for space on left of logo 25/3/2026 */
  div#shopify-section-sections--24715506057507__header .header__logo {
    padding-left: 30px;
  }

  /* AIS header cart icon left and right side spacing 25/3/2026 */
  div#shopify-section-sections--24715506057507__header a.navlink.navlink--cart {
    padding-left: 0 !important;
    padding-right: 30px !important;
  } 
}

@media (min-width: 1280px) and (max-width: 1400px) {

  /* AIS footer left side and right spacing 25/3/2026 */
  .footer__content__inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }  

  /* payment banner in footer 25/3/2026 */
  .pay-right {
    padding-left: 30px;
  }

  /* copyright in footer 25/3/2026 */
  div#shopify-section-sections--24715506024739__subfooter .wrapper--full.section-padding {
    padding-left: 30px;
  }

  /* shipping banner in footer 25/3/2026 */
  .ship-left {
    padding-right: 30px;
  }
}

@media screen and (min-width: 1401px) {

  /* AIS footer left side spacing 25/3/2026 */
  .footer__content__inner {
    padding-left: 80px !important;
  }  

  /* payment banner in footer 25/3/2026 */
  .pay-right {
    padding-left: 80px;
  }

  /* payment banner in footer 25/3/2026 */
  div#shopify-section-sections--24715506024739__subfooter .wrapper--full.section-padding {
    padding-left: 80px;
  }

  /* shipping banner in footer 25/3/2026 */
  .ship-left {
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 80px;
  }
}
/* Reduce discount badge size */
.discount-badge {
  font-size: 10px !important;   /* smaller text */
  padding: 2px 6px !important;  /* reduce height & width */
  line-height: 1.2;
  color: #FAC345 !important;
  background: #000000 !important;
}
.grid-atc-btn{
  color: #FAC345 !important;
}
/* Hover text color */
.custom-size-selector span:hover,
.custom-size-selector button:hover,
.custom-size-selector label:hover {
  color: #FAC345 !important;   /* change this color */
}
.custom-size-selector .active,
.custom-size-selector .is-active,
.custom-size-selector .selected,
.custom-size-selector input:checked + label {
  color: #FAC345 !important;          /* yellow text */
  border-color: #000000 !important;   /* optional border */
}
/* Reduce icon image height */
.p-icon-info .img-wrapper img {
  height: 35px !important;   /* adjust this */
  width: auto;
  object-fit: contain;
}.product__block__price {
  padding-bottom: 5px !important;  /* reduce from 18px */
  margin-bottom: 0 !important;
}