/** Shopify CDN: Minification failed

Line 27:26 Expected identifier but found whitespace
Line 27:28 Unexpected "{"
Line 27:38 Expected ":"
Line 27:65 Unexpected ";"
Line 28:25 Unexpected "{"
Line 28:35 Expected ":"
Line 28:59 Unexpected ";"
Line 29:25 Unexpected "{"
Line 29:35 Expected ":"
Line 29:60 Unexpected ";"
... and 6 more hidden warnings

**/
:root {
    --bl: #080808;
    --yw: #F5C518;
    --yd: #b8941a;
    --wh: #f0ece4;
    --gr: #141414;
    --gm: #252525;
    --gl: #6a6a6a;
    --rd: #e74c3c;
    --gn: #2ecc71;
}
--typeBatManHeaderPrimary: {{ settings.bat_heading_font.family }};
--typeBatManBasePrimary:{{ settings.bat_text_font.family }};
--typeBatManTextPrimary:{{ settings.bat_text1_font.family }};

@keyframes bounceRightAnim {

  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  40% {
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  60% {
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }
}

.d-none {
  display: none;
}

.d-block-important {
  display: block !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

/* cart note css */
.pwzrswiper-btn-next,
.pwzrswiper-btn-prev {
  position: relative !important;
  transform: unset !important;
}

.site-nav__item:last-child {
  background: #efcd3f;
  border-radius: 20px;
}

.pwzrswiper-btn-next {
  float: right;
  right: -14px !important;
}

img.atcbanner {
  display: block;
  margin-top: 20px;
}

.pwzrswiper-btn-prev {
  left: -14px !important;
}

label.tag__checkbox-wrapper {
  font-weight: 400;
  font-size: 12px;
}

.order_note {
  text-transform: uppercase;
  font-size: .6em;
  text-decoration: underline;
  cursor: pointer;
  padding-bottom: 8px;
}

textarea#CartNote::placeholder {
  font-size: 12px;
}

/* pdp page slider css  */
.slide-arrow.next-arrow.right-arrow-style {
  display: inline-block !important;
  font-size: 0;
  background: url('/cdn/shop/files/VectorRight.svg?v=1697194622') no-repeat center;
  width: 80px;
  height: 80px;
  position: absolute;
  right: 0%;
  bottom: 50%;
  background-size: 16%;
  z-index: 1;
  webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slide-arrow.prev-arrow.left-arrow-style {
  display: inline-block !important;
  font-size: 0;
  background: url('/cdn/shop/files/VectorRight.svg?v=1697194622') no-repeat center;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 50%;
  left: 0%;
  background-size: 16%;
  z-index: 1;
}
.batmanpage-batman .slick-dots li.slick-active button:before {
    color: var(--yw);
}
.template-page.valentines .enlarge-text {
  color: #ec9e7f;
  font-size: 20px;
  font-family: "Montserrat";
}

.template-page.valentines h2 {
  font-size: 30px;
  color: #3d0718;
}

.template-page.valentines .slide-arrow.next-arrow.right-arrow-style {
  display: inline-block !important;
  font-size: 0;
  background: url('/cdn/shop/files/VectorRight.svg?v=1697194622') no-repeat center;
  width: 10px;
  height: 25px;
  position: absolute;
  right: 0%;
  bottom: 0%;
  background-size: 100%;
  z-index: 1;
  webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.template-page.valentines .slide-arrow.prev-arrow.left-arrow-style {
  display: inline-block !important;
  font-size: 0;
  background: url('/cdn/shop/files/VectorRight.svg?v=1697194622') no-repeat center;
  width: 10px;
  height: 25px;
  position: absolute;
  bottom: 0%;
  left: 3.5%;
  background-size: 100%;
  z-index: 1;
}

/* warli template code start */
body:is([page-type="product.warli-pdp"]) .slide-arrow.next-arrow.right-arrow-style {
  bottom: -68px;
  right: -34px;
}

body:is([page-type="product.warli-pdp"]) .slide-arrow.prev-arrow.left-arrow-style {
  bottom: -68px;
  left: -34px;
}

/* warli template code end */
.addNew_product_slider .slick-dots li button:before {
  font-size: 8px !important;
}

button.slide-arrow.next-arrow.right-arrow-style.slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

button.slide-arrow.prev-arrow.left-arrow-style.slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* collecton product add image static */
.custom_slider-mobile:not(.slick-initialized) {
  display: flex;
}

.collection-add-image img,
.collection-add-mobile img {
  border-radius: 15px;
}

a.megamenu__colection-image {
  display: none;
}

.hidden-phone img {
  border-radius: 15px;
}

.hidden-tablet-and-up img {
  border-radius: 15px;
}

/* whishlist icon css */
.template-index button#wishlist-whale-button {
  top: 12px;
  right: auto;
  left: 5px;
}

.template-collection button#wishlist-whale-button {
  right: auto;
  left: 4px;
  top: 3px;
}

.template-product .wishlist-whale-button-container.wishlist-whale-button-container-image {
  right: 56px;
}

/* Gif section starts here */

.bgimgsec {
  display: none;
}

.gifwithtext {
  width: 100%;
  box-sizing: border-box;
}

.gifwithtext img {
  width: 100%;
}

.gifsec {
  width: 100%;
}

.gifsec img {
  max-width: 200px;
}

.textitemsec {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  padding-top: 60px;
  padding-bottom: 60px;
  letter-spacing: 0px;
}

/* you may like customm css */
.hero__link_second {
  position: absolute;
  bottom: 3%;
  right: 5%;
}

.hero__link_first {
  position: absolute;
  bottom: 3%;
  left: 5%;
}

.custom-model-inner_varient {
  background: #fef7eb;
  text-align: center;
  font-size: 12px;
  box-shadow: 0 -4px 10px #00000029;
}

.cell__style_cart {
  list-style: none;
  display: flex;
  overflow: hidden;
  margin: 0 auto;
  justify-content: center;
}

.variant-input-wrap.drawer_content label {
  padding: 3px 6px;
  margin: 0 3px 1px 0;
  font-size: 10px;
  border-radius: 50%;
}

.cell__style_cart .variant-input-wrap {
  margin: 0;
}

.cust__section {
  position: relative;
}

.custom-model-main11 {
  display: none;
  position: absolute;
  top: -61px;
  width: 100%;
}

.custom-model-main11.switch-height-drawer {}

p.option-name-varient {
  margin: 0px 0px 10px 0px;
}

.custom-model-wrap-new-changes {
  padding-top: 5px;
}

.recommented__product_cart .button.section input {
  font-size: 10px !important;
  font-weight: 800;
}

main#MainContent::before {
  border: 1px solid red;
}

/* endcss  */
@media (max-width:767px) {

  .grid-product .advertise_image_style {
    margin-top: 15px;
  }

  .grid-overflow-wrapper.grid__recently img.grid__image-contain {
    object-fit: contain;
  }

  .grid__image-ratio img.grid__image-contain {
    object-fit: cover;
  }

  .template-index .grid__image-ratio img.grid__image-contain {
    object-fit: contain;
  }

  .template-page.valentines .enlarge-text p {
    text-align: center;
  }

  .template-page.valentines h2 {
    font-size: 18px;
  }

  .template-page.valentines .theme-block:nth-child(1) {
    margin-top: 2rem;
    margin-bottom: 10px;
  }


  .custom-model-inner_varient {
    box-shadow: none;
  }

  .cell__upcell_sticky {
    position: fixed;
    bottom: 0;
    right: 0px;
    left: 0px;
    z-index: 99999;
    width: 100%;
  }

  .gifsec img {
    max-width: 120px;
  }

  .textitemsec {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .gifwithtext {
    width: 100%;
    box-sizing: border-box;

  }

  .textitemsec p {
    font-size: 16px;
  }

}

@media(max-width:1050px) {
  .textitemsec {
    margin-top: 0px;
  }

}

/* Gif section ends here */

/* Logo section */

/*Section 4 */
.btn-custom-css {
  background: transparent;
  border: 2px solid black;
  color: black;
  line-height: 1.42;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  text-transform: uppercase;
  letter-spacing: 0;
  display: inline-block;
  padding: 11px 20px;
  margin: 0;
  width: auto;
  min-width: 170px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 16px;

}

.btn-div {
  padding-top: 30px;
}

@media (min-width:768px) and (max-width:1024px) {
  .btn-div {
    padding-top: 8px;
  }
}

.inline_logo {
  max-height: 50px;
  max-width: 50px;
}

.innerhead {
  display: flex;
}

.nm-container {
  display: flex;
  align-items: center;
  padding: 0;
  width: 100%;
  background-color: #f7f7f7;
}

.lft-sec {
  width: 50%;
}

.lftimg img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: top;
}

.rgt-sec {
  padding-left: 95px;
  padding-right: 85px;
  width: 50%;
}

.rgt-sec h2 {
  font-size: 32px;
  letter-spacing: 0px;
  color: #000;
  line-height: 53px;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: inherit;
  text-transform: none;
  padding-right: 20px;
}

.rgt-sec p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
}

@media(max-width: 767px) {
  .nm-container {
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  #maindivimgtxt {
    background-color: #F6F4F5;
    padding-top: 30px;
  }

  .topm {
    padding-bottom: 40px;
  }

  .lft-sec {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }

  .lftimg img {
    width: 100%;
    height: auto;
  }

  .rgt-sec {
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .rgt-sec h2 {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 1px;
  }

  .inline_logo {
    max-height: 40px;
    max-width: 40px;
  }

  .rgt-sec p {
    font-size: 16px;
  }

  .btn-custom-css {
    min-width: 155px;
    font-size: 14px;
  }
}

/*Section 5*/

.l-sec {
  padding-left: 100px;
  padding-right: 95px;
  width: 50%;

}

.l-sec h2 {
  padding-right: 20px;
  font-size: 32px;
  letter-spacing: 0px;
  color: #000;
  line-height: 53px;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 400;
  text-transform: none;
}

.l-sec p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
}

.r-sec {
  width: 50%;
}

.r-sec img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: top;
}

.head-sec-2 {
  font-size: 42px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .clmrev {
    flex-direction: column-reverse;
    margin-top: 20px;
  }

  .l-sec {
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 44px;
    margin-top: 20px;
    width: 100%;
  }

  .l-sec h2 {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 1px;
  }

  .head-sec-2 {
    font-size: 32px;
    margin-top: 30px;
  }

  .r-sec {
    width: 100%;
  }

  .l-sec p {
    font-size: 16px;
  }
}

/* Logo section ends here */

/*  Custom banner css */

h4 {
  color: #242424;
}

.mobilesection {
  display: none !important;
  justify-content: center;
}

.gifimg {
  display: inline-block;
  padding-bottom: 5px !important;
}

.colnmrow {
  display: flex;
  align-items: center;

}

.gifimg img {
  width: 100%;
  max-width: 350px;
  margin-left: -15px;
}

.main_div_banner {
  width: 100%;
}

.main_div_banner img {
  width: 100%;
  display: block;
}

.inner_div_banner {
  position: relative;
  top: -0.7rem;

}

.imgbanner {
  width: 100%;

}

.imgbanner {
  position: relative;
}

.banner_text_div {
  position: absolute;
  top: 10%;
  left: 79%;
  transform: translate(-50%);
  width: 510px;
  opacity: 1;
  transition: opacity .3s ease;
  box-sizing: border-box;
  text-transform: none;

}

.banner_headh2 {
  font-size: 36px;
  font-weight: 100;
  text-transform: none !important;
  line-height: 42px;
  letter-spacing: 0px;
}

.inner_text {
  position: relative;
  margin-top: 40px;
}

.lineimg {
  display: none !important;
  position: absolute;
  top: 30%;
  left: 85%;
  transform: translate(-50%);
  width: 374px;
  opacity: 1;
  transition: opacity .3s ease;
  box-sizing: border-box;
  max-width: 105px;
}

.crosstext {
  display: none;
  position: absolute;
  bottom: 105%;
  left: 88%;
  transform: translate(-50%);
  font-size: 30px;
  opacity: 1;
  transition: opacity .3s ease;
  box-sizing: border-box;
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  text-transform: none !important;
  letter-spacing: 0;
  font-weight: 200;
}

.btn_div {
  display: flex;
  margin-top: 50px;
  width: 100%;
}


.btn_item {
  border: 1px solid black;
  padding: 8px 12px;
  text-decoration: none;
  color: white;
  background: black;
  margin-right: 70px;
}

.btn-1 a {
  font-size: 16px !important;
}

.btn-2 a {
  font-size: 16px !important;
}

.btn-1 {
  margin-right: 85px;
  width: 25%;
}

.btn-2 {
  width: 25%;
}

.mobileview {
  display: none !important;
}

@media (max-width:820px) {

  .banner_text_div {
    width: 350px;
    top: 9%;
    left: 75% !important;
    transform: translate(-50%);
  }

  .inner_text {
    margin-top: 10px;
  }

  .btn_div {
    margin-top: 30px;
  }

  .btn-1 {
    margin-right: 8px;
    width: 165px;
  }

  .btn-2 {
    margin-right: 0px;
    width: 165px;
  }

  .lineimg {
    top: 26%;
    left: 77%;
    max-width: 90px;
  }

  .crosstext {
    bottom: 90%;
    left: 78%;
    font-size: 22px;
  }

  .gifimg img {
    width: 100%;
  }
}

@media (max-width:1024px) {

  .banner_text_div {
    top: 4% !important;
    left: 72%;
  }

  .btn-1 a {
    font-size: 14px !important;
  }

  .btn_div a {
    font-size: 14px !important;
  }
}


@media (max-width:767px) {
  .desktopview {
    display: none !important;
  }

  .mobileview {
    display: block !important;
  }

  .mobilesection {
    display: flex !important;
    padding-top: 15px;
    padding-left: -33px;
    max-width: 300px;

    justify-content: normal;

  }

  .headmvie {
    font-size: 20px !important;
  }

  .btn-m {
    margin-right: 15px;
  }

  .btn-m a {
    color: black;
    text-decoration: none;
    outline: none;
    line-height: 1.42;
    text-decoration: none;
    text-align: center;
    white-space: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    display: inline-block;
    padding: 11px 15px;
    margin: 0;
    width: auto;
    min-width: 142px;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    -webkit-appearance: none;
    border-radius: var(--buttonRadius);
    background: transparent;
    color: black;
    border: 2px solid black;
    font-size: 16px;
  }


  .desktopview {
    display: none !important;
  }

  .banner_text_div {
    top: 56% !important;
    left: 50% !important;
    width: 350px;
  }

  .custombtn {
    font-size: 14px !important;
  }

  .btn_div a {
    font-size: 14px !important;
  }

  .inner_text {
    margin-top: 10px;
  }


  .banner_headh2 {
    font-size: 20px !important;
    font-weight: 100;
    text-transform: none !important;
    line-height: 25px;
  }

  .lineimg {
    top: 30% !important;
    left: 50% !important;
    max-width: 63px !important;
  }

  .crosstext {
    font-size: 22px !important;
    left: 53% !important;
  }

  .btn_div {
    margin-top: 15px !important;
  }

  .gifimg img {
    width: 100%;
    max-width: 180px;
    margin-left: -7px;
  }

  .btn-1 {
    margin-right: 8px;
    width: 50%;
  }

  .btn-2 {
    width: 50%;
  }

  .btn-1 a {
    font-size: 14px !important;
  }

  .btn-2 a {
    font-size: 14px !important;
  }

  .btnd {
    min-width: 160px !important;
  }

}



.btnd {
  letter-spacing: 0px !important;
  width: 100%;
  min-width: 170px;
  line-height: 1.42;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding: 11px 20px;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  color: var(--colorBtnPrimaryText);
  background: var(--colorBtnPrimary);
}

.btnd:hover {
  color: white;
}

/*   custom banner css ends here */
.cod_img {
  width: 100%;
  padding-top: 30px;
}

.cod_img img {
  max-width: 100%;
}

#custom_left_section {
  width: 60%;
}

#custom_right_section {
  width: 40%;
}

.announcement-bar .announcement-link-text,
.announcement-marquee-wrapper .announcement-link-text {
  font-size: 15px;
  font-weight: 400;
}

.announcement-bar .announcement-link-text_mobile,
.announcement-marquee-wrapper .announcement-link-text_mobile {
  display: none;
}

.announcement-marquee-wrapper {
  overflow: hidden;
  background: #242424;
  white-space: nowrap;
  padding: 10px 0;
}

.announcement-marquee-track {
  display: inline-flex;
  animation: scroll-marquee 30s linear infinite;
  white-space: nowrap;
}

.announcement-marquee-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  font-size: 10px;
  line-height: 14px;
  color: #fff;
  white-space: nowrap;
}

.announcement-link {
  text-decoration: none;
  color: inherit;
}

@keyframes scroll-marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.announcement-marquee-track {
  animation: scroll-marquee 30s linear infinite;
  animation-play-state: running;
  /* <-- optional, but good to define */
}

.announcement-marquee-wrapper:hover .announcement-marquee-track {
  animation-play-state: paused;
}


@media(max-width:768px) {
  .template-page.valentines .grid__item {
    padding-left: 9px;
  }

  .template-page.valentines .slide-arrow.prev-arrow.left-arrow-style {
    left: 5%;
  }

  .section-header {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .announcement-bar,
  .announcement-marquee-wrapper {
    background: #000000;
    padding: 10px 0px 10px;
  }

  .announcement-bar .announcement-link-text_mobile,
  .announcement-marquee-wrapper .announcement-link-text_mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .announcement-link-text_mobile {
    text-transform: uppercase;
    font-weight: 400;
  }

  .announcement-bar .announcement-link-text,
  .announcement-marquee-wrapper .announcement-link-text {
    display: none;
  }

  .slide-arrow.prev-arrow.left-arrow-style {
    font-size: 1.5rem;
  }

  .slide-arrow.next-arrow.right-arrow-style {
    font-size: 1.5rem;
  }

  /* warli template code start */
  body:is([page-type="product.warli-pdp"]) .blink-main__content .slide-arrow.next-arrow.right-arrow-style {
    bottom: -64px;
    right: -18px;
  }

  body:is([page-type="product.warli-pdp"]) .slide-arrow.prev-arrow.left-arrow-style {
    bottom: -64px;
    left: -18px;
  }

  css

  /* warli template code end */
  .addNew_product_slider .slick-dotted.slick-slider {
    margin-bottom: 54px;
  }

  .addNew_product_slider .slick-dots li {
    width: 11px;
  }

  /* footer css */
  .minus_class:before,
  .minus_class:after {
    content: "";
    position: absolute;
    top: 50%;
    background-color: #fff;
    transform: translateY(-50%);
  }

  .minus_class:before {
    height: 2px;
    width: 14px;
    right: 0;
  }

  .minus_class.is-open:after {
    height: 0 !important;
  }

  .minus_class:after {
    right: 7px;
    width: 1px;
    height: 15px;
    transition: transform .3s cubic-bezier(.215, .61, .355, 1);
  }

  .featured__items_section {
    padding-top: 20px;
  }

  .menuFooter_link .Linklist {
    display: flex; justify-content:center;
  }

  .site-footer__linklist .Linklist__Item a {
    font-size: 10px;
    text-decoration: underline;
  }

  .line_menu {
    padding: 0 15px;
  }

  .line_menu:last-child {
    display: none;
  }

  #customfooter {
    padding: 0 17px;
  }

  .footer__title {
    margin: 0;
    font-size: 15px;
  }

  #custom__threesec .grid__item {
    padding-left: 0px;
  }

  .menuFooter_link {
    padding-bottom: 18px;
  }

  .Footer__Copyright {
    font-size: 10px;
    text-transform: uppercase;
    padding: 18px 0;
    font-weight: 900;
  }

  .Footer__Copyright a {
    color: #fff;
  }

  .footer_logo {
    padding: 0 17px 4rem;
  }

  .site-footer .socialicon_footer {
    margin: 0 17px;
  }

  .site-footer .HorizontalList__Item_footer {
    padding: 10px 15px;
  }

  .seprate-line-footer,
  .follow_uscustom,
  .contact-details-footer {
    display: none;
  }

  #newsletter- {
    padding: 0 17px;
  }

  .h3-custom-footer {
    margin-bottom: 25px;
    display: none;
  }

  .custombtn-foooterpnewsletter {
    background: #242424;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
  }

  .email-footer-c::placeholder {
    font-size: 9px;
    font-weight: 800;
    color: #000;
  }

  .site-footer .custombtn-foooterpnewsletter {
    background-color: #f9bf61;
    border-color: #696969;
    border-radius: 60px !important;
  }

  /* end footer  */
  #custom_left_section {
    width: 100%;
  }

  #custom_right_section {
    width: 100%;
  }

}

.product__thumbs--scroller {
  display: none;
}


#custom_page_width {
  max-width: 1200px;
  margin: 0 auto;
}

/* Footer */

.footer-aside {
  width: 100%;
  display: flex;
  max-width: 915px;
  margin: 0px auto;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 0;
}

.contact-details-footer {
  margin: 0 30px;
  padding-bottom: 10px;

}

.other-contact-section p {
  font-size: 14px;
  color: White;
}

.socialicon_footer {
  display: flex;
  margin: 0 30px;
  gap: 0.5em;
  align-items: center;
}

.socialicon_footer {
  display: flex;
  align-items: flex-end;
}

.follow_uscustom {
  margin-bottom: -3px;
}

.follow_uscustom h3 {
  text-transform: uppercase;
  font-size: 14.3px;
}

.social-item-footer ul {
  display: flex;
  gap: 0rem;
  margin: 0 0 0px 0px;
}

.social-item-footer ul li {
  list-style: none;
  margin: 0 -5px;

}

@media (max-width:767px) {
  .socialicon_footer {
    display: flex;
    flex-direction: column;
    gap: 0.1em;
    align-items: center;
  }

  .footer-aside {
    width: 65%;
    display: flex;
    max-width: 1370px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-end;
    padding: 10px 0;
  }
}

/* Ends here */

.product-single__title {
  text-transform: none !important;
  font-size: 20px;
}

.product-block--header {
  margin-bottom: 10px;
}

.variant__label {
  text-transform: none !important;
}


#sub-text_custom {
  font-size: 13px;
}

/* Great for part css */
.greatfor_custom {
  width: 100%;
  margin-top: 30px;
}

.greatfor_custom h3 {
  margin-bottom: 15px;
}

.greatfor_custom img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .greatfor_custom {
    width: 100%;
  }

  .greatfor_custom h3 {
    margin-bottom: 15px;
  }

  .shopify-section #maincustomfooter {
    color: #fff;
    background: #30272b;
  }

  span.form__submit--large.mobile-button {
    display: block;
  }

  [page-type="page.men-collection-main-page"] .yoho-banner-sbc .shop-by-coller-heading-sec,
  [page-type="page.women-collection-mainpage"] .yoho-banner-sbc .shop-by-coller-heading-sec,
  [page-type="page.kids-collection-mainpage"] .yoho-banner-sbc .shop-by-coller-heading-sec {
    margin: 50px 0 20px;
  }
}

/* ends here */

.footer__social {
  display: none;
}

/* collections */

@media only screen and (min-width:769px) {
  .medium-up--one-whole {
    width: 100%;
  }

  .medium-up--one-half {
    width: 50%;
  }

  .medium-up--one-third {
    width: 25% !important;
  }

  .medium-up--two-thirds {
    width: 66.66667%;
  }

  .grid--uniform .medium-up--one-half:nth-of-type(odd),
  .grid--uniform .medium-up--one-third:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-up--one-quarter {
    width: 25% !important;
  }

  .medium-up--two-quarters {
    width: 50%;
  }

  .medium-up--three-quarters {
    width: 75%;
  }

  .grid--uniform .medium-up--one-quarter:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-up--one-fifth {
    width: 20%;
  }

  .medium-up--two-fifths {
    width: 40%;
  }

  .medium-up--three-fifths {
    width: 60%;
  }

  .medium-up--four-fifths {
    width: 80%;
  }

  .grid--uniform .medium-up--one-fifth:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-up--one-sixth {
    width: 16.66667%;
  }

  .medium-up--two-sixths {
    width: 25% !important;
  }

  .medium-up--three-sixths {
    width: 50%;
  }

  .medium-up--four-sixths {
    width: 66.66667%;
  }

  .medium-up--five-sixths {
    width: 83.33333%;
  }

  .grid--uniform .medium-up--one-sixth:nth-of-type(6n+1),
  .grid--uniform .medium-up--three-sixths:nth-of-type(odd),
  .grid--uniform .medium-up--two-sixths:nth-of-type(3n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 769px) {
  .hidden-tablet-and-up {
    display: none;
  }

  .footer_logo {
    display: none;
  }

  .grid_product_type {
    font-size: 12px;
  }

  .featured__items_section {
    display: none;
  }

  .grid--uniform .medium-up--one-half:nth-of-type(odd),
  .grid--uniform .medium-up--one-third:nth-of-type(3n+1) {
    clear: none;
  }

  .description_wrapper {
    display: none;
  }
}

.grid-product__image-mask {
  position: relative;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  /* aspect-ratio: 1; */
}

.grid-product.small--one-half.medium-up--one-third.aos-init.aos-animate {
  padding-right: 40px;
}

@media only screen and (max-width: 768px) {
  .circle_discount_code {
    height: 50px;
    width: 50px;
    font-size: 13px;
  }

  .off_value_discount1,
  .off_value_discount2 {
    margin-top: 2px;
  }

  p.data__space_discount {
    padding: 0px;
    font-size: 14px;
    margin: 0 auto;
  }

  .drawer__header {
    height: 50px;
  }

  .coupan_code_section {
    text-align: center;
    font-size: 13px;
    border: none;
  }

  .discount_inner_section {
    padding: 2px;
  }

  p.font_discount {
    font-size: 10px;
    margin: 0 auto;
  }

  .new_changes_offer {
    font-weight: 700;
    font-size: 13px;
  }

  .hidden-phone {
    display: none;
  }

  .grid-product.small--one-half.medium-up--one-third.aos-init.aos-animate {
    padding-right: 0px;
  }

  .form-scroll-bar .collapsible-trigger-btn {
    padding: 0;
  }

  .breadcrumb {
    margin: 0;
    padding-left: 15px;
    padding-top: 9px;
    padding-bottom: 8px;
    background: #FAFAFA;
  }

  .collectin__image {
    background: #FAFAFA;
    position: relative;
  }

  .tag .product_type_tag {
    padding: 8px 20px;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
  }

  .collection-content {
    padding-top: 0;
  }

  .description_wrapper {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
    color: #696969;
    background: #FAFAFA;
    padding: 0px 14px 5px;
  }

  .collection-filter__item--drawer {
    flex: 0 0 0%;
  }

  .btn-custom {
    font-size: 11px;
    padding: 6px 17px;
    text-transform: capitalize;
    font-weight: normal;
    background: #f2ba5e;
    box-shadow: 0 0 4px #6c6868;
  }

  .grid_product_type {
    font-weight: 300;
    font-size: 9px;
    color: #696969;
  }

  .template-collection .grid-product__title {
    font-size: 12px;
  }

  span.collection-item__title.collection-item__title--below.collection-item__title--body.collection-item__title--bottom-center {
    color: #fff;
  }

  .featured__items_section {
    background: #000;
    margin-bottom: 0px;
  }

  .collection-image.collection-image--square.image-wrap {
    border-radius: 9px;
  }
}

/* description */

.d-hidden {
  display: none;
}

@media (max-width:767px) {
  .sl-wrapper {
    text-align: left;
  }
}

.cart__item-row.text-center {
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #0000005e;
}

#perc-c {
  color: #8dae84;
}

.icon-and-text {
  font-size: 14px;
  font-weight: 600;
  justify-content: left !important;
}

@media(max-width:767px) {
  .icon-and-text {
    text-align: left;
    justify-content: left !important;
  }
}

.cod_img {
  display: none;
}

.grid-product__price--savings {
  display: none;
}

.template-product .product__price-savings {
  color: #fff;
  background: #000;
  padding: 5px;
  border-radius: 6px;
  font-size: 11px;
  margin-top: 10px;
}

.snap_emi_txt span {
  font-family: Montserrat, sans-serif !important;
}

@media(max-width:480px) {

  .collection-filter .btn,
  .collection-filter select {
    font-size: 10px;
    color: #696969;
  }

  .collection-filter .btn {
    padding: 0px 8px;
  }

  .collection-filter select {
    padding: 5px 8px;
  }

  .collection-filter__item--count {
    font-size: 11px;
    font-weight: 600;
  }

  .collection-filter__item--count {
    flex: 1;
  }

  .product__price {
    font-size: 16px;
  }
}

/* blink pdp revamp css */
.custom--image {
  background: #FFF6F0;
  padding: 1rem 0;
  text-align: center;
}

/* image gallary section */
.gallery-wrapper.imagewrap {
  padding: 40px 0px;
}

.imagewrap {
  padding: 40px 0px;
}

.imagegallery .slick-dots li button::before {
  content: "";
  display: block;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-70%, -70%);
  border-radius: 20px;
  height: 8px;
  width: 30px;
}

.imagegallery .ga_img {
  width: 100%;
  padding: 17px;
  border-radius: 8px;
}

.gallery-wrapper .slick-dots li.slick-active button::before {
  opacity: 1;
  background-color: #483131;
}

.imagegallery .slick-dots {
  background: #FADBB6;
  width: 70%;
  max-width: 222px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  height: 8px;
  position: relative;
  display: flex;
  justify-content: space-around;
}

.gallery-wrapper {
  background: #FFF6F0;
  padding: 1px 0;
}

.imagegallery {
  display: flex;
  flex-flow: wrap;
  margin: 0 auto;
  justify-content: center;
  margin-bottom: 60px;
  width: 100%;
  max-width: 1100px;
}

.imagegallery.slick-initialized.slick-slider .contentt {
  padding: 0px 10px;
}

h2.usphead {
  font-size: 35px;
  padding: 0px 34px;
  font-weight: 700;
}

.imagegallery {
  margin-bottom: 30px;
}

.usphead {
  margin-top: 15px;
  position: relative;
}

.uspsubhead {
  margin-bottom: 10px;
}

.gallery-wrapper .slick-prev:before,
.gallery-wrapper .slick-next:before {
  display: none;
}

.image-gallary-conatiner .slick-prev,
.image-gallary-conatiner .slick-next {
  top: 65%;
  width: 45px;
  height: 45px;
}

.gallery-wrapper .slick-prev {
  left: unset;
  right: 130px;
  z-index: 1;
}

.gallery-wrapper .slick-next {
  right: 75px;
  z-index: 1;
}

@media screen and (max-width: 480px) {
  .imagegallery .ga_img {
    width: 100%;
  }

  .gallery-wrapper.imagewrap,
  .imagewrap {
    padding: 73px 0 45px 0;
  }

  body:is([page-type="product.warli-pdp"]) .gallery-wrapper.imagewrap,
  .imagewrap {
    padding-bottom: 20px;
  }

  .slick-slide {
    text-align: center;
  }

  .gallery-wrapper .slick-current {
    transform: scale(1.1);
    transition: transform 0.3s ease;
  }
}

/* life with bin section */
.blicimagekwrap .slick-slide {
  transform: scale(1);
  align-items: flex-end;
  gap: 1rem;
  text-align: left;
}

.life-with-bin-container .life-with-bin-contents {
  background: #F4F4F4;
  border-radius: 15px;
  padding: 10px 7px 30px 13px;
}

.title-part {
  color: #683F10;
}

.review {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .blicimagekwrap .contentt {
    width: 140px;
  }

  .usphead_heading {
    font-size: 20px;
    text-align: center;
    line-height: 1px;
    color: #593812;
  }
}

.life-with-bin-container .slick-slider.slick-dotted {
  margin-bottom: 35px;
}

#custom_main_product {
  background: #fff;
}

.gallery-wrapper.blicimagekwrap.life-with-bin-container {
  background: #fff;
}

.life-with-bin-container {
  border-radius: 25px;
  padding: 20px 0px 40px 0px;
}

.slick-initialized .blockwrap.slick-slide {
  display: flex;
  color: #A26329;
  padding: 10px 10px 0 10px;
  margin: 10px 10px 0 10px;
}

.life-with-bin-container .contentt {
  text-align: left;
}

.life-with-bin-container h2.usphead_b {
  margin: 30px auto 0px;
  width: 100%;
  max-width: 1085px;
}

.life-with-bin-container .blockwrap .cnt_block h4 {
  color: #683F10;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 23px;
  font-weight: 500;
  text-transform: capitalize;
}

.life-with-bin-container .blockwrap .cnt_block span {
  color: #A26329;
  font-size: 10px;
  float: right;
  font-weight: 700;
}

.blinklogo {
  display: block;
}

.blockwrap .cnt_block {
  width: 50%;
  color: #A26329;
}

.blockwrap .cnt_block h4 {
  color: #CE8938;
}

.blockwrap .cnt_block span {
  color: #A26329;
}

.life-with-bin-container .slick-dots li button::before {
  content: "";
  display: block;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-76%, -76%);
  border-radius: 20px;
  padding: 0px 10px;
  height: 8px;
}

.life-with-bin-container .imagegalleryblin .ga_img {
  width: 50%;
  padding: 10px;
  align-self: baseline;
  height: auto;
}

.life-with-bin-container .imagegalleryblin .slick-dots li.slick-active button::before {
  opacity: 1;
  background-color: #FFF6E6;
}

.life-with-bin-container .slick-dots {
  background: #E2AF71;
  width: 30%;
  float: left;
  overflow: hidden;
  border-radius: 20px;
  height: 8px;
  position: relative;
  display: flex;
  justify-content: space-around;
}

.life-with-bin-container {
  background: #FFF6F0;
}

.life-with-bin-container .imagegalleryblin {
  display: flex;
  flex-flow: wrap;
  margin: 0 auto;
  justify-content: center;
  margin-bottom: 60px;
  width: 100%;
  max-width: 1100px;
}

h2.usphead_b {
  font-size: 35px;
  padding: 0px 34px;
  font-weight: 700;
}

@media(max-width:480px) {
  .product-single__meta {
    margin-top: 0px;
  }

  .blinklogo {
    padding-bottom: 20px;
  }

  .life-with-bin-container {
    padding: 2px 0px 12px 0px;
  }

  .blockwrap .cnt_block {
    width: 60%;
  }

  .life-with-bin-container .imagegalleryblin .slick-active .ga_img {
    padding: 0px;
  }

  .life-with-bin-container .imagegalleryblin.slick-initialized.slick-slider .contentt {
    padding: 0px;
    font-size: 10px;
    font-weight: 400;
  }

  .life-with-bin-container .imagegallery {
    margin-bottom: 30px;
  }

  .life-with-bin-container .slick-prev:before,
  .life-with-bin-container .slick-next:before {
    display: none;
  }

  .life-with-bin-container .slick-prev,
  .life-with-bin-container .slick-next {
    top: 65%;
    width: 45px;
    height: 45px;
  }

  .life-with-bin-container .slick-prev {
    left: unset;
    right: 130px;
    z-index: 1;
  }

  .life-with-bin-container .slick-next {
    right: 75px;
    z-index: 1;
  }

  .gallery-wrapper.blicimagekwrap.life-with-bin-container {
    margin-top: 4rem;
  }
}

/* freestep-reviews section */
.rev_wrap .slide-block.slick-slide {
  background: #FCE5C899;
  border-radius: 10px;
}

.rev_wrap .review {
  padding: 14px 42px 18px 42px;
  color: #3C2408;
  font-size: 12px;
}

.review::after {
  content: "";
  width: 25px;
  height: 21px;
  position: absolute;
  right: 8px;
  bottom: 12px;
  background: url(/cdn/shop/files/da21dde662a19a4b8a6e17048660983a_7d0b13c4-391a-46d0-a949-30e8613fa2e0.png?v=1720778497);
}

.rev_wrap .slide-block.slick-slide::after {
  content: "";
  width: 25px;
  height: 21px;
  position: absolute;
  left: 10px;
  background: url(/cdn/shop/files/da21dde662a19a4b8a6e17048660983a.png?v=1720778465);
  bottom: 45px;
}

.rev_wrap .slick-dots li {
  margin: unset;
}

.rev_wrap .slick-dots li button:before {
  color: #FDEBD4;
  opacity: 1
}

.rev_wrap .slick-dots .slick-active button:before {
  color: #000;
}

.rev_wrap .slick-dots li button:before {
  font-size: 10px;
}

.stars-inactive {
  display: none;
}

.fitimg {
  margin: 0 auto;
  text-align: center;
  display: block;
}

.askq {
  width: auto;
  height: 41px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #3C2408;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: normal;
  margin: 10px;
}

.write {
  margin: 10px;
  width: auto;
  height: 41px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3C2408;
  background: #fff;
  border: 1px solid #3C2408;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: normal;
}

.ratingwrap {
  justify-content: space-between;
  display: flex;
}

.ratingwrap img {
  width: 135px;
}

.rev_wrap {
  background: #fff;
}

/* body:is([page-type="product.warli-pdp"]) .rev_wrap {
  margin-top: 20px;
} */
body:is([page-type="product.warli-pdp"]) .fs-reviews {
  margin-bottom: 0;
  padding: 20px;
}

body:is([page-type="product.warli-pdp"]) #shopify-section-template--18158835728575__16844131828c8caf3c .index-section {
  background: #fffaf3;
  padding-bottom: 40px;
}

.fs-reviews h2.fs-head {
  color: #3C2408;
  padding-bottom: 10px;
  font-size: 32px;
}

body .nectar-text.btn.btn-primary {
  width: 350px;
  height: 41px;
  position: absolute;
  top: 3480px;
  left: 22px;
  gap: 0px;
  border-radius: 8px 0px 0px 0px;
  border-width: 2px 0px 0px 0px;
  opacity: 0;
  border: 2px solid #3C2408;
}

.namee {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 500;
  line-height: 29.26px;
  letter-spacing: -0.05em;
  text-align: right;
}

.dayte {
  font-size: 14px;
}

.star-cap {
  font-weight: 100;
  font-size: 14px;
  margin-top: 2px;
  letter-spacing: 0;
}

.strs img {
  width: 22px;
  display: inline-block;
}

h2.fs-head {
  font-size: 40px;
  letter-spacing: 0;
  color: #3C2408;
}

.fs-reviews {
  background: #fff;
  padding: 40px 20px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 40px;
  border-radius: 12px;
}

.slide-block img {
  border-radius: 10px;
}

.slide-block {
  position: relative;
  overflow: hidden;
  margin: 0px 10px;
}

.wrpp {
  position: absolute;
  right: 20px;
  bottom: 100px;
  color: #fff;
  z-index: 1;
  text-align: right;
}

.dayte {
  font-size: 12px;
}

.fs-review-slider {
  margin-top: 8px;
}

.slide-block.slick-slide::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 10px;
}

@media(max-width:480px) {
  .fs-review-slider .name {
    font-size: 24px;
    line-height: 29px;
  }

  .fs-review-slider .slick-prev:before,
  .fs-review-slider .slick-next:before {
    display: none
  }

  .fs-review-slider .slick-prev,
  .fs-review-slider .slick-next {
    top: 90%;
    width: 31px;
    height: 31px;
  }

  .fs-review-slider .slick-prev {
    left: unset;
    right: 69px;
    z-index: 1;
  }

  .fs-review-slider .slick-next {
    right: 30px;
    z-index: 1;
  }

  h2.fs-head {
    font-size: 34px
  }
}

.fa-star::before {
  content: "\f005";
  color: #3C2408;
  background: #FCE6CC;
  padding: 5px;
  font-size: 14px;
  border-radius: 6px;
  margin: 2px;
}

.fa-star-half-o::before {
  content: "\f123";
  color: #3C2408;
  background: #FCE6CC;
  padding: 5px;
  font-size: 14px;
  border-radius: 6px;
  margin: 2px;
}

.score {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-left: 2px;
}

.score-wrap {
  display: inline-block;
  position: relative;
  margin-top: 5px;
}

.stars-inactive {
  color: #ccc;
}

.star-cap {
  font-size: 15px;
  line-height: 18px;
  padding: 5px 0px;
  color: #3C2408;
}

/* spoted-celebs-gallery section */
.cross-icon-svg {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 9;
}

.cross-icon-svg svg {
  width: 25px;
  height: 25px;
}

.spotedcelebs-popup {
  display: none;
}

.spotedcelebs .pop-up-image-ele {
  position: relative;
  width: 100%;
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px #0000001a;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.spotedcelebs-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  z-index: 1000;
}

@media screen and (max-width: 749px) {
  .spotedcelebs .pop-up-image-ele img {
    max-width: 250px;
  }

  .spottercelebs .slick-dots li.slick-active button::before {
    opacity: 1;
    background-color: #fff6e6;
  }

  .spottercelebs .slick-dots li.slick-active button::before {
    opacity: 1;
    background-color: #fff6e6;
  }
}

.spotedcelebs .pop-up-image-ele {
  transform: translate(-50%, 0);
  text-align: center;
}

.sported-dots {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.spotedcelebs .slick-current {
  transform: unset;
}

.gallery-wrapper.spotedcelebs {
  background: #4eaaff;
  border-radius: 25px;
}

.spotedcelebs h2.usphead_b {
  width: 100%;
  max-width: 1085px;
  color: #fff;
  margin: 0px auto;
  width: 100%;
  padding: 20px 12px;
}

.spotedcelebs .ga_img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  max-width: 76px;
  cursor: pointer;
}

.spotedcelebs h4 {
  color: #fff;
  letter-spacing: -1px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  font-family: Montserrat;
  margin: 0;
  text-transform: capitalize;
  white-space: nowrap;
}

.spotedcelebs .slick-initialized .sp_blockwrap.slick-slide {
  display: flex;
  color: #fff;
  padding: 10px;
  margin: 10px 8px 0 8px;
  border: 1px solid #fff;
  border-radius: 16px;
  align-items: center;
}

.spotedcelebs .contentt {
  text-align: right;
}

.spotedcelebs h2.usphead_b {
  margin: 0px auto;
}

.spotedcelebs .sp_blockwrap .cnt_block span {
  color: #c0e1ff;
  font-size: 16px;
  text-align: left;
  float: left;
  line-height: 19px;
}

.sp_blockwrap .cnt_block {
  width: 100%;
  padding-left: 8px;
  color: #a26329;
}

.blockwrap .cnt_block h4 {
  color: #fff;
}

.sp_blockwrap .cnt_block .contentt {
  margin: 10px 0;
}

.sp_blockwrap .cnt_block span {
  color: #a26329;
}

/* REDIRECTION LINK */
span+.sp_blockwrap__redirection-wrapper {
  margin-top: 32px;
}

.sp_blockwrap__redirection-wrapper {
  display: block;
  text-align: var(--alignment);
  clear: both;
  margin-top: 12px;
}

.sp_blockwrap__redirection-wrapper a {
  background-color: var(--bg-color);
  color: var(--color);
  padding: 8px 12px;
  border-radius: 100vw;
  font-size: 12px;
  cursor: pointer;
}

/* BLOCK WRAP */
.spotedcelebs .slick-initialized .sp_blockwrap.slick-slide {
  min-height: var(--slick-track-height);
}

.spotedcelebs_slick-dots-pointer-events-none {
  pointer-events: none;
}

/* TAG */
.sp_blockwrap__tag-wrapper {
  display: flex;
  justify-content: var(--alignment, flex-start);
}

.sp_blockwrap__tag {
  color: var(--color);
  text-align: var(--alignment, left);
  font-size: 0.8rem;
  margin: 0;
}

.sp_blockwrap__tag.pill {
  background-color: var(--bg-color);
  width: fit-content;
  padding: 4px 8px;
  border-radius: 100vw;
}

/* --------- */

.spotedcelebs h2.usphead_b {
  font-size: 24px;
  line-height: 29px;
  padding-bottom: 13px;
}

.spotedcelebs {
  background: #fff6f0;
  padding: 1px 0;
}

.spottercelebs.slick-initialized.slick-slider.slick-dotted {
  display: flex;
}

.spottercelebs {
  display: flex;
  flex-flow: wrap;
  margin: 0 auto;
  justify-content: center;
  margin-bottom: 60px;
  width: 100%;
  max-width: 1100px;
}

h2.usphead_b {
  font-size: 35px;
  padding: 0px 34px;
  font-weight: 700;
}

.spottercelebs.slick-initialized.slick-slider.slick-dotted {
  padding-bottom: 10px;
}

@media (max-width: 480px) {
  .spottercelebs .slick-dots {
    background: #3e90dc;
    width: 30%;
    margin-top: 0px;
    float: left;
    overflow: hidden;
    border-radius: 20px;
    height: 8px;
    position: relative;
    display: flex;
    justify-content: space-around;
  }

  .spottercelebs .slick-dots li button::before {
    content: '';
    display: block;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-75%, -75%);
    border-radius: 20px;
    height: 8px;
  }

  .blinklogo {
    padding-bottom: 20px;
  }

  .sp_blockwrap {
    padding: 10px;
    padding-right: 14px;
  }

  .imagegalleryblin .ga_img {
    width: 200px;
    margin: 0 auto;
    height: 257px;
  }

  .imagegalleryblin.slick-initialized.slick-slider .contentt {
    padding: 0px;
    font-size: 10px;
  }

  .spotedcelebs .slick-list {
    margin-left: 10px;
  }

  .imagegallery {
    margin-bottom: 30px;
  }

  .spotedcelebs .slick-prev:before,
  .spotedcelebs .slick-next:before {
    display: none;
  }

  .spotedcelebs .slick-prev,
  .spotedcelebs .slick-next {
    top: 65%;
    width: 45px;
    height: 45px;
  }

  .spotedcelebs .slick-prev {
    left: unset;
    right: 130px;
    z-index: 1;
  }

  .spotedcelebs .slick-next {
    right: 75px;
    z-index: 1;
  }
}

@media screen and (min-width:750px) {
  .sported-dots {
    max-width: 40%;
  }

  .spottercelebs.slick-initialized.slick-slider.slick-dotted {
    margin-bottom: 45px;
  }

  .gallery-wrapper.spotedcelebs .slick-dots li.slick-active button::before {
    background: unset;
  }

  .pop-up-image-ele .ga_img {
    max-width: 310px;
  }

}

/* banner image-dm section */
.bannerimage {
  width: 100%;
  max-width: 1085px;
  background: #fff;
  text-align: center;
}

.bannerimage {
  margin: 28px 0px;
  text-align: center;
}

.bannerimage h2 {
  font-family: Montserrat;
  font-size: 48px;
  font-weight: 800;
  line-height: 58.51px;
  letter-spacing: -0.06em;
  text-align: left;
  color: #3c2408;
}

.bannerimage h2 span {
  font-size: 32px;
  font-weight: 500;
}

.bannerimage {
  display: none;
}

@media (max-width: 480px) {
  .bannerimage {
    display: block;
  }

  .bannerimage h2 {
    margin-left: 30px;
    font-size: 32px;
  }

  .bannerimage h2 strong {
    font-weight: 800;
  }
}

/* FAQs section */
.accordion-heading:nth-last-child(2) {
  border-bottom: 0;
}

.accordion-heading::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('/cdn/shop/files/Arrow_Down_6_Circle.png?v=1721654735');
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
  position: absolute;
  right: 0;
  top: 10px;
  margin-right: 10px;
}

.accordion-heading {
  background: #fff;
  padding: 15px 15px;
  border-radius: 44px;
  margin: 15px;
  position: relative;
  font-weight: 100;
  cursor: pointer;
}

.interactive_template_main .accordion-heading {
  margin: 20px 0px;
  padding: 0px;
}

.accordion-heading h3, .accordion-heading h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Montserrat';
  color: #3c2408;
}

.active.accordion-heading::before {
  transform: rotate(-180deg);
}

.not-active.accordion-heading::before {
  transform: rotate(0deg);
}

.accordion-content {
  display: none;
  font-size: 12px;
  padding: 2px 16px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  margin-top: -20px;
  padding-top: 30px;
  color: #82673e;
  line-height: 16px;
  background: #ffe4c5;
}

.accord-left {
  text-align: center;
}

.accord-left h2 {
  margin-bottom: 30px;
  font-size: 40px;
  color: #3c2408;
}

.accord-right {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px;
  padding: 0 15px;
}

.faqmain {
  padding: 0px 0px 0px 0px;
  background: #fffaf3;
}

@media (max-width: 480px) {
  .accord-left h2 {
    font-size: 32px;
    position: relative;
    line-height: 32px;
    font-weight: 700;
  }

  .accordion-heading h3, .accordion-heading h2  {
    width: calc(100% - 20px);
  }

  .accord-left h2::before {
    position: absolute;
    content: 'FAQ';
    font-size: 96px;
    left: -5px;
    top: -65px;
    z-index: 0;
    opacity: 0.2;
    color: #da4e00d9;
    background: linear-gradient(354.31deg, rgba(250, 255, 243, 0.85) 7.91%, rgba(218, 78, 0, 0.85) 65.3%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    line-height: 105.6px;
    letter-spacing: -5px;
  }

  .accord-left {
    text-align: left;
  }

  .accord-right {
    padding: 0;
  }
}

/* logo list section */
.blink-logo-list-container img.logo-bar__image {
  width: 50px;
  height: 42px;
}

.blink-logo-list-container .logo-list-icon-text {
  font-size: 14px;
  margin-top: 18px;
}

.blink-logo-list-container .logo-bar__item {
  margin: unset;
}

.blink-logo-list-container {
  margin: 28px auto;
}

/* warli template code start */
body:is([page-type="product.warli-pdp"]) .blink-logo-list-container {
  background-color: #FFFAF3;
  padding-top: 25px;
  max-width: 100%;
  margin: 20px 0;
}

/* warli template code end */

.blink-logo-list-container .logo-bar {
  flex-wrap: nowrap;
}

/* features section  */
.features-container {
  background: #fff6f0;
  background: #fff6f0;
  padding: 1px 0;
}

.gallery {
  display: flex;
  flex-flow: wrap;
  margin: 0 auto;
  justify-content: center;
  margin-bottom: 60px;
  width: 100%;
  max-width: 1100px;
}

.gallery-block img {
  width: 100%;
  min-height: 300px;
  height: 100%;
  border-radius: 12px;
}

.interactive_gallery .gallery-block img {
  border-radius: 28px;
}

h3.empty-chart-text {
  color: #7b7979;
}

.gallery-block {
  padding: 22px;
}

.gallery-block a {
  color: inherit;
  text-decoration: none;
}

h2.usphead {
  width: 100%;
  max-width: 1085px;
  font-size: 36px;
  letter-spacing: 0;
  padding: 0 45px;
  color: #3C2408;
}

.features-container {
  margin: 4rem 0;
}

.headingn {
  text-align: center;
  font-family: var(--font-heading-family);
  color: #000;
  font-size: 25px;
  margin-top: 10px;
  font-weight: 700;
  margin-bottom: 5px;
}

.contentt {
  font-size: 10px;
  text-align: center;
}

@media (max-width: 480px) {
  .gallery {
    margin-bottom: 30px;
  }

  .usphead {
    margin-top: 20px;
    position: relative;
  }

  .usphead::before {
    position: absolute;
    content: 'Features';
    font-size: calc(72px + (96 - 72) * (100vw - 327px) / (1440 - 327));
    left: -7px;
    top: -47px;
    z-index: 0;
    opacity: 0.2;
    color: #da4e00d9;
    background: linear-gradient(#da4e00d9, #fafff3d9);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .contentt {
    width: 224px;
    margin: 0 auto;
  }

  .uspsubhead {
    margin-bottom: 10px;
  }

  .features-container .slick-prev:before,
  .features-container .slick-next:before {
    display: none;
  }

  .features-container .slick-prev,
  .features-container .slick-next {
    top: 60%;
    width: 45px;
    height: 45px;
  }

  .features-container .slick-prev {
    left: unset;
    right: 130px;
    z-index: 1;
  }

  .features-container .slick-next {
    right: 75px;
    z-index: 1;
  }
}

/* explore the vibes section */
.icons {
  text-align: center;
}

.icons img {
  width: 58px;
  height: 58px;
}

.explore-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: 'Nunito', sans-serif;
}

.frame {
  position: relative;
  width: 56vh;
  height: 420px;
  max-width: 400px;
  max-height: 600px;
  z-index: 1;
}

.icons {
  margin-top: 6vh;
  user-select: none;
  z-index: 1;
}

.icons>svg {
  width: 10vh;
  height: 10vh;
  max-width: 60px;
  max-height: 60px;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.icons>svg:nth-child(1) {
  fill: #fb4f68;
  margin-right: 2vh;
}

.icons>svg:nth-child(2) {
  fill: #4dca93;
}

.icons>svg>path:nth-child(1) {
  fill: #fff;
}

.card {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 420px;
  color: #f1f1f1;
  border-radius: 10px;
  user-select: none;
  cursor: pointer;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  touch-action: pan-y;
}

.card .is-like {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
}

.card .is-like::after {
  position: absolute;
  left: 50%;
  bottom: 30%;
  transform: translateX(-50%) rotate(-10deg);
  width: 70%;
  height: 13%;
  font-size: 3em;
  letter-spacing: 0.2em;
  font-weight: 600;
  border-radius: 0.15em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card .like::after {
  content: 'YUMM';
  color: #4dca93;
  border: 0.1em solid #4dca93;
}

.card .nope::after {
  content: 'YUCK';
  color: #fb4f68;
  border: 0.1em solid #fb4f68;
}

.card .bottom {
  width: 100%;
  height: 25%;
  background: linear-gradient(to top, #00000080, #00000000);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 7%;
  font-weight: 400;
}

.card .bottom .title>span:nth-child(1) {
  font-size: 2em;
  font-weight: 700;
  margin-right: 0.2em;
}

.card .bottom .title>span:nth-child(2) {
  font-size: clamp(13px, 1.5em, 25px);
}

.card .bottom .title>span:nth-child(2)>b {
  font-size: 0.6em;
  margin-right: 0.2em;
}

.card .bottom .info {
  margin: 3% 0 0 2%;
  font-size: clamp(10px, 1.1em, 20px);
}

@media screen and (max-height: 540px) {
  .frame {
    width: 54vh;
    height: 81vh;
    font-size: calc(8px + (13 - 8) * ((100vh - 440px) / (540 - 440)));
  }
}

.restore-icon-content-card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.frame-image-cards {
  position: relative;
}

.explore-container .image-wishlist-title {
  padding: 0;
  margin: 0;
}

.image-wishlist-container .slick-initialized .slick-slide.image-wishlist-image-items {
  display: flex;
  justify-content: center;
  opacity: 1 !important;
  padding-bottom: 1rem;
  padding-top: 2rem;
}

.image-wishlist-container {
  background: #fff;
}

.image-wishlist-title p {
  color: #3c2408;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
}

.image-wishlist-title {
  padding-left: 38px;
}

.explore-part {
  font-size: 64px;
  font-weight: 800;
  line-height: 60px;
  letter-spacing: 0;
}

.slider,
.slider div {
  width: 100%;
  height: 400px;
  position: relative;
}

.slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-nav {
  display: flex;
  justify-content: center;
  padding: 30px 0 60px 0;
  margin: 0 auto;
  max-width: 280px;
  width: 100%;
  background: #fff;
}

.slider-nav button {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.prev-slide {
  left: 20%;
}

.next-slide {
  right: 20%;
}

.prev-slide,
.next-slide {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: auto;
  max-width: 78px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translateY(-50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.image-wishlist-item {
  position: relative;
  max-width: 318px;
  margin: auto;
  border-radius: 15px;
  transition: transform 0.5s ease, opacity 0.5s ease;
  aspect-ratio: 10 / 12;
  object-fit: cover;
}

.image-wishlist-item.image-1 {
  transform: rotate(4deg) translate(-2px) translateY(9px)
}

.image-wishlist-item.image-2 {
  transform: rotate(-4deg) translate(-2px) translateY(11px);
}

.image-wishlist-item.image-3 {
  transform: rotate(0deg) translate(0) translateY(12px);
}

/* product-form custom css */
.cstm_accordian {
  margin-top: 24px;
}

body:is([page-type="product.warli-pdp"]) .cstm_accordian {
  margin-top: 20px;
  margin-bottom: 20px;
}

.accordian_heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordian_heading {
  cursor: pointer;
  border-top: 1px solid #c6c6c6;
}

.accordian_heading p,.accordian_heading h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  color: black;
  padding: 24px 0px 24px 1px;
  margin: 0;
  font-weight: 300;
}

.cstm_accordian .accordian_item:last-of-type .accordian_heading {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 10px;
}

.accordian_text_item p {
  margin: 0;
  line-height: 20px;
}

.accordian_text_item:last-child {
  margin-bottom: 15px;
}

.accordian_text_item:first-child {
  padding-top: 0;
}

.accordian_icon {
  width: 24px;
}

.accordian_text {
  display: none;
  font-size: 12px;
  color: #616161;
  letter-spacing: 0.43px;
  line-height: 24px;
}

.accordian_text_item {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #616161;
  letter-spacing: 0.43px;
  padding-top: 10px;
  line-height: 24px;
  gap: 12px;
}

.accordian_text_item img {
  width: 100%;
  height: auto;
  max-width: 52px;
}

.accordian_item.active .accordian-minus {
  display: block;
}

.accordian_item.active .accordian-plus,
.accordian-minus {
  display: none;
}

.second-data-text,
.data-text {
  text-align: left;
}

.additional-main {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.addition-information {
  border-bottom: 1px solid;
  width: 48%;
}

.second-data-text {
  font-size: 14px;
}

.data-text {
  margin-bottom: 0px; 
  color: #7e818c;
  font-size: 12px;
  margin: 0 0 15px;
}
h3{
  font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}
/* -----------------------------------PRODUCT PAGE OFFER CSS----------------------------------------------- */
.view-offers-container {
  padding: 1em .5em !important;
  margin-top: 1em;
  font-size: 15px !important;
  width: 100%;
  height: 15%;
  background: #bad7ca;
  display: flex;
  align-items: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  padding: 8px;
  justify-content: space-between;

}

.view-offers-container .bottom-text {
  font-size: small;
}

.view-offers-btn span {
  padding: 8PX;
  color: #B3986D;
  font-size: small;
}

.view-offers-container .price span {
  color: green;
}

.pdp_tax_text {
  font-size: 12px;
  color: #79797B;
}

@media (max-width: 600px) {
  .view-offers-container {
    font-size: 14px;
    justify-content: space-between;
  }

  .view-offers-container .bottom-text {
    font-size: 12px;
  }

  .view-offers-btn span {
    font-size: 12px;
    white-space: nowrap;
  }
}

@media (max-width:468px) {
  .product__price.product__price--compare {
    margin: 0 !important;
    padding-right: 0;
  }

  .product__price-savings {
    font-size: 9px;
  }

  .product__price.on-sale {
    margin-right: 8px !important;
  }

}

.blink-main__content .atcbanner {
  display: none;
}

@media (max-width: 768px) {
  .blink-main__content .addNew_product_slider .slick-dots li {
    width: 10px;
    height: 10px;
  }

  .blink-main__content .slick-dots li.slick-active button:before {
    color: #3A0A0A;
  }

  .blink-main__content .slick-dotted.slick-slider {
    margin-bottom: 45px;
  }

  .blink-main__content span.product__price.product__price--compare {
    font-weight: 600;
  }

  .blink-product_info .size-chart.size_wrapper {
    margin-top: .25rem;
  }

  .blink-product_info .size_option .variant__button-label {
    padding: 8px;
  }

  .blink-main__content .bannerimage h2 {
    margin-left: unset;
    text-align: center;
    font-size: 48px;
  }

  .blink-main__content .fs-reviews h2.fs-head {
    font-size: 34px;
    font-weight: 700;
  }

  .blink-main__content .accord-left h2 {
    font-size: 35px;
  }
}

.blink-main__content .icon-with-text--vertical img {
  background: #FFE9CA;
  border-radius: 5px;
}

ul.icon-with-text {
  background: #fff;
}

/* hexa code for variant color */
.blink-template_section .variant__label-info span.pink {
  color: #F1CFCD;
}

.blink-template_section .variant__label-info span.grey {
  color: #959597;
}

.blink-template_section .variant__label-info span.olive-green {
  color: #645D4B;
}

.blink-template_section .variant__label-info span.lavendar {
  color: #C8BDDA;
}

.blink-template_section .variant__label-info span.peach {
  color: #EF9771;
}

.blink-template_section .variant__label-info span.pastel-green {
  color: #C3EACD;
}

.blink-template_section .variant__label-info span.beige {
  color: #ECDFCF;
}

.blink-template_section .variant__label-info span.beige {
  color: #857167;
}

.blink-template_section .variant__label-info span.blue {
  color: #D3EEF6;
}

.blink-template_section .variant__label-info span.black {
  color: #1F1F1F;
}

.blink-template_section .variant__label-info span.navy-blue {
  color: #041C2C;
}

.blink-template_section .variant__label-info span.maroon {
  color: #76232F;
}

.blink-template_section .variant__label-info span.red {
  color: #E03C31;
}

.blink-template_section .variant__label-info span.white {
  color: #F4F5F0;
}

.blink-template_section .variant__label-info span.light-blue {
  color: #C3CDD5;
}

.blink-template_section .variant__label-info span.pastel-lavender {
  color: #C7BED8;
}

.blink-template_section .variant__label-info span.rose-shadow {
  color: #EECECD;
}

.blink-template_section .variant__label-info span.dove-grey {
  color: #99989B;
}

.blink-template_section .variant__label-info span.olive-green {
  color: #676350;
}

/*  judge me app css*/
@media screen and (max-width: 767px) {
  .blink-template_section .shopify-app-block .jdgm-widget.jdgm-preview-badge.jdgm-preview-badge--with-link.jdgm--done-setup {
    margin: 0 20px !important;
  }

  .shopify-app-block .jdgm-widget.jdgm-preview-badge.jdgm-preview-badge--with-link.jdgm--done-setup {
    margin: 0 !important;
  }
}

/* notify me button */
.notify-me-button {
  /* margin-top: 1rem; */
}

.notify-me-image-fit {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.notify__master .notify-me-image-fit {
  height: revert-layer;
}

.notify-popup-product-title {
  font-size: 30px;
  color: #3C2408;
  font-weight: 600;
}

#notify__master .mobile-number-label,
.notify__master .mobile-number-label {
  text-align: left;
  width: 100%;
  margin: 0 auto;
  font-size: 24px;
  max-width: 514px;
  padding-bottom: 10px;
  text-transform: capitalize;
}

.notify-product-content {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  gap: 30px;
  background: #F5F5F5;
  padding: 20px;
  border-radius: 28px;
  margin: 28px;
}

.notifyButton:not(.notifybuttonInPLP) {
  color: #fff;
  background: #000;
  padding: 13px 20px;
  border-radius: 22px;
  font-size: 14px;
  font-weight: 500;
  width: 100%
}

.notifybuttonInPLP {
  padding: 0;
}

#notify__master,
.notify__master {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.notify__master {
  display: block;
}

body[page-type="collection.alt-collection-all-colors"] .notify__master {
  background-color: #00000020;
}

.popup {
  position: relative;
  max-width: 833px;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 41px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cross-icon {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 20px;
  cursor: pointer;
}

.input-error-msg {
  color: red;
  display: none;
  margin-top: 12px;
}

#notify__master,
.notify__master {
  border: 2px solid gainsboro;
  padding: 18px;
}

#notify__content {
  text-align: center;
}

.notify__text_container {
  display: flex;
  align-items: center;
  margin: 10px 0;
  border: 2px solid #00000026;
  gap: 10px;
  border-radius: 12px;
  width: 100%;
  margin: 0 auto;
  max-width: 514px;
}

.notify__text_container #countryCode {
  border: none;
  height: 40px;
  font-size: 14px;
  background: none;
  width: 120px;
}

.notify__text_container input.notify-text {
  border: none;
  width: 100%;
  padding: 17px 0;
}

.template-collection .notify__text_container input.notify-text {
  clip: auto;
  position: unset;
  height: auto;
}

.notify__text_container input.notify-text:focus-visible,
.notify__text_container input.notify-text:focus {
  outline: none;
}

input#notify__button {
  border: none;
  width: 100%;
  max-width: 283px;
  color: #3C2408;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  background: #D9D9D9;
  border-radius: 12px;
  margin-top: 43px;
}

.template-collection input#notify__button {
  clip: auto;
  position: unset;
  height: auto;
}

@media only screen and (max-width:749px) {
  .popup {
    border-radius: 23px;
  }

  .input-error-msg {
    font-size: 12px;
  }

  .notify__text_container input.notify-text {
    padding: unset;
  }

  .notify__text_container {
    gap: unset;
  }

  .notify-product-content {
    gap: 20px;
  }

  .cross-icon {
    top: 14px;
    right: 14px;
  }

  .cross-icon svg {
    width: 28px;
    height: 28px;
  }

  .notify-popup-product-title {
    font-size: 15px;
  }

  .notify-product-content {
    margin: 0;
  }

  input#notify__button {
    margin-top: 10px;
    max-width: fit-content;
  }

  .notify-product-content {
    padding: 10px;
    margin-top: 10px;
  }

  .notify__master .mobile-number-label {
    font-size: 12px;
    padding-top: 10px;
  }
}

/* homepage variant tags */
.collection-grid__wrapper img.variant-tag-image,
.product-card-variant-tags img.variant-tag-image {
  opacity: 1;
  height: auto;
  z-index: 2;
  max-width: 95px;
  min-height: unset;
  top: 1%;
  left: 1%;
}

/*Collection Page variant tag updates */
.collection-alternate-collection .cs-tag-container {
  display: none;
}

.template-product #custom_left_section .pdp-variant-tags .cs-tag-container {
  display: none;
}

.cs-tag-container {
  display: inline-block;
  position: absolute;
  opacity: 1;
  z-index: 2;
  min-height: unset;
  top: 1%;
  left: 2%;
}

.cs-tag-icon-text {
  display: flex;
  align-items: center;
  padding: 2px 5px;
  border-radius: 20px;
  background-color: #b3e6fb;
  /* Light blue */
}

.cs-tag-container img.cs-tag-icon {
  min-height: unset;
  margin-right: 1px;
  opacity: 1;
  position: unset;
}

.cs-tag-text {
  font-weight: 600;
  font-size: 9px;
  letter-spacing: normal;
}

.pdp-variant-tags .cs-tag-container {
  width: 100%;
  min-width: max-content;
}

.pdp-variant-tags .cs-tag-container .cs-tag-text {
  font-size: 16px;
}

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

  .collection-grid__wrapper img.variant-tag-image,
  .product-card-variant-tags img.variant-tag-image {
    max-width: 70px;
    margin-top: 3px;
    left: 2%;
  }
}

/* banner button css */
@media (max-width:749px) {
  .banner-content {
    gap: .5rem;
    padding: 1rem;
  }

  .banner__content--bottom-center {
    padding: 1rem 1rem 8rem;
  }

  .banner__content--bottom-left {
    justify-content: center !important;
    gap: 3rem;
    padding-bottom: 2rem;
  }
}

@media (min-width:750px) {
  .banner-content {
    gap: 1rem;
    padding: 5rem;
  }

  .banner__content--bottom-left {
    padding-bottom: 12rem;
  }
}

.banner-content {
  display: flex;
  height: 100%;
}

.banner__content--top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.banner__content--top-center {
  align-items: flex-start;
  justify-content: space-between;
}

.banner__content--top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.banner__content--middle-left {
  align-items: center;
  justify-content: flex-start;
}

.banner__content--middle-center {
  align-items: center;
  justify-content: space-between;
}

.banner__content--middle-right {
  align-items: center;
  justify-content: flex-end;
}

.banner__content--bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
  gap: 3rem;
}

.banner__content--bottom-center {
  align-items: flex-end;
  justify-content: space-between;
}

.banner__content--bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

/* product card timer tag */
.countdown-tag-container {
  position: absolute;
  z-index: 2;
  top: 0;
}

.countdown-container-pdp {
  display: flex;
  padding: 3px;
  align-items: center;
}

.blink-main__content .cstm_accordian .accordian_heading p,.blink-main__content .cstm_accordian .accordian_heading h2 {
  padding: 15px 0;
  font-weight: 500;
}

.blink-main__content .cstm_accordian .accordian_heading {
  margin-bottom: 10px;
  padding: 0 10px;
}

.blink-main__content .accordian_heading {
  border: none;
}

.strike-orignal-price {
  text-decoration: line-through;
}

#custom_main_product ul.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width:749px) {
  .blink-main__content .slide-arrow.next-arrow.right-arrow-style {
    bottom: -64px;
    right: -3%;
  }

  .blink-main__content .slide-arrow.prev-arrow.left-arrow-style {
    bottom: -64px;
  }

  /* warli template code start */
  body:is([page-type="product.warli-pdp"]) .blink-main__content .slide-arrow.next-arrow.right-arrow-style,
  body:is([page-type="product.warli-pdp"]) .blink-main__content .slide-arrow.prev-arrow.left-arrow-style {
    height: 65px;
    width: 65px;
  }

  /* warli template code end */
}

@media screen and (min-width:750px) {
  #custom_main_product ul.slick-dots {
    bottom: -38px;
  }
}

/* sticky add to cart button */
@media only screen and (min-width: 750px) {
  .sticky-atc-btn-product {
    display: none !important;
  }
}

.sticky-atc-btn-product div.blink-add-to-cart {
  background: #3c2408 !important;
  border-radius: 12px;
}

.errors.text-center {
  margin-top: 1rem;
}

@media screen and (max-width:400px) {
  .product-block.product-form-block .button-container button {
    padding: 13px 5px;
  }
}

/* ============ Cart announcement bar css  ========== */
.custom-scrolling-text--container {
  display: flex;
  white-space: nowrap;
  height: 38px;
  max-height: 43px;
  align-items: center;
}

.scrolling-text__cart-announcement-container {
  margin: 0;
}

.scrolling-text__cart-announcement-container span {
  padding-right: 50px;
  padding-left: 50px;
}

.cart-drawer-scrolling-strip {
  margin: 1rem 0;
}

.scrolling-text {
  overflow: hidden;
}

.scrolling-text__inner {
  visibility: visible;
  white-space: nowrap;
  display: inline-flex;
  margin: 0.15em 0;
  animation: scrolling-text var(--move-speed) linear infinite;
  animation-play-state: running;
}

.scrolling-text__inner--right {
  transform: translateX(-50%);
  animation: scrolling-text-right var(--move-speed) linear infinite;
}

.scrolling-text span {
  white-space: nowrap;
  font-size: 14px;
}

.scrolling-text:focus .scrolling-text__inner,
.scrolling-text:hover .scrolling-text__inner {
  animation-play-state: paused;
}

@keyframes scrolling-text {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
}

@keyframes scrolling-text-right {
  0% {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}

@media screen and (min-width:750px) {
  .explore-container {
    margin: 2rem 0;
  }
}

/* section lazy loader css */
lazy-section:has(.spinner) {
  display: flex;
  justify-content: center;
  scale: 0.7;
}

.shopify-section:has(lazy-section)~.shopify-section:has(lazy-section) {
  visibility: hidden;
  max-width: 1px;
  max-height: 1px;
}

.spinner {
  width: 3rem;
  animation: rotator 1.4s linear infinite;
}

.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: black;
  animation: dash 1.4s ease-in-out infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(270deg);
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }

  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}

@media screen and (min-width: 750px) {
  .explore-container {
    margin: 2rem 0;
  }
}

.header-wishlist-icon .hulk-header-icon {
  top: 10px;
}

@media screen and (max-width: 749px) {
  .header-wishlist-icon .hulk-header-icon {
    top: unset;
    left: unset;
  }

  .section-similler-product .grid__item.simlierPrductAlign .grid__image-ratio {
    padding: unset;
  }

}

/* upcoming deals section css */
.upcoming_deals_heading {
  text-align: center;
}

.buy_now_button {
  display: none;
}

body:is([page-type="product.quoi"],
  [page-type="product.kids-products"],
  [page-type="product.bornfree"], [page-type="product.warli-pdp"],
  [page-type="product.blink"],
  [page-type="product.blinc-men"],
  [page-type="product.non-intractive"], [page-type="product.non-interactive-pdp-lofos"],
  [page-type="product.interactive-pdp"], [page-type="product.interactive-lofos"],
  [page-type="product"]) .buy_now_button:not(.d-none) {
  display: block;
}

body:is([page-type="product.quoi"],
  [page-type="product.kids-products"],
  [page-type="product.bornfree"], [page-type="product.warli-pdp"],
  [page-type="product.blink"],
  [page-type="product.blinc-men"],
  [page-type="product.non-intractive"], [page-type="product.non-interactive-pdp-lofos"],
  [page-type="product.interactive-pdp"], [page-type="product.interactive-lofos"],
  [page-type="product"]) .product-form-btn-parent-container {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  width: 98%;
  margin: 0 auto;
}

body:is([page-type="product.quoi"],
  [page-type="product.kids-products"],
  [page-type="product.bornfree"], [page-type="product.warli-pdp"],
  [page-type="product.blink"],
  [page-type="product.blinc-men"],
  [page-type="product.non-intractive"], [page-type="product.non-interactive-pdp-lofos"],
  [page-type="product.interactive-pdp"], [page-type="product.interactive-lofos"],
  [page-type="product"]) .button-container,
body:is([page-type="product.quoi"],
  [page-type="product.kids-products"],
  [page-type="product.bornfree"], [page-type="product.warli-pdp"],
  [page-type="product.blink"],
  [page-type="product.blinc-men"],
  [page-type="product.non-intractive"], [page-type="product.non-interactive-pdp-lofos"],
  [page-type="product.interactive-pdp"], [page-type="product.interactive-lofos"],
  [page-type="product"]) .notify-me-button,
body:is([page-type="product.quoi"],
  [page-type="product.kids-products"],
  [page-type="product.bornfree"], [page-type="product.warli-pdp"],
  [page-type="product.blink"],
  [page-type="product.blinc-men"],
  [page-type="product.non-intractive"], [page-type="product.non-interactive-pdp-lofos"],
  [page-type="product.interactive-pdp"], [page-type="product.interactive-lofos"],
  [page-type="product"]) .buy_now_button {
  width: 100%;
}

body:is([page-type="product.quoi"],
  [page-type="product.kids-products"],
  [page-type="product.bornfree"], [page-type="product.warli-pdp"],
  [page-type="product.blink"],
  [page-type="product.blinc-men"],
  [page-type="product.non-intractive"], [page-type="product.non-interactive-pdp-lofos"],
  [page-type="product.interactive-pdp"], [page-type="product.interactive-lofos"],
  [page-type="product"]) .buy_now_button #gokwik-buy-now {
  max-width: 100% !important;
}

/* Buy now update update for all the template except sticky-buy-now and sticky-add-to-cart*/
body:is([page-type="product.quoi"],
  [page-type="product.kids-products"],
  [page-type="product.bornfree"], [page-type="product.warli-pdp"],
  [page-type="product.blink"],
  [page-type="product.blinc-men"],
  [page-type="product"]) #gokwik-buy-now,
body:is([page-type="product.quoi"],
  [page-type="product.kids-products"],
  [page-type="product.bornfree"], [page-type="product.warli-pdp"],
  [page-type="product.blink"],
  [page-type="product.blinc-men"],
  [page-type="product.non-intractive"], [page-type="product.non-interactive-pdp-lofos"],
  [page-type="product.interactive-pdp"], [page-type="product.interactive-lofos"],
  [page-type="product"]) #notifyButton {
  /* background-color: #14b168; */
  background-color: #000;
  border: 1px solid#000;
  padding: 14px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

body:is([page-type="product.quoi"],
  [page-type="product.kids-products"],
  [page-type="product.bornfree"], [page-type="product.warli-pdp"],
  [page-type="product.blink"],
  [page-type="product.blinc-men"],
  [page-type="product"]) #btn-loader {
  background-color: #14b168;
  border-radius: 8px;
}

body:is([page-type="product.quoi"],
  [page-type="product.kids-products"],
  [page-type="product.bornfree"], [page-type="product.warli-pdp"],
  [page-type="product.blink"],
  [page-type="product.blinc-men"],
  [page-type="product.non-intractive"], [page-type="product.non-interactive-pdp-lofos"],
  [page-type="product.interactive-pdp"], [page-type="product.interactive-lofos"],
  [page-type="product"]) #notifyButton {
  background-color: #000000;
  border-color: transparent;
}

body:is([page-type="product.quoi"],
  [page-type="product.kids-products"],
  [page-type="product.bornfree"], [page-type="product.warli-pdp"],
  [page-type="product.blink"],
  [page-type="product.blinc-men"],
  [page-type="product.non-intractive"], [page-type="product.non-interactive-pdp-lofos"],
  [page-type="product.interactive-pdp"], [page-type="product.interactive-lofos"],
  [page-type="product"]) .notify-me-button {
  margin-top: 0px;
}

.static-buy-icons svg,
.buy-now-icon.bagSVG,
svg.atc-icon-render {
  flex: 0 0 auto;
  position: relative;
  width: auto;
  height: 18px;
  margin-right: 6px;
  fill: #FFFFFF;
  top: -2px;
}

.buy-now-arrow {
  position: relative;
  top: -1px;
  display: flex;
  justify-content: center;
  margin-left: 7px;
  animation: bounceRightAnim 2s infinite;
}

.buy-now-arrow svg:first-child {
  margin-right: 1px;
}

.buy-now-arrow svg {
  position: relative;
  width: auto;
  height: 12px;
}

body:is([page-type="product.quoi"],
  [page-type="product.kids-products"],
  [page-type="product.bornfree"], [page-type="product.warli-pdp"],
  [page-type="product.blink"],
  [page-type="product.blinc-men"],
  [page-type="product"]) .button-container .add-to-cart[name="add"][type="submit"] {
  background-color: transparent;
  border: 1px solid#000;
  padding: 14px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.button-container .add-to-cart[name="add"][type="submit"][disabled] svg.atc-icon-render {
  display: none;
}

svg.atc-icon-render {
  fill: #000;
}

body[page-type="product.quoi"] #notifyButton,
body[page-type="product.kids-products"] #notifyButton,
body[page-type="product.bornfree"] #notifyButton,
body[page-type="product.warli-pdp"] #notifyButton,
body[page-type="product.blink"] #notifyButton,
body[page-type="product.blinc-men"] #notifyButton,
body[page-type="product"] #notifyButton,
body[page-type="product.interactive-pdp"] #notifyButton,
body[page-type="product.non-intractive"] #notifyButton,
body[page-type="product.non-interactive-pdp-lofos"] #notifyButton {
  background-color: #000 !important;
  border-color: transparent;
}

body:is([page-type="product.quoi"],
  [page-type="product.kids-products"],
  [page-type="product.bornfree"], [page-type="product.warli-pdp"],
  [page-type="product.blink"],
  [page-type="product.blinc-men"],
  [page-type="product.non-intractive"], [page-type="product.non-interactive-pdp-lofos"],
  [page-type="product.interactive-pdp"], [page-type="product.interactive-lofos"],
  [page-type="product"]) .button-container .add-to-cart[name="add"][type="submit"]:not([disabled]):hover,
body:is([page-type="product.quoi"],
  [page-type="product.kids-products"],
  [page-type="product.bornfree"], [page-type="product.warli-pdp"],
  [page-type="product.blink"],
  [page-type="product.blinc-men"],
  [page-type="product.non-intractive"], [page-type="product.non-interactive-pdp-lofos"],
  [page-type="product.interactive-pdp"], [page-type="product.interactive-lofos"],
  [page-type="product"]) .product-form-block form .product-form-btn-parent-container .button-container .add-to-cart[name="add"][type="submit"]:active {
  background: transparent !important;
  transition-delay: unset !important;
}

/* body:is([page-type="product.quoi"],
        [page-type="product.kids-products"],
        [page-type="product.bornfree"], [page-type="product.warli-pdp"],
        [page-type="product.blink"],
        [page-type="product.blinc-men"],
        [page-type="product"])  .button-container .add-to-cart[name="add"][type="submit"][disabled],body:is([page-type="product.quoi"],
        [page-type="product.kids-products"],
        [page-type="product.bornfree"], [page-type="product.warli-pdp"],
        [page-type="product.blink"],
        [page-type="product.blinc-men"],
        [page-type="product.non-intractive"], [page-type="product.non-interactive-pdp-lofos"],
        [page-type="product.interactive-pdp"], [page-type="product.interactive-lofos"],
        [page-type="product"])  .button-container .add-to-cart[name="add"][type="submit"][disabled]:active {
      color: #b6b6b6 !important;
      border-color: transparent !important;
      background-color: #F6F6F6 !important;
    } */
[page-type="product.non-intractive"] #notifyButton,
[page-type="product.non-interactive-pdp-lofos"] #notifyButton,
[page-type="product.interactive-pdp"] #notifyButton {
  font-size: 18px !important;
  line-height: 26px !important;
  padding: 12px 25px !important;
}

body:is([page-type="product.quoi"],
  [page-type="product.kids-products"],
  [page-type="product.bornfree"], [page-type="product.warli-pdp"],
  [page-type="product.blink"],
  [page-type="product.blinc-men"],
  [page-type="product"]) .button-container .add-to-cart[name="add"][type="submit"][disabled]:hover {
  cursor: no-drop;
}

/* Sticky Add to cart button positionaing code start*/
body:is([page-type="product.quoi"],
  [page-type="product.kids-products"],
  [page-type="product.bornfree"], [page-type="product.warli-pdp"],
  [page-type="product.blink"],
  [page-type="product.blinc-men"],
  [page-type="product.interactive-pdp"], [page-type="product.interactive-lofos"],
  [page-type="product"], [page-type="product.non-intractive"], [page-type="product.non-interactive-pdp-lofos"]) .product-block.product-form-block {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #ffffff;
  z-index: 4000;
  padding: 15px 0px;
  margin-bottom: 0;
  left: 0;
  border-top: 1px solid #EFEFEF;
}

body:is([page-type="product.quoi"], [page-type="product.kids-products"], [page-type="product.bornfree"], [page-type="product.warli-pdp"], [page-type="product.blink"], [page-type="product.blinc-men"], [page-type="product"]) .button-container .add-to-cart[disabled] {
  cursor: not-allowed;
  color: #b6b6b6 !important;
  background-color: #f6f6f6 !important;
  border-color: transparent !important;
}

@media only screen and (max-width: 750px) {
  .product-block.product-form-block {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    z-index: 4000;
    padding: 15px 0px;
    margin-bottom: 0;
    left: 0;
    border-top: 1px solid #EFEFEF;
  }

  body.product-sticky-add-to-cart .product-block.product-form-block .button-container button:not(.btn[disabled]),
  body.product-sticky-buy-now .product-block.product-form-block .button-container button:not(.btn[disabled]) {
    background: #FFFFFF;
    color: #000000;
    border: 1px solid #000000;
    font-size: 16px;
    line-height: 22px;
  }

  body:is([page-type="product.sticky-add-to-cart"],
    [page-type="product.sticky-buy-now"]) .product-block.product-form-block .button-container button[name="add"]:hover {
    color: #FFFFFF;
    transition-delay: unset !important;
  }

  .product-block.product-form-block .btn[disabled] {
    cursor: not-allowed;
    border: 1px solid #000000;
    font-size: 16px;
    line-height: 22px;
  }

  body[page-type="product.sticky-add-to-cart"] .product-block.product-form-block .product-form-btn-parent-container .notify-me-button #notifyButton,
  body[page-type="product.sticky-add-to-cart"] .product-block.product-form-block .product-form-btn-parent-container .buy_now_button button#gokwik-buy-now {
    font-size: 16px;
    line-height: 22px;
    border-radius: 50px;
    font-weight: bold;
  }

  .product-form-btn-parent-container .sticky-shopify-payment-button.buy_now_button:not(.d-none) {
    display: block;
  }

  body[page-type="product.sticky-add-to-cart"] .product-form-btn-parent-container .buy_now_button button#gokwik-buy-now,
  body[page-type="product.sticky-add-to-cart"] .product-form-btn-parent-container .notify-me-button button.notifyButton {
    padding: 15px 10px;
  }

  .product-block.product-form-block form .product-form-btn-parent-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 95%;
    gap: 10px;
    margin: 0 auto;
  }

  .product-form-btn-parent-container .button-container,
  .product-form-btn-parent-container .notify-me-button,
  .product-form-btn-parent-container .buy_now_button {
    width: 100%;
  }

  .product-form-btn-parent-container #gokwik-buy-now {
    max-width: 100%;
    margin-bottom: 0;
  }

  .product-block.product-form-block .product-form-btn-parent-container .notify-me-button {
    margin-top: 0;
  }

  body.product-sticky-buy-now .site-footer,
  body.product-sticky-add-to-cart .site-footer {
    padding-bottom: 80px !important;
  }

  .product-sticky-buy-now .product-section .cstm_accordian,
  .product-sticky-add-to-cart .product-section .cstm_accordian {
    margin-top: 5px;
  }

  body.product-sticky-add-to-cart .product-block.product-form-block .button-container button:not(.btn[disabled]) {
    background-color: #000000;
    color: #FFFFFF;
  }
}

/* Sticky Add to cart button positionaing code end*/
@media screen and (max-width:749px) {
  .desktop-upcoming_sale_img {
    display: none;
  }
}

@media screen and (min-width:750px) {
  .mobile-upcoming_sale_img {
    display: none;
  }
}

/* deal of the day css */
.variant__button-label {
  position: relative;
}

.template-collection .grid__image-ratio.grid__image-ratio--portrait .variant-input-wrap label {
  margin: 0 0px 6px;
}

.variant__button-label label.disabled:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 0;
  bottom: 0;
  border-left: 1px solid;
  border-color: #e8e8e1;
  transform: rotate(45deg);
}


.collection-page-type .tag:first-child {
  margin-left: 10px;
}

.form-scroll-bar {
  overflow-x: auto;
}

.collection-page-type .tag .tag__checkbox-wrapper .color-swatch {
  display: none;
}

.collection-page-type .tag .tag__checkbox {
  display: none;
}

.collection-page-type {
  background-color: #e6e6e6;
  padding: 15px 0;
  display: flex;
  justify-content: left;
  min-width: auto;
  gap: 3vw;
  overflow-y: scroll;
}

.form-scroll-bar::-webkit-scrollbar {
  width: 0px;
}

.product_type_tag {
  background-color: #fff;
  padding: 10px;
  border-radius: 40px;
}

.collection-page-type li {
  white-space: nowrap;
}

li.tag.tag--active .product_type_tag {
  background: #7babd2;
  color: #fff;
  padding: 8px 20px 6px;
}

.product_type_tag .icon {
  width: 17px;
  height: 17px;
}

.close-btn {
  display: none;
}

.moretext {
  display: none;
}

.moretext.addremove {
  display: initial;
}

svg.icon.icon-filter {
  transform: rotate(90deg);
  height: 40%;
  width: 25%;
  padding: 0px;
  margin-top: 7px;
  color: #000;
}

.collection-grid__wrapper .collection-filter__item {
  margin-bottom: 0;
}

.section-header.section-header__title {
  line-height: 0.8;
  margin-top: 30px;
  margin-bottom: 30px;
}

.deal-of-the-day-container .grid__image-ratio img {
  height: auto;
}

.deal-of-the-day-container .subheading {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-bottom: .5rem;
}

.deal-of-the-day-container .countdown-tag-container {
  position: unset;
}

.deal-of-the-day-container .countdown-container-pdp {
  flex-direction: column;
  padding: 1rem 1.5rem;
  border-radius: 50px 0px 0px 50px;
}

.deal-of-the-day-container {
  border: 1px solid;
  border-radius: 20px;
  background: antiquewhite;
}

.deal-of-the-day-container .countdown-tag-container {
  position: relative;
}

.deal-of-the-day-container .countdown-container-pdp {
  position: absolute;
  right: 0;
  top: 12px;
}

.count-down-text {
  color: #fff;
}

.section-header__title b {
  font-size: 40px;
}

.section-header__title {
  line-height: 0.9;
}

.deal-of-the-day-container .slick-prev {
  left: 0;
  z-index: 2;
}

.deal-of-the-day-container .slick-next {
  right: 0;
}

.deal-of-the-day-container ul.slick-dots,
.deal-of-the-day-container button.slide-arrow.next-arrow.right-arrow-style,
.deal-of-the-day-container button.slide-arrow.prev-arrow.left-arrow-style {
  display: none !important;
}

.deal-of-the-day-container .grid-product__colors.slick-slider {
  display: flex;
}

.deal-of-the-day-container .grid-product__colors .slick-prev.slick-disabled:before {
  opacity: 0;
}

.deal-of-the-day-container .grid-product__colors .slick-track {
  display: block;
  padding: 3px 0px 0px;
}

.deal-of-the-day-container .grid-product__colors .slick-list.draggable {
  width: 80%;
}

.deal-of-the-day-container .color-swatch:before {
  position: unset;
}

.deal-of-the-day-container .grid-product__colors .slick-prev:before,
.deal-of-the-day-container .grid-product__colors .slick-next:before {
  color: grey;
}

.deal-of-the-day-container .color-swatch.color-swatch--small.slick-slide {
  height: 28px;
}

.section-header__title {
  text-align: center;
}

.large-text {
  font-size: 75px;
  font-weight: bold;
  letter-spacing: -5px;
  line-height: .65;
}

.large-text-one {
  font-size: 55px;
  font-weight: bold;
  letter-spacing: -3px;
}


.small-text {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: -2px;
}

.grayed-out {
  opacity: 0.5;
}

.deal-of-the-day-container .grid-product__content {
  padding-top: 0;
}

.deal-of-the-day-container .grid_product_type {
  display: none;
}

.deal-of-the-day-container .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .deal-of-the-day-container .subheading {
    justify-content: center;
    gap: 11rem;
  }

  .deal-of-the-day-container .section-header__title {
    width: 100%;
  }

  .deal-of-the-day-page .section-header {
    margin-bottom: unset;
  }

  .deal-of-the-day-page {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .subheading_one,
  .subheading_two {
    max-width: 100px;
    width: 100%;
    height: auto;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .grid-product__content {
    padding-top: 15px;
  }

  .deal-of-the-day-page {
    padding: 0;
  }

  .deal-of-the-day-container .color-swatch.color-swatch--small.slick-slide {
    height: 19px;
  }

  .deal-of-the-day-container .grid-product__meta {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 87.6px;
  }

  .deal-of-the-day-container .slick-next,
  .deal-of-the-day-container .slick-prev {
    top: 53%;
  }
}

/* remind me pop up css */
.popup-content {
  padding: 20px;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  cursor: pointer;
}

.close-popup svg {
  width: 24px;
  height: 24px;
  color: #333;
}

.popup-container {
  display: none;
}

.popup-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border: 1px solid #ddd;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  width: 50%;
  height: auto;
}

.remind_me_button .button_remind-me {
  background-color: grey;
}

.popup-content button#submit-phone-button {
  background: #000;
  color: #fff;
  padding: .5rem 1.5rem;
  border-radius: 20px;
}

.mobile_number_error_msg {
  display: none;
  color: red;
  font-size: 12px;
  padding-bottom: 5px;
  width: 80%;
}

.remind_me_button {
  display: none;
}

.popup-content {
  text-align: center;
}

.popup-content input {
  margin: 10px 0;
  padding: 8px;
  width: 80%;
}

.deal-of-the-day-container.grayed-out .addtocartbtn {
  display: none !important;
}

@media screen and (max-width:749px) {
  .popup-container {
    width: 100%;
  }

  .grid-product__color-image.is-active {
    bottom: 27px;
  }

  .deal-of-the-day-container .subheading_one,
  .deal-of-the-day-container .subheading_two {
    max-width: 92px;
  }

  .deal-of-the-day-container .subheading {
    margin-left: 12px;
  }
}

.product-flex {
  width: 100%;
  margin: 0 auto;
}

.deal-of-the-day-container .grid-product__meta {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-height: 97px;
}

@media screen and (min-width: 769px) {
  .product-flex {
    width: 50%;
  }
}

.yoho-in-news-wrapper img.responsive-picture {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

/* collection banner css */
.collection-banner-container img.responsive-picture {
  border-radius: 20px;
  width: 100%;
  height: auto;
}

.collection-banner-container .slick-dots li {
  margin: unset;
}

/* collection revamp faq section css */
.collection-revamp-faq-container .section-header__title {
  font-size: 18px;
}

/* custome love css */
.custome-love-container blockquote.testimonials-slider__text {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: unset;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #D0C0B2;
}

.custome-love-container .custome-love-image-container {
  width: 40%;
}

.custome-love-container .custome-love-content-container {
  width: 60%;
  text-align: left;
}

.custome-love-container .testimonials-slide {
  width: 50%;
}

.custome-love-container .image-wrap {
  border-radius: 10px;
}

.custome-love-container .rte-setting.text-spacing {
  font-size: 7px;
}

.custome-love-container .testimonials-slider__text {
  margin: unset;
}

.custome-love-container img.custome-love-image {
  width: 100%;
  height: auto;
}

.custome-love-container .testimonials__info {
  font-size: 10px;
}

.custome-love-container .testimonials-slider__text cite {
  font-size: 15px;
}

.custome-love-container .testimonial-stars {
  font-size: 15px;
  margin-bottom: 10px;
}

.custome-love-container .testimonial-slide {
  padding: 0 15px;
}

.custome-love-container .slick-next {
  right: 5px;
}

.custome-love-container .slick-prev {
  left: 5px;
  z-index: 2;
}

.custome-love-container .slick-prev:before,
.custome-love-container .slick-next:before {
  color: #000;
  display: none;
}

@media screen and (max-width:767px) {
  .custome-love-container .rte-setting.text-spacing {
    font-size: 7px;
    margin-bottom: unset;
  }

  .prapp-stars {
    padding: 5px 0;
  }
}

.faq-text {
  font-size: 10px;
}

/* back linking section css */
ul.site-nav.back-linking-site-navigations li {
  list-style: none;
  display: inline;
}

.back-linking-main-container a.site-nav__links {
  padding: unset;
  cursor: pointer;
  color: rgb(114, 114, 114);
}

.pipe-separator {
  margin: 0 8px;
}

.back-linking-title {
  margin-bottom: 14px;
}

.back-linking-container a.site-nav__links {
  font-size: 14px;
}

/* collection page product type css  */
.collection-product-type-text {
  text-align: center;
  font-size: 12px;
}

img.responsive-picture.product-type-image {
  border-radius: 50%;
  height: auto;
  max-width: 80px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}

.collection-page-type.product-type-container {
  background: unset;
}

/* .collection-page-type::-webkit-scrollbar {
  display: none;
} */

@media only screen and (min-width:769px) {
  .collection-page-type.product-type-container {
    display: none;
  }
}

/* collection product card design changes css */
.collection-content-main-container .grid-product__content,
.custom-product-card .grid-product__content {
  border-radius: 20px;
  padding-top: unset;
}

.collection-content-main-container .grid-product__image-mask,
.custom-product-card .grid-product__image-mask {
  border-radius: 20px 20px 0 0;
}

.collection-content-main-container .grid-product__meta,
.custom-product-card .grid-product__meta {
  padding: 12px 10px 12px 10px;
}

.alternative-collection-grid-wraper .grid-product__content,
.custom-product-card .grid-product__content {
  border: 1px solid #dfd9d9;
}

.collection-content-main-container .btn-custom,
.custom-product-card .addtocartbtn>.btn-custom.withoutSIzeVariants,
.alternative-collection-grid-wraper .addtocartbtn>.btn-custom.withoutSIzeVariants,
.custom-product-card .btn-custom {
  border-radius: 0 0 12px 12px;
}

.collection-grid__wrapper.alternative-collection-grid-wraper .grid-product__meta,
.custom-product-card .grid-product__meta {
  text-align: left;
}

.grid-product__content legend.hide {
  display: block !important;
  font-size: 10px;
  padding: 9px;
  font-weight: 600;
}

.collection-content-main-container .grid__image-ratio.grid__image-ratio--portrait #perc-c,
.custom-product-card .grid__image-ratio.grid__image-ratio--portrait #perc-c {
  right: 3%;
  top: 0;
}

.grid-product__content label.variant__button-label.cstm_collection_add,
.grid-product__content label.variant__button-label.cstm_collection_add_prevent {
  border-radius: 64px;
  background: none;
  padding: 1px 6px 1px;
  font-size: 10px;
  margin: 0 0px 6px;
}

.grid-product__content .variant-input-wrap {
  text-align: center;
}

.collection-content-main-container .collection-page-width {
  padding: 0 20px 0 40px;
}

.grid-layout {
  display: flex;
  align-items: center;
  gap: 15px;
}

.collection-sidebar__group .collapsible-trigger-btn {
  font-size: 12px;
}

.collection-content-main-container .drawer__header {
  border-bottom: none;
}

.collection-content-main-container .collection-sidebar__group {
  border-top: none;
}

.alternative-collection-grid-wraper .addtocartbtn>.btn-custom,
.custom-product-card .addtocartbtn>.btn-custom {
  background: #F2BA5E;
  color: #fff;
  box-shadow: unset;
  border-radius: 0 0 0 15px;
  padding: 10px 5px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12px;
}

/* wishlist removed quick add btn design update*/
.alternative-collection-grid-wraper .addtocartbtn>.btn-custom.no-wishlist {
  border-radius: 0 0 15px 15px;
}

.alternative-collection-grid-wraper .addtocartbtn>.btn-custom {
  background: #000000;
}

.alternative-collection-grid-wraper .addtocartbtn>.btn-custom .quick-add-icon svg {
  stroke-width: 2;
}

.alternative-collection-grid-wraper .addtocartbtn.notifymebtn>.btn-custom.notifyme--btn {
  background-color: #000000;
  padding: 12px 5px;
}

.quick-add-icon {
  width: 20px;
  height: 20px;
}

.alternative-collection-grid-wraper .addtocartbtn,
.custom-product-card .addtocartbtn {
  border-top: 1px solid #dfd9d9;
  border-radius: 0 0 16px 17px;
  border-bottom: 1px solid #dfd9d9;
}

.alternative-collection-grid-wraper polygon#Star-2,
.custom-product-card polygon#Star-2,
.grid-product_rating polygon#Star-2 {
  fill: rgb(0, 94, 255);
}

.alternative-collection-grid-wraper .grid-product__color-image.is-active .custom-product-card .grid-product__color-image.is-active {
  bottom: 0px;
}

.alternative-collection-grid-wraper polygon#Check-Icon,
.custom-product-card polygon#Check-Icon {
  color: #fff;
}

.alternative-collection-grid-wraper [data-center-text=true] .grid-product__meta .custom-product-card [data-center-text=true] .grid-product__meta {
  text-align: left;
}

/* Overlay background for the modal */
.sortby-modal {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

/* Modal content styling */
.sortby-modal-content {
  background-color: #f1eddf;
  padding: 20px;
  border-radius: 8px;
  width: 100%;
  max-width: 400px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
}

/* Close button styling */
.sort-popup-close-icon {
  position: absolute;
  top: 0px;
  right: 5px;
  font-size: 28px;
  cursor: pointer;
}

/* Sort options list */
.sortby-modal-content ul {
  list-style: none;
  padding: 0;
}

.sortby-modal-content ul li {
  margin: 10px 0;
  text-align: left;
}

/* Highlight selected option */
.sortby-modal-content ul li.selected {
  background: #fff;
  padding: 3px 5px;
  border-radius: 5px;

}

.alternative-collection-grid-wraper .grid-product__colors,
.custom-product-card .grid-product__colors {
  justify-content: flex-start !important;
}

.alternative-collection-grid-wraper .color-swatch--small:before,
.custom-product-card .color-swatch--small:before .color-swatch--small:before {
  border: none;
}

/* to strike out the soled out color */
.swatch--strikethrough {
  position: relative;
  opacity: 0.8;
}

.swatch--strikethrough::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  bottom: 0;
  border-left: 1px solid;
  border-color: #e8e8e1;
  border-color: var(--colorBorder);
  transform: rotate(45deg);
}


.alternative-collection-grid-wraper #collection-filter.collection-filter,
.custom-product-card #collection-filter.collection-filter {
  width: 100%;
  display: flex;
  border-radius: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.color-switch.switch-height {
  /* border-radius: 20px;
  overflow-y: auto; */
}

.alternative-collection-grid-wraper .color-switch,
.custom-product-card .color-switch {
  background: none;
}

.alternative-collection-grid-wraper button.slick-next.slick-arrow,
.custom-product-card button.slick-next.slick-arrow {
  right: -20px;
  top: 50%;
}

.alternative-collection-grid-wraper .slick-prev:before,
.alternative-collection-grid-wraper .slick-next:before,
.custom-product-card .slick-prev:before,
.custom-product-card .slick-prev:after {
  color: #000;
}

.alternative-collection-grid-wraper button.slick-prev.slick-arrow,
.custom-product-card button.slick-prev.slick-arrow {
  left: -20px;
  z-index: 1;
  top: 50%;
}

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

  .custom-product-card button.slick-prev.slick-arrow,
  .custom-product-card button.slick-next.slick-arrow {
    top: 50%;
    transform: translateY(-10px);
  }
}

.alternative-collection-grid-wraper .slick-prev.slick-disabled:before,
.alternative-collection-grid-wraper .slick-next.slick-disabled:before,
.custom-product-card .slick-prev.slick-disabled:before,
.custom-product-card .slick-next.slick-disabled:before {
  opacity: 0;
}

.custom-product-card .collection-product-color-grid .custom-product-card__color-swatches-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
}

@media screen and (max-width: 374px) {
  .custom-product-card .collection-product-color-grid.grid-product__colors {
    max-width: 80px;
  }
}

.alternative-collection-grid-wraper #product-grid .collection-product-color-grid.grid-product__colors button.slick-arrow::before,
.alternative-collection-grid-wraper #product-grid .collection-product-color-grid.grid-product__colors button.slick-arrow::after,
.custom-product-card .collection-product-color-grid.grid-product__colors button.slick-arrow::before,
.custom-product-card .collection-product-color-grid.grid-product__colors button.slick-arrow::after {
  display: none;
}

.collection-content-main-container .tag__checkbox:before {
  border-color: #000;
}

.quick-add-icon .icon-minus {
  display: none;
}

.alternative-collection-grid-wraper .product-single_tags span,
.custom-product-card .product-single_tags span {
  left: 3%;
  top: 3px;
}

.alternative-collection-grid-wraper .grid-product__tag.grid-product__tag--sold-out,
.custom-product-card .grid-product__tag.grid-product__tag--sold-out {
  border-radius: 0 20px 0 0;
}

.prapp-stars {
  display: flex;
  align-items: center;
}

.nector-reviews {
  text-decoration: none;
}

.nector-reviews-content {
  font-size: 10px;
  display: flex;
  align-items: center;
  margin-left: 5px;
  vertical-align: text-bottom;
  background: #7DAA66;
  color: #fff;
  padding: 2px 3px 2px 7px;
  border-radius: 20px;
}

.nector-review-container {
  padding: 0px 0px;
  text-align: left;
  font-weight: normal;
}

.variant__button-label {
  position: relative;
}

.template-collection .grid__image-ratio.grid__image-ratio--portrait .variant-input-wrap label {
  margin: 0 0px 6px;
}

.variant__button-label label.disabled:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  bottom: 0;
  border-left: 1px solid;
  border-color: #e8e8e1;
  transform: rotate(45deg);
}

.collection-page-type .tag:first-child {
  margin-left: 10px;
}

.form-scroll-bar {
  overflow-x: auto;
}

.collection-page-type .tag .tag__checkbox-wrapper .color-swatch {
  display: none;
}

.collection-page-type .tag .tag__checkbox {
  display: none;
}

.collection-page-type {
  background-color: #e6e6e6;
  padding: 15px 0px;
  display: flex;
  justify-content: left;
  min-width: auto;
  gap: 3vw;
  overflow-y: scroll;
}

.form-scroll-bar::-webkit-scrollbar {
  width: 0px;
}

.product_type_tag {
  background-color: #fff;
  padding: 10px;
  border-radius: 40px;
}

.collection-page-type li {
  white-space: nowrap;
}

li.tag.tag--active .product_type_tag {
  background: #7babd2;
  color: #fff;
  padding: 8px 20px 6px;
}

.product_type_tag .icon {
  width: 17px;
  height: 17px;
}

.close-btn {
  display: none;
}

.tag.tag--active .close-btn {
  display: inline;
}

.moretext {
  display: none;
}

.moretext.addremove {
  display: initial;
}

svg.icon.icon-filter {
  transform: rotate(90deg);
  height: 40%;
  width: 25%;
  padding: 0px;
  margin-top: 7px;
  color: #000;
}

.collection-grid__wrapper .collection-filter__item {
  margin-bottom: 0;
}

@media screen and (max-width:767px) {
  .custome-love-container blockquote.testimonials-slider__text {
    box-shadow: 0px 0px 5px #D0C0B2;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .alternative-collection-grid-wraper .sortby-button svg,
  .custom-product-card .sortby-button svg {
    display: none;
  }

  .header-wrapper .site-nav__link--icon,
  .header-wrapper .hulk-wishlist-icon {
    padding: 0;
  }

  .collection-content-main-container .collection-page-width {
    padding: 0 6px 0 10px;
  }

  .desktop-filter-button {
    opacity: 0;
  }

  .collection-content-main-container .drawer__scrollable {
    margin-bottom: 10px;
    height: 100%;
    overflow: auto;
  }

  .collection-content-main-container .filter-form {
    height: 100%;
  }

  .filter-buttons {
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 10px;
    z-index: 1;
  }

  .collection-content-main-container ul.tag-list.tag-list--active-tags a.btn.btn--small {
    border-radius: 20px;
  }

  .collection-sidebar-selected-filters {
    display: none;
  }

  .collection-content-main-container .tag--remove .icon {
    right: 0;
  }

  .alternative-collection-selected-filters {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 0 10px;
  }

  .alternative-collection-grid-wraper .sortby-button,
  .custom-product-card .sortby-button {
    background: #f1eddf;
    font-size: 12px;
    font-weight: 500;
    height: 35px;
    font-size: 20px;
  }

  .alternative-collection-grid-wraper #collection-filter.collection-filter,
  .custom-product-card #collection-filter.collection-filter {
    position: fixed;
    left: 0;
    width: 100%;
    display: flex;
    border-radius: 30px;
    bottom: 0%;
    padding-top: 5px;
    padding-bottom: 5px;
    top: unset;
  }

  .grid-product__content {
    padding-top: 15px;
  }

  .alternative-collection-grid-wraper .grid__item,
  .custom-product-card .grid__item {
    padding-left: 6px;
  }

  .collection-content-main-container .small--grid--flush>.grid__item {
    padding-left: 5px;
    padding-right: 5px;
  }

  .collection-grid__wrapper.alternative-collection-grid-wraper,
  .custom-product-card {
    padding-bottom: 20px;
  }

  .alternative-collection-sidebar,
  .alternative-collection-sidebar-group {
    height: 50px;
  }

  .collection-content-main-container .collection-sidebar__group {
    padding-top: unset;
  }

  .alternative-collection-sidebar-group {
    padding-top: 10px;
  }

  .collection-content-main-container .drawer__fixed-header,
  .collection-content-main-container .drawer__header {
    height: unset;
  }

  .collection-content-main-container .collapsible-content.is-open {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    border-radius: 18px;
    border: 1px solid;
    z-index: 2;
  }

  .collection-content-main-container .filter-form div:first-of-type .collection-sidebar__group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .show-only-on-desktop {
    display: none;
  }

  .collection-content-main-container .collapsible-content.is-open {
    width: 50%;
    height: 100% !important;
    padding: 10px 0 0 10px;
    background: #fff;
    margin-right: 1px;
    min-height: 520px;
  }

  button.collapsible-trigger-open.collapsible-trigger.is-open {
    background: #fff;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    z-index: 10;
    font-size: 10px;
    width: 50.1%;
  }

  .collection-content-main-container .collapsible-trigger-btn {
    padding: 15px 0px 15px 10px !important;
    font-size: 12px;
    letter-spacing: 2px;
  }

  .alternative-collection-grid-wraper a.color-swatch.slick-active,
  .custom-product-card a.color-swatch.slick-active {
    height: 20px;
    margin: 0 4px 4px;
  }

  .alternative-collection-grid-wraper .color-swatch--small,
  .custom-product-card .color-swatch--small {
    width: 20px;
    height: 20px;
    margin: 0 8px 4px 0;
  }

  .custom-product-card .collection-product-color-grid .custom-product-card__color-swatches-wrapper a.color-swatch--small {
    margin: 2px;
  }

  .collection-grid__wrapper.alternative-collection-grid-wraper .grid-product__meta,
  .custom-product-card .grid-product__meta {
    min-height: 150px;
  }

  [page-type="product.non-intractive"] #notifyButton,
  body[page-type="product.non-interactive-pdp-lofos"] #notifyButton,
  [page-type="product.interactive-pdp"] #notifyButton,
  [page-type="product.interactive-lofos"] #notifyButton,
  body:is([page-type="product.non-intractive"], [page-type="product.non-interactive-pdp-lofos"], [page-type="product.interactive-pdp"], [page-type="product.interactive-lofos"]) .add-to-cart[disabled] {
    font-size: 18px !important;
    line-height: 18px !important;
    padding: 12px 5px 12px !important;
  }
}

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

  .grid-layout,
  span.form__submit--large.mobile-button {
    display: none;
  }

  .alternative-collection-grid-wraper .collection-filter__sort-container,
  .custom-product-card .collection-filter__sort-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 10px;
  }

  .alternative-collection-grid-wraper .sortby-button,
  .custom-product-card .sortby-button {
    display: flex;
    align-items: center;
  }

  .alternative-collection-grid-wraper a.color-swatch.slick-active,
  .custom-product-card a.color-swatch.slick-active {
    height: 24px;
    margin: 0 10px 4px;
  }

  .prapp-stars {
    padding: 6px 0;
  }

  .alternative-collection-grid-wraper .color-swatch--small,
  .custom-product-card .color-swatch--small {
    width: 24px;
    height: 24px;
    margin: 0 10px 4px;
  }

  .custom-product-card .collection-product-color-grid.grid-product__colors {
    display: flex;
    align-items: center;
  }

  .alternative-collection-grid-wraper button.slick-next.slick-arrow,
  .custom-product-card button.slick-next.slick-arrow {
    right: -20px;
  }

  .alternative-collection-grid-wraper button.slick-prev.slick-arrow,
  .custom-product-card button.slick-prev.slick-arrow {
    left: -20px;
  }

  .filter-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .collection-content-main-container .filter-buttons button.btn.btn--small {
    font-size: 10px;
  }

  .collection-grid__wrapper.alternative-collection-grid-wraper .grid-product__meta,
  .custom-product-card .grid-product__meta {
    min-height: 175px;
  }
}

.alternative-collection-grid-wraper .faq-text,
.custom-product-card .faq-text {
  color: #5f5d5d;
  margin-bottom: 6px;
  font-weight: 400;
  min-height: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.alternative-collection-grid-wraper .custom_price-collection,
.custom-product-card .custom_price-collection {
  margin-bottom: 10px;
}

.collection-variant--price {
  font-weight: bold;
}

.alternative-collection-grid-wraper .slick-prev:before,
.alternative-collection-grid-wraper .slick-next:before .custom-product-card .slick-prev:before,
.custom-product-card .slick-next:before {
  display: none;
}

.alternative-collection-grid-wraper .grid-product__price--original,
.custom-product-card .grid-product__price--original {
  font-size: 11px;
  color: #575757;
}

.custom-product-card .grid-product__link-wrapper {
  position: relative;
}

.custom-product-card .grid-product__link-wrapper>a.grid-product__link {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.alternative-collection-grid-wraper .grid-product__title a.grid-product__link,
.custom-product-card .grid-product__title a.grid-product__link {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.collection-content-main-container ul.tag-list.tag-list--active-tags a.btn.btn--small {
  background: #7DAA66;
}

.alternative-collection-grid-wraper .grid-layout svg.icon:not(.icon--full-color) path,
.custom-product-card .grid-layout svg.icon:not(.icon--full-color) path {
  fill: #9C8C73;
}

.collection-content-main-container .filter-buttons button.btn.btn--small {
  background: #7daa66;
  color: #fff;
}

.collection-content-main-container .collapsible-content__inner li {
  margin-bottom: 12px;
}

.collection-content-main-container .filter-buttons button.btn.btn--small:hover {
  background: #7daa66 !important;
}

.alternative-collection-grid-wraper a.icon-wishlist-heart-empty.wishlist-btn,
.custom-product-card a.icon-wishlist-heart-empty.wishlist-btn {
  cursor: none;
}

.alternative-collection-grid-wraper .sortby-modal-content ul,
.custom-product-card .sortby-modal-content ul {
  margin: unset;
}

.alternative-collection-grid-wraper .alternative-collection-view,
.custom-product-card .alternative-collection-view {
  cursor: pointer;
}

.sortby-modal-content a {
  width: 100%;
  display: block;
}

.alternative-collection-grid-wraper .slick-track,
.custom-product-card .slick-track {
  display: flex;
  flex-wrap: nowrap;
}

.alternative-collection-grid-wraper .grid-product__title.grid-product__title--body,
.custom-product-card .grid-product__title.grid-product__title--body {
  min-height: 55px;
}

.nector-review-main-container {
  padding: 0px 0px;
  text-align: left;
  font-weight: normal;
}

.nector-review-rating {
  font-size: 11px;
  font-weight: 500;
  padding-top: 2px;
}

.nector-review-count {
  color: #fff;
  font-size: 11px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: text-bottom;
}

.nector-review-wraper {
  display: flex;
  background: #8bad84;
  align-items: center;
  border: 1px solid;
  border-radius: 12px;
  height: 23px;
}

.nector-review-first-content {
  border-right: 1px solid;
  background: #fff;
  border-radius: 12px;
  height: 21px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.nector-review-second-content {
  border-radius: 0px 12px 12px 0;
  padding: 3px 3px 3px 3px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
}

.alternative-collection-grid-wraper .color-swatch--with-image.clicked,
.custom-product-card .color-swatch--with-image.clicked {
  border: 2px solid;
}

.alternative-collection-grid-wraper .cstmrmoveBefor .slick-dots,
.custom-product-card .cstmrmoveBefor .slick-dots {
  z-index: 2;
}

@media(max-width:768px) {
  header#SiteHeader .header-layout {
    align-items: center;
  }

  .header-item.header-item--navigation.text-center {
    display: none;
  }

  .site-nav__icons.mainDrawwer {
    order: 1;
    display: flex;
  }

  .cstmIConSearch {
    order: 0;
  }

  .header-item.header-item--logo {
    order: 0;
    width: auto;
    max-width: unset;
    flex: 1;
  }

  .site-nav__icons.cstmCartIcon {
    order: 0;
  }

  .site-nav__icons.cstmaccounts {
    order: 0;
    display: none
  }

  .site-nav__icons {
    width: 4%;
  }

  .site-nav__icons.cstmaccounts .small--hide {
    display: block !important;
  }

  header#SiteHeader .site-nav__icons {
    width: 12%;
    text-align: center;
  }
}

@media(max-width:600px) {
  header#SiteHeader .header-layout {
    gap: 8px;
    height: auto;
  }

  header#SiteHeader .site-nav__icons {
    width: 12%;
    text-align: center;
  }

  header#SiteHeader .site-header__logo img {
    width: 120px;
  }
}

.header-sticky-wrapper .header-layout--left-center .header-item--icons,
.header-sticky-wrapper .header-layout--left-center .header-item--logo {
  flex: 0 0 120px;
  max-width: 50%;
}

/* CUSTOM PRODUCT CARD */
[page-type="page.men-collection-main-page"] .section-header__title,
[page-type="page.women-collection-mainpage"] .section-header__title,
[page-type="page.kids-collection-mainpage"] .section-header__title,
[page-type="page.men-collection-main-page"] .yoho-banner-sbc h2,
[page-type="page.women-collection-mainpage"] .yoho-banner-sbc h2,
[page-type="page.kids-collection-mainpage"] .yoho-banner-sbc h2 {
  font-size: 40px;
  line-height: 44px;
  font-family: "Montserrat";
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  custom-product-card.grid__item.grid-product {
    min-width: 48%;
  }

  .grid-overflow-wrapper custom-product-card.grid__item:first-child {
    margin-left: 12px;
  }

  [page-type="page.men-collection-main-page"] .section-header__title,
  [page-type="page.women-collection-mainpage"] .section-header__title,
  [page-type="page.kids-collection-mainpage"] .section-header__title,
  [page-type="page.men-collection-main-page"] .yoho-banner-sbc h2,
  [page-type="page.women-collection-mainpage"] .yoho-banner-sbc h2,
  [page-type="page.kids-collection-mainpage"] .yoho-banner-sbc h2 {
    font-size: 30px;
    line-height: 34px;
  }
}

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

  [page-type="page.men-collection-main-page"] .section-header__title,
  [page-type="page.women-collection-mainpage"] .section-header__title,
  [page-type="page.kids-collection-mainpage"] .section-header__title,
  [page-type="page.men-collection-main-page"] .yoho-banner-sbc h2,
  [page-type="page.women-collection-mainpage"] .yoho-banner-sbc h2,
  [page-type="page.kids-collection-mainpage"] .yoho-banner-sbc h2 {
    font-size: 22px;
    line-height: 26px;
  }
}

custom-product-card.grid__item {
  padding-left: 6px;
}

/* SWATCH */
custom-product-card .grid-product__colors {
  display: flex;
}

custom-product-card [data-swatch_style=round] .color-swatch::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

custom-product-card .color-swatch.custom-product-card__active-color-swatch {
  box-shadow: 0 0 0 1px var(--colorTextBody, #0000001a);
}


/* ======================================================START: PRODUCT CARD SHIMMER EFFECT====================================================== */
.grid-product__image-media-loader {
  display: none;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #eee 40%, #fafafa 50%, #eee 60%);
  background-size: 300%;
  background-position-x: 100%;
  animation: product-media-loader 2s infinite linear;
}

.grid-product__image-media-loader.grid-product__image-media-loading {
  display: block;
  position: relative;
  z-index: 4;
}

.spinner_active {
  display: block !important;
}

@keyframes product-media-loader {
  to {
    background-position-x: 0%
  }
}

/* ======================================================END: PRODUCT CARD SHIMMER EFFECT====================================================== */

/*======================================================START: PRODUCT CARD SWATCH ALIGNMENT======================================================  */

.collection-product-color-grid__wrapper .collection-product-color-grid {
  max-width: calc(100% - 50px);
}

.collection-product-color-grid__wrapper .collection-product-color-grid.grid-product__colors {
  display: block;
  margin-inline: auto;
}

.collection-product-color-grid__wrapper .collection-product-color-grid.grid-product__colors:not(.slick-initialized) {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  gap: 29px;
  margin-left: 15px;
  aspect-ratio: 4;
}

.collection-product-color-grid__wrapper .collection-product-color-grid.grid-product__colors {
  display: block;
  margin-inline: auto;
}

.collection-product-color-grid__wrapper .collection-product-color-grid.grid-product__colors .custom-product-card__color-swatches-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
}

.collection-product-color-grid__wrapper .collection-product-color-grid.grid-product__colors .custom-product-card__color-swatches-wrapper a {
  width: 22px;
  max-width: 40px;
  aspect-ratio: 1;
  height: unset;
  margin: 0;
}

/* TO MAKE SWATCH A PERFECT CIRCLE */
@media screen and (min-width: 375px) {
  .collection-product-color-grid__wrapper .collection-product-color-grid.grid-product__colors .custom-product-card__color-swatches-wrapper a {
    width: 20px;
  }
}

@media screen and (min-width: 425px) {
  .collection-product-color-grid__wrapper .collection-product-color-grid.grid-product__colors .custom-product-card__color-swatches-wrapper a {
    width: 27px;
  }
}

@media screen and (min-width: 769px) {
  .collection-product-color-grid__wrapper .collection-product-color-grid.grid-product__colors .custom-product-card__color-swatches-wrapper a {
    width: 20px;
  }

  .collection-content-main-container .collection-product-color-grid__wrapper .collection-product-color-grid.grid-product__colors .custom-product-card__color-swatches-wrapper a {
    width: 15px;
  }

  .collection-product-color-grid__wrapper .collection-product-color-grid.grid-product__colors {
    min-height: 1px;
  }
}

@media screen and (min-width: 1024px) {
  .collection-product-color-grid__wrapper .collection-product-color-grid.grid-product__colors .custom-product-card__color-swatches-wrapper a {
    width: 30px;
  }

  .collection-content-main-container .collection-product-color-grid__wrapper .collection-product-color-grid.grid-product__colors .custom-product-card__color-swatches-wrapper a {
    width: 18px;
  }
}

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

  .collection-product-color-grid__wrapper .collection-product-color-grid.grid-product__colors .custom-product-card__color-swatches-wrapper a,
  .collection-content-main-container .collection-product-color-grid__wrapper .collection-product-color-grid.grid-product__colors .custom-product-card__color-swatches-wrapper a {
    width: 38px;
  }
}

.collection-product-color-grid__wrapper [data-swatch_style=round] .color-swatch:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* WHEN ANCHOR TAG APPPENDS SETS WIDTH */
.collection-product-color-grid__wrapper .collection-product-color-grid.grid-product__colors a.grid-product__link {
  width: 0px !important;
}

/* -------------------------------------------------------- */

.collection-product-color-grid__wrapper .custom-product-card__color-swatches-wrapper a.product-color-swatch--active {
  box-shadow: 0 0 0 1px #000;
}

/* SLICK ARROW */
.collection-product-color-grid__wrapper .collection-product-color-grid button.slick-arrow::before {
  display: none;
}

.collection-product-color-grid__wrapper .collection-product-color-grid button.slick-arrow.slick-disabled {
  cursor: not-allowed;
  opacity: 0.2;
}

/*======================================================END: PRODUCT CARD SWATCH ALIGNMENT======================================================  */
/* PLP - Hiding List view icon */
[page-type="collection.alternate-collection"] #list-view,
[page-type="collection.alt-collection-all-colors"] #list-view {
  display: none;
}

/* PLP - Hiding List view icon */

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

  body:is([page-type="product.quoi"],
    [page-type="product.kids-products"],
    [page-type="product.bornfree"], [page-type="product.warli-pdp"],
    [page-type="product.blink"],
    [page-type="product.blinc-men"],
    [page-type="product"]) .blink-product_info .product-block form.product-single__form {
    padding: 0;
  }
}

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

  body:is([page-type="product.quoi"],
    [page-type="product.kids-products"],
    [page-type="product.bornfree"], [page-type="product.warli-pdp"],
    [page-type="product.blink"],
    [page-type="product.blinc-men"],
    [page-type="product"]) .button-container .add-to-cart[name="add"][type="submit"],
  body:is([page-type="product.quoi"],
    [page-type="product.kids-products"],
    [page-type="product.bornfree"], [page-type="product.warli-pdp"],
    [page-type="product.blink"],
    [page-type="product.blinc-men"],
    [page-type="product"]) #gokwik-buy-now,
  body:is([page-type="product.quoi"],
    [page-type="product.kids-products"],
    [page-type="product.bornfree"], [page-type="product.warli-pdp"],
    [page-type="product.blink"],
    [page-type="product.blinc-men"],
    [page-type="product"]) #notifyButton {
    font-size: 14px;
    line-height: 18px;
    padding: 12px 5px 10px;
  }

  .buy-now-arrow svg,
  svg.atc-icon-render,
  .static-buy-icons svg,
  .buy-now-icon.bagSVG {
    height: 16px;
    top: -1px;
    margin-right: 5px;
  }

  .buy-now-arrow svg:first-child {
    margin-right: 1px;
  }

  .buy-now-arrow svg {
    top: 0px;
    height: 10px;
  }
}

body[page-type="collection.alt-collection-all-colors"] .collection-grid__wrapper.alternative-collection-grid-wraper .grid-product__meta {
  min-height: auto;
}

body[page-type="collection.alt-collection-all-colors"] .collection-product-color-grid__wrapper {
  display: none;
}

/* custom css */
body[page-type="collection.alt-collection-all-colors"] label.variant__button-label.disabled {
  cursor: not-allowed !important;
  pointer-events: none;
}

body[page-type="collection.alt-collection-all-colors"] .notifybuttonInPLP {
  pointer-events: none;
  cursor: not-allowed !important;
}


body:is([page-type="product.non-intractive"], [page-type="product.non-interactive-pdp-lofos"], [page-type="product.interactive-pdp"], [page-type="product.interactive-lofos"]) .site-footer .mobilecustomcss-footer .page-width {
  max-width: 1200px !important;
}

body:is([page-type="product.non-intractive"], [page-type="product.non-interactive-pdp-lofos"], [page-type="product.interactive-pdp"], [page-type="product.interactive-lofos"]) .site-footer .mobilecustomcss-footer {
  max-width: 1200px !important;
}

.site-footer img {
  max-width: 190px;
  max-height: 90px;
}

body:is([page-type="product.non-intractive"], [page-type="product.non-interactive-pdp-lofos"], [page-type="product.interactive-pdp"], [page-type="product.interactive-lofos"]) .footer-aside {
  max-width: 1200px;
}

body:is([page-type="product.non-intractive"], [page-type="product.non-interactive-pdp-lofos"], [page-type="product.interactive-pdp"], [page-type="product.interactive-lofos"]) .socialicon_footer {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

#customfooter {
  max-width: 1200px;
  padding: 0px;
}

.header_first_icons,
.header_second_icons {
  display: flex;
  column-gap: 12px;
}

@media (max-width:768px) {
  .non-intractive_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    width: 100%;
  }
}



/*confident styles*/
.highlight_title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
}

.product_highlight_section {
  width: 65%;
  margin: 0px auto;
}

.highlight_text p {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
}

@media(max-width: 768px) {
  .highlight_title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
  }

  .product_highlight_section {
    width: 100%;
    margin: 0px;
  }

  .highlight_text p {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }
}


/*Review tag styles*/
.review_tags_title {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.review_tag {
  background: #F4F4F4;
  padding: 6px 14px;
  border-radius: 28px;
  font-size: 23px;
  font-weight: 400;
  box-shadow: 0px 3.59px 7.17px 0px rgba(117, 117, 117, 0.2);
}

.review-filter-btn {
  box-shadow: 0px 3.59px 7.17px 0px rgba(117, 117, 117, 0.2);
}

.review_tags_wrap {
  text-align: center;
  margin: 0px 6px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  justify-content: space-evenly;
}

.review_tags_section {
  padding-top: 45px;
}

@media (max-width: 768px) {
  .review_tags_wrap {
    flex-wrap: wrap;
  }

  .review_tags_title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
  }
}

@media (max-width: 600px) {
  .review_tag {
    font-size: 12px;
    font-weight: 400;
  }
}


/*ni banner styles*/
.main-container-banner---- {
  width: 100%;
  position: relative;
  /*           margin-top:-40px; */
  padding-top: 100px;
  padding-bottom: 50px;
}

.main-container-banner---- img {
  width: 100%;
}

.mobilebannerimg {
  display: none;
}

.btn-customdesign {
  position: absolute;
  top: 82%;
  left: 44.6%;
  padding: 11px 18px;
  background: black;
  border: 2px solid black;

}

.btn-customdesign a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

@media (max-width: 768px) {
  .main-container-banner---- {
    padding: 10px 10px;
  }

  .desktopbannerimg {
    display: none;
  }

  .mobilebannerimg {
    display: block;
  }

  .btn-customdesign {
    position: absolute;
    top: 92%;
    left: 38%;
    padding: 2px 8px;
    background: black;

  }

  .btn-customdesign a {
    font-size: 12px;
    color: white;
  }

  .main-container-banner---- img {
    width: 100%;
    border-radius: 15px;
  }

  .ni_banner_heading {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 18px;
  }
}

.ni_banner_heading {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 18px;
  text-transform: capitalize;
}


/* review slidr styles */
.review-section {
  text-align: center;

}

.review-section h2,
.jdgm-titl,
.jdgm-rev-widg__title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 18px;
}

.review-section p.subheading {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0px;
  margin-bottom: 40px;
}

.review-filters button {
  margin: 0 26px;
  padding: 6px 12px;
  border: none;
  border-radius: 999px;
  background-color: #f1f1f1;
  cursor: pointer;
  transition: all 0.2s;
}

.review-filters button.active,
.review_tag.active {
  background-color: #000;
  color: #fff;
}

.review-cards {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  margin-top: 30px;
}

.review-card {
  background: #fff;
}

.review-card.active {
  display: block;
}

.review-card img.product-image {
  max-width: 530px;
  width: 100%;
  border-radius: 12px;
}

.slider-arrows {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}

@media (max-width: 768px) {

  .review-section h2,
  .jdgm-title,
  .jdgm-rev-widg__title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
  }

  .review-section p.subheading {
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 15px;
  }

  .review-filter-btn {
    font-size: 12px;
    font-weight: 400;
  }

  .slider-arrows {
    margin: 0px 15px;
  }

  .review-section {
    margin-bottom: 35px;
  }

  .review-filters button {
    margin: 10px 6px;
  }

}


/*image with logo section*/
.shop_confidence_title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 18px;
}

.shop_confidence_group {
  display: flex;
  align-items: baseline;
  justify-content: space-evenly;
}

.confidence_item {
  width: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.confidence_divider {
  width: 1.4px;
  height: 45px;
  /* Short height like in the image */
  background-color: #000;
}

.confidence_item p {
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .shop_confidence_title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 18px;
  }

  .confidence_item p {
    font-size: 10px;
    font-weight: 400;
  }
}


.non-intractive_header {
  display: flex;
  align-items: stretch;
}

.header-layout {
  display: flex;
  justify-content: unset;
  align-items: center;
}

.non_intractive_logo {
  display: none !important;
}

@media (max-width: 768px) {
  .announcement-marquee-item:not(:has(.announcement-link-text_mobile)) {
    display: none;
  }

  .header-item {
    display: none !important;
  }

  .non_intractive_logo {
    display: block !important;
  }

  .site-header__logo {
    margin: 0px;
  }

  .site-header {
    padding: 10px 0px;
  }

  .header_first_icons,
  .header_second_icons {
    display: flex;
    column-gap: 12px;
    flex-direction: row-reverse;
    align-items: center;
  }

  body:is([page-type="product.non-intractive"], [page-type="product.non-interactive-pdp-lofos"], [page-type="product.interactive-pdp"], [page-type="product.interactive-lofos"]) .header_first_icons,
  .header_second_icons {
    flex-direction: row;
  }

  .header_first_icons {
    column-gap: 12px;
  }

  .header_second_icons {
    flex-direction: row;
  }

  header#SiteHeader .site-nav__icons {
    width: fit-content;
  }

  .header-wishlist-icon .hulk-header-icon {
    top: 0px;
  }

}


.section-similler-product .custom_price-collection {
  font-size: 16px;
  font-weight: 700;
}

.section-similler-product .addtocartbtn .btn-custom {
  font-size: 18px;
  font-weight: 600
}

.section-similler-product .nector-review-rating {
  font-size: 13px;
  font-weight: 400;
  padding-top: 0px;
}

.section-similler-product .grid-product_rating .nector-review-first-content {
  flex-direction: row-reverse;
}

.section-similler-product .grid-product_rating .prapp-star,
.section-similler-product .grid-product_rating .icon.icon-verified {
  width: 10px !important;
  height: 10px !important;
}

svg#svgkp {
  width: 21px !important;
  height: 21px !important;
}

.icon-wishlist-heart-empty:before {
  margin: 0px !important;
}

.non-intractive {
  display: none;
}

.site-header__logo-link.logo--inverted {
  display: none;
}

.cstmrmoveBefor .slick-dotted.slick-slider {
  padding-bottom: 100% !important;
}

.product__photo-zoom {
  top: 0;
}

.section-similler-product .nector-review-wraper {
  height: 30px;
  border-radius: 19px;
  border-color: #848484;
}

.section-similler-product .nector-review-first-content {
  height: 28px;
  border-radius: 19px;
}

.section-similler-product .nector-review-second-content {
  padding-right: 10px;
  gap: 2px;
}

.section-similler-product .nector-review-first-content {
  padding-left: 10px;
}

@media(max-width: 767px) {
  .section-similler-product .nector-review-wraper {
    height: 20px;
  }

  .section-similler-product .nector-review-first-content {
    height: 18px;
  }

  .interactive_gallery .gallery-block img {
    border-radius: 20px;
  }

  .section-similler-product .addtocartbtn .btn-custom {
    font-size: 13px;
    font-weight: 600
  }

  .section-similler-product .custom_price-collection {
    font-size: 10px;
    font-weight: 700;
  }

  .section-similler-product .grid-product_rating .nector-review-rating,
  .section-similler-product .grid-product_rating .nector-review-count {
    font-size: 8px !important;
    font-weight: 400;
    vertical-align: middle;
    line-height: 11px !important;
  }

  .section-similler-product .grid-product_rating .nector-review-rating,
  .section-similler-product .grid-product_rating .nector-review-count {
    font-size: 8px !important;
    font-weight: 400;
  }

  .section-similler-product .grid-product_rating .prapp-star {
    width: 6px !important;
    height: 6px !important;
  }

  .section-similler-product .grid-product_rating .nector-review-count svg {
    width: 7px !important;
    height: 7px;

  }

  .section-similler-product .nector-review-first-content {
    height: 19px;
  }

  .section-similler-product .nector-review-wraper {
    height: 21px;
  }

  .section-similler-product .grid-product__price.custom_price-collection {
    font-size: 10px;
    font-weight: 700;
    margin-top: 3px;
  }

  .section-similler-product .prapp-stars {
    padding: 3px 0px;
  }

  .section-similler-product .grid-product__meta {
    padding: 9px 0 5px 0;
  }

  .interactive_template_main .accordion-heading {
    margin: 15px 0px;
    padding: 0px;
  }
}

@media (max-width:480px) {
  .section-similler-product .nector-review-wraper {
    height: 21px;
  }

  .section-similler-product .nector-review-first-content {
    height: 19px;
  }

  .section-similler-product .addtocartbtn .btn-custom {
    font-size: 13px;
    font-weight: 600
  }
}

/*Cart Popup From App*/
#min-cart-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

#min-cart-popup-close {
  padding: 6px 12px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

#min-cart-popup-message {
  margin-bottom: 20px;
  font-size: 16px;
}

#min-cart-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  text-align: center;
}

@media (max-width: 767px) {
  #min-cart-popup {
    width: 75%;
  }
}

/*Filter fixes*/
#FilterDrawer .collapsible-content {
  overflow-y: scroll;
  scrollbar-width: none;
}

.collection-filter__item .btn--tertiary-active {
  background-color: unset;
}

#loader.loader-hidden {
  display: none !important;
}

#loader.loader-active {
  display: block;
}

.no_filter_text {
  display: none;
}

.filter-search {
  width: 100%;
  padding: 6px 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}

.tag--remove .btn--small {
  padding: 8px 18px 8px 10px;
}

.collection-sidebar__group ul label.tag__checkbox-wrapper {
  flex-wrap: nowrap !important;
  align-items: center;
}

.collapsible-content--sidebar.is-open {
  height: 100% !important;
}

.no-bullets.tag-list:not(:has(.tag:not(.hide))) .no_filter_text {
  display: block;
}

.no-bullets.tag-list li {
  width: 100%;
}

.no_filter_text {
  font-size: 12px;
}

@media (max-width: 767px) {}

@media (max-width: 450px) {
  .filter-search {
    width: 95%;
  }
}

.filter-search::placeholder {
  font-size: 12px;
}

.collection-sidebar__group--3:has(#filter-color) .collection-sidebar__group {
  display: none;
}

body:is([page-type='alt-collection-all-colors']) .collection-sidebar__group--3:has(#filter-color) .collection-sidebar__group {
  display: block;
}

/* Footer payment icons */
.footer_payment_content p {
  text-align: center;
  font-size: 14px !important;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0;
}

.footer_payment_logo {
  display: flex;
  gap: 14px;
  align-items: center;
  width: 80%;
  margin: 0px auto;
  /* background: #fff; */
  padding: 6px 15px;
  border-radius: 6px;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: .625rem;
}

.footer_logo_image {
  display: flex;
  align-items: center;
  height: -webkit-fill-available;
  width: 8%;
  justify-content: center;
  background: #fff;
  border-radius: 6px;
  min-width: 70px;
  min-height: 50px;
}

.footer_logo_image img {
  min-height: max-content;
  vertical-align: bottom;
  width: 50%;
  max-width: 30px;
}

/*Footer IOS fixes*/
@supports (-webkit-touch-callout: none) {
  .footer_logo_image {
    height: 50px;          
    width: auto;           
    min-width: 70px;
  }

  .footer_logo_image img,
  .footer_logo_image svg {
    width: auto !important;
    max-width: 32px;
    max-height: 32px;
    height: auto !important;
    min-height: unset;
    object-fit: contain;
  }
}

.footer_payment {
  margin: 0px 17px 0px 6px;
  padding-bottom: 20px;

}

.site-footer .page-width .grid__item:has(> style:last-child) {
  display: none !important;
}

@media (max-width: 767px) {
  .footer_payment {
    border-bottom: 2px solid #dddddd5c;
  }

  .footer_payment_content p {
    font-size: 12px !important;
  }
}

.footer_payment_content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0px 0px 15px;
}

.footer_payment_content p {
  margin: 0px;
}

.footer_payment_content::before,
.footer_payment_content::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #525250;
  /* line color */
}

/* GMC Badge */
body:has(#corner-cowi-open-primary-card.opacity-100) #google-merchantwidget-iframe-wrapper {
  z-index: 0 !important;
}

body.template-product:has(#google-merchantwidget-iframe-wrapper) .whatsapp {
  bottom: 80px;
}

body:not(.product):has(#google-merchantwidget-iframe-wrapper) .whatsapp {
  bottom: 42px;
}

@media(max-width:650px) {

  body:has(#google-merchantwidget-iframe-wrapper) .whatsapp svg {
    width: 80px;
    height: 60px;
  }
}

@media(max-width:480px) {
  body:not(.product):has(#google-merchantwidget-iframe-wrapper) .whatsapp {
    bottom: 50px;
  }

  body:has(#google-merchantwidget-iframe-wrapper) .whatsapp {
    left: 7px !important;
  }

  body:has(#google-merchantwidget-iframe-wrapper) .whatsapp svg {
    width: 45px;
    height: 45px;
  }
}

/* GMC Badge */
.template-product .section-similler-product .grid-product_subtitle {
  display: none;
}

/* collection filter tags */
.sports-shoe-tags {
  background-color: transparent;
  padding: 0px 17px;
  gap: 0px;
  margin-top: 20px;
  overflow-y: auto;
}

.sports-shoe-tags .tag {
  margin-bottom: 0px;
}

.sports-shoe-tags .product_type_tag {
  width: 100%;
  text-align: center;
  color: #a3a3a3;
  font-weight: 500;
  font-size: 44px;
  line-height: 49px;
  text-transform: uppercase;
}

.sports-shoe-tags .tag .tag__checkbox-wrapper {
  border-radius: 0px;
  padding: 15px 0px;
  margin-bottom: 8px;
}

.sports-shoe-tags .tag:first-child {
  margin-left: 0px;
}

.sports-shoe-tags .tag:first-child .tag__checkbox-wrapper {
  border-right: 1px solid #7D7D7D;
  margin-right: 0px;
}

.sports-shoe-tags .tag:last-child .tag__checkbox-wrapper {
  border-left: 1px solid #7D7D7D;
  margin-left: 0px;
}

.sports-shoe-tags .tag.tag--active {
  color: #000;
  background: transparent;
  border-bottom: 12px solid ;
}

.sports-shoe-tags .tag.tag--active .product_type_tag {
  background-color: transparent;
  padding: 0px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.sports-shoe-tags .tag.tag--active .product_type_tag .icon {
  width: 40px;
  height: 40px;
}

.sports-shoe-tags .tag.tag--active .close-btn {
  display: flex;
}

.sports-shoe-tags .tag__checkbox-wrapper:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .sports-shoe-tags .product_type_tag {
    font-size: 34px;
    line-height: 38px;
  }

  .sports-shoe-tags .tag.tag--active .product_type_tag .icon {
    width: 38px;
    height: 38px;
  }

  .sports-shoe-tags .tag.tag--active {
    border-bottom: 8px solid ;
  }

  .sports-shoe-tags .tag .product_type_tag {
    padding: 0px;
  }
}

@media (max-width: 600px) {
  .sports-shoe-tags .product_type_tag {
    font-size: 24px;
    line-height: 28px;
  }

  .sports-shoe-tags .tag.tag--active .product_type_tag .icon {
    width: 28px;
    height: 28px;
  }

  .sports-shoe-tags .tag.tag--active {
    border-bottom: 6px solid ;
  }
}

@media only screen and (max-width: 480px) {
  .sports-shoe-tags .product_type_tag {
    font-size: 16px;
    line-height: 24px;
  }

  .sports-shoe-tags .tag.tag--active .product_type_tag .icon {
    width: 24px;
    height: 24px;
  }

  .sports-shoe-tags .tag.tag--active {
    border-bottom: 3px solid ;
  }
}
@keyframes product-media-loader {
  to {
    background-position-x: 0%;
  }
}

body.product-details-loader::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: linear-gradient(-45deg, #9e9e9e61 40%, #fafafa24 50%, #eeeeee3d 60%);
  background-size: 300%;
  background-position-x: 100%;
  animation: product-media-loader 2s infinite linear;
}
 .variant-input-wrap input[type=radio]:checked+label{
    cursor: not-allowed;
    pointer-events: none;
  }
  /*Judge me review widget*/
 .jdgm-verified-checkmark, .jdgm-rev-widg__summary-average, .jdgm-rev__timestamp, .jdgm-row-media { display: none !important;}
 .jdgm-rev-widg__summary-inner{display: flex !important; gap: 5px;}
 .jdgm-all-reviews__summary-text--verified, .jdgm-write-rev-link, .jdgm-ask-question-btn, .jdgm-rev__author { font-size: 14px !important;}
 .jdgm-rev-widg__summary .jdgm-star, .jdgm-rev-widg .jdgm-star, .jdgm-revs-tab .jdgm-star, .jdgm-all-reviews .jdgm-star, .jdgm-gallery-popup .jdgm-star
{font-size: 13px !important;}
 .jdgm-write-rev-link, .jdgm-ask-question-btn, .jdgm-widget input.jdgm-review-search, .jdgm-subtab__name, .jdgm-widget .jdgm-btn.jdgm-btn, .jdgm-chip{border-radius: 6px !important;}
 .jdgm-rev-widg__summary{display: flex;}
 .jdgm-review-widget--medium .jdgm-write-rev-link, .jdgm-review-widget--medium .jdgm-ask-question-btn{max-width: 100% !important;}
 .jdgm-rev__header{display: flex;flex-direction: column-reverse;margin-bottom: 0;}
 .jdgm-rev__body p {font-size: 12px;font-weight: 400;color: #000000b3;}
 .jdgm-row-stars {display: flex;align-items: center; justify-content: space-between;margin-bottom: 10px !important;}
 .jdgm-rev-widg__summary, .jdgm-rev__header{margin: 0 !important;}
.jdgm-row-actions{flex-direction: row !important;justify-content: flex-end !important;}
.jdgm-rev-widg__summary, .jdgm-histogram, .jdgm-widget-actions-wrapper{margin: 0 !important;}
.jdgm-row-rating{margin-bottom: 0 !important;}
.jdgm-rev-widg__title {font-size: 20px !important;}
.jdgm-sort-dropdown-wrapper {margin-top: 0 !important;}
.jdgm-sort-dropdown {font-size: 14px !important;}
.label, label:not(.variant__button-label):not(.text-label):not(.variant__label){font-size: 14px !important;}
.jdgm-form__reviewer-name-format-container {display: none;}
.jdgm-form__fieldset p{font-size: 13px;line-height: 18px;}
.jdgm-btn--solid, input[type=submit].jdgm-btn--solid, .jdgm-widget .jdgm-btn.jdgm-btn{font-size: 14px !important;}
.jdgm-form input[type="text"], .jdgm-form input[type="email"], .jdgm-form input[type="url"], .jdgm-form textarea{font-size: 12px !important;}
.jdgm-form__fieldset:not(:last-of-type), .jdgm-form__fieldset-actions {margin-bottom: 10px !important;}
.jdgm-rev__buyer-badge{font-size: 9px !important; border-radius: 0px !important;}
.jdgm-rev__buyer-badge-wrapper, .jdgm-rev__buyer-badge{line-height: inherit !important;}
.jdgm-preview-badge .jdgm-star.jdgm-star {font-size: 12px;}
.jdgm-prev-badge__text{font-size: 14px;}

.product__photos:after{
  content:""; position:absolute; top:0; bottom:0; left:0; right:0; margin:auto;
  background: rgba(0, 0, 0, 0.4) url("loader.svg") no-repeat center center;
  display:none;
}
body.product-image-loader .product__photos:after{display:block}
.variant__label h2 {
    display: inline;
}
#sm-widget-btn.snap_emi_txt_minicart.snap_emi_txt_minicart_wrapper {
display: none !important;
}
.video_section-main{    padding: 0 16px 16px;background: var(--gr);position: relative;}

.slbl {
    font-family: var(--typeBatManHeaderPrimary);
    font-size: 10px;
    letter-spacing: 4px;
    color: var(--yw);
    text-transform: uppercase;
    margin-bottom: 5px;
}.stitle, .quiz-header h2 {
    font-family: var(--typeBatManBasePrimary);;
    font-weight: normal;
    font-size: 30px;
    letter-spacing: 1px;    text-transform: uppercase;
    margin-bottom: 14px;color: var(--wh);
    line-height: 1;
}
.quiz-header p{
    font-size: 13px;
    color: var(--gl);
    line-height: 1.6;
    font-weight: 300;
    margin-top: 7px;margin-bottom:0; letter-spacing:0;
}
.quiz-header p strong{color:#fff; font-weight:normal;}
.pz-reward{display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(245, 197, 24, 0.08);
    border: 1px dashed rgba(245, 197, 24, 0.28);
    padding: 7px 12px;
    border-radius: 2px;
    margin-top: 10px;
    font-family: var(--typeBatManHeaderPrimary);;
    font-size: 12px;
    color: var(--yw);
    letter-spacing: 1px;}
    .quiz-card{    margin-top: 16px;     background: var(--bl);
    border: 1px solid var(--gm);
    border-radius: 10px;
    overflow: hidden;}
    .r-top {
    background: linear-gradient(135deg, #0f0e00 0%, #1a1800 100%);
    padding: 16px;
    border-bottom: 1px solid var(--gm);
}
    .quiz-step{    font-family: var(--typeBatManHeaderPrimary);;
    font-size: 10px;
    letter-spacing: 3px;
    color: var(--yw);
    text-transform: uppercase;
    margin-bottom: 10px;}
    .riddle__wrapper .quiz-card{background:var(--bl);text-align:left;padding:0;}
    .quiz-card h3.quiz-question{text-align:left;font-family: var(--typeBatManHeaderPrimary);;    margin: 0;
    font-size: 20px;
    font-weight: 600; letter-spacing:0;
    line-height: 1.3;
    color: var(--wh);
    min-height: 52px;}
    .quiz-options{    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 60px;}
    .quiz-option{
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--gr);
    border: 1.5px solid var(--gm);
    border-radius: 8px;
    padding: 12px 14px;
    cursor: pointer;
    transition: border-color 0.18s, background 0.18s;
    text-align: left;  color: var(--wh);
    width: 100%;    font-size: 15px;
}
.quiz-option:hover:not([disabled]) {
    border-color: var(--yw);
    background: rgba(245, 197, 24, 0.06);
}
.quiz-option:[disabled] {    border-color: var(--gn);
    background: rgba(46, 204, 113, 0.1);
}
.quiz-option.correct {
    border-color: var(--gn);
    background: rgba(46, 204, 113, 0.1);
}
.quiz-option.wrong {
    border-color: var(--rd);
    background: rgba(231, 76, 60, 0.1);
}
.quiz-option span{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1.5px solid var(--gm);
    display: flex;
    align-items: center; font-weight: normal;
    justify-content: center;
    font-family: var(--typeBatManBasePrimary);;
    font-size: 14px;
    color: var(--gl);
    flex-shrink: 0;
    background: var(--bl);
    transition: all 0.18s;
}

.text_column-wrap .rte-setting.text-spacing {
    margin: 0;
}
.riddle__wrapper{    background: var(--bl);    color: var(--wh);}
.quiz-result {  display:none;  background: rgba(231, 76, 60, 0.08);
    color: var(--rd);
    border: 1px solid rgba(231, 76, 60, 0.25);    margin: 0 14px 12px;
    padding: 11px 13px;
    border-radius: 6px;
    font-family: var(--typeBatManHeaderPrimary);;
    font-size: 13px;
    line-height: 1.5;}
    .quiz-result.wrong-msg,.quiz-result.correct-msg,
    .quiz-result.show{display:block;}
    .quiz-result.correct-msg{    background: rgba(46, 204, 113, 0.08);
    color: var(--gn);
    border: 1px solid rgba(46, 204, 113, 0.25);}
    .quiz-next {
    display: none;
    width: calc(100% - 28px);
    margin: 0 14px 14px;
    background: var(--yw);
    color: var(--bl);
    border: none;
    padding: 14px;
    font-family: var(--typeBatManHeaderPrimary);;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 6px;
}
.quiz-next.show {
    display: block;
}
.multicolumn_main {
    color: #fff;
}
.testimonials-section:after{    content: '';
    position: absolute;
    bottom:-1px;
    left: -60%;
    width: 50%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(245, 197, 24, 0.45), transparent);
    _animation: wbShimmer 4s linear infinite; }

@keyframes wbShimmer{
  100% {
    left: 120%;
}
}

.wb-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(160, 80, 255, 0.9);
    animation: blink 1.5s ease-in-out infinite;
}
.subtitle{    display: flex;
    align-items: center;
    gap: 7px;
    font-family: var(--typeBatManHeaderPrimary);;
    font-size: 10px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(160, 80, 255, 0.9);
    margin-bottom: 10px;}
    .multicolumn_main .title span {
    color: var(--yw);
    font-style: normal;
    display: block;
}
.multicolumn_main .rte p{
    font-size: 13px;
    color: var(--gl);
    font-weight: 300; font-family:var(--typeBatManHeaderPrimary); letter-spacing:0;
    line-height: 1.65;
    margin-bottom: 24px;
    max-width: 310px;
}
.multicolumn_main .rte p strong{    color: var(--wh);
    font-weight: 500;}
    .wb-carousel-wrap {
    position: relative;
    margin-bottom: 26px;
} 
.multicolumn_items{display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 0 16px 4px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;}
.multicolumn_main .title{    font-family: var(--typeBatManBasePrimary);;
    font-size: 38px;font-weight:500;
    line-height: 0.92; text-transform:uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;}
.testimonials-slider .flickity-viewport{    margin-left: -5px;}
.batmanpage-batman .testimonials-slide.is-selected .testimonials-slider__text{transform:scale(1) !IMPORTANT;}
.batmanpage-batman .testimonials-slider__text{flex-shrink: 0;transform: scale(1) !IMPORTANT;
    background: var(--bl);
    border: 1px solid var(--gm);
    border-radius: 6px;
    padding: 16px;
    scroll-snap-align: start;font-size: 13px;
    color: var(--wh);
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 12px;}
    .testimonials-slider__text cite{
    font-family: var(--typeBatManHeaderPrimary);;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}
.testimonials-section .testimonials__info{font-size: 10px;
    color: var(--gl);
    font-family: var(--typeBatManHeaderPrimary);;}
.testimonials-section .testimonial-stars {
    color: var(--yw);
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.testimonials-section .flickity-page-dots .dot{
    background: rgba(255, 255, 255, 0.2);
    transition: background 0.25s, transform 0.25s;}
    .testimonials-section .flickity-page-dots .dot.is-selected{    width: 6px;
    height: 6px;
    background: var(--yw);
    transform: scale(1.3); 
}
.rv-vf {
    font-size: 9px;
    color: var(--gn);
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: 1px;
    margin-top: 8px;
}
.rv-pr {
    font-size: 10px;
    color: var(--yw);
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
}
.wrapp_text{    display: flex;
    justify-content: space-between;}
.testimonials-section .testimonials-slide{    padding: 0px 4px 25px;}
.testimonials-section .section-header{margin:0;text-align:left; }
.testimonials-section .section-header h2{    font-family: var(--typeBatManBasePrimary);;
    font-size: 30px;
    letter-spacing: 1px; text-transform:uppercase; font-weight: normal;
    margin-bottom: 14px;
    line-height: 1; text-align:left;}
    div[data-section-type="collection-grid"] .section-header__title {
    text-align: left;
    color: #fff;    font-family: var(--typeBatManBasePrimary);;
    font-size: 38px;
    line-height: 0.92;
    letter-spacing: 1px;font-weight:500;
    margin-bottom: 8px; text-transform:uppercase;
}
.text_column-wrap .text{    font-family: var(--typeBatManHeaderPrimary);;
    font-size: 10px;
    letter-spacing: 4px;
    color: var(--yw);
    text-transform: uppercase;
    margin-bottom: 5px;}
    .text_column-wrap h2 {
    font-family: var(--typeBatManBasePrimary);;
    font-size: 30px; font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 14px;
    line-height: 1;
    font-weight: normal;
}
.feat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 14px;
}
.feat-sec {
    padding: 28px 16px;
}
.text_column-wrap .section-header.text-center{text-align:left;}

.quiz-header span{    font-family: var(--typeBatManHeaderPrimary);;
    font-size: 10px;
    letter-spacing: 4px;
    color: var(--yw);
    text-transform: uppercase;
    margin-bottom: 5px;}
    .index-section .testimonials-section{position:relative;}
    .multicolumn_wrapper.more-dc-legends {
    background: #06050d;
}
.quiz-wrap {position:relative;
    padding: 28px 16px;
    background: var(--gr);
    border-top: 1px solid var(--gm);
    border-bottom: 1px solid var(--gm);
}
.vid-wrap {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    border: none;
    aspect-ratio: 16 / 9;
    width: 100%;
    background: #000;
}
.vid-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.video_section-wrap {
    padding: 20px 0 0;color: var(--wh);
    background: var(--gr);
    border-bottom: 1px solid var(--gm);
}.vid-ov {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: rgba(0, 0, 0, 0.38);
    transition: opacity 0.3s;
    cursor: pointer;
}
.play-ring {
    width: 60px;
    height: 60px;
    border: 2px solid var(--yw);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(245, 197, 24, 0.1);
}
.play-lbl {
    font-family: var(--typeBatManHeaderPrimary);;
    font-size: 11px;
    letter-spacing: 3px;
    color: var(--wh);
    text-transform: uppercase;
}
.text_column-wrap {
    padding: 28px 16px;
}

.feat-card {
    background: var(--gr);
    border: 1px solid var(--gm);
    border-radius: 4px;
    padding: 14px 12px;
    position: relative;
    overflow: hidden;
    transition: border-color 0.2s;
}
.html_icon{font-size: 24px;
    margin-bottom: 8px;
    display: block;}
.feat-card h3 {
    font-family: var(--typeBatManHeaderPrimary);;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.feat-card .rte-setting  p {
    font-size: 11px;
    color: var(--gl);
    line-height: 1.5;
    font-weight: 300;
}
.feat-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--yw);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s;
}
.feat-card:hover::after {
    transform: scaleX(1);   
}
.gift-wrap {
    margin: 0 0 20px;        flex-wrap: nowrap;
    padding: 14px;
    background: rgba(245, 197, 24, 0.05);
    border: 1px solid rgba(245, 197, 24, 0.18);
    border-radius: 6px;
    display: flex;
    gap: 12px;
    align-items: center;
}
.wb-sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: -60%;
    width: 50%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(245, 197, 24, 0.45), transparent);
    animation: wbShimmer 4s linear infinite;
}
@keyframes wbShimmer{
100% {
    left: 120%;
}
}
.testimonials-section {border-top:1px solid var(--gm);
    padding: 25.5px 0 30px;
}
.multicolumn_main .rte p{    max-width: 100%;
    margin: 0;}
.gift-wrap .image-wrap{   width: 80px;    height: 80px !important;    overflow: inherit;
    padding: 0 !important;}
   .gift-wrap .custom__item {
    flex: 0 0 auto;
    margin-bottom: 0;
    padding-left: 0;
    max-width: 100%;
}
.gift-wrap .custom__item{    width: auto;}
.gift-wrap img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    flex-shrink: 0;
    filter: drop-shadow(0 2px 10px rgba(245, 197, 24, 0.2));
}
.gift-wrap ul{margin:0;}
.how-people-wear .subtitle .wb-dot{display:none;}
.custom__item-inner p {
    font-family: var(--typeBatManBasePrimary);; font-weight: normal;
    font-size: 17px;
    letter-spacing: 1px;  margin-left:0;  color: var(--wh);    text-transform: uppercase;
    margin-bottom: 6px;
}
.custom__item-inner ul li{
    font-size: 11px;
    color: var(--gl);
    font-family: var(--typeBatManHeaderPrimary);;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.custom__item-inner ul li::before {
    content: "\2736";
    color: var(--yw);
    font-size: 7px;
}
.g-badge {
    display: inline-block;
    margin-top: 7px;
    background: var(--yw);
    color: var(--bl);
    font-family: var(--typeBatManHeaderPrimary);;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 3px 9px;
    border-radius: 2px;
    text-transform: uppercase;
}
.custom__item-inner p strong{display: inline-block;
    margin-top: 7px;
    background: var(--yw);
    color: var(--bl);
    font-family: var(--typeBatManHeaderPrimary);;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 3px 9px;
    border-radius: 2px;
    text-transform: uppercase;}
.batmanpage-batman .main-content{background: var(--bl);}
.wb-card-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(160, 80, 255, 0.9);
    color: #fff;
    font-family: var(--typeBatManHeaderPrimary);;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 3px 9px;
    border-radius: 3px;
    text-transform: uppercase;
}
.wb-card {
    flex-shrink: 0;
    width: calc(85vw - 16px);
    max-width: 340px;
    scroll-snap-align: start;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    overflow: hidden;
    position: relative;
    transition: border-color 0.25s;
}
.wb-card-art {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 72px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent);
    position: relative;
    overflow: hidden;padding: 11px;
} 
.wb-card-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.wb-card-info {
    padding: 14px 16px;
}
.more-dc-legends .wb-card-art {
    padding: 0;
}
.image-modal {
   position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 200;
    /* display: none; */
    align-items: flex-end;
    justify-content: center;
    opacity: 0; visibility:hidden;
    transition: all 0.2s;
}
.image-modal-inner{ position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    /* display: none; */
    justify-content: center;
    align-items: center;
    max-width: 430px;    background: var(--gr);
    border-radius: 16px;    padding: 20px 16px 20px;    transition: all 0.2s cubic-bezier(0.32, 0.72, 0, 1);
    max-height: 90svh;
    overflow-y: auto;
    width: 100%;z-index: 1111;
    transform: translateY(-50%);
    margin: 0 auto;}
.modal-x, .modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--gm);
    border: none;
    color: var(--wh);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-modal .modal-close{top: -43px;
    right: -6px;
    width: 38px;
    height: 38px;
    font-size: 22px;}
.freatured_product_2,
.freatured_product_1,[class*=".freatured_product_"]{    background: var(--gr);
    border: 1px solid var(--gm);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 14px;
    transition: border-color 0.3s;}
.wb-card-name {
    font-family: var(--typeBatManHeaderPrimary);;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--wh);
    margin-bottom: 4px;
}
.wb-card-when {
    font-size: 12px;
    color: var(--gl);
    font-family: var(--typeBatManHeaderPrimary);;
    letter-spacing: 0.5px;
}
.hashtag strong {
    color: var(--yw);font-weight: normal;
}
.how-people-wear .wb-card-name{  margin: 0;line-height: 1;  font-size: 12px;    color: var(--wh);}
.how-people-wear .wb-card-when{    font-size: 10px;
    color: var(--yw);
    font-family: var(--typeBatManHeaderPrimary);;
    margin-top: 1px;}
.wb-card-lock {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background: rgba(6, 5, 13, 0.5);
    font-size: 28px;
    opacity: 0.55;
}
.more-dc-legends .multicolumn_items{padding:0;}
.multicolumn_items .slick-arrow{position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: rgba(8, 8, 8, 0.85);
    border: 1px solid rgba(245, 197, 24, 0.35);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    color: var(--yw);
    font-size: 14px;
    font-weight: 700;
    transition: background 0.2s, border-color 0.2s;
    user-select: none;
    -webkit-user-select: none;}
    .multicolumn_items .slick-arrow.slick-next {
    right: 4px;
}
.multicolumn_items .slick-arrow span{font-size:14px;}
.multicolumn_items .slick-arrow:before{content:none;}
 .multicolumn_items .slick-arrow.slick-prev {
    left: 4px;
}
 .multicolumn_items .slick-arrow.active {
    background: rgba(245, 197, 24, 0.15);
    border-color: var(--yw);
}
.how-people-wear .multicolumn_main .title{    margin-bottom: 14px;}
.how-people-wear .slick-slide img{  object-position:top center}
.how-people-wear .wb-card-tag{top: 8px;
    left: 8px;
    background: rgba(8, 8, 8, 0.7);
    border: 1px solid rgba(245, 197, 24, 0.28);
    color: var(--yw);font-size: 7px;
    letter-spacing: 2px;
    padding: 2px 6px;
    border-radius: 2px;}
    .how-people-wear .multicolumn_items{padding:0;
    margin-top: 20px;}
.hashtag {
    padding: 8px 16px 0;
    font-size: 10px;
    color: var(--gl);
    font-family: var(--typeBatManHeaderPrimary);;
    letter-spacing: 1px;
} 
.batman_product-wrap{color:#fff;}
.batman_product-wrap #custom_right_section {
    width: 100%;
}
.batman_product-wrap #custom_main_product{    padding: 0;    position: relative;
    background: var(--bl);
}
.batman_product-wrap #custom_page_width {
    max-width: 1500px;}
.batman_product-wrap #custom_left_section {
    width: 100%;
    position: relative;    top: auto;
}
.featured__wrapper .product__photos{    filter: drop-shadow(0 12px 32px rgba(245, 197, 24, 0.28));}
.featured_main .variant-input-wrap label{    font-weight: 400;
    padding: 12px 16px;
    margin: 0 5px 0px 0;    background-color: transparent;box-shadow: none;    color: var(--gl);
    font-size: 14px;
    border: 1px solid var(--gm);
    border-radius: 2px;}
    .featured_main .variant-input-wrap label.disabled:after{content:none;}
    .featured_main .variant-input-wrap label.disabled{cursor: not-allowed;
    text-decoration: line-through;
    opacity: 0.3;}
    .shoe-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--gm);
}
.shoe-foot .product__price.on-sale {
    padding-right: 0;
    font-weight: 400;
    border-right: 0;
}
.shoe-foot .product__price{font-family: var(--typeBatManBasePrimary);;
    font-size: 30px; font-weight: normal;
    color: var(--yw);}
   .shoe-foot .pdp_tax_text {
    font-size: 10px;
    color: var(--gl);    margin: 0;
    letter-spacing: 1px;
    font-family: var(--typeBatManHeaderPrimary);;
}
.shoe-foot .blink-add-to-cart {
    background: var(--yw);
    color: var(--bl);
    border: none;
    padding: 12px 18px;
    font-family: var(--typeBatManHeaderPrimary);;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 2px;
}
.option-size_chart{    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 13px 0 7px;}
   .featured__wrapper .option-size_chart{margin:0;}
      .featured__wrapper .product-block {
    margin-bottom: 0;
}
.more-dc-legends,
.multicolumn_wrapper.how-people-wear {
    border-top: 1px solid var(--gm);
    padding: 40px 0;
}
.how-people-wear .subtitle{    color: var(--yw);}
.batman_product-wrap .product-single__meta{    padding: 16px 0 0;}
.batman_product-wrap .product-single__title{    font-family: var(--typeBatManBasePrimary);;
    font-size: 28px; font-weight: normal;
    letter-spacing: 1px;    text-transform: uppercase !important;
    line-height: 1; margin:0;}
.batman_product-wrap .variant__label {    font-size: 11px;
    color: var(--yw);
    font-family: var(--typeBatManHeaderPrimary);;
    letter-spacing: 2px;
    margin: 3px 0 7px;}
.batman_product-wrap  .tool-tip-trigger__title{
    font-family: var(--typeBatManHeaderPrimary);;
    font-size: 10px;
    letter-spacing: 1px;
    color: var(--yw);
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
    background: none;
    border: none;
    padding: 0;
}
.batman_product-wrap .size-chart {
    font-family: var(--typeBatManHeaderPrimary);;
    font-size: 10px;
    letter-spacing: 2px;
    color: var(--gl);
    text-transform: uppercase;
}
/* .batman_product-wrap
.batman_product-wrap
.batman_product-wrap
.batman_product-wrap */
.offer-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(245, 197, 24, 0.07);
    border: 1px dashed rgba(245, 197, 24, 0.35);
    border-radius: 4px;
    padding: 10px 12px;
    margin-top: 12px;
    cursor: pointer;
    transition: background 0.2s;
}
.off-l {
    display: flex;
    align-items: center;
    gap: 8px;
}
.off-txt {
    font-family: var(--typeBatManHeaderPrimary);;
    font-size: 12px;
    color: var(--wh);
    letter-spacing: 0.5px;
    line-height: 1.3;
}
.off-txt strong {
    color: var(--yw);
    font-weight: 600;
}
.off-txt p{margin:0}
.offer-strip .icon{    font-size: 18px;width: auto;
    height: auto;
    font-weight: normal;
    color: var(--yw);}

.batman_product-wrap .featured_main{
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: flex-start; */
}
.batman_product-wrap .featured_main{display: flex;width: 100%;gap:18px;    padding: 20px 0px 0px;
}
.image-modal-inner img{width:100%;display:block;}
.how-people-wear .wb-card{background:var(--gr);min-height:400px;}
.how-people-wear .wb-card-art{background:transparent; padding:0;aspect-ratio:1 / 1.4;cursor:pointer;}
.how-people-wear .wb-card-info{position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 52%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 11px;}
.featured_main #custom_left_section:after{position: absolute;
    top: -6px;
    right: -6px;
    border: 1px solid rgba(75, 63, 23, 0.3);
    color: var(--yw);
    font-family: var(--typeBatManHeaderPrimary);;
    font-size: 8px;
    letter-spacing: 1px; width: 54px;
    height: 17px;
    padding: 3px 7px;
    border-radius: 2px;
    background: rgba(245, 197, 24, 0.04);content:"";}
.featured_main #custom_left_section .badge{position: absolute;content:"";
    top: -15px;
    left: 7px; z-index:11;
    background: var(--yw);    width: 44px;min-width: 44px;
    height: 44px;
    color:#fff;
    font-family: var(--typeBatManBasePrimary);;
    font-size: 20px; display:flex;align-items:center; justify-content:center;
    line-height: 1; font-weight: normal;
    letter-spacing: -1px;
    padding: 2px 10px 4px;
    border-radius: 4px;}
  .freatured_product_1:hover img, .freatured_product_2:hover img {
    transform: scale(1.05) rotate(-1.5deg) !important;
}
    .featured_main #custom_main_product ul.slick-dots {
        bottom: -28px;
    }
 .featured_main .slide-arrow.prev-arrow.left-arrow-style{    left: -3%;}
.featured_main .slide-arrow.next-arrow.right-arrow-style{right:-3%}
.featured_main .slide-arrow.next-arrow.right-arrow-style, .featured_main .slide-arrow.prev-arrow.left-arrow-style{bottom:50%;}
.freatured_product_1,
.freatured_product_2{width: 50%;background: radial-gradient(ellipse at center, #1c1800 0%, #0a0a0a 80%);}
.featured__wrapper .slick-slide img{filter: drop-shadow(0 12px 32px rgba(245, 197, 24, 0.28));        object-fit: contain;        padding: 0;
    transition: all 0.3s ease;}
.hero-cta-wrap {width:100%;
    background: var(--bl);
    padding: 16px 16px 0;        position: relative;
        z-index: 1;
    display: flex;
    flex-direction: column;
} 
.wb-card img{transition:all .3s;}
#custom_left_section > div.badge {    top: 4px;
    left: 34px;
    z-index: 11;
    max-width: max-content;
    position: absolute;
    color: #fff;
}
.more-dc-legends .wb-card:hover img  {
    transform: scale(1.1) rotate(-1.6deg) !important;
}
.h-btns {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
}
.btn-y {
    flex: 1;
    background: var(--yw);
    color: var(--bl);
    border: none;
    padding: 14px 0;
    font-family: var(--typeBatManHeaderPrimary);;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 2px;
}
.btn-o {
    padding: 14px 16px;
    background: transparent;
    color: var(--wh);
    border: 1px solid var(--gm);
    font-family: var(--typeBatManHeaderPrimary);;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 2px;        color: #fff !important;
    white-space: nowrap;
}.stats-bar {
    background: var(--yw);
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 11px 16px;
}
.sb-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
}
 .freatured_product_1:hover,
.freatured_product_2:hover {
    border-color: rgba(245, 197, 24, 0.4);
}
.featured__wrapper .snap_emi_txt {
    display: none !important;
}

.sb-num {
    font-family: var(--typeBatManBasePrimary);;
    font-size: 24px;
    color: var(--bl); font-weight: normal;
    line-height: 1;
}.sb-lbl {
    font-family: var(--typeBatManHeaderPrimary);;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, 0.55);
    text-transform: uppercase;
}
.batmanpage-batman .tool-tip__content{    overflow: initial;max-height: inherit;}
.batmanpage-batman tool-tip[data-tool-tip-open=true] .tool-tip__inner{    background-color: #141414;    box-shadow: none;    padding: 20px 16px 40px;    max-width: 430px;}
.batmanpage-batman tool-tip[data-tool-tip-open=true]{    background: rgba(0, 0, 0, 0.75);}
.batmanpage-batman tool-tip[data-tool-tip-open=true]:before{    background: rgba(0, 0, 0, 0.75);}
.batmanpage-batman .tool-tip__inner{width: 100%;
    max-width: 430px;
    background: var(--gr);
    border-radius: 16px 16px 0 0;
    border-top: 1px solid var(--gm);
    padding: 20px 16px 40px;
    transform: translateY(100%);
    transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);
    max-height: 90svh;
    overflow-y: auto;
    position: relative;}
   .batmanpage-batman .tool-tip__close .icon {
    width: 26px;
    height: 26px;
}
.riddle__wrapper .text_column-wrap{background:#080808;}
    .batmanpage-batman .tool-tip__close path{stroke-width: 3px;}
    .batmanpage-batman .tool-tip__close{top: 16px; z-index:11;   padding: 0;
    right: 16px;
    background: var(--gm);
    border: none;
    color: var(--wh);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center}
.modal-ttl { font-weight: normal;
    font-family: var(--typeBatManBasePrimary);;
    font-size: 26px;    color: #fff;    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
}
.modal-sub {
    font-size: 12px;
    color: var(--gl);
    font-family: var(--typeBatManHeaderPrimary);;
    letter-spacing: 1px;
    margin-bottom: 18px;
}
.sz-tbl {
    width: 100%;
    border-collapse: collapse;background:transparent;
    font-family: var(--typeBatManHeaderPrimary);;
    font-size: 13px;
}
.sz-note {
    font-size: 11px;
    color: var(--gl);
    margin-top: 12px;
    line-height: 1.5;
    font-family: var(--typeBatManHeaderPrimary);;
}
.sz-note strong {
    color: var(--yw);
}
.sz-tbl th {
    background: var(--yw);
    color: var(--bl);
    padding: 9px 8px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 11px;
    text-transform: uppercase;
}
.sz-tbl td {
    padding: 9px 8px;
    text-align: center;
    border-bottom: 1px solid var(--gm);
    color: var(--gl);    background: transparent;
}
.sz-tbl tr:nth-child(even) td {
    background: rgba(255, 255, 255, 0.02);
}
.sz-tbl td:first-child {
    color: var(--wh);
    font-weight: 600;
}
.modal-handle {
    width: 36px;
    height: 4px;
    background: var(--gm);
    border-radius: 2px;
    margin: 0 auto 18px;
}
.sticky {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 430px;
    z-index: 50;
    background: rgba(8, 8, 8, 0.97);
    border-top: 1px solid var(--gm);
    padding: 10px 16px 18px;
    display: flex;
    gap: 10px;
    align-items: center;
    backdrop-filter: blur(16px);
}
.sk-btn {
    flex: 1;
    background: var(--yw);
    color: var(--bl);
    border: none;
    padding: 13px;
    font-family: var(--typeBatManHeaderPrimary);;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 2px;
}
.sk-lbl {
    font-family: var(--typeBatManHeaderPrimary);;
    font-size: 10px;
    letter-spacing: 2px;
    color: var(--gl);
    text-transform: uppercase;
}
.sk-pr {
    font-family: var(--typeBatManBasePrimary);; font-weight: normal;
    font-size: 24px;
    color: var(--wh);
    line-height: 1;
}
.batman_product-wrap .featured_main .page-content #custom_page_width{    padding: 16px;}
/* .more-dc-legends .multicolumn_main .rte p{font-family:var(--typeBatManTextPrimary);} */
.quiz-card {
    text-align: center;
    padding: 24px 14px;
    border: 1px solid rgba(245, 197, 24, 0.28);
    border-radius: 10px;
    background: rgba(245, 197, 24, 0.04);
    margin-top: 14px;
}
.featured__wrapper .slick-dots li{    margin: 0;}
.batmanpage-batman .featured__wrapper .slick-dots li button:before{    opacity: 1;
    color: rgba(255, 255, 255, 0.2);}
  .batmanpage-batman  .featured__wrapper .slick-dots li.slick-active button:before {
    opacity:1;
    color: var(--yw);
}
.short_description p strong{    font-size: 11px;
    color: var(--yw);    FONT-WEIGHT: 400;
    font-family: var(--typeBatManHeaderPrimary);;
    letter-spacing: 2px;
    margin: 3px 0 7px;}
.short_description p {
    font-size: 12px;
    color: var(--gl); margin:0;
    line-height: 1.6;
    font-weight: 300;
}
.coupon-box.show {
    display: block;
}
    .batman-newsletter.newsletter-section {
        padding: 30px 0;
        text-align: left;
    }
    .batman-newsletter.newsletter-section > * > *{text-align:left;}
.sign-wrap{    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(245, 197, 24, 0.18); position:relative;
    border-radius: 10px;
    padding: 18px 16px;
    transition: border-color 0.3s;}
   .sign-wrap .h3 {
    font-family: var(--typeBatManHeaderPrimary);;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: var(--wh);
    margin-bottom: 3px;
}
   .batman-newsletter .newsletter__input-group {
    margin: 0 auto 20px;
    max-width: 100%;gap: 10px;
    border-radius: 6px;
}
.sign-wrap .theme-block{margin:0;}
    .sign-wrap .rte p{font-size: 11px;
    color: var(--gl);
    font-weight: 300;
    line-height: 1.5;margin:0 0 15px; letter-spacing:0;}
    .batman-newsletter .btn{background: var(--yw) !important;
    color: var(--bl);
    border: none;
    padding: 13px 14px;
    border-radius: 6px !important;
    font-family: var(--typeBatManHeaderPrimary);;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;}
    .batman-newsletter .newsletter__input{
    flex: 1;
    background: var(--gm);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px  !important;
    padding: 13px 12px;
    font-family: var(--typeBatManHeaderPrimary);;
    font-size: 16px;
    color: var(--wh);
    outline: none;
    transition: border-color 0.25s;
    -webkit-appearance: none;
}
.c-ico {
    font-size: 40px;
  margin: 30px auto 10px;
    display: block;
    width: 100%;
    text-align: center;
}
.quiz-card h3 {
    font-family: var(--typeBatManBasePrimary);; font-weight: normal;
    font-size: 26px;text-align:center;
    color: var(--yw);color: var(--wh);
    letter-spacing: 2px;
}
.c-sub {
    font-size: 12px;
    color: var(--gl);
    margin: 5px 0 14px;
    line-height: 1.5;
}
.quiz-retry {
    background: var(--yw);
    color: var(--bl);
    border: none;
    padding: 7px 10px;
    font-family: var(--typeBatManHeaderPrimary);;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 2px;    margin: 12px auto 30px;
    display: block;
    padding: 10px 20px;
    font-size: 13px;
}
.coupon-box {
    text-align: center;
    padding: 24px 14px;
    border: 1px solid rgba(245, 197, 24, 0.28);
    border-radius: 10px;
    background: rgba(245, 197, 24, 0.04);
    display: none;
    margin-top: 14px;
}
.coupon-box.show {
    display: block;
}
.c-code-wrap {
    background: var(--bl);
    border: 2px dashed var(--yw);
    padding: 13px 18px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.coupon-box h3 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 26px;
    color: var(--yw);
    letter-spacing: 2px;
}
.coupon-box p {
    font-size: 12px;
    color: var(--gl);
    margin: 5px 0 14px;
    line-height: 1.5;
}
.bantman_image-with-text {
    position: relative;
    overflow: hidden;
    padding: 44px 16px 48px;
}

.bantman_image-with-text:after {
    content: '';
    position: absolute;
    top: 0;
    left: -60%;
    width: 50%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(245, 197, 24, 0.45), transparent);
    animation: wbShimmer 4s linear infinite;
}

@keyframes wbShimmer {
    100% {
    left: 120%;
}
}
.q-mq {
    height: 260px;
    overflow: hidden;
    border-top: 1px solid var(--gm);
    border-bottom: 1px solid var(--gm);
    background: var(--bl);
    position: relative;
}
.choose_option-color {
    display: none;
}

.q-mq::before, .q-mq::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 60px;
    z-index: 4;
    pointer-events: none;
}
.q-mq::before {
    top: 0;
    background: linear-gradient(to bottom, var(--bl), transparent);
}
.q-track {
    display: flex;
    flex-direction: column;
    animation: scrollUp 18s linear infinite;
}
@keyframes blink{
0%, 100% {
    opacity: 1;
}
50% {
    opacity: 0.2;
}
}
@keyframes scrollUp{
0% {
    transform: translateY(0);
}
100% {
    transform: translateY(-50%);
}
}
.q-row {
    padding: 18px 16px;
    border-bottom: 1px solid var(--gm);
    min-height: 86.67px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}
.q-txt {
    font-family: var(--typeBatManHeaderPrimary);;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    color: var(--wh);
}
.q-src {
    font-size: 10px;
    color: var(--gl);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: var(--typeBatManHeaderPrimary);;
}
.q-txt em,.q-txt strong {
    color: var(--yw);
    font-style: normal;
    font-weight: 600;
}
.collab-bar {
    color: #fff;    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 22px 16px;
    border-bottom: 1px solid var(--gm);
}
.cp {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.cxs {
    font-family: var(--typeBatManBasePrimary);;
    font-size: 20px;
    color: var(--gm);
}
.cc {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid var(--gm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--typeBatManBasePrimary);;
    font-size: 11px;
    color: var(--gl);    line-height: 1.2;
    text-align: center;
}
.cc.y {
    background: rgba(245, 197, 24, 0.08);
    border-color: rgba(245, 197, 24, 0.2);
    color: var(--yw);
}
.cn {
    font-size: 8px;
    letter-spacing: 2px;
    color: var(--gl);
    text-transform: uppercase;
    font-family: var(--typeBatManHeaderPrimary);;
}
.cn p{margin:0;}
.stats-row {
    display: flex;
    border-top: 1px solid var(--gm);
    border-bottom: 1px solid var(--gm);
}

.stn {
    font-family: var(--typeBatManBasePrimary);;
    font-size: 28px;
    color: var(--yw);
    line-height: 1;
}
.stl {
    font-size: 8px;
    color: var(--gl);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: var(--typeBatManHeaderPrimary);;
    margin-top: 3px;
}
   .batmanpage-batman .page-container .index-section {
        margin: 0 0;
    }
  .featured__wrapper .section-header{margin:0;}
  .featured__wrapper{padding:40px 40px 40px;}
           .stk-r {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 10px;
}
.stk-tr {
    flex: 1;
    height: 3px;
    background: var(--gm);
    border-radius: 2px;
    overflow: hidden;
}
.stk-w {
    font-size: 10px;
    color: var(--rd);
    font-family: "Barlow Condensed", sans-serif;
    white-space: nowrap;
}
.stk-fl {
    height: 100%;
    background: linear-gradient(to right, var(--yw), var(--yd));
    border-radius: 2px;
}
.featured__wrapper .section-header .text {
                font-family: var(--typeBatManHeaderPrimary);;
                font-size: 10px;
                letter-spacing: 4px;
                color: var(--yw);
                text-transform: uppercase;
                margin-bottom: 5px;
            }
.featured__wrapper .section-header h2 {    margin-top: 15px;
                font-family: var(--typeBatManBasePrimary);;
                font-size: 30px;
                letter-spacing: 1px;
                margin-bottom: 14px; font-weight:500;
                line-height: 1;
            }
            #custom_left_section > div{position:relative; z-index:1}
.featured_main .variant-input-wrap input[type=radio]:checked+label{box-shadow: none;
    border: 1px solid var(--yw);
    color: var(--yw);}
.testimonials-slide .rte-setting p{    font-family: "Barlow", sans-serif;    line-height: 1.6;}
.testimonials-slide .text-spacing{margin-bottom:12px;}
.stats-bar.batman-footer-sec{background:transparent; margin:0;padding:0}
.batman-footer-sec .sb-num, .batman-footer-sec .sb-lbl{color:var(--yw)}
 .batman-footer-sec .sb-item {
        padding: 18px 6px;
        flex: 1;
        border-right: 1px solid var(--gm);
}
.batman-footer-sec .sb-sep{display:none;}
.batmanpage-batman .enlarge-text p{font-family: "Barlow Condensed", sans-serif;
    font-size: 10px;
    letter-spacing: 4px;
    color: var(--yw);
    text-transform: uppercase;
    margin: 10px 0 5px;}
    .batmanpage-batman .index-section .theme-block{margin-bottom:0;}
   .batmanpage-batman .index-section .theme-block h2{font-family: "Bebas Neue", sans-serif;
    font-size: 30px;
    letter-spacing: 1px; font-weight: normal;
    margin-bottom: 14px;
    line-height: 1; color:#fff;}

@media (min-width: 750px) and (max-width:1024px) {

.video-parent-section .hero__media-wrapper{height:calc(100% - 150px)}
  
}

@media (min-width: 900px) {
 
  .sb-sep {
    flex: 1;
    text-align: center;
    padding: 18px 6px; font-family: var(--typeBatManBasePrimary);;
    font-size: 18px; font-weight: normal;
    color: rgba(0, 0, 0, 0.2);
    border-right: 1px solid var(--gm);
}
      .collab-bar {
        padding: 20px 40px;
    }
    
  .sticky {
        max-width: 900px;
        left: 50%;
        transform: translateX(-50%);
    }
  .sb-lbl {
        color: rgba(0, 0, 0, 0.5);
    }
      .sb-num {
        font-size: 20px;
        color: var(--bl);
    }
      .sb-sep {
        display: none;
    }
      .sb-item {
        display: flex;
        align-items: center;
        gap: 6px;
    }

      .stats-bar {
        flex: 1;
        padding: 16px 0 16px 20px;
        justify-content:space-around;
        gap: 20px;
        background: transparent;
    }
     .collab-bar ~ .stats-bar {    border-bottom: 1px solid var(--gm);}
    .collab-bar ~ .stats-bar .sb-num{font-family: "Bebas Neue", sans-serif;
    font-size: 28px;
    color: var(--yw);
    line-height: 1;}
        .collab-bar ~ .stats-bar .sb-lbl {
        font-size: 8px;
    color: var(--gl);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif;
    margin-top: 3px;
    }
      .btn-y {
        padding: 12px 28px;
        flex: none;
        font-size: 13px;
    }
        .btn-o {
        padding: 12px 20px;
        font-size: 12px;
    } 
      .h-btns {
        margin-bottom: 0;
        flex-shrink: 0;
        gap: 10px;
    }
      .wb-card {
        width:calc(100% - 10px);
        max-width: none;
    }
      .feat-sec {
        padding: 40px;
    }
    .vid-wrap {
        aspect-ratio: 16 / 9;
    }
        .video_section-wrap {
        padding: 0;
    }
        .riddle__wrapper{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
        .quiz-wrap {
        padding: 40px;
        border-right: 1px solid var(--gm);
        border-bottom: none;
    }
    .text_column-wrap{
        padding: 40px;
    }
    .wb-cards {
        padding: 0 0 4px;
    }
       .index-section .testimonials-section {
        padding: 40px 0;
    }
      .hero-cta-wrap {
        flex-shrink: 0;
        padding: 16px 40px 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
        background: var(--bl);
        border-top: 1px solid var(--gm);        position: absolute;
        bottom: 0;
        width: 100%;
    }
    .hero__media-wrapper {
    height: calc(100% - 90px);
}
}

.video-div.mobile_video{display:none}
.wb-card{position:relative;}
.image-modal.media_model .modal-close{ top: -43px;
    right: -6px;    width: 38px;
    height: 38px; font-size: 22px;}
.image-modal .image-modal-inner{overflow-y:inherit;}
.more-dc-legends .multicolumn_item .wb-card{margin:0 auto;}
.video-parent-section .hero__text-shadow{max-width:900px; margin:0 auto;}
.hero__text-shadow .animation-contents{font-weight:300;}
.video-parent-section .hero__text-wrap .hero__subtitle .animation-contents{font-size:21px;}
@media (max-width:749px){
 .video-parent-section .hero__media-wrapper .hero__text-wrap{width:100%;}
  .image-modal.media_model .modal-close{ top: -10px;}
  .video-div.mobile_video{display:block}
  .desktop_video{display:none;}
.h-inner {
                position: relative;
                z-index: 6;
                flex: 1;
                display: flex;
                flex-direction: column;
                justify-content: center;
                padding: 0 16px 0;
            }

            .h-badge {
                display: inline-flex;
                align-items: center;
                gap: 7px;
                background: rgba(245,197,24,0.1);
                border: 1px solid rgba(245,197,24,0.22);
                padding: 4px 10px;
                border-radius: 2px;
                font-family: var(--typeBatManHeaderPrimary);;
                font-size: 10px;
                letter-spacing: 3px;
                color: var(--yw);
                text-transform: uppercase;
                margin-bottom: 8px;
                animation: fadeUp 1s 0.2s both;
            }

            .dot-live {
                width: 5px;
                height: 5px;
                background: var(--yw);
                border-radius: 50%;
                animation: blink 1.2s infinite;
            }

            .h-title {
                font-family: var(--typeBatManBasePrimary);;
                font-size: clamp(48px,12vw,64px);
                line-height: 0.88;
                letter-spacing: 2px;
                animation: fadeUp 1s 0.3s both;
            }

            .ty {
                color: var(--yw);
                display: block;
            }

            .tw {
                color: var(--wh);
                display: block;
            }

            .tg {
                display: block;
                -webkit-text-stroke: 1px rgba(240,236,228,0.16);
                color: transparent;
            }

            .h-sub {
                font-size: 12px;
                color: var(--gl);
                line-height: 1.5;
                margin-top: 6px;
                font-weight: 300;
                animation: fadeUp 1s 0.4s both;
                max-width: 280px;
            }

            .h-sub strong {
                color: var(--wh);
                font-weight: 400;
            }

            .h-btns {padding:0 15px;
                display: flex;
                gap: 8px;
                margin-top: 14px;
                animation: fadeUp 1s 0.5s both;
            }

            .btn-y {
                flex: 1;
                background: var(--yw);
                color: var(--bl);
                border: none;
                padding: 15px 0;
                font-family: var(--typeBatManHeaderPrimary);;
                font-size: 14px;
                font-weight: 700;
                letter-spacing: 2px;
                text-transform: uppercase;
                cursor: pointer;
                border-radius: 2px;
            }

            .btn-o {
                padding: 15px 16px;
                background: transparent;
                color: var(--wh);
                border: 1px solid var(--gm);
                font-family: var(--typeBatManHeaderPrimary);;
                font-size: 12px;
                letter-spacing: 2px;
                text-transform: uppercase;
                cursor: pointer;
                border-radius: 2px;
                white-space: nowrap;
            }

            @keyframes fadeUp {
                from {
                    opacity: 0;
                    transform: translateY(20px)
                }

                to {
                    opacity: 1;
                    transform: translateY(0)
                }
            }

            .stats-bar {
                background: var(--yw);
                display: flex;
                justify-content: space-around;
                align-items: center;
                padding: 13px 16px;        margin-top: 1rem;
                flex-shrink: 0;
            }

            .sb-item {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 1px;
            }

            .sb-num {
                font-family: var(--typeBatManBasePrimary);;
                font-size: 26px;
                color: var(--bl);
                line-height: 1;
            }

            .sb-lbl {
                font-family: var(--typeBatManHeaderPrimary);;
                font-size: 9px;
                font-weight: 700;
                letter-spacing: 2px;
                color: rgba(0,0,0,0.55);
                text-transform: uppercase;
            }

            .sb-sep {
                font-family: var(--typeBatManBasePrimary);;
                font-size: 22px;
                color: rgba(0,0,0,0.2);
            }
            .slbl {
                font-family: var(--typeBatManHeaderPrimary);;
                font-size: 10px;
                letter-spacing: 4px;
                color: var(--yw);
                text-transform: uppercase;
                margin-bottom: 5px;
            }
            .stitle {
                font-family: var(--typeBatManBasePrimary);;
                font-size: 30px;
                letter-spacing: 1px;
                margin-bottom: 14px;
                line-height: 1;
            }

            .vid-sec {
                padding: 20px 0 0;
                background: var(--gr);
                border-bottom: 1px solid var(--gm);
            }

            .vid-wrap {
                position: relative;
                border-radius: 0;
                overflow: hidden;
                border: none;
                aspect-ratio: 16/9;
                width: 100%;
                background: #000;
            }

            video {
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
            }

            .vid-ov {
                position: absolute;
                inset: 0;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                gap: 12px;
                background: rgba(0,0,0,0.38);
                transition: opacity 0.3s;
                cursor: pointer;
            }

            .vid-ov.gone {
                opacity: 0;
                pointer-events: none;
            }

            .play-ring {
                width: 60px;
                height: 60px;
                border: 2px solid var(--yw);
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                background: rgba(245,197,24,0.1);
            }

            .play-lbl {
                font-family: var(--typeBatManHeaderPrimary);;
                font-size: 11px;
                letter-spacing: 3px;
                color: var(--wh);
                text-transform: uppercase;
            }

            .prod-sec {
                padding: 28px 16px 0;
            }

            .shoe-card {
                background: var(--gr);
                border: 1px solid var(--gm);
                border-radius: 6px;
                overflow: hidden;
                margin-bottom: 14px;
                transition: border-color 0.3s;
            }

            .shoe-card:hover {
                border-color: rgba(245,197,24,0.4);
            }

            .shoe-img {
                width: 100%;
                aspect-ratio: 1/1;
                background: radial-gradient(ellipse at center,#1c1800 0%,#0a0a0a 80%);
                display: flex;
                align-items: center;
                justify-content: center;
                position: relative;
                overflow: hidden;
            }

            .shoe-img img {
                width: 100%;
                height: 100%;
                object-fit: contain;
                padding: 20px;
                filter: drop-shadow(0 12px 32px rgba(245,197,24,0.28));
                transition: transform 0.4s ease;
            }

            .shoe-card:hover .shoe-img img {
                transform: scale(1.1) rotate(-1.6deg);
            }

            .b-ed {
                position: absolute;
                top: 10px;
                left: 10px;
                background: var(--yw);
                color: var(--bl);
                font-family: var(--typeBatManBasePrimary);;
                font-size: 42px;
                line-height: 1;
                letter-spacing: -1px;
                padding: 2px 10px 4px;
                border-radius: 4px;
            }

            .b-wb {
                position: absolute;
                top: 10px;
                right: 10px;
                border: 1px solid rgba(245,197,24,0.3);
                color: var(--yw);
                font-family: var(--typeBatManHeaderPrimary);;
                font-size: 8px;
                letter-spacing: 1px;
                padding: 3px 7px;
                border-radius: 2px;
                background: rgba(245,197,24,0.04);
            }

            .shoe-body {
                padding: 16px;
            }

            .shoe-nm {
                font-family: var(--typeBatManBasePrimary);;
                font-size: 28px;
                letter-spacing: 1px;
                line-height: 1;
            }

            .shoe-tg {
                font-size: 11px;
                color: var(--yw);
                font-family: var(--typeBatManHeaderPrimary);;
                letter-spacing: 2px;
                margin: 3px 0 7px;
            }

            .shoe-ds {
                font-size: 12px;
                color: var(--gl);
                line-height: 1.6;
                font-weight: 300;
            }

            .sz-hdr {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin: 13px 0 7px;
            }

            .sz-lbl {
                font-family: var(--typeBatManHeaderPrimary);;
                font-size: 10px;
                letter-spacing: 2px;
                color: var(--gl);
                text-transform: uppercase;
            }

            .sz-guide-btn {
                font-family: var(--typeBatManHeaderPrimary);;
                font-size: 10px;
                letter-spacing: 1px;
                color: var(--yw);
                cursor: pointer;
                text-decoration: underline;
                text-underline-offset: 2px;
                background: none;
                border: none;
                padding: 0;
            }

            .sizes {
                display: flex;
                gap: 5px;
                flex-wrap: wrap;
            }

            .sz {
                border: 1px solid var(--gm);
                color: var(--gl);
                padding: 6px 9px;
                font-size: 11px;
                font-family: var(--typeBatManHeaderPrimary);;
                border-radius: 2px;
                cursor: pointer;
                transition: all 0.15s;
                background: transparent;
            }

            .sz:hover,.sz.on {
                border-color: var(--yw);
                color: var(--yw);
                background: rgba(245,197,24,0.06);
            }

            .sz.out {
                opacity: 0.3;
                cursor: not-allowed;
                text-decoration: line-through;
            }

            .stk-r {
                display: flex;
                align-items: center;
                gap: 7px;
                margin-top: 10px;
            }

            .stk-tr {
                flex: 1;
                height: 3px;
                background: var(--gm);
                border-radius: 2px;
                overflow: hidden;
            }

            .stk-fl {
                height: 100%;
                background: linear-gradient(to right,var(--yw),var(--yd));
                border-radius: 2px;
            }

            .stk-w {
                font-size: 10px;
                color: var(--rd);
                font-family: var(--typeBatManHeaderPrimary);;
                white-space: nowrap;
            }

            .offer-strip {
                display: flex;
                align-items: center;
                justify-content: space-between;
                background: rgba(245,197,24,0.07);
                border: 1px dashed rgba(245,197,24,0.35);
                border-radius: 4px;
                padding: 10px 12px;
                margin-top: 12px;
                cursor: pointer;
                transition: background 0.2s;
            }

            .offer-strip:hover {
                background: rgba(245,197,24,0.13);
            }

            .off-l {
                display: flex;
                align-items: center;
                gap: 8px;
            }

            .off-txt {
                font-family: var(--typeBatManHeaderPrimary);;
                font-size: 12px;
                color: var(--wh);
                letter-spacing: 0.5px;
                line-height: 1.3;
            }

            .off-txt span {
                color: var(--yw);
                font-weight: 600;
            }

            .shoe-foot {
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-top: 14px;
                padding-top: 14px;
                border-top: 1px solid var(--gm);
            }

            .p-big {
                font-family: var(--typeBatManBasePrimary);;
                font-size: 30px;
                color: var(--yw);
            }

            .p-sm {
                font-size: 10px;
                color: var(--gl);
                letter-spacing: 1px;
                font-family: var(--typeBatManHeaderPrimary);;
            }

            .add-btn {
                background: var(--yw);
                color: var(--bl);
                border: none;
                padding: 12px 18px;
                font-family: var(--typeBatManHeaderPrimary);;
                font-size: 13px;
                font-weight: 700;
                letter-spacing: 2px;
                text-transform: uppercase;
                cursor: pointer;
                border-radius: 2px;
            }

            .gift-wrap {
                margin: 0 0 14px;
            }
            .custom__item-inner p{margin-left:0;}

            .gift-img {
                width: 80px;
                height: 80px;
                object-fit: contain;
                flex-shrink: 0;
                filter: drop-shadow(0 2px 10px rgba(245,197,24,0.2));
            }

            .g-ttl {
                font-family: var(--typeBatManBasePrimary);;
                font-size: 17px;
                letter-spacing: 1px;
                margin-bottom: 6px;
            }

            .g-item {
                font-size: 11px;
                color: var(--gl);
                font-family: var(--typeBatManHeaderPrimary);;
                letter-spacing: 0.5px;
                margin-bottom: 3px;
                display: flex;
                align-items: center;
                gap: 5px;
            }

            .g-item::before {
                content: "\2736";
                color: var(--yw);
                font-size: 7px;
            }

            .g-badge {
                display: inline-block;
                margin-top: 7px;
                background: var(--yw);
                color: var(--bl);
                font-family: var(--typeBatManHeaderPrimary);;
                font-size: 9px;
                font-weight: 700;
                letter-spacing: 2px;
                padding: 3px 9px;
                border-radius: 2px;
                text-transform: uppercase;
            }

            .style-sec {
                padding: 28px 0 28px 16px;
                border-top: 1px solid var(--gm);
            }

            .style-sec .slbl,.style-sec .stitle {
                padding-right: 16px;
            }

            .style-scroll {
                display: flex;
                gap: 10px;
                overflow-x: auto;
                padding-right: 16px;
                padding-bottom: 6px;
                scrollbar-width: none;
                -webkit-overflow-scrolling: touch;
                scroll-snap-type: x mandatory;
                min-height: 250px;
            }

            .style-scroll::-webkit-scrollbar {
                display: none;
            }

            .style-card {
                flex-shrink: 0;
                width: calc((100vw - 48px)/2);
                max-width: 190px;
                aspect-ratio: 3/4;
                border-radius: 6px;
                overflow: hidden;
                position: relative;
                border: 1px solid var(--gm);
                scroll-snap-align: start;
                background: var(--gr);
                display: block;
            }

            .style-canvas {
                width: 100%;
                height: 100%;
                display: block;
            }

            .style-ov {
                position: absolute;
                inset: 0;
                background: linear-gradient(to top,rgba(0,0,0,0.9) 0%,transparent 52%);
                display: flex;
                flex-direction: column;
                justify-content: flex-end;
                padding: 11px;
            }

            .s-lbl2 {
                font-family: var(--typeBatManHeaderPrimary);;
                font-size: 12px;
                font-weight: 700;
                letter-spacing: 1px;
                color: var(--wh);
                text-transform: uppercase;
            }

            .s-sub2 {
                font-size: 10px;
                color: var(--yw);
                font-family: var(--typeBatManHeaderPrimary);;
                margin-top: 1px;
            }

            .ai-tag {
                position: absolute;
                top: 8px;
                left: 8px;
                background: rgba(8,8,8,0.7);
                border: 1px solid rgba(245,197,24,0.28);
                color: var(--yw);
                font-family: var(--typeBatManHeaderPrimary);;
                font-size: 7px;
                letter-spacing: 2px;
                padding: 2px 6px;
                border-radius: 2px;
            }

            .hashtag {
                padding: 8px 16px 0;
                font-size: 10px;
                color: var(--gl);
                font-family: var(--typeBatManHeaderPrimary);;
                letter-spacing: 1px;
            }

            .hashtag span {
                color: var(--yw);
            }

            .puzzle-sec {
                padding: 28px 16px;
                background: var(--gr);
                border-top: 1px solid var(--gm);
                border-bottom: 1px solid var(--gm);
            }

            .pz-desc {
                font-size: 13px;
                color: var(--gl);
                line-height: 1.6;
                font-weight: 300;
                margin-top: 7px;
            }

            .pz-reward {
                display: inline-flex;
                align-items: center;
                gap: 7px;
                background: rgba(245,197,24,0.08);
                border: 1px dashed rgba(245,197,24,0.28);
                padding: 7px 12px;
                border-radius: 2px;
                margin-top: 10px;
                font-family: var(--typeBatManHeaderPrimary);;
                font-size: 12px;
                color: var(--yw);
                letter-spacing: 1px;
            }

            .r-prog {
                display: flex;
                gap: 6px;
                margin: 18px 0 16px;
            }

            .r-dot {
                flex: 1;
                height: 4px;
                background: var(--gm);
                border-radius: 2px;
                transition: background 0.4s;
            }

            .r-dot.done {
                background: var(--yw);
            }

            .r-dot.active {
                background: rgba(245,197,24,0.5);
            }

            .r-box {
                background: var(--bl);
                border: 1px solid var(--gm);
                border-radius: 10px;
                overflow: hidden;
            }

            .r-top {
                background: linear-gradient(135deg,#0f0e00 0%,#1a1800 100%);
                padding: 16px;
                border-bottom: 1px solid var(--gm);
            }

            .r-num {
                font-family: var(--typeBatManHeaderPrimary);;
                font-size: 10px;
                letter-spacing: 3px;
                color: var(--yw);
                text-transform: uppercase;
                margin-bottom: 10px;
            }

            .r-q {
                font-family: var(--typeBatManHeaderPrimary);;
                font-size: 20px;
                font-weight: 600;
                line-height: 1.3;
                color: var(--wh);
                min-height: 52px;
            }

            .r-opts {
                padding: 14px;
                display: flex;
                flex-direction: column;
                gap: 10px;
                min-height: 60px;
            }

            .r-opt {
                display: flex;
                align-items: center;
                gap: 12px;
                background: var(--gr);
                border: 1.5px solid var(--gm);
                border-radius: 8px;
                padding: 12px 14px;
                cursor: pointer;
                transition: border-color 0.18s,background 0.18s;
                text-align: left;
                width: 100%;
            }

            .r-opt:hover:not([disabled]) {
                border-color: var(--yw);
                background: rgba(245,197,24,0.06);
            }

            .r-lt {
                width: 28px;
                height: 28px;
                border-radius: 50%;
                border: 1.5px solid var(--gm);
                display: flex;
                align-items: center;
                justify-content: center;
                font-family: var(--typeBatManBasePrimary);;
                font-size: 14px;
                color: var(--gl);
                flex-shrink: 0;
                background: var(--bl);
                transition: all 0.18s;
            }

            .r-opt:hover:not([disabled]) .r-lt {
                border-color: var(--yw);
                color: var(--yw);
            }

            .r-ot {
                font-family: var(--typeBatManHeaderPrimary);;
                font-size: 15px;
                color: var(--wh);
                line-height: 1.2;
            }

            .r-opt.correct {
                border-color: var(--gn);
                background: rgba(46,204,113,0.1);
            }

            .r-opt.correct .r-lt {
                border-color: var(--gn);
                background: var(--gn);
                color: #000;
            }

            .r-opt.correct .r-ot {
                color: var(--gn);
            }

            .r-opt.wrong {
                border-color: var(--rd);
                background: rgba(231,76,60,0.1);
            }

            .r-opt.wrong .r-lt {
                border-color: var(--rd);
                background: var(--rd);
                color: #fff;
            }

            .r-opt.wrong .r-ot {
                color: var(--rd);
            }

            .r-fb {
                margin: 0 14px 12px;
                padding: 11px 13px;
                border-radius: 6px;
                font-family: var(--typeBatManHeaderPrimary);;
                font-size: 13px;
                line-height: 1.5;
                display: none;
            }

            .r-fb.show {
                display: block;
            }

            .r-fb.ok {
                background: rgba(46,204,113,0.08);
                color: var(--gn);
                border: 1px solid rgba(46,204,113,0.25);
            }

            .r-fb.no {
                background: rgba(231,76,60,0.08);
                color: var(--rd);
                border: 1px solid rgba(231,76,60,0.25);
            }

            .r-nxt {
                display: none;
                width: calc(100% - 28px);
                margin: 0 14px 14px;
                background: var(--yw);
                color: var(--bl);
                border: none;
                padding: 14px;
                font-family: var(--typeBatManHeaderPrimary);;
                font-size: 14px;
                font-weight: 700;
                letter-spacing: 2px;
                text-transform: uppercase;
                cursor: pointer;
                border-radius: 6px;
            }

            .r-nxt.show {
                display: block;
            }

            .coupon-box {
                text-align: center;
                padding: 24px 14px;
                border: 1px solid rgba(245,197,24,0.28);
                border-radius: 10px;
                background: rgba(245,197,24,0.04);
                display: none;
                margin-top: 14px;
            }

            .coupon-box.show {
                display: block;
            }

            .c-ico {
                font-size: 40px;
                margin-bottom: 9px;
            }

            .c-ttl {
                font-family: var(--typeBatManBasePrimary);;
                font-size: 26px;
                color: var(--yw);
                letter-spacing: 2px;
            }

            .c-sub {
                font-size: 12px;
                color: var(--gl);
                margin: 5px 0 14px;
                line-height: 1.5;
            }

            .c-code-wrap {
                background: var(--bl);
                border: 2px dashed var(--yw);
                padding: 13px 18px;
                border-radius: 4px;
                display: inline-flex;
                align-items: center;
                gap: 10px;
                cursor: pointer;
            }

            .c-code {
                font-family: var(--typeBatManBasePrimary);;
                font-size: 26px;
                letter-spacing: 5px;
                color: var(--yw);
            }

            .c-copy-btn {
                background: var(--yw);
                color: var(--bl);
                border: none;
                padding: 7px 10px;
                font-family: var(--typeBatManHeaderPrimary);;
                font-size: 10px;
                font-weight: 700;
                letter-spacing: 1px;
                text-transform: uppercase;
                cursor: pointer;
                border-radius: 2px;
            }

            .c-hint {
                font-size: 10px;
                color: var(--gl);
                margin-top: 9px;
                letter-spacing: 1px;
                font-family: var(--typeBatManHeaderPrimary);;
            }

            .feat-sec {
                padding: 28px 16px;
            }

            .feat-grid {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 8px;
                margin-top: 14px;
            }

            .feat-card {
                background: var(--gr);
                border: 1px solid var(--gm);
                border-radius: 4px;
                padding: 14px 12px;
                position: relative;
                overflow: hidden;
                transition: border-color 0.2s;
            }

            .feat-card:hover {
                border-color: rgba(245,197,24,0.3);
            }

            .feat-card::after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                height: 2px;
                background: var(--yw);
                transform: scaleX(0);
                transform-origin: left;
                transition: transform 0.3s;
            }

            .feat-card:hover::after {
                transform: scaleX(1);
            }

            .fi {
                font-size: 24px;
                margin-bottom: 8px;
                display: block;
            }

            .fn {
                font-family: var(--typeBatManHeaderPrimary);;
                font-size: 13px;
                font-weight: 700;
                letter-spacing: 1px;
                text-transform: uppercase;
                margin-bottom: 3px;
            }

            .fd {
                font-size: 11px;
                color: var(--gl);
                line-height: 1.5;
                font-weight: 300;
            }

            .rv-sec {
                padding: 28px 0 28px 16px;
                background: var(--gr);
                border-top: 1px solid var(--gm);
                border-bottom: 1px solid var(--gm);
            }

            .rv-sec .slbl,.rv-sec .stitle {
                padding-right: 16px;
            }

            .rv-scroll {
                display: flex;
                gap: 10px;
                overflow-x: auto;
                padding-right: 16px;
                padding-bottom: 6px;
                scrollbar-width: none;
                -webkit-overflow-scrolling: touch;
                scroll-snap-type: x mandatory;
            }

            .rv-scroll::-webkit-scrollbar {
                display: none;
            }

            .rv-card {
                flex-shrink: 0;
                width: calc(100vw - 64px);
                max-width: 330px;
                background: var(--bl);
                border: 1px solid var(--gm);
                border-radius: 6px;
                padding: 16px;
                scroll-snap-align: start;
            }

            .rv-stars {
                color: var(--yw);
                font-size: 13px;
                letter-spacing: 1px;
                margin-bottom: 8px;
            }

            .rv-txt {
                font-size: 13px;
                color: var(--wh);
                line-height: 1.6;
                font-weight: 300;
                margin-bottom: 12px;
            }

            .rv-txt em {
                color: var(--yw);
                font-style: normal;
            }

            .rv-meta {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

            .rv-nm {
                font-family: var(--typeBatManHeaderPrimary);;
                font-size: 12px;
                font-weight: 600;
                letter-spacing: 1px;
            }

            .rv-ct {
                font-size: 10px;
                color: var(--gl);
                font-family: var(--typeBatManHeaderPrimary);;
            }

            .rv-pr {
                font-size: 10px;
                color: var(--yw);
                font-family: var(--typeBatManHeaderPrimary);;
                text-transform: uppercase;
            }

            .rv-vf {
                font-size: 9px;
                color: var(--gn);
                font-family: var(--typeBatManHeaderPrimary);;
                letter-spacing: 1px;
                margin-top: 8px;
            }

            .q-mq {
                height: 260px;
                overflow: hidden;
                border-top: 1px solid var(--gm);
                border-bottom: 1px solid var(--gm);
                background: var(--bl);
                position: relative;
            }

            .q-mq::before,.q-mq::after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                height: 60px;
                z-index: 4;
                pointer-events: none;
            }

            .q-mq::before {
                top: 0;
                background: linear-gradient(to bottom,var(--bl),transparent);
            }

            .q-mq::after {
                bottom: 0;
                background: linear-gradient(to top,var(--bl),transparent);
            }

            .q-track {
                display: flex;
                flex-direction: column;
                animation: scrollUp 18s linear infinite;
            }

            .q-track:hover {
                animation-play-state: paused;
            }

            @keyframes scrollUp {
                from {
                    transform: translateY(0);
                }

                to {
                    transform: translateY(-50%);
                }
            }

            .q-row {
                padding: 18px 16px;
                border-bottom: 1px solid var(--gm);
                min-height: 86.67px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                gap: 5px;
            }

            .q-txt {
                font-family: var(--typeBatManHeaderPrimary);;
                font-size: 16px;
                font-weight: 400;
                line-height: 1.35;
                color: var(--wh);
            }

            .q-txt em {
                color: var(--yw);
                font-style: normal;
                font-weight: 600;
            }

            .q-src {
                font-size: 10px;
                color: var(--gl);
                letter-spacing: 2px;
                text-transform: uppercase;
                font-family: var(--typeBatManHeaderPrimary);;
            }

            .collab-bar {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 14px;
                padding: 22px 16px;
                border-bottom: 1px solid var(--gm);
            }

            .cp {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 5px;
            }

            .cc {
                width: 48px;
                height: 48px;
                border-radius: 50%;
                border: 1px solid var(--gm);
                display: flex;
                align-items: center;
                justify-content: center;
                font-family: var(--typeBatManBasePrimary);;
                font-size: 11px;
                color: var(--gl);
            }

            .cc.y {
                background: rgba(245,197,24,0.08);
                border-color: rgba(245,197,24,0.2);
                color: var(--yw);
            }

            .cxs {
                font-family: var(--typeBatManBasePrimary);;
                font-size: 20px;
                color: var(--gm);
            }

            .cn {
                font-size: 8px;
                letter-spacing: 2px;
                color: var(--gl);
                text-transform: uppercase;
                font-family: var(--typeBatManHeaderPrimary);;
            }

            .stats-row {
                display: flex;
                border-top: 1px solid var(--gm);
                border-bottom: 1px solid var(--gm);
            }

            .stat {
                flex: 1;
                text-align: center;
                padding: 18px 6px;
                border-right: 1px solid var(--gm);
            }

            .stat:last-child {
                border-right: none;
            }

            .stn {
                font-family: var(--typeBatManBasePrimary);;
                font-size: 28px;
                color: var(--yw);
                line-height: 1;
            }

            .stl {
                font-size: 8px;
                color: var(--gl);
                letter-spacing: 1.5px;
                text-transform: uppercase;
                font-family: var(--typeBatManHeaderPrimary);;
                margin-top: 3px;
            }

            .sticky {
                position: fixed;
                bottom: 0;
                left: 50%;
                transform: translateX(-50%);
                width: 100%;
                max-width: 430px;
                z-index: 50;
                background: rgba(8,8,8,0.97);
                border-top: 1px solid var(--gm);
                padding: 10px 16px 18px;
                display: flex;
                gap: 10px;
                align-items: center;
                backdrop-filter: blur(16px);
            }

            .sk-lbl {
                font-family: var(--typeBatManHeaderPrimary);;
                font-size: 10px;
                letter-spacing: 2px;
                color: var(--gl);
                text-transform: uppercase;
            }

            .sk-pr {
                font-family: var(--typeBatManBasePrimary);;
                font-size: 24px;
                color: var(--wh);
                line-height: 1;
            }

            .sk-btn {
                flex: 1;
                background: var(--yw);
                color: var(--bl);
                border: none;
                padding: 13px;
                font-family: var(--typeBatManHeaderPrimary);;
                font-size: 14px;
                font-weight: 700;
                letter-spacing: 2px;
                text-transform: uppercase;
                cursor: pointer;
                border-radius: 2px;
            }

            footer {
                padding: 26px 16px 90px;
                text-align: center;
            }

            .ft-logo {
                font-family: var(--typeBatManBasePrimary);;
                font-size: 26px;
                letter-spacing: 4px;
                margin-bottom: 2px;
            }

            .ft-logo span {
                color: var(--yw);
            }

            .ft-sub {
                font-family: var(--typeBatManHeaderPrimary);;
                font-size: 10px;
                letter-spacing: 3px;
                color: var(--gl);
                text-transform: uppercase;
                margin-bottom: 18px;
            }

            .ft-links {
                display: flex;
                justify-content: center;
                gap: 16px;
                flex-wrap: wrap;
                margin-bottom: 14px;
            }

            .ft-link {
                font-size: 11px;
                color: var(--gl);
                letter-spacing: 1px;
                font-family: var(--typeBatManHeaderPrimary);;
                text-transform: uppercase;
                cursor: pointer;
            }

            .trust-r {
                display: flex;
                justify-content: center;
                gap: 12px;
                flex-wrap: wrap;
            }

            .trust-i {
                font-size: 10px;
                color: var(--gl);
                font-family: var(--typeBatManHeaderPrimary);;
            }

            .modal-bg {
                position: fixed;
                inset: 0;
                background: rgba(0,0,0,0.75);
                z-index: 200;
                display: flex;
                align-items: flex-end;
                justify-content: center;
                opacity: 0;
                pointer-events: none;
                transition: opacity 0.3s;
            }

            .modal-bg.open {
                opacity: 1;
                pointer-events: all;
            }

            .modal-sheet {
                width: 100%;
                max-width: 430px;
                transition: transform 0.35s cubic-bezier(0.32,0.72,0,1);
                max-height: 90svh;
                overflow-y: auto;
                position: relative;
            }

            .modal-bg.open .modal-sheet {
                transform: translateY(0);
            }

            .modal-handle {
                width: 36px;
                height: 4px;
                background: var(--gm);
                border-radius: 2px;
                margin: 0 auto 18px;
            }

            .modal-x {
                position: absolute;
                top: 16px;
                right: 16px;
                background: var(--gm);
                border: none;
                color: var(--wh);
                width: 28px;
                height: 28px;
                border-radius: 50%;
                cursor: pointer;
                font-size: 14px;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .modal-ttl {
                font-family: var(--typeBatManBasePrimary);;
                font-size: 26px;
                letter-spacing: 1px;
                margin-bottom: 4px;
            }

            .modal-sub {
                font-size: 12px;
                color: var(--gl);
                font-family: var(--typeBatManHeaderPrimary);;
                letter-spacing: 1px;
                margin-bottom: 18px;
            }

            .sz-tbl {
                width: 100%;
                border-collapse: collapse;
                font-family: var(--typeBatManHeaderPrimary);;
                font-size: 13px;
            }

            .sz-tbl th {
                background: var(--yw);
                color: var(--bl);
                padding: 9px 8px;
                text-align: center;
                font-weight: 700;
                letter-spacing: 1px;
                font-size: 11px;
                text-transform: uppercase;
            }

            .sz-tbl td {
                padding: 9px 8px;
                text-align: center;
                border-bottom: 1px solid var(--gm);
                color: var(--gl);
            }

            .sz-tbl tr:nth-child(even) td {
                background: rgba(255,255,255,0.02);
            }

            .sz-tbl td:first-child {
                color: var(--wh);
                font-weight: 600;
            }

            .sz-note {
                font-size: 11px;
                color: var(--gl);
                margin-top: 12px;
                line-height: 1.5;
                font-family: var(--typeBatManHeaderPrimary);;
            }

            .sz-note strong {
                color: var(--yw);
            }

            /* ── SIDE WATERFALL ── */
            #wfCv {
                position: absolute;
                top: 0;
                right: 0;
                width: 45%;
                height: 100%;
                pointer-events: none;
                z-index: 2;
                opacity: 0.9;
            }

            /* ── UPCOMING WB DROPS ── */
            .wb-sec {
                padding: 44px 16px 48px;
                background: #06050d;
                border-top: 1px solid rgba(245,197,24,0.15);
                position: relative;
                overflow: hidden;
            }

            .wb-sec::after {
                content: '';
                position: absolute;
                top: 0;
                left: -60%;
                width: 50%;
                height: 1px;
                background: linear-gradient(to right, transparent, rgba(245,197,24,0.45), transparent);
                animation: wbShimmer 4s linear infinite;
            }

            @keyframes wbShimmer {
                to {
                    left: 120%;
                }
            }

            .wb-eyebrow {
                display: flex;
                align-items: center;
                gap: 7px;
                font-family: var(--typeBatManHeaderPrimary);;
                font-size: 10px;
                letter-spacing: 4px;
                text-transform: uppercase;
                color: rgba(160, 80, 255, 0.9);
                margin-bottom: 10px;
            }

            .wb-dot {
                width: 5px;
                height: 5px;
                border-radius: 50%;
                background: rgba(160,80,255,0.9);
                animation: blink 1.5s ease-in-out infinite;
            }

            .wb-title {
                font-family: var(--typeBatManBasePrimary);;
                font-size: 38px;
                line-height: 0.92;font-weight:500;
                letter-spacing: 1px;
                margin-bottom: 8px;
            }

            .wb-title em {
                color: var(--yw);
                font-style: normal;
                display: block;
            }

            .wb-sub {
                font-size: 13px;
                color: var(--gl);
                font-weight: 300;
                line-height: 1.65;
                margin-bottom: 24px;
                max-width: 310px;
            }

            .wb-sub strong {
                color: var(--wh);
                font-weight: 500;
            }

            /* Cards */
            .wb-carousel-wrap {
                position: relative;
                margin-bottom: 26px;
            }

            .wb-cards {
                display: flex;
                gap: 12px;
                overflow-x: auto;
                padding: 0 16px 4px;
                scrollbar-width: none;
                -webkit-overflow-scrolling: touch;
                scroll-snap-type: x mandatory;
                scroll-behavior: smooth;
            }

            .wb-cards::-webkit-scrollbar {
                display: none;
            }

            .wb-card {
                flex-shrink: 0;
                width: 97%;
                max-width: 340px;
                scroll-snap-align: start;
                border: 1px solid rgba(255,255,255,0.1);
                border-radius: 12px;
                background: rgba(255,255,255,0.04);
                overflow: hidden;
                position: relative;
                transition: border-color 0.25s;
            }

            .wb-card-art {margin-top: 0; padding:0;            }

            .wb-card-art img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
            }

            /* Arrow buttons */
            .wb-arrow {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                width: 36px;
                height: 36px;
                background: rgba(8,8,8,0.85);
                border: 1px solid rgba(245,197,24,0.35);
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
                z-index: 10;
                color: var(--yw);
                font-size: 14px;
                font-weight: 700;
                transition: background 0.2s, border-color 0.2s;
                user-select: none;
                -webkit-user-select: none;
            }

            .wb-arrow:active {
                background: rgba(245,197,24,0.15);
                border-color: var(--yw);
            }

            .wb-arrow-l {
                left: 4px;
            }

            .wb-arrow-r {
                right: 4px;
            }

            .wb-arrow.hidden {
                opacity: 0;
                pointer-events: none;
            }

            /* Dots */
            .wb-dots {
                display: flex;
                justify-content: center;
                gap: 6px;
                margin-top: 12px;
                margin-bottom: 6px;
            }

            .wb-dot-pip {
                width: 6px;
                height: 6px;
                border-radius: 50%;
                background: rgba(255,255,255,0.2);
                transition: background 0.25s, transform 0.25s;
            }

            .wb-dot-pip.active {
                background: var(--yw);
                transform: scale(1.3);
            }

            .wb-card-lock {
                position: absolute;
                inset: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                backdrop-filter: blur(5px);
                -webkit-backdrop-filter: blur(5px);
                background: rgba(6,5,13,0.5);
                font-size: 28px;
                opacity: 0.55;
            }

            .wb-card-info {
                padding: 14px 16px;
            }

            .wb-card-name {
                font-family: var(--typeBatManHeaderPrimary);;
                font-size: 15px;
                font-weight: 700;
                letter-spacing: 1px;
                text-transform: uppercase;
                color: var(--wh);
                margin-bottom: 4px;
            }

            .wb-card-when {
                font-size: 12px;
                color: var(--gl);
                font-family: var(--typeBatManHeaderPrimary);;
                letter-spacing: 0.5px;
            }

            .wb-card-tag {
                position: absolute;
                top: 10px;
                left: 10px;
                background: rgba(160,80,255,0.9);
                color: #fff;
                font-family: var(--typeBatManHeaderPrimary);;
                font-size: 9px;
                font-weight: 700;
                letter-spacing: 1.5px;
                padding: 3px 9px;
                border-radius: 3px;
                text-transform: uppercase;
            }

            /* Form */
            .wb-form-box {
                background: rgba(255,255,255,0.03);
                border: 1px solid rgba(245,197,24,0.18);
                border-radius: 10px;
                padding: 18px 16px;
                transition: border-color 0.3s;
            }

            .wb-form-title {
                font-family: var(--typeBatManHeaderPrimary);;
                font-size: 14px;
                font-weight: 700;
                letter-spacing: 0.5px;
                color: var(--wh);
                margin-bottom: 3px;
            }

            .wb-form-hint {
                font-size: 11px;
                color: var(--gl);
                font-weight: 300;
                line-height: 1.5;
                margin-bottom: 14px;
            }

            .wb-row {
                display: flex;
                gap: 8px;
                align-items: stretch;
            }

            .wb-cc {
                background: var(--gm);
                border: 1px solid rgba(255,255,255,0.1);
                border-radius: 6px;
                padding: 0 10px;
                display: flex;
                align-items: center;
                font-family: var(--typeBatManHeaderPrimary);;
                font-size: 14px;
                color: var(--gl);
                white-space: nowrap;
                flex-shrink: 0;
            }

            .wb-phone {
                flex: 1;
                background: var(--gm);
                border: 1px solid rgba(255,255,255,0.1);
                border-radius: 6px;
                padding: 13px 12px;
                font-family: var(--typeBatManHeaderPrimary);;
                font-size: 16px;
                color: var(--wh);
                outline: none;
                transition: border-color 0.25s;
                -webkit-appearance: none;
            }

            .wb-phone::placeholder {
                color: var(--gl);
                font-size: 12px;
            }

            .wb-phone:focus {
                border-color: rgba(245,197,24,0.5);
            }

            .wb-btn {
                background: var(--yw);
                color: var(--bl);
                border: none;
                padding: 13px 14px;
                border-radius: 6px;
                font-family: var(--typeBatManHeaderPrimary);;
                font-size: 12px;
                font-weight: 700;
                letter-spacing: 1.5px;
                text-transform: uppercase;
                cursor: pointer;
                white-space: nowrap;
                flex-shrink: 0;
                transition: box-shadow 0.2s;
            }

            .wb-btn:active {
                box-shadow: 0 4px 16px rgba(245,197,24,0.4);
            }

            .wb-err {
                font-size: 10px;
                color: var(--rd);
                font-family: var(--typeBatManHeaderPrimary);;
                margin-top: 7px;
                display: none;
            }

            .wb-err.show {
                display: block;
            }

            .wb-terms {
                font-size: 9px;
                color: rgba(106,106,106,0.65);
                margin-top: 10px;
                line-height: 1.45;
                font-family: var(--typeBatManHeaderPrimary);;
            }

            /* Success */
            .wb-success {
                display: none;
                text-align: center;
                padding: 18px 8px;
            }

            .wb-success.show {
                display: block;
            }

            .wb-success-ico {
                font-size: 36px;
                margin-bottom: 8px;
            }

            .wb-success-t {
                font-family: var(--typeBatManBasePrimary);;
                font-size: 22px;
                color: var(--yw);font-weight:500;
                letter-spacing: 2px;
                margin-bottom: 5px;
            }

            .wb-success-d {
                font-size: 12px;
                color: var(--gl);
                font-weight: 300;
                line-height: 1.6;
            }

            @keyframes shake {
                0%,100% {
                    transform: translateX(0)
                }

                20% {
                    transform: translateX(-6px)
                }

                40% {
                    transform: translateX(6px)
                }

                60% {
                    transform: translateX(-4px)
                }

                80% {
                    transform: translateX(4px)
                }
            }

            .wb-phone.shake {
                animation: shake 0.4s ease;
            }

            .batman_product-wrap .featured_main{padding: 10px 0;    flex-direction: column;}
            .freatured_product_1, .freatured_product_2 {        margin: 0 0 3px;
    width: 100%}
          
.video-parent-section.hero{    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;}
    .h-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(245, 197, 24, 0.1);
    border: 1px solid rgba(245, 197, 24, 0.22);
    padding: 4px 10px;
    border-radius: 2px;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 10px;
    letter-spacing: 3px;
    color: var(--yw);
    text-transform: uppercase;
    margin-bottom: 8px;
    animation: fadeUp 1s 0.2s both;
}
.dot-live {
    width: 5px;
    height: 5px;
    background: var(--yw);
    border-radius: 50%;
    animation: blink 1.2s infinite;
}
.hero-cta-wrap{padding:0;background:transparent}
.video-interactable .hero__text-wrap{display:none;}
 .featured__wrapper{padding:28px 16px 0;}
.batman_product-wrap .featured_main .page-content #custom_page_width{  padding:0;}
.batman_product-wrap #custom_left_section{    padding-left: 5px;}
.featured_main #custom_left_section .badge{         left: 5px;width:28px;height:28px; min-width:28px; font-size:14px;
        top: 0;}
.slide-arrow.prev-arrow.left-arrow-style,
.slide-arrow.next-arrow.right-arrow-style{width:40px; height:40px; background-size:12px auto;}
.batman_product-wrap #custom_left_section{background: radial-gradient(ellipse at center, #1c1800 0%, #0a0a0a 80%);   padding: 16px 16px 5px 20px;}
.batman_product-wrap #custom_right_section{padding: 16px 16px 16px 20px;        background: #141414;}
.featured_main #custom_left_section:after{        right: 13px;
        top: 9px;}
.featured_main .slide-arrow.prev-arrow.left-arrow-style {
    left: 0px;
}
.featured_main .slide-arrow.next-arrow.right-arrow-style {
    right: 10px;
}
.featured_main .product-single__title.mobile-view{display:none;}
.batman_product-wrap .product-single__title{display:block;}
.featured_main .variant-input-wrap input[type=radio]:checked+label{box-shadow: none;
    border: 1px solid var(--yw);
    color: var(--yw);}
    
.more-dc-legends, .multicolumn_wrapper.how-people-wear{padding:28px 0 20px 0;}
.how-people-wear .multicolumn_main .title{font-size:30px;}
.how-people-wear .subtitle {
    margin-bottom: 5px;
}
.style-ov{text-align:center;}
.riddle__wrapper .quiz-card{    padding: 0;    text-align: left;}

.text_column-wrap .section-header{margin:0;}
.testimonials-slider .flickity-viewport{margin-left:0;}
.testimonials-section .testimonials-slider__text{    margin: 0 0 15px !important;}
.video-parent-section .hero__text-wrap .hero__subtitle .animation-contents{font-size:14px;}
.video-parent-section .hero__text-wrap .hero__subtitle .animation-contents br{display:none;}
.quiz-header{line-height:1;}
.video-parent-section .hero__text-shadow{padding-bottom:21vh;}
.video-parent-section .hero__media-wrapper{display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: absolute;
    top: 0;
    height: calc(100% - 160px);
    left: 0;}
.batman-newsletter .newsletter__input-group{margin-bottom:0;}
.batman-newsletter.newsletter-section{padding: 0px 0 40px;}
.slick-disabled{opacity:0; visibility:hidden;}
.more-dc-legends .page-width{padding-right:0;}
    .more-dc-legends .wb-card-info {
        padding: 14px 16px;
        text-align: left; line-height:1.2;
    }
    .multicolumn_items .slick-arrow{top:39%}
   .how-people-wear .wb-card-info {
        padding: 14px 16px;
        text-align: left;
        line-height: 1;
    }
    .testimonials-slide .testimonials-slider__text{width:calc(100% - 10px)}
.how-people-wear .wb-card{min-height:280px;}
.batman_product-wrap .featured__wrapper .section-header h2{margin-top:0;}
#custom_left_section > div.badge{    top: 18px;
    left: 30px;}
    .sticky__wrapper{display:none;}
   .batmanpage-batman .video-parent-section .hero__text-shadow:before{content:none;}

}