/** Shopify CDN: Minification failed

Line 1789:7 Expected ":"
Line 1789:9 Expected identifier but found "100%"

**/


/* CSS from section stylesheet tags */
.all-collection-slides{
      margin: 70px 0;
    }
   .all-collection-slides .all-collection-content{
      width: 100%;
      height: 670px;
     background: url("https://penpencilink.com/cdn/shop/files/all-products_-banner.jpg");
      background-position: center;
      background-size: cover;
      position: relative;
      
    }

  .all-collection-slides .all-collection-inside-content{
  position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
        height: 100%;
    padding: 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: transparent;

  } 



  .all-collection-slides .all-collection-inside-content h3{
    font-size: 40px;
    color: #333;
    font-family: "Tenor Sans";
    font-weight: 500;
    line-height: 50px;
    text-align: center;
  }

      .all-collection-slides .all-collection-inside-content .btnn{
        text-align: center;
      }
  
.all-collection-slides .all-collection-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: rgba(140,110,110,0.2);
    top: 0;
    left: 0;
}

@media only screen and (max-width: 1500px) {
  .all-collection-slides .all-collection-content{
    height: 500px;
  }
} 

  
@media only screen and (min-width: 1023px) and (max-width: 1300px) {
  .all-collection-slides .all-collection-content{
    height: 450px;
  }
} 

@media only screen and (min-width: 1023px) and (max-width: 1200px) {
  .all-collection-slides .all-collection-content{
    height: 360px;
  }
} 

@media only screen and (min-width: 0) and (max-width: 1023px) {
  .all-collection-slides .all-collection-content {
    height: 300px;
    background: none;
}

.all-collection-slides .all-collection-inside-content h3 {
    font-size: 22px;
    color: #575555;
    font-family: "Tenor Sans";
    font-weight: 600;
    line-height: 30px;
    text-align: center;
}
.all-collection-slides .all-collection-inside-content{
  width: 100%;
  padding: 0;
}
.all-collection-slides .btnn a.learn-more{
  width: 250px;
}

  
}
@-webkit-keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

/* #Progress
 ================================================== */
.paginacontainer .progress-wrap {
  position: fixed;
  right: 8px;
  bottom: 65px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
/* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  background: #fff;
}
.paginacontainer .progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.paginacontainer .progress-wrap::after {
  position: absolute;
  content: '';
  background: url('/cdn/shop/files/up-arrow.png?v=1699344573');
  background-size: contain;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  cursor: pointer;
     width: 22px;
    height: 22px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.paginacontainer .progress-wrap::before {
  position: absolute;
  content: '/cdn/shop/files/up-arrow.png?v=1699344573';
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: black;
  /* --- Pijl hover kleur --- */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  display:  none;
}
.paginacontainer .progress-wrap svg path {
  fill: none;
}
.paginacontainer .progress-wrap svg.progress-circle path {
  stroke: #333;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.brands-info{
      text-align: center;
      width: 50%;
      margin: 60px auto;
    }
.coll-header{
   position: relative;
   
  }
  .up-head-shw{
      position: absolute;
      top: 50%;
      left: 50%;
      margin: 0 auto;
      text-align: center;
      display: block;
      transform: translate(-50%,-50%);


    }

   .coll-header .up-head-shw .prdt-ttl h1.section-header__title{
    color: #fff;
     font-size: 46px;
      font-family: 'Tenor Sans' !important;
     margin: 0 !important;
  }
   .coll-header .up-head-shw .brd nav a{
     font-family: 'Tenor Sans' !important;
     font-size: 14px !important;
     color: #fff;
     padding: 0 7px;
     display: inline-block;
   }

  .breadcrumb__divider{
   color: #fff;
  }
  .lg-bnr{
  display: block;
    
  }
  .mbnr{
      display: none;
    }

@media only screen and (max-width: 1600px) {
  .coll-header{
    margin-top: 40px;
  }
  
}
  
  @media only screen and (min-width: 0) and (max-width: 766px){
    .lg-bnr{
      display: none;
    }
     .mbnr{
      display: block;
    }
  }
.footer {
  /* background: #f7f1f1 !important; */
  background: #f4eee791 !important;
  /* background: transparent !important; */
}

.footer p.cprt {
  font-family: "Tenor Sans" !important;
}

.wrap-icon-list-icon a {
  color: red;
}


.footer .menu-ft ul li a {
  text-transform: capitalize;
  transition: .3s all linear;
  position: relative;
  height: 30px;
  height: 34px;
  display: block;
  font-size: 16px;
}

.menu-ft .wrap-ic.first {
  position: relative;
  top: -8px;
}

.menu-ft .wrap-ic.second {
  position: relative;
  top: 10px;
}

.wrap-icon-list-icon a {
  font-size: 20px;
  color: red;
}

.menu-ft .wrap-ic.third {
  position: relative;
  top: 20px;
}

.menu-ft {
  position: relative;
  left: 100px;
}

.menu-ft .wrap-ic a.wrap-no {
  font-size: 20px;
  color: red;
}

.menu-ft .wrap-ic {
  margin: 20px 0;
  display: flex;
  justify-content: start;
  gap: 20px;
  align-items: end;
  flex-wrap: wrap;
}

tr,
td,
th,
table {
  border-bottom: 1px solid !important;
}

table {
  background: #fff !important;
}

.ft-fl {

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 100px;
}

.ft-btm {
  position: relative;
  width: 100%;
  height: auto;
}

.footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  background: url('/cdn/shop/files/footer_1_1.png?v=1700646766');
  width: 20%;
  height: 100%;
  background-size: contain !important;
  background-repeat: no-repeat;
  z-index: 1;
  background-position: bottom;
  filter: drop-shadow(2px 3px 3px #777);


}

.footer::after {
  content: "";
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  background: url('/cdn/shop/files/footer_2_1.png?v=1700646766');
  width: 20%;
  height: 100%;
  background-size: contain !important;
  background-repeat: no-repeat;
  z-index: 1;
  background-position: bottom;
  filter: drop-shadow(2px 3px 3px #777);


}

.footer h2 {
  font-size: 17px !important;
  color: #333;
  font-weight: 600;

}

.cprt {
  text-align: center;
  display: block;
  color: #333 !important;
  font-size: 17px !important;
  padding: 57px 0 0;
  transform: translateY(-8px);
}

.cprt a {
  color: red !important;
}

.footer {
  /* background: #232323; */
  /* background: url('/cdn/shop/files/footer_566b20b8-15c1-47cf-b6f3-fd14cf41027d.png?v=1700571369') !important; */
  background-size: contain;
  width: 100%;
  height: 100%;

}

.newsletter-txt {
  margin-left: 45px;
}

.newsletter-txt input {
  border: 1px solid #fff;
  background: transparent;
  padding: 10px;
  width: 100% !important;
  border-radius: 10px;

}

.newsletter-txt input:focus {
  border: 1px solid #fff;
}

.newsletter-txt input::placeholder {
  color: #fff !important;
}

.btn-subs {
  padding: 20px 0;
}

.footer__newsletter-btn .icon {
  margin-right: 10px;
  color: #333 !important;
}

.btn-subs a {
  background-color: #fff !important;
  color: #000 !important;
  padding: 15px 25px !important;
  border-radius: 10px !important;
  margin-top: 8px !important;
  display: inline-block !important;
}

.footer__newsletter-btn {
  z-index: 9;
}

.newsletter-txt p {
  text-transform: capitalize;
}

.footer {
  /* background:#333; */

  width: 100%;
  height: auto;
  background-position: center;
  background-size: fill;
  color: #fff;
  padding: 50px 0 0px;
}

.footer h2 {
  font-size: 20px;
  padding: 0 0 27px 0;
}

.footer input {
  width: 100%;

}

/* .menu-ft ul li{
        list-style: none;
        height: 30px;
        line-height: 3.2;
      } */


.menu-ft ul li {
  list-style: none;
  margin: 0 !important;
}

.menu-ft ul li a {
  /* color: #fff; */
  color: #333 !important;
  margin-bottom: 0px !important;
}

.menu-ft ul {
  margin: 0 !important;
}

.pos-rel {
  position: relative;
  left: -100px;
}

.pos-rel-2 {
  position: relative;
  left: -65px;
}

.ft-bot {
  width: 10px;
  height: 100%;
  position: relative;
  left: 0px !important;
}

.accpet-payments ul {
  margin: 12px 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background: transparent;
}
.accpet-payments ul li {
  display: inline-block;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  z-index: 1;

}
.accpet-payments ul li svg {
  width: 61px;
  height: 37px;
}
.page-width.minw {
  padding: 0 70px;
}
.newsletter-txt input {
  background: #fff !important;
  border: 1px solid #333 !important;
  padding: 20px !important;
  margin-top: -10px;
}
p.cprt {
  color: #333 !important;
}
/* prathamesh 15-12-2023 */
.social-media ul li {
  list-style-type: none;
}
.wrap-icon-list-icon i {
  font-size: 20px;
  color: #333;
}
.social-media ul {
  margin: 0;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}
.social-media ul li a.social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #ddd;
}
.social-media ul li a.social-icon svg.icon {
  width: 18px;
  height: 18px;
  margin: auto;
  z-index: 1;
  transition: all 0.3s ease;
  fill: #333;
}
.social-media ul li a.social-icon:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  transform: translate(0, 40px);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.social-media ul li a.social-icon.instagram:after {
  background-color: #5851db;
}
.social-media ul li a.social-icon.facebook:after {
  background-color: #1769ff;
}
.social-media ul li a.social-icon.linkedin:after {
  background-color: #0077b5;
}
/*** Animations ***/
.social-media ul li a.social-icon:hover {
  transform: translateY(-4px);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
}
.social-media ul li a.social-icon:hover svg {
  fill: #fff;
}
.social-media ul li a.social-icon:hover:after {
  transform: translate(0) scale(1.2);
}
  @media only screen and (max-width:1300px) {
  .min-hr hr {
    margin-bottom: 32px;
  }
 .menu-ft .wrap-ic.third {
    top: 0;
  }
 .menu-ft .wrap-ic.first {
    top: 0;
  }
 .new-arrivals-sec a.learn-more .button-text {
    left: 20px !important;
  }
 .menu-ft ul li {
    height: 33px;
  }
 .menu-ft .wrap-ic.second {
    top: -7px;
  }
 .menu-ft:nth-child(2) {
    left: 40px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1590px) {
 .menu-ft {
    left: 0;
    position: relative;
  }
 /* custom-footer */
  .newsletter-txt {
    width: 100%;
    float: right;
    margin-right: 0;
  }
.page-width.minw {
    padding: 0;
    width: 70%;
  }
 .footer__newsletter {
    width: 100%
  }
  .newsletter-txt input {
    padding: 12px !important;
    width: 100% !important;
  }
 .footer__newsletter-btn {
    position: absolute;
    top: -10px;
    left: 0;
    bottom: auto;
  }
.accpet-payments ul li svg {
    width: 42px;
    height: 37px;
  }
  footer h2 {
    padding: 0 0 10px 0;
  }
}


@media only screen and (min-width: 1270px) and (max-width: 1400px) {
 .footer::after,
  .footer::before {
    background-position: bottom;
  }
 .cprt {
    padding: 40px 0 0;
  }
 .menu-ft ul li {
    list-style: none;
    height: 34px;
    line-height: 1.9;
    margin: 0 !important;
  }
 .min-hr hr:first-child {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .footer .col-lg-4 {
    width: 33%;
  }
  .menu-ft {
    left: 0;
  }
.page-width.minw {
    padding: 0;
  }
  .menu-ft .wrap-ic {
    gap: 7px;
  }
  .footer::after,
  .footer::before {
    display: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  /* footer-design */
 .footer .mn-hr-mb {
    display: block;
  }
  .newsletter-txt {
    margin-left: 0px;
  }
  .page-width.minw {
    padding: 0 10px;
  }
  .menu-ft {
    margin: 12px 0;
  }
 .newsletter-txt input {
    margin-top: 0px;
    padding: 14px 10px !important;
  }
  .accpet-payments.accpet-payments ul li svg {
    width: 40px;
    height: 40px;
  }
  .footer .col-lg-6,
  .footer .col-lg-3,
  .footer .col-lg-2,
  .footer .col-lg-4 {
    padding: 0 !important;
    margin: 0 !important;
    background: none;

  }
  .menu-ft ul {
    padding-left: 30px;
  }
  .footer::after,
  .footer::before {
    display: none;
  }
  .footer .menu-ft-s ul li {
    padding-right: 30px;
  }
  .footer .menu-ft-s .accpet-payments ul li {
    padding-right: 0;
  }
  .cprt {
    text-align: left;
  }
  .min-hr hr {
    margin-bottom: 32px;
  }
  .footer .menu-ft ul li a {
    height: 34px;
  }
  .footer {
    padding: 0;
  }
.newsletter-slides .newsletter-inside-content h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 37px;
  }


}
.live-demo-btn {
    width: auto;
    padding: 20px 20px;
    text-align: center;
    border-radius: 6px 6px 0 0;
    background: red;
    color: #fff;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: -80px;
    transform: rotate(270deg);
    cursor: pointer;
    border: 2px solid transparent;
    transition: .25s all linear;
    z-index: 100;
    display: none;
}
  .coupon-content p{
      color: #333 !important;
      font-family:"Tenor Sans" !important;
  }
    .live-demo-btn a{
      color: #fff !important;
      font-family:"Tenor Sans" !important;
      font-size: 15px;
      letter-spacing: 1px;
      font-weight: 600;
    }

.modal{
  position: fixed;
  z-index: 9999999;
}

  @media only screen and (max-width: 1300px){
    .live-demo-btn a{
      font-size: 13px
    }
    .live-demo-btn{
      padding: 15px 20px;
      right: -77px;
    }
  }

  @media only screen and (min-width: 0) and (max-width: 1023px){
     .live-demo-btn {
        top: auto;
        right: 0;
        bottom: -100%;
        left: 0;
        transform: none;
        width: auto;
        padding: 0;
        border-radius: 6px 6px 0 0
    }

    .live-demo-btn.active-btn {
        transition: .5s all linear;
        bottom: 0;
    }
  }
.n-gifts{
  padding: 70px 0;
}
  .n-gift-sec .btnn{
    text-align: center;
  }
  .gft-para p{
    width: 100%;
    max-width: 80%;
    margin: 20px auto;
  } 
.n-gifts .txt-heading{
  text-align: center;
  display: block;
  padding-bottom: 70px;
}
.n-gifts .arrival-bx .new-arrival-txt{
  padding: 20px;
  display: block;
}
.n-gifts .arrival-bx .new-arrival-txt p{
  margin: 0;
}
.n-gifts .arrival-bx img {
    box-shadow: #64646f33 0 7px 29px;
    width: 80%;
    margin: 0 auto;
    display: block;
    border-radius: 20px;
}
  .n-gifts container-fluid{
    padding: 70px 40px;
  }
 a.learn-more {
	 position: relative;
	 display: inline-block;
	 cursor: pointer;
	 outline: none;
	 border: 0;
	 vertical-align: middle;
	 text-decoration: none;
	 background: transparent;
	 padding: 0;
	 font-size: inherit;
	 font-family: inherit;
   width: auto;
}
 a.learn-more {
	 width: 180px;
	 height: auto;
}
 a.learn-more .circle {
	 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	 position: relative;
	 display: block;
	 margin: 0;
	 width: 3rem;
	 height: 3rem;
	 background: #282936;
	 border-radius: 1.625rem;
}
 a.learn-more .circle .icon {
	 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 margin: auto;
	 background: #fff;
}
 a.learn-more .circle .icon.arrow {
	 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	 left: 0.625rem;
	 width: 1.125rem;
	 height: 0.125rem;
	 background: none;
}
 a.learn-more .circle .icon.arrow::before {
	 position: absolute;
	 content: '';
	 top: -0.25rem;
	 right: 0.0625rem;
	 width: 0.625rem;
	 height: 0.625rem;
	 border-top: 0.125rem solid #fff;
	 border-right: 0.125rem solid #fff;
	 transform: rotate(45deg);
}
 a.learn-more .button-text {
	 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	 position: absolute;
	 top: 0;
	 left: 35px;
	 right: 0;
	 bottom: 0;
	 padding: 0.75rem 0;
	 margin: 0 0 0 1.85rem;
	 color: #282936;
	 font-weight: 700;
	 line-height: 1.6;
	 text-align: left;
	 text-transform: uppercase;
   width: 100%;
}
 a:hover .circle {
	 width: 100%;
}
 a:hover .circle .icon.arrow {
	 background: #fff;
	 transform: translate(1rem, 0);
}
 a:hover .button-text {
	 color: #fff;
}
.btnn{
 display: block;
  text-align: center;
  margin: 30px auto;
}
.n-gifts{
    padding: 70px 0;
  }
  /* .n-gift-sec .arrival-bx .gft-para{
    min-height: 160px;
  } */
    .gft-para p{
      width: 100%;
      max-width: 80%;
      margin: 20px auto;
      font-family: "Tenor Sans" !important ;
    } 
  .n-gifts .txt-heading{
    text-align: center;
    display: block;
    padding-bottom: 70px;
  }
  .n-gifts .arrival-bx .new-arrival-txt{
    padding: 20px;
    display: block;
  }
  .n-gifts .arrival-bx .new-arrival-txt p{
    margin: 0;
  }
  .n-gifts .arrival-bx img {
      box-shadow: #64646f33 0 7px 29px;
      width: 80%;
      margin: 0 auto;
      display: block;
      border-radius: 20px;
  }
    .n-gifts container-fluid{
      padding: 70px 40px;
    }
   a.learn-more {
  	 position: relative;
  	 display: inline-block;
  	 cursor: pointer;
  	 outline: none;
  	 border: 0;
  	 vertical-align: middle;
  	 text-decoration: none;
  	 background: transparent;
  	 padding: 0;
  	 font-size: inherit;
  	 font-family: inherit;
     width: auto;
  }
   a.learn-more {
  	 width: 180px;
  	 height: auto;
  }
   a.learn-more .circle {
  	 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  	 position: relative;
  	 display: block;
  	 margin: 0;
  	 width: 3rem;
  	 height: 3rem;
  	 background: #282936;
  	 border-radius: 1.625rem;
  }
   a.learn-more .circle .icon {
  	 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  	 position: absolute;
  	 top: 0;
  	 bottom: 0;
  	 margin: auto;
  	 background: #fff;
  }
   a.learn-more .circle .icon.arrow {
  	 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  	 left: 0.625rem;
  	 width: 1.125rem;
  	 height: 0.125rem;
  	 background: none;
  }
   a.learn-more .circle .icon.arrow::before {
  	 position: absolute;
  	 content: '';
  	 top: -0.25rem;
  	 right: 0.0625rem;
  	 width: 0.625rem;
  	 height: 0.625rem;
  	 border-top: 0.125rem solid #fff;
  	 border-right: 0.125rem solid #fff;
  	 transform: rotate(45deg);
  }
   a.learn-more .button-text {
  	 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  	 position: absolute;
  	 top: 0;
  	 left: 35px;
  	 right: 0;
  	 bottom: 0;
  	 padding: 0.75rem 0;
  	 margin: 0 0 0 1.85rem;
  	 color: #282936;
  	 font-weight: 700;
  	 line-height: 1.6;
  	 text-align: left;
  	 text-transform: uppercase;
     width: 100%;
  }
   a:hover .circle {
  	 width: 100%;
  }
   a:hover .circle .icon.arrow {
  	 background: #fff;
  	 transform: translate(1rem, 0);
  }
   a:hover .button-text {
  	 color: #fff;
  }

  .btnn{
   display: block;
    text-align: center;
    margin: 30px auto;
  }
.gft-para p{
        overflow: hidden !important;
        height: 75px !important;
        transition: max-height 0.3s ease-in-out;
    }

    .gft-para.expanded p{
        height: 100% !important;
    }

    .moreless-button {
        cursor: pointer;
        color: red;
      text-transform:capitalize;
      text-align:center; 
    }
@media only screen and (min-width: 0) and (max-width: 1023px){
  .n-gifts{
    padding: 70px 0 0;
  }
}
  @media only screen and (min-width: 0) and (max-width: 768px){
      .n-gifts{
    padding: 30px 0 0;
  }
    .n-gifts .txt-heading{
    padding-bottom: 20px;
  }
    .all-collection-slides .all-collection-content {
    height: 250px;
}
  }
.latst-brands-slides img{
      opacity: 0.4;
    }
    .latest-brands .latst-brands-slides img{
    border: 10px solid transparent;
    padding: 10px;
  }


    .latst-brands-slides.slick-current img{
      opacity: 1;
        border: 10px solid #333;
    padding: 10px;


    }
         .latest-brands-slider .slick-dots{
           display: none;
         }

       .latest-brands{
       width: 100%;
       padding: 80px 0;
         position: relative;
         background: #f4eee7;
       }
       .latest-brands .latest-brands-slider .slick-arrow{
             font-size: 0;
           width: 40px;
           height: 40px;
           left: 0;
           position: absolute;
           top: 50%;
           left: -70px;
           transform: translateY(-50%);
       }
         .latest-brands .latest-brands-slider .slick-next{
             font-size: 0;
           width: 40px;
           height: 40px;
           position: absolute;
           top: 50%;
           right: -70px;
           left: auto;
           transform: translateY(-50%);
       }
       .latest-brands .txt-heading{
         text-align: center;
         display: block;
         padding-bottom: 70px;
       }
       .latest-brands .slick-dots{
         display: none !important;
       }
         .latest-brands .latst-brands-slides{
           margin: 15px 0;
         }
       .latest-brands .latst-brands-slides img {
           display: block;
           margin: 0 auto;
          border-radius: 50%;

       }
         .latest-brands .latst-brands-slides .brands-logo img{
           border: none;
           border-radius: 0;
         }
        .latest-brands .latst-brands-slides.circ img{
          width: 180px;
          height: 180px;
          border-radius: 50%;
        filter: drop-shadow(3px 7px 6px #3233);

         }
       .latest-brands .latst-brands-slides.slick-current img{
         opacity: 1;
       }
       .latest-brands .latst-brands-slides.slick-current .brands-logo img{
         opacity: 1;
         border: none;
       }

       .latest-brands .latst-brands-slides .brands-logo{
       margin: 35px auto;
         display: block;

       }

         .latest-brands .latst-brands-slides .brands-logo img{
           width: 120px;
           filter: grayscale(1);
            padding: 0px;
         }
            .latest-brands .latst-brands-slides.circ .brands-logo img{
       width: 80%;
            height: 100%;
            filter: none;
            box-shadow: none;
           filter: grayscale(1);
              margin-top: 0px;

         }
        .latest-brands .fa-angle-left:before{
       color: #063970;
       font-size: 35px;
         }
         .latest-brands .fa-angle-right:before{
       color: #063970;
       font-size: 35px;
         }

    .latest-brands .latst-brands-slides .brands-logo.cs img{
      width: 100px;
       margin-top: -10px;
     }



         /* btn code css */
.newsletter-slides{
      margin: 70px 0;
    }
   .newsletter-slides .newsletter-content {
    width: 100%;
    height: 300px;
    background: url('/cdn/shop/files/footer-bgs.jpg?v=1709712765');
    background-position: center;
    background-size: cover;
    position: relative;
}

  .newsletter-slides .newsletter-inside-content{
  position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
        height: 100%;
    background: transparent;
    padding: 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

  } 
.newsletter-slides .newsletter-inside-content .footer__newsletter.flex{
  width: 70%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 10px
}
.newsletter-slides .newsletter-inside-content .footer__newsletter.flex input.footer__newsletter-input{
  max-width: 100%;
    padding: 10px 25px;
    border-radius: 39px;
    background: transparent;
    border: 1px solid #dddd !important;
    position: relative;
}
.newsletter-slides .newsletter-inside-content .footer__newsletter.flex input.footer__newsletter-input:hover{
  border: 1px solid red !important;
}
  .newsletter-slides .newsletter-inside-content h3{
    font-size: 36px;
    color: #333;
    font-family: "Tenor Sans";
    font-weight: 500;
    line-height: 50px;
    text-align: center;
  }
.newsletter-slides .newsletter-inside-content .footer__newsletter.flex .button.footer__newsletter-btn{
    white-space: nowrap;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
    margin: 0;
}
  .newsletter-slides .newsletter-inside-content .footer__newsletter.flex .footer__newsletter-btn .icon{
    top: auto !important;
  }
      .newsletter-slides .newsletter-inside-content .btnn{
        text-align: center;
      }



@media only screen and (min-width: 0) and (max-width: 1023px){
  .newsletter-slides .newsletter-inside-content h3{
    font-weight: 600;
    font-size: 20px !important;
    line-height: 34px;
    text-align: center;
    color: #575555;
  }
}
.new-arrivals{
    padding: 70px 0;

  }
  .new-arrivals .txt-heading{
    text-align: center;
    display: block;
    padding-bottom: 70px;
  }
  .new-arrivals .arrival-bx .new-arrival-txt{
    padding: 20px;
    display: block;
  }
  .new-arrivals .arrival-bx .new-arrival-txt p{
    margin: 0;
  }
  .arrival-bx img {
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
      border: 1px solid #ddd;
  width: 90%;
  }
    @media only screen and (min-width: 0) and (max-width: 1023px){
      .arrival-bx img{
        width: 100%;
      }
      .arrival-bx.shop-by-category{
        padding: 0px 5px;
      }

    }
     @media only screen and (min-width: 0) and (max-width: 768px){
       .new-arrivals{
    padding: 30px 0;

  }
  .new-arrivals .txt-heading{
    padding-bottom: 20px !important;
  }
     }
.mshow{
  display: none;
}
  .organizers-images-wrapto img{
   max-width: 100%;
      height: 100%;
    object-fit: cover;
}
  .organizers {
    padding: 70px 0 80px !important;
background: #fff;
    margin-top: 0px;
}
.btnn{
  text-align:left;
}
.organizers-content h2 {
    line-height: 38px !important;
    font-size: 27px !important;
}
.organizers-content p{
  font-size: 18px !important;
  line-height: 28px !important;
  font-family: "Tenor Sans" !important;
  padding: 0;
}
  
    .organizers-content{
      padding-right: 0px;
    }
  .organizers-merge-bx{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
   
  }
  .organizers-bx img{
   box-shadow: #00000030 0 10px 20px, #0000003b 0 6px 6px;
    position: relative;
    
  }
  .organizers-bx.organizers-bx-up{
    position: relative;
  
    z-index: 3;
  }
  .organizers-bx.organizers-bx-btm{
    position: relative;
    top: -100px;
    left: -60px;
    z-index: 1;
  }
.organizers-bx{
  border-radius: 10px;
}
  .organizers-images-wrapto{
  width: 80%;
  }

    .organizers-images-wrapto img{
      border-radius: 20px;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

 .organizers-content {
    padding-right: 0px;
    position: relative;
    top: 50px;
}
@media only screen and (min-width: 0) and (max-width: 1023px){
  .organizers-content{
    position: static;
    padding:10px;
    
  }
  .organizers-content{
    position: relative;
    top: 0;
  }
  
  .organizers-content h2{
     font-size: 20px !important;
  line-height: 34px;
  color: #575555;
  text-transform: capitalize !important;
  font-weight: 600;
  }
.organizers-images-wrapto{
  width: 90%;
  margin: 0 auto;
}
 .mshow{
  display: block;
   padding: 10px;
}
 .organizers {
    padding: 0px 0 60px;
    background: #fff;
    margin-top: 0px;
}
.organizers h2.mshow{
  padding: 40px 0;
}


  
} 

@media only screen and (min-width: 768px) and (max-width: 1023px) {
   .organizers .col-lg-6{
     width: 50%;
     
   }
  .organizers-images-wrapto {
    width: 100%;
    margin: 40px auto;
}

  .mshow{
    display: none;
  }
}
  
@media only screen and (min-width: 0) and (max-width: 768px){
  .organizers-content-heading{
    display:none;
  }
  p.cprt{
    padding: 0;
  }
  .organizers h2.mshow{
    padding: 20px 10px;
  }
  .organizers {
    padding: 0px 0 30px !important;
}
}
.video-section {
    position: relative;
    width: 100%;
    /* max-width: 1200px; */
    height: 500px; /* Set fixed height */
    margin: auto;
    text-align: center;
    overflow: hidden; /* Prevents overflow */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black; /* Optional background */
}

.video-thumbnail {
    width: 100%;
    display: block;
    cursor: pointer;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.play-button img {
    width: 40px;
    height: 40px;
}
.video-container {
    display: none;
    position: relative;
    width: 100%;
}
video {
    width: 100%;
}
section.ystudio-section-third {
    margin-top: 22px;
}
section.ystudio-second-section {
    margin-top: 22px;
}
.ystudio-section-six {
    margin-top: 18px;
}

.img-container {
    position: relative;
    width: 100%;
    /* max-width: 1200px; */
    margin: auto;
}
.image {
    width: 100%;
    display: block;
}
.hotspot {
    position: absolute;
    width: 20px;
    height: 20px;
    background: white;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    display: none; /* Hide by default */
    transition: transform 0.3s;
}
.hotspot:hover {
    transform: scale(1.2);
}
.img-container:hover .hotspot {
    display: block; /* Show hotspots on hover */
}
.ystudio-section-seven{
    margin-top: 18px;
}

.slider-container {
    width: 90%;
    margin: auto;
    padding: 40px 0;
}
.slider .product {
    background: #fff;
    padding: 20px;
    text-align: center;
}
.slider .product img {
    width: 100%;
    max-height: 250px;
    object-fit: contain;
}

/* .slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 24px;
    line-height: 1;
    opacity: .75;
    color: #000000 !important;
    background: #ffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
 */
.ystudio-section-12{
    margin-top: 18px;
}
.ystudio-section-13 {
    margin-top: 22px;
}
.ystudio-section-14{
    margin-top: 21px;
}
.ystudio-section-15{
    margin-top: 20px;
}
.ystudio-section-16{
    margin-top: 20px;
}
.ystudio-section-17{
    margin-top: 20px;
}
  
.ystudio-section-12{
    margin-top: 18px;
}
.ystudio-section-13 {
    margin-top: 22px;
}
.ystudio-section-14{
    margin-top: 21px;
}
.ystudio-section-15{
    margin-top: 20px;
}
.ystudio-section-16{
    margin-top: 20px;
}
.ystudio-section-17{
    margin-top: 20px;
}
  .ystudio-section-five-wrapper {
    padding: 0px 10px 0 10px;
}.ystudio-section-six-wrapper {
    padding: 0px 10px 0 10px;
}
.ystudio-section-seven {
     padding: 0px 10px 0 10px;
}
.ystudio-section-four-wrapper {
    padding: 0px 10px 0 10px;
}.section-eight-img-wrapper {
    padding: 0px 10px 0 10px;
}.section-eleven-img-wrapper {
    padding: 0px 10px 0 10px;
}.section-twelve-img-wrapper {
    padding: 0px 10px 0 10px;
}section.ystudio-section-13 {
    padding: 0px 10px 0 10px;
}.section-fourteen-img-wrapper {
    padding: 0px 10px 0 10px;
}.section-16-img-wrapper {
    padding: 0px 10px 0 10px;
}.section-17-img-wrapper {
    padding: 0px 10px 0 10px;
}.section-18-img-wrapper {
    padding: 0px 10px 0 10px;
}
  section.ystudio-section-third {
    padding: 0px 10px 0 10px;
}.ystudio-wrapper {
    padding: 10px;
}
section.ystudio-second-section {
     padding: 0px 10px 0 10px;
}
  .section-ten-img-wrapper {
    padding: 0px 10px 0 10px;
}.section-15-img-wrapper {
    padding: 0px 10px 0 10px;
}.section-18-img-wrapper {
    padding: 0px 10px 0 10px;
}
  .ystudio-banner{
    margin-bottom: 80px;
  }
  .hotspot {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: rgba(0,0,0,.7);
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.hotspot:hover {
    transform: scale(1.2);
}

/* Tooltip (Product details box) */
  .hotspot-1::after {
    content: "YSTUDIO Classic Revolve Sketching Pencil";
}
.hotspot-2::after {
    content: "YSTUDIO CLASSIC BALLPOINT PEN";
}
.hotspot-3::after {
    content: "YSTUDIO CLASSIC ROLLERBALL PEN";
}
.hotspot-4::after {
    content: "YSTUDIO Classic Revolve Ball Point Pen";
}
  .hotspot-5::after {
    content: "YSTUDIO Classic Brass Hexogon Fountain Ink Pen";
}
.hotspot::after {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(255 255 255);
    color: #f32323;
    padding: 10px;
    width: 200px;
    border-radius: 5px;
    font-size: 14px;
    white-space: pre-line;
    display: none;
}

.hotspot:hover::after {
    display: block;
}
.new-arrivalss{
       padding: 70px 0;
     }


  .new-arrivalss .txt-heading{
    text-align: center;
    display: block;
    padding-bottom: 70px;

  }
  .new-arrivalss .arrival-bx .new-arrival-txt{
    padding: 20px;
    display: block;
  }
  .new-arrivalss .arrival-bx .new-arrival-txt p{
    margin: 0;
    font-size: 18px !important;
    text-transform: uppercase;
  }
  .arrival-bx.shop-by-category img {
      padding: 0px !important;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
      border: 1px solid #ddd;
  }



   .cate-btnn a.learn-more {
  	 position: relative;
  	 display: inline-block;
     width: 100%;
     text-align: left;
  }
   .cate-btnn a.learn-more {

  	 height: auto;
  }
    .cate-btnn-tl{
    text-align: left !important;
  }
  .arrival-bx.shop-by-category{
    padding: 0 10px;
  }
.arrival-bx img{
  width; 100%;
}
.cate-btnn-tl span.button-text {
    letter-spacing: 0.7px !important;
    left: 27px;
}
  @media only screen and (min-width: 0) and (max-width: 768px){
     .new-arrivalss{
  padding: 30px 0 !important; 

}
.new-arrivalss .txt-heading{
  padding-bottom: 20px !important;
}
   }
section.section-terms-and-conditions {
    padding: 100px 0;
}
  .terms-and-condition-wrapper h3 {
    font-size: 22px;
    margin: 0;
    padding: 10px 0;
}
  .terms-and-condition-content a {
    color: #d10c1f;
}
  .terms-and-condition-wrapper h2 {
    text-align: center;
}
    .terms-and-conditions {
    padding: 10px 0;
}
  .terms-and-condition-wrapper i {
    color: #ce001c;
    font-size: 16px;
}
.top-branded-pens .txt-heading{
    text-align: center;
    display: block;
    padding-bottom: 70px;
}
    .top-branded-pens{
     margin: 0 auto;
    }
    .pens-wrapper img{
      width: 100%;
      height: 100%;
      padding: 15px;
    }

  .pens-wrapper img {
      height: 700px;
      padding: 7px;
  }
    .pens-mid-wrapper{
    height: 350px;

  }
      .pens-mid-wrapper img{
   width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;

  }
  .col-md-4, .col-12{
      padding: 0;
    }
    @media only screen and (min-width: 0) and (max-width: 768px){
.top-branded-pens .txt-heading{ 
  padding-bottom: 20px !important;
}
   }
.slide-mid-content-1.custom-width img {
    width: 300px;
    margin: 25px auto 0px;
}
  .slide-mid-content.custom-width img {
    width: 300px;
    margin: 25px auto 0px;
}

  /* shop now button */
a.shop-now {
    background-color: #ff0000;
    color: #fff;
    padding: 15px 25px;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 600;
}
.shop-now-wrapper.text-center {
    margin-top: 40px;
  }
  
  .banner-on-mb{
    display: none;
  }
  .timeline{
   background: #2f0404 !important;
    color: #fff !important;
    padding: 10px !important;
    text-align: center !important;
    border: none !important;
    position: sticky !important;
    display: none;
}
  
 .slide-mid-1 a.link-cover {
    height: 100%;
    width: 100%;
    position: absolute;
}  
.slick-cloned{
  display: none;
}
   .slider-wrapper{ 
  overflow: hidden;
  height: 95vh;
}

 .slider-wrapper .slick-slide{
    width: 100%;
   height: 95vh !important;
  }
.animated{
opacity: 0;
}
.slide-mid-content-2{
   position: absolute;
   left: auto;
   right: 50px;
   bottom: 10px;

}

.slide-mid-content-3{
   position: absolute;
   left: auto;
   right: 20px;
   bottom: 25px;

}
 .slider-wrapper  .slick-arrow {
position: fixed;
top: 70%;
transform: translateY(-50%);
right: 40px;
width: 55px;
height: 55px;
z-index: 10;
padding: 0;
font-size: 0;
background: #ddd;
border: 1px solid #857e7e;
border-radius: 50%;
}

.move-slides img{
   max-width: 100%;
}
 .slider-wrapper  .slick-arrow:hover{
border: 1px solid #333;
background: #333;
}
 .slider-wrapper  .slick-prev{
position: fixed;
right: 40px;
margin-top: 80px;


}
 .slider-wrapper  .slick-arrow i{
 color: #333;
 font-size:16px;
}

 .slider-wrapper  .slick-next{
 position: fixed;
 right: 40px;
}
  
 .slider-wrapper  .slick-arrow:hover i{
    color: #fff;
  }
/* .slide-mid .slick-cloned{
display: none !important;
} */
 /* .slide-first .slick-arrow{
 display: none !important;
 } */
/* .move-slides{
 height: ; 
} */
.move-slides .sldies{
transition: 1s all ease-in-out;
}

.slide-mid .move-slides .slide-mid-1{
   background: url('/cdn/shop/files/y-studio-2.jpg?v=1749620061');   
 width: 100%;
 height: 100vh;
 background-position: center;
 background-size: cover;
 position: relative;
}

.slide-mid .move-slides .slide-mid-2{
   background: url('/cdn/shop/files/colorverse-2.jpg?v=1749620061');   
 width: 100%;
 height: 100vh;
 background-position: center;
 background-size: cover;
}

.slide-mid .move-slides .slide-mid-3{
   background: url('/cdn/shop/files/ishra-middle.png?v=1748259928');   
 width: 100%;
 height: 100vh;
 background-position: center;
 background-size: cover;
  position: relative;
  
}
.slide-mid .move-slides .slide-mid-4{
   background: url('/cdn/shop/files/slide-4-2.jpg?v=1721831026');   
 width: 100%;
 height: 100vh;
 background-position: center;
 background-size: cover;
  position: relative;
  box-shadow: none;
}

.slide-mid-2 .slide-mid-content{
position: relative;
top: 20px;
left: 0;
right: auto;
}
.slide-first .move-slides .slide-1{
 background: url('/cdn/shop/files/y-studio-1.jpg?v=1749620061');   
 width: 100%;
 height: 100vh;
 background-position: center;
 background-size: cover;
 
}

.col-lg-6, .col-lg-3{
 padding: 0;

}
.slide-first .move-slides .slides{
  position: relative;
  /* box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px; */
}
.logo-imgs {
    position: absolute;
    bottom: 50px;
    right: 40px;
}
  
.slide-first .move-slides .slide-2{
 background: url('/cdn/shop/files/colorverse-1.jpg?v=1749620061');   
 width: 100%;
 height: 100vh;
 background-position: center;
 background-size: cover;
 
}

.slide-first .move-slides .slide-3{
 background: url('/cdn/shop/files/first.png?v=1748258902');   
 width: 100%;
 height: 100vh;
 background-position: center;
 background-size: cover;
 
}
.slide-first .move-slides .slide-4{
 background: url('/cdn/shop/files/slide-4-1.jpg?v=1721828612');   
 width: 100%;
 height: 100vh;
 background-position: center;
 background-size: cover;
 
}
  
.slide-second .move-slides .slides-1{
background: url('/cdn/shop/files/y-studio-3.jpg?v=1749620062');   
 width: 100%;
 height: 100vh;
 background-position: top;
 background-size: cover;
position: relative;
}

  .slide-second .move-slides .slides-2{
  
 width: 100%;
 height: 100vh;
 background-position: top;
 background-size: cover;
}
.slide-second .move-slides .slides-2 video{
position: relative;
width: 100%;
height: 95vh;
object-fit: cover;
object-position: center;
}
 .slide-second .move-slides .slides-3{
   background: url('/cdn/shop/files/ishra-last.png?v=1748261788');   
 width: 100%;
 height: 100vh;
 background-position: top;
 background-size: cover;
 position: relative;
}

.slide-rt {
    position: absolute;
    top: 74px;
    right: 58px;
    width: 40%;
}
.slide-rt img{
   width: 80%;
}
.move-slides .slide-1{
position: relative;

}

.slide-second .move-slides .slides-1 .text-1{
position: absolute;
    top: 60px;
    left: 40px;
}

.text-1 img{
   width: 80%;
   display: block;
}
@media only screen and (min-width: 1500px) and (max-width: 2000px){
    .slide-mid-content-1.custom-width img {
    width: 300px;
    margin: 55px auto 0px;
}
  .slide-mid-content.custom-width img {
    width: 300px;
    margin: 55px auto 0px;
}
}
@media only screen and (min-width: 1300px) and (max-width: 1440px){
  .slider-wrapper{
    height: 90vh !important;
    
  }
  .slider-wrapper .slick-slide{
    height: 90vh !important;
  }
 
}
  
@media only screen and (min-width: 1011px) and (max-width: 1280px){
  .slider-wrapper{
    height: 85vh !important;
    
  }
  .slider-wrapper .slick-slide{
    height: 85vh !important;
  }
  .slides-2 video{
    display: none;
  }
}
  
@media only screen and (min-width: 1024px) and (max-width: 1100px){
  .slider-wrapper{
    height: 80vh !important;
  }
  .slider-wrapper .slick-slide{
    height: 80vh !important;
  }
  
}
@media only screen and (min-width: 0) and (max-width: 768px){
  .slide-first .move-slides .slide-4{
 background: url('/cdn/shop/files/slide-4-1-mobile.jpg?v=1721833026');   
 width: 100%;
 height: 100vh;
 background-position: center;
 background-size: cover;
 
}
  .slide-first .move-slides .slide-1{
 background: url('/cdn/shop/files/y-studio-1_25bd034f-f0d4-4ccb-87e6-9f0bf70da9be.jpg?v=1752147562');   
 width: 100%;
 height: 60vh;
 background-position: top center;
 background-size: cover;
}
}
@media only screen and (min-width: 0) and (max-width: 1023px){
  .slider-wrapper .slick-slide {
    height: 80vh!important;
}
  .slider-wrapper{
    height: 80vh !important;    
   
  }
  
}


@media only screen and (min-width: 0px) and (max-width: 767px){
  .slider-wrapper .slick-slide {
    height: 420px!important;
    
}
  .slider-wrapper{
    height: auto !important; 
  }

  .slider-wrapper .slick-arrow {
    width: 40px;
    height: 40px;
}
  .banner-on-mb{
    display: block;
  }
  .banner-on-mb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    
  }
  .timeline{
    display: block;
  }
  
}


  
  @media only screen and (max-width: 350px) {
  .slider-wrapper .slick-slide {
    height: 50vh!important;
}
  .slider-wrapper{
    height: auto !important;
    
  }
    .slider-wrapper  .slick-prev {
    margin-top: 50px !important;
}
}
.video-slides{
      margin: 100px 0 70px;
          background: #f4eee791;
      padding: 100px 0;
    }
  .container-fluid{
   padding: 0;
    overflow: hidden;
    width: 100%;
  }
  .video-slides .vd-slides video{
    /* box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px; */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    object-fit: cover;
      object-position: center;
           width: 100%;
      height: 100%;
  }
    .vd-slides{
      width: 100%;
      height: 500px;
      overflow: hidden;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

  @media only screen and (min-width: 1300px) and (max-width: 1440px){
    
  }


  @media only screen and (min-width: 0) and (max-width: 1023px){
    .vd-slides{
      max-width: 100%;
      height: auto;
      padding: 0px 0;
      margin: 0;
      
    }
    .video-slides{
       background: #fff;
      padding: 60px 0;
      margin: 0;
      
    }
   

    
    
  }
.video-section {
    position: relative;
    width: 100%;
    /* max-width: 1200px; */
    height: 500px; /* Set fixed height */
    margin: auto;
    text-align: center;
    overflow: hidden; /* Prevents overflow */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black; /* Optional background */
}

.video-thumbnail {
    width: 100%;
    display: block;
    cursor: pointer;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.play-button img {
    width: 40px;
    height: 40px;
}
.video-container {
    display: none;
    position: relative;
    width: 100%;
}
video {
    width: 100%;
}
section.ystudio-section-third {
    margin-top: 22px;
}
section.ystudio-second-section {
    margin-top: 22px;
}
.ystudio-section-six {
    margin-top: 18px;
}

.img-container {
    position: relative;
    width: 100%;
    /* max-width: 1200px; */
    margin: auto;
}
.image {
    width: 100%;
    display: block;
}
.hotspot {
    position: absolute;
    width: 20px;
    height: 20px;
    background: white;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    display: none; /* Hide by default */
    transition: transform 0.3s;
}
.hotspot:hover {
    transform: scale(1.2);
}
.img-container:hover .hotspot {
    display: block; /* Show hotspots on hover */
}
.ystudio-section-seven{
    margin-top: 18px;
}

.slider-container {
    width: 90%;
    margin: auto;
    padding: 40px 0;
}
.slider .product {
    background: #fff;
    padding: 20px;
    text-align: center;
}
.slider .product img {
    width: 100%;
    max-height: 250px;
    object-fit: contain;
}

/* .slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 24px;
    line-height: 1;
    opacity: .75;
    color: #000000 !important;
    background: #ffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
 */
.ystudio-section-12{
    margin-top: 18px;
}
.ystudio-section-13 {
    margin-top: 22px;
}
.ystudio-section-14{
    margin-top: 21px;
}
.ystudio-section-15{
    margin-top: 20px;
}
.ystudio-section-16{
    margin-top: 20px;
}
.ystudio-section-17{
    margin-top: 20px;
}
  
.ystudio-section-12{
    margin-top: 18px;
}
.ystudio-section-13 {
    margin-top: 22px;
}
.ystudio-section-14{
    margin-top: 21px;
}
.ystudio-section-15{
    margin-top: 20px;
}
.ystudio-section-16{
    margin-top: 20px;
}
.ystudio-section-17{
    margin-top: 20px;
}
  .ystudio-section-five-wrapper {
    padding: 0px 10px 0 10px;
}.ystudio-section-six-wrapper {
    padding: 0px 10px 0 10px;
}
.ystudio-section-seven {
     padding: 0px 10px 0 10px;
}
.ystudio-section-four-wrapper {
    padding: 0px 10px 0 10px;
}.section-eight-img-wrapper {
    padding: 0px 10px 0 10px;
}.section-eleven-img-wrapper {
    padding: 0px 10px 0 10px;
}.section-twelve-img-wrapper {
    padding: 0px 10px 0 10px;
}section.ystudio-section-13 {
    padding: 0px 10px 0 10px;
}.section-fourteen-img-wrapper {
    padding: 0px 10px 0 10px;
}.section-16-img-wrapper {
    padding: 0px 10px 0 10px;
}.section-17-img-wrapper {
    padding: 0px 10px 0 10px;
}.section-18-img-wrapper {
    padding: 0px 10px 0 10px;
}
  section.ystudio-section-third {
    padding: 0px 10px 0 10px;
}.ystudio-wrapper {
    padding: 10px;
}
section.ystudio-second-section {
     padding: 0px 10px 0 10px;
}
  .section-ten-img-wrapper {
    padding: 0px 10px 0 10px;
}.section-15-img-wrapper {
    padding: 0px 10px 0 10px;
}.section-18-img-wrapper {
    padding: 0px 10px 0 10px;
}
  .ystudio-banner{
    margin-bottom: 80px;
  }
  .hotspot {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: rgba(0,0,0,.7);
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.hotspot:hover {
    transform: scale(1.2);
}

/* Tooltip (Product details box) */
  .hotspot-1::after {
    content: "YSTUDIO Classic Revolve Sketching Pencil";
}
.hotspot-2::after {
    content: "YSTUDIO CLASSIC BALLPOINT PEN";
}
.hotspot-3::after {
    content: "YSTUDIO CLASSIC ROLLERBALL PEN";
}
.hotspot-4::after {
    content: "YSTUDIO Classic Revolve Ball Point Pen";
}
  .hotspot-5::after {
    content: "YSTUDIO Classic Brass Hexogon Fountain Ink Pen";
}
.hotspot::after {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(255 255 255);
    color: #f32323;
    padding: 10px;
    width: 200px;
    border-radius: 5px;
    font-size: 14px;
    white-space: pre-line;
    display: none;
}

.hotspot:hover::after {
    display: block;
}

.desktop-img {
  display: block;
}
.mb-img {
  display: none;
}
.ystudio-desktop-banner{
     display: block;
}
.ystudio-mb-banner{
    display: none;
}

@media screen and (max-width: 768px) {
  .desktop-img {
    display: none;
  }
  .mb-img {
    display: block;
  }
  .ystudio-desktop-banner{
     display: none;
}
.ystudio-mb-banner{
    display: block;
}
      .ystudio-section-third-img-wrapper {
    margin-top: 20px;
}
.ystudio-section-second-img-wrapper {
    margin-top: 20px;
}
.section-thirteen-img-wrapper {
    margin-top: 20px;
}
.ystudio-banner {
    margin-bottom: 47px;
}
section.ystudio-section-third {
    margin-top: 0px;
}
.ystudio-section-four-wrapper {
    margin: 10px 0;
}
.section-eight-img-wrapper{
    margin: 10px 0;
}
.section-ten-img-wrapper{
   margin: 10px 0;
}
.section-thirteen-img-wrapper {
    margin-top: 15px;
}   
.section-18-img-wrapper{
    margin: 10px 0;
}
}