/** Shopify CDN: Minification failed

Line 12:13 Expected ")" to end URL token
Line 274:9 Expected ":"
Line 1471:18 Comments in CSS use "/* ... */" instead of "//"
Line 1474:11 Comments in CSS use "/* ... */" instead of "//"
Line 1484:13 Comments in CSS use "/* ... */" instead of "//"

**/
@font-face {
  font-family: 'CFHalloween-Regular'; /* Name your font family */
  src: url({{'CFHalloween-Regular' | asset_url}}) format('.ttf'); /* Locate the .ttf file within your directory*/
}
.product.product--thumbnails-bottom {
    column-gap: 2rem;
}
/* .product__media {
    flex-grow: 2;
    flex-shrink: 1;
}
.product__info {
    flex-grow: 0;
    width: 35%;
} */
.product__media {
  position: sticky;
  top: 0px;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .product__media {
    position: relative;
  }
}
h1.product-meta__title.heading.h3 {
  font-size: 1.6rem;
  text-transform: none;
  letter-spacing: 0.1px;
  font-weight: 600;
  margin-bottom: 20px;
}
.product-meta__reference {
  margin-top: 0;
  margin-bottom: 0;
}
span.price.price--large {
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -.01em;
}
h4.ship-dealy-title {
  display: flex;
  column-gap: 5px;
  margin-bottom:0;
  font-size: 14px;
}
.penb-supply-delay-section p {
  margin-top: 0;
  color: #0fcb74;
  font-size: 15px;
}
.product-form .inStock {
    background: green;
    padding: 5px 10px;
    color: #edffed;
    font-size: 12px;
    border-radius: 3px;
}
.product-form .outStock {
    background: #F44336;
    padding: 5px 10px;
    color: #ffe6e4;
    font-size: 12px;
    border-radius: 3px;
}

.review-main {
  background: #f1f1f1;
  padding-bottom: 5rem;
}
.review-center {
  display: block;
  margin:0 auto;
  max-width: 800px;
  height: 440px;
  overflow: hidden;
  margin-bottom: 2rem;
}
.review-title {
  display: block;
}
.review-title h3 {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  text-transform: none;
  letter-spacing: .1px;
  font-weight: 600;
  padding: 1.8rem 0 0 0;
}

.review-center.active{
height: auto;
}
.review-main .toggle_btn {
  display: block;
  text-align: center;
  position: relative;
}
.review-main .toggle_text {
  padding: 0.8rem 1.5rem;
  border: 2px #3F51B5 solid;
  color: #3f51b5;
}
.review-main .toggle_text:hover {
  cursor: pointer;
}

#affirm-message p:last-child {
  display: none;
}

.stock-bName {
  display: flex;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 5px 0;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 15px;
  align-items: center;
  align-content: center;
  margin: 15px 0;
}
.sBox.green {
  font-weight: 600;
  color: #4CAF50;
  font-size: 13px;
  letter-spacing: 0.45px;
}
.sBox.red {
    font-weight: 600;
    color: #ec3d10;
    font-size: 13px;
    letter-spacing: .45px;
}
.sBox.yellow {
    color: #f9c509;
}
.sBox.purple {
    color: #dd00dd;
}
.brand-name {
  border-left: 1px solid #dfdfdf;
  padding-left: 15px;
}
.brand-name a {
  color: #2196F3;
  font-weight: 500;
  text-decoration: underline;
  transition: all 1s ease-out;
}
.brand-name a:hover {
  color: #040404;
  text-decoration: none;
}
.two-block {
  display: flex;
  margin-bottom: 25px;
  padding: 5px 0;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 15px;
  align-items: center;
  align-content: center;
  margin-bottom: 15px;
}
.product-tabs__tab-item-content, .product-tabs__tab-item-content p {
  font-size: 1.1rem;
  color: #606060;
  letter-spacing: 0.45px;
}
.faqBox {
  background: #f1f1f1;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.faqBox h3 {
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  padding-top: 1rem
}
.faqBox dl {
  max-width: 1200px;
  box-shadow: none;
  width: 100%;
}
.faqBox dt {
  font-size: 21px;
  line-height: 24px;
  padding: 25px 55px 25px 25px;
  color: #009688;
  border-top: 1px solid #dadcde!important;
  background: transparent;
  border-bottom: none;
  font-weight: 500;
}
.faqBox dd {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.45px;
  padding: 0 55px 25px 25px;
  color: #606060;
  background: transparent;
}
.blockBenefits {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 24px;
  border-top: 1px solid #e0e2e2;
  border-bottom: 1px solid #e0e2e2;
}
.blockBenefits_item {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 32px;
}
.blockBenefits_item:nth-child(2) {
    border-left: 1px solid #e0e2e2;
    border-right: 1px solid #e0e2e2;
}
.blockBenefits_image {
  height: 48px;
  width: 48px;
  padding: 8px;
}
.blockBenefits_text {
  font-size: 12px;
  line-height: 14px;
  display: flex;
  text-align: center;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 8px;
}
.reviewBlock {
    display: flex;
}
.pop-this { text-decoration: underline;}
.pop-this:hover { color: #0000ff;}
.pop-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 500px;
  background-color: #fdfdfd;
  box-sizing: border-box;
  padding: 10px;
  z-index: 100;
  display: none;
  box-shadow: 0px 0px 6px #e3e3e3;
}
.pop-content h2 {
  margin0;
}
.pop-btn {
  position: absolute;
  right: -6px;
  top: -6px;
  background-color: red;
  color: #fff;
  border-radius: 50%;
  padding: 4px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 10px;
  z-index: 100;
}
.pop-btn:hover { background-color: #f56f6f; cursor: pointer;}
.show-popup-box { display: block; position: relative;}
.drawer { z-index: 999!important;}

.popPrice-btn {
  text-align: center;
}
.popPrice-btn .Price-btn {
  text-decoration: none;
  cursor: pointer;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  background: #673AB7;
  padding: 4px 10px;
  font-weight: 400;
  border: none;
  letter-spacing: 0.85px;
  border-radius: 3px;
}
.popPrice-btn .Price-btn:hover {background: #ad82fb;}

.popPrice-overlay {
  background: rgba(0, 0, 0, 0.52);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  z-index: 500;
}
.popPrice-overlay.is-on {
  opacity: 1;
  visibility: visible;
}
.popPrice-overlay.is-on .popPrice-content {
  opacity: 1;
  visibility: visible;  
}
.popPrice-overlay .popPrice-content {
  background: #fff;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  margin: auto;
  width: 600px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 2rem 3rem;
}

.popPrice-close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 15px;
  color: #F44336;
  cursor: pointer;
}
.popPrice-close:hover { color: #fda39c;}
.popPrice-content .btn {
  font-size: 12px;
  background: #3F51B5;
  color: #fff;
  padding: 6px 15px;
}
.popPrice-content .btn:hover {
  background: #8396ff;
}
.colleciton-categroy-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-bottom: 55px;
}
@media (max-width: 1200px) {
  .colleciton-categroy-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 800px) {
  .colleciton-categroy-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .colleciton-categroy-list {
    grid-template-columns: 1fr;
  }
}


.colleciton-categroy-list div a {
  display: flex;
  flex-direction: column;
  background: #fdfdfd;
  transition: box-shadow .3s;
}
.colleciton-categroy-list div a:hover {
  box-shadow: 0 0 11px rgba(229, 229, 229); 
}
.colleciton-categroy-list div h2 {
  margin: 8px 0 0 0;
  font-size: 18px;
  font-weight:600;
}
.colleciton-categroy-list div a:hover h2 {
  color:#8D6B36;
}
.colleciton-categroy-list div p {
  margin:0;
  padding:0;
  line-height: 20px;
}
.colleciton-categroy-list div img {
 max-width: 100%;
}
.cat-info { display: flex; flex-direction: column; padding: 10px; }

.customization-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  .customization-box {
    grid-template-columns: 1fr;
    margin-bottom: 5px;
  }
}

.free-nib-customization {
  background: #deffde;
}
.free-nib-customization p {
  color: #0b990b;
}
.restricted-box {
  background: #fff0f0;
}
.restricted-box {
  color:#ff4b4b;
}
.free-nib-customization p, .restricted-box p {
  padding: 5px 10px;
}
.collection-main-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
  margin-bottom: 2rem;
}
.main-title {
  position: relative;
  height: 300px;
  width: 400px;
}
.main-title-txt {
  position: absolute;
  top: 13%;
  background: #fff;
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
.main-title-txt h1 {
    font-size: 28px;
    margin: 0;
}
.main-title-txt p {
    margin: 0;
}
.main-title-txt a {
  border: 1px solid #051E38;
  background: #051E38;
  padding: 10px;
  color: #fff;
}
.main-title-txt a:hover {
  border: 1px solid #051E38;
  background: #fff;
  color: #051E38;
}
.collection-2col {
  display: grid;
  grid-template-columns: 2fr 6fr;
  gap: 25px;
}
@media (max-width: 600px) {
  .collection-2col {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 5px;
  }
}
.collection-2col-left {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 15px;
}
.comn-left-col {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  text-align: center;
  background: #f1f1f1;
  padding: 25px 15px;
}
.comn-left-col h2 {
 margin-bottom: 0px;
}
.comn-left-col.red {
  background: #FFBFBF;
}
.comn-left-col.blue {
  background: #9FE8FF;
}
.comn-left-col.yellow {
  background: #FFF177;
}
.collection-2col-right {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 25px;
  position:relative;
}
.comn-right-col {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.comn-right-col::before {
  position: absolute;
  content:"";
  background: rgb(0, 0, 0, 0.1);
  inset: 0;
  margin:auto;
}
.comn-right-col img {
  max-width: 100%;
}
.col-caption {
  position: absolute;
  max-width: 480px;
  padding: 2rem 2rem 0rem 2rem;
  background: rgb(255, 255, 255, 0.9);
  inset: 5.5rem 0;
  margin: auto;
  text-align:center;
}
.col-caption h3 {
    font-size: 18px;
    margin: 0;
}
.col-caption p {
    margin: 0 0 15px 0;
}
.col-caption a {
    background: #051e38;
    padding: 8px 22px;
    color: #fff;
    font-size: 12px;
}
.col-h3 {
  display: block;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 5px;
  font-size: 18px;
}
.col-color {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.col-color ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.col-color ul li a {
  display: flex;
  gap: 10px;
  align-items: center;
}
.col-color ul li a span {
  width: 20px;
  height: 20px;
  background: #000;
  border-radius: 50%;
  border: 2px solid #fff;
  outline: 1px solid #b3b3b3;
}
.col-color ul li:nth-child(2) a span { background: #0000FF; }
.col-color ul li:nth-child(3) a span { background: #A52A2A; }
.col-color ul li:nth-child(4) a span { background: #808080; }
.col-color ul li:nth-child(5) a span { background: #008000; }
.col-color ul li:nth-child(6) a span { background: #FF6600; }
.col-color ul li:nth-child(7) a span { background: #FFC0CB; }
.col-color ul li:nth-child(8) a span { background: #800080; }
.col-color ul li:nth-child(9) a span { background: #FF0000; }
.col-color ul li:nth-child(10) a span { background: #E5A454; }
.col-color ul li:nth-child(11) a span { background: #7F00FF; }
.col-color ul li:nth-child(12) a span { background: #fff; }
.col-color ul li:nth-child(13) a span { background: #FFFF00; }
.col-color ul li a p {
  margin: 0;
}
.filling-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
}
.comn-filling {
    display: flex;
    flex-direction: column;
}
.comn-filling a {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.comn-filling p {
    margin: 0;
    line-height: 18px;
    font-size: 13px;
}
.shop-category { display: block; text-align: center; }
.collection-full {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 33px;
  grid-row-gap: 60px;
  justify-content:center
}
.collection-full-comn a {
  text-align: center;
  display: flex;
  flex-direction: column;

}

.grtyoutube-popup {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:99999;
}

.grtyoutube-popup-content {
	margin-top:150px;
	width:95%;
	max-width:850px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.grtyoutube-popup-close {
	position:absolute;
	top:-30px;
	right:0;
	color:#FFF;
	font-size:25px;
	width:17px;
	height:17px;
	cursor:pointer;
}

.grtyoutube-iframe {
	width:100%;
	height:480px;
}
@media (max-width:767px) {
	.grtyoutube-iframe {
		width:100%;
		height:350px;
	}
}

.grtyoutube-dark-theme{
	background: rgba(0,0,0, 0.85);
}

.grtyoutube-dark-theme .grtyoutube-popup-content {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
	box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
}

.grtyoutube-dark-theme .grtyoutube-popup-close {
	background: url('icon-close-white.png') no-repeat;
}

.grtyoutube-light-theme {
	background: rgba(255,255,255, 0.85);
}

.grtyoutube-light-theme .grtyoutube-popup-content {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
}

.grtyoutube-light-theme .grtyoutube-popup-close {
	background: url('icon-close-black.png') no-repeat;
}
.for-videos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 25px;
}

@media (max-width:767px) {
  .for-videos {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
    .for-videos img {
      margin:0!important;
    }
}
.signup_form_box {
  background-repeat: no-repeat;
  padding: 3rem;
  background-size: cover;
  position: relative;
}
.signup_form_box::before {
  position: absolute;
  content:"";
  /*background: rgb(0, 0, 0, 0.1);*/
  inset: 0;
  margin:auto;
}
.signup_form {
  background: #fff;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 5px;

}
.signup_form .page-header__text-wrapper {
  margin: 35px 0;
}
.signup_form h1 {
  font-size: 32px;
  font-weight: 600;
}
.needsclick.kl-private-reset-css-Xuajs1 {
  flex-direction: column!important;
  flex: auto!important;
  align-self: flex-start!important;
  width: 100%;
}
.needsclick.kl-private-reset-css-Xuajs1 > input {
    width: 100%!important;
    height: 52px!Important;
}
.needsclick.kl-private-reset-css-Xuajs1 > button {
    align-items: center!Important;
    font-weight: 300!Important;
    text-transform: uppercase!Important;
    padding: 15px 0!Important;
    letter-spacing: 3px!Important;
    font-size: 12px!Important;
}
/*
.card-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 1rem;
  text-align: left;
}
.card-description p {
    margin-top: 0!important;
}
.card-description.expanded {
  -webkit-line-clamp: unset;
}*/

.read-more {
  display: block;
  margin: 1rem;
  background-color: #007aff;
  border: none;
  color: white;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.read-more:hover {
  background-color: #0051a3;
}
.heading.h1{
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 2px;
}

.luxury-pen {
display: grid;
grid-template-columns: 2fr 1fr;
grid-template-rows: 1fr;
grid-column-gap: 35px;
grid-row-gap: 0px;
}
.luxury-pen-left h1 {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  color: #263645;
  margin: 0 0 15px 0;
  letter-spacing: -1px;
}
.luxury-pen-left p {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 15px;
  text-align: justify;
  color: #5c5c5c;
}
@media only screen and (max-width : 534px) {
  .luxury-pen {
    grid-template-columns: 1fr;
  }
  .luxury-pen-left h1 {
    font-size: 24px;
  }
}
.shommoreless {
  overflow: hidden;
  margin-bottom: 25px;
}
.showmore, .showless {
  position: relative;
  z-index: 333;
  background: #e5e7ef;
  padding: 8px 15px;
  border-radius: 20px;
  font-weight: 600;  
}
.hr-color {
  margin: 2rem 0;
  border-top: 1px solid #e9e9e9;
}

.colleciton-brand-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 25px;
}
@media (max-width: 1200px) {
  .colleciton-brand-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 800px) {
  .colleciton-brand-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .colleciton-brand-list {
    grid-template-columns: 1fr;
  }
}

.colleciton-brand-list div a {
  display: flex;
  flex-direction: column;
  background: #fdfdfd;
  transition: box-shadow .3s;
  padding: 0 15px 10px 15px;
}
.colleciton-brand-list div a:hover {
  box-shadow: 0 0 11px rgba(229, 229, 229); 
}
.colleciton-brand-list div h2 {
  margin: 8px 0 0 0;
  font-size: 18px;
  font-weight:600;
}
.colleciton-brand-list div a:hover h2 {
  color:#8D6B36;
}
.colleciton-brand-list div p {
  margin:0;
  padding:0;
  line-height: 20px;
}
.colleciton-brand-list div img {
 max-width: 100%;
}
h3.article-item__title.heading.h4 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
}
a.product-item-meta__title {
    font-weight: 600;
    font-size: 15px;
}
a.link-bar__link.link--animated {
    font-weight: 600;
    font-size: 15px;
}
/*
.modal {
  z-index: 1;
}
*/
.article__content .rte h2 {
    font-size: 24px;
    margin: 0;
}
#snize-search-results-grid-mode li.snize-product span.snize-title {
    font-weight: 600!important;
    font-size: 15px!important;
}
.embed-responsive iframe {
    border: 0;
    width: 100%;
    height: 600px;
}
.closeout_tag {
  color: #FF0000;
}
.color-option-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.color-option-list a {
    border-radius: 50%;
    overflow: hidden;
    display: block;
    width: 25px;
    height: 25px;
    outline: 1px solid rgb(227 227 227);
    border: 2px solid #fff;
}
.color-option-list a:hover {
    outline: 1px solid rgb(116 116 116);
}
.text-option-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.text-option-list a {
  border: 1px solid #d1d1d1;
  padding: 0px 8px;
}
.text-option-list a:hover {
  border: 1px solid #9d9d9d;
  padding: 0px 8px;
  background: #9d9d9d;
  color: #fff;
}
@media (max-width: 600px) {
  .footer__item-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.contact-page {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.h2.ch2 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
}
.upsell-addon-container {
  height: 180px;
  overflow-y: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
/* Hide scrollbar for Chrome, Safari and Opera */
.upsell-addon-container::-webkit-scrollbar {
    display: none;
}

.colleciton-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 2rem;
}
@media (max-width: 1200px) {
  .colleciton-3col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 800px) {
  .colleciton-3col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .colleciton-3col {
    grid-template-columns: 1fr;
  }
}

.s_wishlist #sw_wishlist_label {
  margin-left: 5px;
  font-size: 14px!important;
  font-weight: bold;
}
.s_wishlist {
  display: block;
  text-align: center;
  padding: 0;
  line-height: 35px;
  margin: 0!important;
  height: auto!important;
}
.s_wishlist #bookmarkit {
  height: atuo!important;
  line-height: 40px; 
  border-radius: none!important;
  background-color: transparent!important;
}
.s_wishlist #bookmarkit.swpbutton3 {
  width: auto !important;
  line-height: normal!important;
  height: auto!important;
  display: block;
  border: 1px solid #242424;
  border-radius: 0!important;
  padding: 15px 0!important;
  transition: all 1s ease-out;
}
.s_wishlist:hover #bookmarkit.swpbutton3 {
  background: #000!important;
  color: #fff!important;
}

.colleciton-categroy-sp {
  display: grid;
  /*grid-template-columns: repeat(3, 1fr);*/
  grid-template-columns: repeat(auto-fit, minmax(min(290px, 100%), 1fr));
  gap: 15px;
}
/*
@media (max-width: 1200px) {
  .colleciton-categroy-sp {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 800px) {
  .colleciton-categroy-sp {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .colleciton-categroy-sp {
    grid-template-columns: 1fr;
  }
}*/


.colleciton-categroy-sp div a {
  display: flex;
  flex-direction: column;
  background: #fdfdfd;
  transition: box-shadow .3s;
}
.colleciton-categroy-sp div a:hover {
  box-shadow: 0 0 11px rgba(229, 229, 229); 
}
.colleciton-categroy-sp div h2 {
  margin: 0;
  font-size: 15px;
  font-weight:500;
}
.colleciton-categroy-sp div a:hover h2 {
  color:#8D6B36;
}
.colleciton-categroy-sp div p {
  margin:0;
  padding:0;
  line-height: 20px;
}
.colleciton-categroy-sp div img {
 max-width: 100%;
}
#snize-search-results-grid-mode div.snize-product-label.down-left {
top: 0;
left: 0!important;
bottom: unset!important;
background: #ffc65c!important;
color: #543906;
font-weight: 600;
padding-top: 9px;
}
#snize-search-results-grid-mode div.snize-product-label.down-left::after {
  content: ""; /* Required for pseudo-elements to render */
  position: absolute;
  top: 0;
  right: -11px;
  width: 12px;
  height: 26px;
  clip-path: polygon(100% 0%, 40% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
  background-color: #ffc65c;
}



#snize-search-results-grid-mode div.snize-product-label.top-left {
  bottom: 0px!important;
  left: 0!important;
  background: #ff0000!important;
  top: unset!important;
}
#snize-search-results-grid-mode div.snize-product-label .snize-right-arrow {
  border-left: 9px solid #ff0000!important;
}
@media (max-width: 600px) {
.snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel input.snize-mobile-input-style {
  z-index: 999!important;
  position: relative!important;
  margin: 0!important;
  padding: 20px 0 20px 0!important;
  border-radius: 0!important;
  font-size:17px!important;
}
}
.predictive-search__input2 {
  padding: 0;
  min-width: 300px;
  background: transparent;
  box-shadow: none;
  border: none;
  -webkit-appearance: none;
          appearance: none;
   margin-left: 8px;
   margin-right: 8px;
}

.predictive-search__input2::placeholder {
  color: rgba(var(--text-color), 0.7);
  transition: color 0.2s ease-in-out;
}
@media (max-width: 600px) {
  .predictive-search__input2 {
  min-width: 275px;
  }
}


.sidebar22 {
  width: 25%;
  overflow: unset;
  position: -webkit-sticky;
  position: sticky;
  top: 5%;
}

.main22 {
  width: 70%;
  display: flex;
  flex-direction: column;
}
.main22 p {
  font-size: clamp(1.1rem, 0.5313rem + 1.5vw, 1.275rem);
}
.wrapper22 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .wrapper22 {
    flex-direction: column;
  }
  .sidebar22 {
  width: 100%;
  position: relative;
  position: relative;
  top: 5%;
  }
  .main22 {
  width: 100%;
  }
  .article__header-content {
    padding: 20px var(--container-gutter);
  }
  .heading.h1 {
    font-size: 18px;
  }
}

.article__content22 .rte h2 {
    font-size: 24px;
    margin: 0;
}
.tbl-list {
  width: 100%!important;
  max-width: 100%!important;
  box-shadow: none!important;
  border-radius: 0!important;
}
.article__inner22 {
    padding-top: 2rem;
}
.wishlist-area {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.wishlist-area .fa {
    font-size: 23px;
}
.wishlist-area .topbadge {
  background: rgb(var(--header-text-color))!important;
  color: rgb(var(--header-background))!important;
  margin-inline-start: 0;
  position: absolute;
  top: -7px;
  font-weight: var(--text-font-bold-weight);
  font-family: var(--text-font-family);
  font-style: var(--text-font-style);
  letter-spacing: 0;
  border-radius: 21px;
  min-width: 21px;
  height: 21px;
  font-size: 9px;
  line-height: 16px;
  left: 15px;
}
.tooltip-text {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  color: white;
  font-size: 12px;
  background-color: #192733;
  border-radius: 3px;
  padding: 3px 6px;
  top: -25px;
  left: -50%;
}
.tooltip-text::after {
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  background: #192733;
  clip-path: polygon(52% 50%, 0 0, 100% 0);
  top: 100%;
  left: 40%;
}

.wishlist-area:hover .tooltip-text {
  visibility: visible;
}

.blog-search {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem 0;
  background: #ebebeb;
}
.blog-search input[type="text"] {
  border: 1px solid #cdcdcd;
  width: 400px;
  height: 40px;
  background: transparent;
  padding: 0 10px;
}
.blog-search input[type="submit"] {
  background: #051e38;
    padding: 5px 25px;
    color: #fff;
}
.blog-search-sidebar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem 0;
  background: #ebebeb;
}
.blog-search-sidebar input[type="text"] {
  border: 1px solid #cdcdcd;
  height: 40px;
  background: transparent;
  padding: 0 10px;
}
.blog-search-sidebar input[type="submit"] {
  background: #051e38;
    padding: 5px 15px;
    color: #fff;
}

.penjoument-bg {
  display: block;
  /*background: url('/cdn/shop/files/Ink-Spill.png?v=1737722084');*/
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  gap: 2rem;
}
.penjoument-bg > * {
    flex: 1;
}
/*
.penjoument-bg::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  background: rgb(0, 0, 0, 0.6);
}
*/
.penjoument {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  height: 100%;
  gap: 25px;
  max-width: 820px;
  margin: 0 auto;
  padding: 25px 0;
  position: relative;
  color: #fff;
  z-index:1;
}
.penjoument::after {
  width: 90%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  background: #ec8c69;
  background-image: linear-gradient(to right, #ed6ea0 0%, #ec8c69 100%);
  border-radius: 20px;
}
.penjoument.pbg1::after {
  background: #3eb5af;
  background-image: linear-gradient(60deg, #96deda 0%, #3eb5af 100%);
}
.penjoument1 { 
  flex-grow: 0;
  align-self: stretch;
  position: relative;
  z-index: 333;
  transition: transform 0.3s ease;
}
.penjoument:hover .penjoument1 {
  transform: translateY(5px); /* Moves it down by 5px */
}
.penjoument1 img {
  border-radius: 20px;
  max-width: 200px;
  border: 2px solid #fff;
}
			
.penjoument2 {
  flex-grow: 0;
  flex-shrink: 1;
  align-self: stretch;
  position: relative;
  z-index: 333;
  padding-right: 20px;
}
.penjoument2 h2 {
  margin-bottom: 0;
}
.penjoument2 p {
  font-size: 14px;
  letter-spacing: 0.8px;
  line-height: 22px;
}
.penjoument2 a {
  background: #fff;
  background-image: linear-gradient(to right top, #ffffff, #f8f6fe, #f1edfd, #ebe3fb, #e6daf9);
  color: #000;
  padding: 2px 20px;
  border-radius: 20px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 5px;
  font-size: 14px;
  transition: all 0.2s ease-out;
  margin-top: 10px;
}
.penjoument2 a:hover {
  gap: 8px;
}
.penjoument2 a img {
  height: 13px;
}
@media (max-width: 800px) {
  .penjoument-bg {
    padding: 0;
    background: none;
  }
  .penjoument-bg::after {
    background: none;
  }
  .penjoument {
    flex-direction: column;
    padding: 0 25px 25px 25px;
    gap: 5px;
  }
  .penjoument::after {
    width: 100%;
    height: 90%;
    position: absolute;
    top: unset;
    bottom: 0;
  }
  .penjoument1 {
    max-width: 220px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .penjoument-bg {
    flex-direction: column;
    padding: 0 20px;
  }
}



.tabs {
	display: flex;
	flex-wrap: wrap; // make sure it wraps
}
.tabs label {
	order: 1; // Put the labels first
	display: block;
	padding: 1rem 2rem;
	margin-right: 0.2rem;
	cursor: pointer;
  background: #90CAF9;
  font-weight: bold;
  transition: background ease 0.2s;
}
.tabs .tab {
  order: 99; // Put the tabs last
  flex-grow: 1;
	width: 100%;
	display: none;
  padding: 1rem;
  background: #fff;
}
.tabs input[type="radio"] {
	display: none;
}
.tabs input[type="radio"]:checked + label {
	background: #fff;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}

@media (max-width: 45em) {
  .tabs .tab,
  .tabs label {
    order: initial;
  }
  .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}

.readMore-page .readmore p {
  margin-top: 0!important;
}
.readMore-page .readmore {
  text-align: left;
  margin-bottom: 0.5rem;
}
span.read-more__link-wrap a {
    background: #3F51B5;
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 5px;
    color: #fff;
}

/*-------- front page ----------*/
#smile-ui-lite-launcher-frame-container {
  bottom: 93px!important;
}
#ps__widget_container iframe {
  bottom: 30px!important;
}
/*-------- end front page -------*/

.margin-bottom {
  margin-block-end: 20px!important;
}

/*-- 100% / charity ---*/
.product-form__text {
  display: flex;
  justify-content: space-around;
  gap: 15px;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 15px;
}
.badge-logo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-left: 10px;
}
.badge-logo p {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.badge-logo p .fa {
  border-radius: 50%;
  border: 1px solid #333;
  padding: 2px 6px;
  font-size: 11px;
  font-weight: 300;
}
@media (max-width: 600px) {
  .badge-logo p {
    line-height: 16px;
  }
  .product-form__text {
    flex-direction: column;
  }
  .badge-logo {
    justify-content: flex-start;
  }
}
/*-- end 100% / charity ---*/

.icon-comment {
    gap: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.icon-comment a {
    text-decoration: underline;
}

.sub_heading {
  display: block;
  margin-bottom: 35px;
}
.sub_heading h3 {
  margin: 0 auto;
  padding: 0;
  color: #787878;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 22px;
  position: relative;
  display: flex;
}
.sub_heading h3:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid #e4e7f5;
  width: 100%;
}
.sub_heading h3 span {
  z-index: 2;
  position: relative;
  padding: 3px 16px;
  margin: 0 auto;
  background: #3F51B5;
  color: #fff8ee;
  border-radius: 30px;
}
.cat2-info { display: flex; flex-direction: column; padding: 5px 15px; }
.cat2-info h2 {
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: 0.4px;
}
.colleciton-categroy-list div a span {
  display: block;
  position: relative;
  overflow: hidden;
}
.colleciton-categroy-list div a span img {
  transition: 0.3s;
}
.colleciton-categroy-list div a:hover span img {
  transform: scale(1.1); 
}
.colleciton-categroy-list div a span p {
  position: absolute;
  right: 2px;
  bottom: 2px;
  background: #3F51B5;
  text-align: center;
  font-size: 11px;
  padding: 6px 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
}
.gap-lr { padding: 0 25px;}
.colleciton-categroy-list div a span p {
  visibility: hidden;
}
.colleciton-categroy-list div a:hover span p {
  visibility: visible;
}

.sub-heading-title {
  background: #f9f9f9;
  margin-bottom: 25px;
}
.sub-heading-title .breadcrumb--floating {
  width: 100%;
  border-bottom: 1px solid #e3dbdb;
}
.sub-heading-title .breadcrumb__list {
  padding: 12px 0;
  display: flex;
}
.sub-heading-text {
  display: flex;
  gap: 5em;
  padding: 68px 0 25px 0;
  align-content: center;
  align-items: flex-start;
  justify-content: space-evenly;
}

.sub-heading-text .heading.h1 {
  font-size: 48px;
  text-align: left;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (max-width: 600px) {
  .sub-heading-text {
    flex-direction: column;
    gap: 1em;
    padding: 10px 0;
  }
  .sub-heading-text .heading.h1 {
    font-size: 28px;
    margin-bottom: 0;
  }
}

.sp-col-banner {
  background: red;
}

.prdly-button_description.prdly-asset {
    font-weight: 900;
    color: #0000d9;
}

.eCalendar {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.eCalendar h2 {
  display: block;
  text-align: center;
}
.ecalendar-wrap {
  gap: 1.5em;
  justify-content: safe center;
  padding-block-end: 2px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.erow {
  border: 2px solid #f59f00;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 1.5em;
}
.emonth {
    background: #ffb938;
    text-align: center;
    max-width: 180px;
}
.emonth h5 {
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 900;
    font-family: "Harmonia Sans", sans-serif;
}
.emonth p {
    padding: 0.5em 1em;
    background: #f59f00;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 18px;
}
.ewrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
}
.eblock {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1em;
}
.etext {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1em;
}
.eTitle p {
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.eimg img {
    margin: 0 !important;
    padding: 0;
}
.swrap {
  padding: 0.5em 1em;
  background: #ff80ca;
}
.sbox {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  padding-bottom: 1em;
}
.sbox h1 {
  font-size: 32px;
  font-weight: 900;
  color: #d10e7a;
  margin: 0;
  text-transform: uppercase;
}
.cancer-wrap {
  display: flex;
  gap: 2em;
}
.cancer-box,
.cancer-box a {
  color: #ff1ba0;
  border: 1px solid #fff;
  padding: 5px 12px;
  background: #fff;
  transition: all 0.3s ease-out;
}
.cancer-box a {
  text-decoration: underline;
  text-transform: uppercase;
}
.cancer-box a:hover {
  color: #ff9ad5;
}
@media screen and (max-width: 600px) {
.sbox h1 {
    font-size: 17px;
}
.cancer-wrap {
    gap: 0.5em;
    flex-direction: column;
}
}
.cancer-box {
  display: flex;
  max-width: 445px;
  align-items: center;
}
.cancer-box img {
    max-width: 100px;
}
/********************* start blog-box ********************************/
.blog-box {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  background: #f1f1f1;
  padding-bottom: 2em;
  border-top: 1px solid #c9c9c9;
  padding-top: 2em;
  gap: 2rem;
}
.blog-box h3 {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
}
.blog-items a:hover img {
  opacity: 0.8;
}
.blog-img {
  display: block;
  max-height: 160px;
  overflow: hidden;
}
.blog-items h4 {
  font-size: 15px;
  margin: 10px 0;
  line-height: 20px;
  letter-spacing: 0.2px;
  font-weight: 900;
}
.blog-items p {
  font-size: 15px;
  margin: 0;
  line-height: 22px;
}
.slick-slide {
  margin: 0 10px;
}
.slick-list {
  margin: 0 -10px;
}
.slick-dots li {
  margin: 0!important;
}
.slick-dots li.slick-active button:before {
    font-size: 14px;
    line-height: 24px;
}
.ex-blog {
  display: block;
  text-align: center;
}
.ex-blog a {
  display: inline-block;
  background: #3f51b5;
  padding: 8px 22px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #fff;
  border: 1px solid #3f51b5;
  transition: all 0.6s ease-out;
}
.ex-blog a:hover {
  background: transparent;
  color: #3f51b5;
}
/********************* end blog-box ********************************/
.introwrap {
  padding: 1em;
  background-image: url("/cdn/shop/files/line-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.introbox {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 1rem;
  flex: 1;
}
.introimg { max-width: 140px; overflow: hidden;}
/*.introimg img {
    max-width: 260px;
}*/
.introtxt {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  gap: 0.05rem;
}
.introtxt h5, h3, p, a {
  margin: 0;
}
.introtxt h5 {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.introtxt h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: var(--heading-font-family);
  font-weight: 700;
  line-height: 24px;
}
.introtxt a span {
  display: inline-block;
  background: #341539;
  padding: 4px 18px;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  transition: all 0.5s ease-out;
}
.introtxt a span:hover {
  background: #642c6c;
}
@media screen and (max-width: 600px) {
  .introbox {
    flex-direction: column;
  }
  .introimg { max-width: 100%;}
  .introtxt h3 {
    font-size: 22px;
  }
}
.blog-items span {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
  gap: 0.5rem;
  margin-top: 0.8rem;
}
.blog-items span a {
  background: #8c7ca1;
  font-size: 12px;
  padding: 0 10px;
  color: #fff;
  letter-spacing: 0.5px;
  border-radius: 30px;
  text-decoration: none;
}
.blog-items span a:hover {
  color: #e7e7e7;
}
.blog-items span a:nth-child(3n-1) {
  background-color: #8c7ca1;
}
.blog-items span a:nth-child(3n-2) {
  background-color: #797cb5;
}
.blog-items span a:nth-child(3n-3) {
  background-color: #9ecbe2;
}
.slick-dots {
  bottom: -40px!important;
}
/*----------- black friday 2024 ------------------*/
.sub-heading-title {
  background: #f9f9f9;
  border-bottom: 5px solid #ededed;
  position: relative;
  margin-bottom: 45px;
}
.sub-heading-text .heading.h1 {
  min-width: 30%;
}
/*----------- end black friday 2024 ------------------*/
.price--highlight {
  color: #4CBB17;
  font-weight: 600;
}
.price--compare {
  color: #353935;
  opacity: 1;
  padding-bottom: 5px;
}
.label--highlight {
    background: transparent;
    color: #e71f0e;
}
@media screen and (min-width: 741px) {
    .label {
        font-size: 14px;
    }
}
.announcement-bar__message {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
}
.sub-heading-text.sub-head2 {
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.sub-heading-text.sub-head2 h1 {
    margin-bottom: 0;
}
.sub-heading-text.sub-head2 .readMore-page .readmore p {
    color: #ff6363;
}

/*--------------.holiday-ship-------------*/
.holiday-ship {
  display: flex;
  flex-direction: column;
}
.holiday-ship h1 {
  display: block;
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  background: #ffeded;
  padding: 1.5rem 0;
  color: #d30000;
}
.ship-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3em;
}
.ship-items {
  display: flex;
  flex-direction: column;
}
.ship-items h2 {
  font-size: 26px;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.ship-items h2 em {
  display: block;
  font-size: 13px;
  margin-top: 5px;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.ship-items table thead {
  background: #6a6a6a;
}
.ship-items table thead tr th {
  padding: 5px 15px !important;
  color: #fff;
}
.ship-items table tbody tr td {
  padding: 10px 15px !important;
}
.ship-items table tbody tr:nth-child(2n+2) {
  background: #e9e9e9;
}
@media screen and (max-width: 800px) {
  .ship-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5em;
  }
}
@media screen and (max-width: 600px) {
  .holiday-ship h1 {
    font-size: 18px;
  }
  .holiday-ship h1 {
    font-size: 20px;
  }
}
/*--------------end holiday-ship-------------*/
@media screen and (min-width: 800px) {
  a.article-item__image-container {
    text-align: center;
  }
  /*.features--image-zoom .image-zoom img {
    max-height: 210px;
  }*/
}

/*-- hide unwanted message from affirm https://www.penboutique.mom/products/leuchtturm-1917-bullet-journal-edition-2 --*/
/*-- .affirm-as-low-as[data-page-type="cart"] { display: none;} --*/

.product-meta {
  margin: 5px 0;
}
.rate_sku {
  display: flex;
  gap: 1rem;
  padding-top: 5px;
}
.rateBox {
  display: flex;
  gap: 0.5rem;
  font-size: 13px;
  border-left: 1px solid #dfdfdf;
  padding-left: 10px;
}
.rateBox .stamped-fa-star-o:before {
  font-size: 15px;
}
h1.product-meta__title.heading.h3 {
  margin-bottom: 5px;
  margin-top: 8px;
}
.product-meta {
  padding-block-end: 5px;
}
.penb-supply-delay-section {
  display: flex !important;
  column-gap: 1rem;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
@media (max-width: 600px) {
  .penb-supply-delay-section {
    flex-direction: column;
  }
}
p.affirm-as-low-as {
  margin-bottom: 10px;
}
.product__info .product-form {
  row-gap: 8px;
}
.upsell-container {
  margin-top: 10px!important;
}
.product-form__buy-buttons.add_wishlist {
  gap: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.product-form__buy-buttons.add_wishlist form {
  width: 90%;
}
.add_wishlist .s_wishlist .fa {
  border: 1px solid;
  padding: 12px;
  border-radius: 8px;
}
.upsell-defaultbox {
  gap: 1em;
}
.upsell-addon-container .product-single__title {
  font-size: 14px!important;
  font-weight: 500!important;
}
.shopify-planet-banner-v2-spaced {
    padding: 8px 16px!important;
    font-size: 14px!important;
}
.wisp {
  padding-top: 10px;
}
.wisp_count {
  top: 0px!important;
  height: 20px!important;
  width: 20px!important;
  line-height: 20px!important;
  background: #2e2e2e!important;
}
.coll-img {
  position: relative;
}
.coll-img > div {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 13px;
  background: #1f4591;
  color: #fff;
  padding: 0.3em 1em;
  display: flex;
  align-items: center;
  gap: 5px;
}
.tabs-nav__item-list .tabs-nav__item {
  padding: 5px 10px;
}

.giftbuy {
  display: inline-block;
  background: #009688;
  font-size: 13px;
  padding: 0 12px;
  color: #fff;
  position: relative;
}
.giftbuy::after {
  position: absolute;
  top: 0;
  right: -9px;
  border-left: 9px solid #009688;
  border-top: 12px solid rgba(0, 0, 0, 0);
  border-bottom: 11px solid rgba(0, 0, 0, 0);
  border-left-color: #009688;
  border-right-color: #009688;
  content: '';
}
.exdiv {
  display: flex;
  column-gap: 3em;
  flex-direction: column;
}
.exdiv > * {
  flex-basis: 100%;
}
@media(max-width: 800px) {
  .exdiv {
    column-gap: 0;
    row-gap: 1.5em;
    flex-direction: column;
  }
}
.exdiv2 {
  padding-top: 3em;
}
@media(max-width: 1024px) {
  .exdiv2 {
  padding-top: 1em;
  }
}
.exdiv2 .faqBox {
  background: #1f4591;
  padding: 1em 2em;
  align-items: flex-start;
}
.exdiv2 .faqBox dl {
 width: 100%;
}
.exdiv2 .faqBox h3 {
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #fff;
  position: relative;
  padding-left: 35px;
}
.exdiv2 .faqBox h3::after {
  position: absolute;
  top: 5px;
  left: 0;
  content: '';
  width: 32px;
  height: 32px;
  background: url('/cdn/shop/files/qa.png?v=1744787529'), no-repeat;
  background-size: cover;
}
.exdiv2 .faqBox dt {
  font-size: 20px;
  font-weight: 600;
  padding: 20px 0;
  color: #ffffff;
  border-radius: 0;
  border-top: 1px solid #4966a1 !important;
}
.exdiv2 .faqBox dd {
  font-size: 16px;
  padding: 0 15px 20px 20px;
  color: #ffffff;
  position: relative;
}
.exdiv2 .faqBox dd::after {
  position: absolute;
  left: 0;
  top: 5px;
  content: '';
  width: 16px;
  height: 16px;
  background: url('/cdn/shop/files/rarrow.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.exdiv2 .faqBox p {
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
}
.exdiv1 {
  display: flex;
  flex-direction: row;
  column-gap: 3em;
}
@media(max-width: 1024px) {
  .exdiv1 {
    flex-direction: column;
    row-gap: 1em;
  }
}
.extext {
  display: flex;
  flex-direction: column;
  row-gap: 2em;
}
.exvideo {
  min-width: 400px;
  display: flex;
  flex-direction: column;
}
@media(max-width: 600px) {
  .exvideo {
    min-width: 100%;
  }
}
.extext1 h2, .exvideo h2, .extext2 h2 {
  margin-bottom: 0.3em;
}
.extext1 h2 {
  background: #e2ecff;
  padding: 0.3em 0.7em;
  border-bottom: 2px solid #a3b2cf;
  color: #1f4591;
}
.exvideo h2 {
  background: #ffe2e2;
  padding: 0.3em 0.7em;
  border-bottom: 2px solid #f79797;
  color: #e91d1d;
}
.exvideoli {
  display: flex;
  flex-direction: column;
  row-gap: 1em;
}
@media(max-width: 1024px) {
  .exvideoli {
    flex-direction: row;
    column-gap: 1em;
  }
}
@media(max-width: 600px) {
  .exvideoli {
    flex-direction: column;
  }
}
.exvideoli iframe {
  width: 100%;
}
.blog-box .slick-prev:before, .blog-box .slick-next:before { color: #000;}
.blog-box .slick-track {
  margin: 0!important;
}
.refill_chart table {
  border: 1px solid #eee;
}
.refill_chart table td {
    border: 1px solid #eee;
}
.refill_chart table td, .refill_chart table td:first-child, .refill_chart table td:last-child {
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  padding-block-end: 20px;
}
/*------------ produt page title -------------------*/
.produt-title-m {
  display: none;
}
@media screen and (max-width: 800px) {
  .produt-title-m {
    display: block;
  }
  .produt-title-m h1.product-meta__title.heading.h3 {
      text-align: center;
      padding-bottom: 1em;
      font-size: 16px;
  }
  .produt-title-d {
    display: none;
  }
}
@media screen and (max-width: 740px) {
  .produt-title-m h1.product-meta__title.heading.h3 {
    padding-top: 1em;
    padding-bottom: 0;
  }
}
/*------------ end produt page title -------------------*/
ol.breadcrumb__list {
    padding: 5px 0;
}
.announcement-bar__message {
  padding-block-start: 5px;
  padding-block-end: 5px;
}
button.kl-private-reset-css-Xuajs1 {
    background: #341539 !important;
}
.header__wrapper {
  padding: 5px 0 !important;
  gap: 2em;
  justify-content: space-between;
}
.header__inline-navigation, .header__secondary-links {
  flex: unset;
}
@media screen and (min-width: 741px) {
  .product-form__payment-container {
        margin-block-start: 0!important;
    }
  div#bookmarkit {
    height: auto!important;
    padding: unset!important;
}
}
.announcement-bar__message {
  padding-block-start: 5px;
  padding-block-end: 5px;
}
@media screen and (min-width: 741px) {
  .announcement-bar {
    justify-content: space-between;
    position: relative;
  }
  .shopify-section--announcement-bar {
    z-index: 555!important;
  }
  .announcement-bar__list {
    flex: 1!important;
  }
}/*
.header__wrapper .header__secondary-links {
  display: none!important;
}*/
.c-FabButtonCritical__button, #ps-desktop-widget__closed-body {
  background: #341539!important;
}
.c-FabButtonCritical__squircle-background svg {
    fill: #341539!important;
}
.block-swatch__radio:checked+.block-swatch__item, .block-swatch__item.is-selected {
  border-radius: 5px !important;
}
.block-swatch__radio:checked+.block-swatch__item:after, .block-swatch__item.is-selected:after {
  border-radius: 5px;
}
.block-swatch label {
  border-radius: 5px;
}
.block-swatch__item {
  padding: 4px 18px 4px;
  font-weight: 900;
}
.lv-option-swatch {
  box-shadow: none !important;
}
p.linked-video {
  display: block;
  padding: 0;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 5px;
}
p.linked-video strong {
  color: #ff1d1d;
}
.product-tabs__tab-item-content h6 {
  margin-block-start: 0;
}
.tabs-nav {
  margin-block-end: 22px;
}

.pro-label {
  display: flex;
  gap: 1em;
  padding-top: 5px;
}
.pro-label p {
  padding: 4px 8px;
  font-size: 13px;
  letter-spacing: 0.3px;
}
/*.l-pink { background: #fac8cd;}*/

.new-color-badge {
    display:inline-flex; align-items:center; gap:10px;
    border:1.5px solid; padding:4px 16px 4px 10px;
    font-family:'Barlow Condensed',sans-serif; font-size:15px;
    font-weight:700; letter-spacing:2px; text-transform:uppercase;
  } 
  .l-red {
    background: #fdecea;
    border-color: #ef9a9a;
    color: #d90808;
  }
  .l-grey {
    background: #f1f1f1;
    border-color: #b7b7b7;
    color: #44585d;
  }
  .l-blue {
    background: #eff6ff;
    color: #68abfa;
    border-color: #cae2ff;
  }
@media screen and (max-width: 600px) {
  .new-color-badge {
    padding: 4px 10px 4px 8px;
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
.slideshow__image-wrapper, .slideshow__image {
    z-index: 999!important;
  height: 100%!important;
  visibility: visible!important;
  opacity: 100!important;
}
}
.thank_you {
  display: block;
  max-width: 720px;
  margin: 40px auto;
  background: #fff;
  padding: clamp(1rem, 5vw, 3rem);
  border-radius: 10px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}
.thank_you h1 {
  font-family: "Harmonia Sans", sans-serif;
  font-size: clamp(1.5rem, -2.9375rem + 10.5vw, 2.25rem);
  font-weight: 600;
  letter-spacing: 0.5px;
}

/*-------- notebook box -------------*/
.notebook_box {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .notebook_box {
    width: 100%;
  }
}
nav.breadcrumb {
  border-bottom: 1px #d6d6d6 solid;
  margin-bottom: 1.5rem;
}

nav.breadcrumb ol {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    list-style: none;
}

nav.breadcrumb ol li {
    padding-right: 12px;
    position: relative;    
    font: 13px/1.75 "Harmonia Sans",sans-serif;
    font-weight: 700
}

nav.breadcrumb ol li+li {
    padding-left: 24px
}

nav.breadcrumb ol li+li:before {
    position: absolute;
    content:'\00BB';
    top: -2px;
    left: 0;
    font-size: 14px;
}

nav.breadcrumb ol li a {
    color: #1c3a83
}
.carousel {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-around;
  }
  .main-image {
    position: relative;
    width: 600px;
    height: auto;
  }
  .main-image img {
    width: 100%;
    border-radius: 4px;
  }
  .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    color: orange;
    cursor: pointer;
    background: white;
    padding: 5px;
    border-radius: 50%;
    user-select: none;
  }
  .arrow.left {
    left: -40px;
  }
  .arrow.right {
    right: -40px;
  }
  .thumbnails {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .thumbnails img {
    width: 60px;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: border 0.3s;
  }
  .thumbnails img.active {
    border: 2px solid orange;
  }
.navi {
    position: sticky;
    top: 104px; /* Makes it stay at top */
    z-index: 1;
    display: flex;
    gap: 20px;
    padding: 20px 0;
    margin-top: 15px;
  }

.navi.pos-fixed {
    position: static
}

.navi.pos-fixed div {
    position: fixed;
    min-width: 1120px;
    top: 0;
    left: var(--x)
}

.navi.pos-fixed div ul {
    padding: 8px 0
}

.navi.immediate div ul {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none
}

.navi.immediate div ul li:first-child a:before {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none
}

.navi:not(.pos-fixed) div {
    left: 0!important
}

.navi>div {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    border-bottom: rgba(51,51,51,.2) 1px solid;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 5px 0;
    background:#fff;
}

.navi>div ul {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    -o-transition: padding .3s;
    -ms-transition: padding .3s;
    transition: padding .3s;
    gap: 20px;
    align-items:center;
    margin: 0;
}

.navi>div ul:first-child li {
    position: relative;
    height: 40px;
    display: table
}

.navi>div ul:first-child li~li {
    margin-left: 16px
}

.navi>div ul:first-child li a {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    white-space: nowrap;
    position: relative;
}

.navi>div ul:first-child li a:before {
    font-size: 24px;
    color: #ff8733;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

.navi>div ul:nth-child(2) {
    width: 248px;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    list-style: none;
    margin: 0;
}

.navi>div ul:nth-child(2) li a.btn-fav {
    width: 40px;
    height: 40px
}

.navi>div ul:nth-child(2) li a.btn-fav i:before {
    font-size: 22px
}

.navi>div ul:nth-child(2) a.btn-primary {
  width: 160px;
  background: #341539;
  color: #fff;
  display: table;
  height: 40px;
  border-radius: 4px;
  padding: 0 16px;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  vertical-align: middle;
  display: table-cell;
}
.navi>div ul:nth-child(2) a.btn-primary:hover {
  background:rgb(93, 45, 100);
}

.navi>div a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    cursor: pointer;
  }
.scroll-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
    margin-top: 2.5rem;
}
.scroll-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
      border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.scroll-head h2 {
  font-family: merriweather, serif;
  display: block;
  font-size: clamp(1rem, 4vw, 1.75rem);
  line-height: 1.29;
  margin:0;
}
.scroll-head p {
  font-family: tinos, serif;
  display: block;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}

.scroll-head ul {
    width: calc(100% - 48px);
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap:1px;
}

.scroll-head ul li {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  background: #ffcfad;
  border-radius: 2px;
  padding: 10px 16px;
}

.scroll-head ul li:first-child {
  background: #c80f0f;
  color: #fff
}
.scroll-about {
  max-width: 715px;
  margin: 0 auto;
}
.scroll-about p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 15px;
}
.scroll-addtocart {
  display: flex;
  align-content: center;
  justify-content: center;
  width: 100%;
  margin: 48px 0;
  padding: 40px;
  background: #f7f7f7;
}
.rec-box1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.rec-box1 h3 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  padding: 0 0 16px 0;
  border-bottom: 1px #d6d6d6 solid;
}
.slider-scroll {
  display: none;
}
.slider-scroll-item {
  display: flex;
  flex-direction: column;
}
a.slider-scroll-title {
  line-height: 20px;
  letter-spacing: 0.3px;
}
.scroll-price-highlight {
  color: #4CBB17;
  font-weight: 600;
}
.slider-scroll-price {
  display: flex;
  gap: 10px;
}
.scroll-price-compare {
    opacity: .7;
    text-decoration: line-through;
}
.slider-scroll-img {
    border-bottom: 3px #ff8733 solid;
    padding-bottom: 10px;
}
.scroll-wrap {
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.hover-fill {
    position: relative;
    overflow: hidden;
    transition: color 0.5s ease;
  }

  /* Pseudo-element for the animated fill */
  .hover-fill::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff8733; /* fill color */
    transform: scaleY(0);        /* start with no height */
    transform-origin: top;       /* scale from top */
    transition: transform 0.5s ease;
    z-index: 0;
  }
  .slider-scroll-item:hover .hover-fill::before {
    transform: scaleY(1);
  }

  .hover-fill span, .slider-scroll-title {
    position: relative;
    z-index: 1;
    transition: color 0.2s ease;
  }
  .slider-scroll-item:hover .hover-fill span, .slider-scroll-item:hover .slider-scroll-title {
    color: #fff;
  }
.slick-prev:before, .slick-next:before {
  color: #ff8733!important;
}
.compatible-techo {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 2.5rem;
}
.compatible-techo h3 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  padding: 0 0 16px 0;
  border-bottom: 1px #d6d6d6 solid;
}
.compatible-techo ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2.5rem;
}
.compatible-techo ul li {
  width: 228px;
  height: auto !important;
  padding: 0;
  cursor: pointer;
  position: relative;
  overflow: inherit;
}
.compatible-techo ul li a i {
    display: flex;
    align-items: center;
    gap: 10px;
}
.compatible-techo ul li a i img {
  width: 65px;
}
.compatible-techo ul li a span {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
}
.techo-lineup {
  display: table;
  width: 100%;
  border: 1px solid #adadad;
  text-align: center;
  padding: 5px 0;
  transition: all 0.5s ease;
}
.compatible-techo ul li a:hover .techo-lineup {
  border-color:#ff8733;
  background: #ffcfad;
}
.scroll-spec {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.scroll-spec h3 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  padding: 0 0 16px 0;
  border-bottom: 1px #d6d6d6 solid;
}
.scroll-spec table {
    border-collapse: collapse;
    width: 70%!important;
    margin: 20px auto;
    border: 1px solid #333;
  }

 .scroll-spec th,.scroll-spec td {
  padding: 13px 10px!important;
  font-size: 15px;
  line-height: 1.6;
  border: 1px #d6d6d6 solid;
  }
  /* First column same background color */
 .scroll-spec td:first-child,.scroll-spec th:first-child {
    background-color: #f7f7f7; /* Same color for all */
    font-weight: 600;
    padding: 13px 10px;
  }
  .scroll-read {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.scroll-read h3 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  padding: 0 0 16px 0;
  border-bottom: 1px #d6d6d6 solid;
}
.scroll-read > div > p {
    padding: 0 2.5rem;
    margin: 0 auto;
}
.click-toggle {
    display: flex;
    gap: 20px;
    justify-content: space-around;
    width: 100%;
    margin-top: 2.5rem;
}
.click-toggle .accordion {
    margin-bottom: 10px;
    overflow: hidden;
    flex: 1;
  }

 .click-toggle  .accordion-header {
    background-color: #f7f7f7;
    cursor: pointer;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
    border-bottom: 2px #ffc399 solid;
  }

 .click-toggle  .accordion-header:hover {
    background-color:rgb(252, 252, 252);
  }

 .click-toggle .accordion-header span {
    font-weight: bold;
    display: inline-block;
    transition: transform 0.3s ease;
    color: #ff8733;
  }

 .click-toggle .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.3s ease;
    padding: 0 15px;
    background-color: #fff;
  }

 .click-toggle .accordion-content p {
    margin: 15px 0;
  }

  /* Active state */
 .click-toggle .active .accordion-content {
    max-height: 200px; /* adjust to fit content */
    padding: 15px;
  }

 .click-toggle .active .accordion-header span {
    transform: rotate(45deg); /* "+" rotates to "x" */
  }
.scroll-user {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.scroll-user h3 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  padding: 0 0 16px 0;
  border-bottom: 1px #d6d6d6 solid;
}
@media screen and (min-width: 1200px) {
    .notebook_box .product__media {
        --product-media-width: 70%;
        margin: 0 auto;
    }
}
@media screen and (min-width: 1200px) {
    .notebook_box .product__info {
        --product-info-width: 100%;
    }
}
.upsellise-visits-visible {
  visibility: visible;
  background: #e7e7e7 !important;
  border: none;
  margin: 0;
  padding: 3px 0;
}
@media screen and (max-width: 768px) {
  .navi {
    display: none;
  }
  .scroll-section {
    padding: 0 2em;
  }
}
/*-------- end notebook box -------------*/

.nav-scroll {
  position: sticky;
  top: 102px;
  z-index: 111;
  display: block;
  margin-top: 0;
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.nav-scroll ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 40px;
  justify-content: center;
}
.nav-scroll ul li a {
  min-width: 140px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  border-radius: 3px;
  padding: 8px 15px;
  border-top: 1px solid #DDA0DD;
  border-left: 1px solid #DDA0DD;
  border-right: 1px solid #DDA0DD;
  border-bottom: 4px solid #DDA0DD;
  transition: color 0.2s ease;
  position: relative;
}
.nav-scroll ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #DDA0DD; /* background fill color */
  z-index: -1;
  transition: height 0.2s ease;
}

.nav-scroll ul li:hover a {
  color: #fff; /* text color when hovered */
}

.nav-scroll ul li a:hover::before {
  height: 100%; /* expands upward */
}
.scroll-block{
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 1.5rem;
}
.thin-arrow-icon {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
}
.thin-arrow-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  width: 100%;
  height: 100%;
  border-top: 1px solid currentColor; /* Thinner border for a thin look */
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(135deg); /* Rotate to create the arrow shape */
  transform-origin: 0 0;
}
.block-head {
  display: flex;
  background: #F6F6F6;
  padding: 2em;
  gap: 4em;
  justify-content: space-evenly;
  margin-bottom: 2em;
}
.block-head h3 {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 600;
  min-width: 180px;
  line-height: 38px;
}
.block-head p {
    font-size: clamp(0.8rem, 4vw, 1.2rem);
  }
@media screen and (max-width: 768px) {
  .sub-heading-title {
    margin-bottom: 5px;
  }
  .nav-scroll {
    top: 103px;
    padding: 20px 0;
  }
  .nav-scroll ul {
    gap: 10px;
    justify-content: flex-start;
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    margin: 0 20px;
  }
  .nav-scroll ul::-webkit-scrollbar {
    display: none;
  }
  .nav-scroll ul li {
    flex: 0 0 1em;
  }
  .nav-scroll ul li a {
    width: auto;
  }
  .block-head {
    padding: 2em;
    flex-direction: column;
    gap: 0.5rem;
  }

  .nav-scroll ul::-webkit-scrollbar {
    display: none;
  }

  .nav-scroll ul li {
    flex: 0 0 auto;
    scroll-snap-align: start;
    min-width: auto;
  }

  /* Scroll buttons */
  .scroll-btn {
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    background: #9C27B0;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    width: 25px;
    height: 25px;
    color: #fff;
    padding-bottom: 5px;
  }

  .scroll-btn.left { left: -10px; }
  .scroll-btn.right { right: -10px; }

  /* Fade overlays behind arrows */
  .nav-scroll::before,
  .nav-scroll::after {
    content: "";
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
  }

  .nav-scroll::before {
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,0.8), rgba(255,255,255,0));
  }

  .nav-scroll::after {
    right: 0;
    background: linear-gradient(to left, rgba(255,255,255,0.8), rgba(255,255,255,0));
  }
}
@media screen and (max-width: 500px) {
  .nav-scroll {
    top: 53px;
    padding: 10px 0;
  }
  .nav-scroll ul {
    gap: 20px;
    overflow-x: scroll;
    justify-content: flex-start;
  }
  .nav-scroll ul li a {
    padding: 5px 10px;
  }
}
.block-product-list {
  display: grid;
  /* Default to a single column on small screens */
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  max-width: 1400px;
  margin: 0 auto;
}

.block-product-list .product-item  {
  padding: 20px;
  border: 1px solid #e1e1e1;
  text-align: center;
}
.block-product-list .product-item .price {
  color: #08bd08;
  font-size: 18px;
}

/* For screens wider than 600px, show up to 2 items per row */
@media (min-width: 600px) {
  .block-product-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* For screens wider than 900px, show up to 3 items per row */
@media (min-width: 900px) {
  .block-product-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* For screens wider than 1200px, show up to 4 items per row */
@media (min-width: 1200px) {
  .block-product-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* For screens wider than 1400px, show 5 items per row (the max) */
@media (min-width: 1400px) {
  .block-product-list {
    grid-template-columns: repeat(5, 1fr);
  }
}

[data-item-title="Hobonichi 2026"] .header__linklist-link  {
  color: #f48a3f;
}
[data-item-title="Store Events"] .header__linklist-link  {
  color: #193ba3;
}
[data-item-title="Doorbuster"] .header__linklist-link {
  color: #f44336;
}
[data-item-title="Spring Black Friday Sale"] .header__linklist-link {
  color: #f44336;
}

.product-item {
  position: relative;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  overflow: hidden;
}

.product-item img {
  transition: transform 0.3s ease;
}

.product-item-meta__title {
  transition: color 0.4s ease;
}

.product-item:hover {
  box-shadow: 0 2px 15px rgba(83, 83, 83, 0.2); 
  border-color: #DDA0DD;
}

.product-item:hover img {
  transform: translateY(-6px); /* move image up */
}

.product-item:hover .product-item-meta__title {
  color:rgb(190, 122, 190);
}
@media (min-width: 768px) {
  .predictive-search__form {
    align-items: center;
    display: flex;
    border: 1px solid #ddd;
    justify-content: space-between;
    padding: 5px 10px 5px 5px;
    border-radius: 30px;
    width: 400px;
  }
}

@media (min-width: 768px) {
  /*
  .drawer[open] {
    visibility: hidden;
    display: none;
  }
*/
  .predictive-search__input {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .header__wrapper {
    gap: 1em;
  }
}

.below-banner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0.8rem 0;
  gap: 1rem;
  justify-content: space-between;
  /*
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  */
  border: 1px solid #e5e5e5;
  padding-inline: clamp(15px, 4vw, 20px);
}
.below-banner p {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  max-width: 75%;
}
.below-banner a {
  display: flex;
  padding: 6px 24px;
  background-color: #5865F2;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  box-shadow: 0 5px 0 #404EED;
  transition: all 0.1s ease;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.below-banner a img {
  width: 16px;
  height: 16px;
}

/* Hover effect */
.below-banner a:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 0 #404EED;
}

/* Press (click) effect */
.below-banner a:active {
  transform: translateY(3px);
  box-shadow: 0 2px 0 #404EED;
}
.below-banner p span:nth-child(1) { color: #4CAF50; }
.below-banner p span:nth-child(2) { color: #2196F3; }
.below-banner p span:nth-child(3) { color: #FFC107; }
.below-banner p span:nth-child(4) { color: #ee3def; }
.below-banner p span:nth-child(5) { color: #F44336; }
.sp-discountbox {
  position: relative;
  overflow: hidden;
}
.sp-discountbox img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.8s ease;
}

.sp-discountbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
}

.sp-discountbox:hover img {
  transform: scale(1.05); /* optional zoom effect */
}

.sp-discountbox:hover::after {
  animation: shine 1.2s forwards;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
@media (max-width: 1024px) {
  .below-banner {
    flex-direction: column;
    align-items: center;
  }
  .sp-discountbox {
    margin: 1em 1em 0em 1em;
  }
}



.introbox {
  position: relative;
}
.introbox img {
  transition: transform 0.6s ease;
}
.introbox::before,
.introbox::after,
.introbox span::before,
.introbox span::after {
  content: "";
  position: absolute;
  background: #341539;
  transition: all 0.4s ease;
}


/* Top border */
.introbox::before {
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
}
/* Bottom border */
.introbox::after {
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
}
/* Right border */
.introbox span::before {
  top: 0;
  right: 0;
  width: 1px;
  height: 0;
}
/* Left border */
.introbox span::after {
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0;
}

/* Hover animations */
.introbox:hover::before,
.introbox:hover::after {
  width: 100%;
}
.introbox:hover span::before,
.introbox:hover span::after {
  height: 100%;
}
.introbox:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 740px) {
  .modal__content {
    border-radius: 10px;
    max-height: none;
    overflow: hidden;
    bottom: 20vh;
    width: 90%;
    margin: 0 auto;
  }
  #ps-mobile-widget-close__body {
    font-size:14px!important;
    font-weight: 500;
  }
}
#ps-desktop-widget__body {
  height: 600px!important;
  width: 900px!important;
}
#ps-widget-custom-form__form-wrapper form {
  padding: 0 35px!important;
}

/*-------- landing css -----------*/
.one-hero-box {
  background-image: url('/cdn/shop/files/hero-bg.png?v=1759299998');
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  border-bottom: 5px solid #ef0106;
}
.one-block1 {
  background-image: url('/cdn/shop/files/block-imgBg1.png?v=1759300841');
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 5px solid #aba218;
  padding: 5rem 0;
}
.one-wrap {
    display: flex;
    gap: 3rem;
    justify-content: center;
}
.one-block1-Wchat {
  position:relative;
}
.one-block1-chat {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.one-block1-chat span {
 font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 22px;
  color: #ff0000;
}
.one-block1-chat p {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  width: 50%;
  display: inline-block;
  margin: auto;
}
.one-block1-txt {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin-left: 8em;
}
.one-block1-txt h2 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
  background: #000;
  color: #fff;
  padding: 10px 15px;
  line-height: 39px;
}
.one-block1-txt p {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
}
.one-block2 {
  background:#aba218;
  padding: 5rem 0;  
}
.one-block2 .container {
  display: flex;
  flex-direction: column;
}

.one-block2-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 5em 0;
}
.one-block2-img {
  position: absolute;
  top: 0;
  right: 0;
}
.one-block2-img img {
    max-width: 80%;
}
.block2-opt {
  display: flex;
  justify-content: space-around;
  text-align: center;
}
.block2-opt2 {
  display: flex;
  flex-direction: column;
}
.block2-opt2-list {
    display: flex;
    column-gap: 8rem;
}
.block2-title {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  margin-bottom: 2.5rem;
}
.block2-title small {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
}
.block2-title h2 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  background: #000;
  color: #fff;
  padding: 10px 15px;
  line-height: 39px;
  display: inline-block;
  max-width: 25%;
  margin: 0;
}
.block2-title p {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  max-width: 30%;
}
.block2-opt p {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}
.one-block-sub {
  display: flex;
  gap: 1.5rem;
  justify-content: space-evenly;
}
.comn-block-sub {
  flex: 1;
  text-align: center;
  background: #fff;
  padding: 1em 2.5em;
}

.one-block3 {
  background: #cc2829;
  padding: 5rem 0;
}
.one-block3-title, .one-block3-title2 {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.one-block3-title h2, .one-block3-title2 h2 {
    background: #000;
    color: #fff;
    width: 30%;
    margin: auto;
    padding: 15px 0;
}
.one-block3-title small, .one-block3-title2 small {
  font-family: "Lora", serif;
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}
.one-block4 {
  background: #1cc2d4;
  padding: 5rem 0;
}
.one-block4-title {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.one-block4-title small {
  font-family: "Lora", serif;
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}
.one-block4-title h2 {
    background: #000;
    color: #fff;
    width: 30%;
    margin: auto;
    padding: 15px 0;
    font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
}
.one-block3-new {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}
.one-block3-new span {
    background: red;
    padding: 10px 15px;
}
.one-block3-new p {
    background: #000;
    padding: 10px 15px;
}
#BIS_frame {
  z-index:2147483648!important;
}

.label--doorbuster {
  background-color: #ffc65c;
  position: relative;
}
.label--doorbuster::after {
  content: ""; /* Required for pseudo-elements to render */
  position: absolute;
  top: 0;
  right: -11px;
  width: 12px;
  height: 24px;
  clip-path: polygon(100% 0%, 40% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
  background-color: #ffc65c;
}
.label--finalsale {
  background: #ff1818;
  color: #fff;
  padding: 0 10px;
}


/*--------------.holiday-ship-------------*/
.holiday-ship {
  display: flex;
  flex-direction: column;
}
.holiday-ship h1 {
  display: block;
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  background: #ffeded;
  padding: 1.5rem 0;
  color: #d30000;
}
.ship-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3em;
}
.ship-items {
  display: flex;
  flex-direction: column;
}
.ship-items h2 {
  font-size: 26px;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.ship-items h2 em {
  display: block;
  font-size: 13px;
  margin-top: 5px;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.ship-items table thead {
  background: #6a6a6a;
}
.ship-items table thead tr th {
  padding: 5px 15px !important;
  color: #fff;
}
.ship-items table tbody tr td {
  padding: 10px 15px !important;
}
.ship-items table tbody tr:nth-child(2n+2) {
  background: #e9e9e9;
}
@media screen and (max-width: 800px) {
  .ship-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5em;
  }
}
@media screen and (max-width: 600px) {
  .holiday-ship h1 {
    font-size: 18px;
  }
  .holiday-ship h1 {
    font-size: 20px;
  }
}
/*--------------end holiday-ship-------------*/
@media screen and (min-width: 800px) {
  a.article-item__image-container {
    text-align: center;
  }
  /*.features--image-zoom .image-zoom img {
    max-height: 210px;
  }*/
}

/*-- hide unwanted message from affirm https://www.penboutique.mom/products/leuchtturm-1917-bullet-journal-edition-2 --*/
/*-- .affirm-as-low-as[data-page-type="cart"] { display: none;} --*/

.product-meta {
  margin: 5px 0;
}
.rate_sku {
  display: flex;
  gap: 1rem;
  padding-top: 5px;
}
.rateBox {
  display: flex;
  gap: 0.5rem;
  font-size: 13px;
  border-left: 1px solid #dfdfdf;
  padding-left: 10px;
}
.rateBox .stamped-fa-star-o:before {
  font-size: 15px;
}
h1.product-meta__title.heading.h3 {
  margin-bottom: 5px;
  margin-top: 8px;
}
.product-meta {
  padding-block-end: 5px;
}
.penb-supply-delay-section {
  display: flex !important;
  column-gap: 1rem;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
@media (max-width: 600px) {
  .penb-supply-delay-section {
    flex-direction: column;
  }
}
p.affirm-as-low-as {
  margin-bottom: 10px;
}
.product__info .product-form {
  row-gap: 8px;
}
.upsell-container {
  margin-top: 10px!important;
}
.product-form__buy-buttons.add_wishlist {
  gap: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.product-form__buy-buttons.add_wishlist form {
  width: 90%;
}
.add_wishlist .s_wishlist .fa {
  border: 1px solid;
  padding: 12px;
  border-radius: 8px;
}
.upsell-defaultbox {
  gap: 1em;
}
.upsell-addon-container .product-single__title {
  font-size: 14px!important;
  font-weight: 500!important;
}
.shopify-planet-banner-v2-spaced {
    padding: 8px 16px!important;
    font-size: 14px!important;
}
.wisp {
  padding-top: 10px;
}
.wisp_count {
  top: 0px!important;
  height: 20px!important;
  width: 20px!important;
  line-height: 20px!important;
  background: #2e2e2e!important;
}
.coll-img {
  position: relative;
}
.coll-img > div {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 13px;
  background: #1f4591;
  color: #fff;
  padding: 0.3em 1em;
  display: flex;
  align-items: center;
  gap: 5px;
}
.tabs-nav__item-list .tabs-nav__item {
  padding: 5px 10px;
}

.giftbuy {
  display: inline-block;
  background: #009688;
  font-size: 13px;
  padding: 0 12px;
  color: #fff;
  position: relative;
}
.giftbuy::after {
  position: absolute;
  top: 0;
  right: -9px;
  border-left: 9px solid #009688;
  border-top: 12px solid rgba(0, 0, 0, 0);
  border-bottom: 11px solid rgba(0, 0, 0, 0);
  border-left-color: #009688;
  border-right-color: #009688;
  content: '';
}
.exdiv {
  display: flex;
  column-gap: 3em;
  flex-direction: column;
}
.exdiv > * {
  flex-basis: 100%;
}
@media(max-width: 800px) {
  .exdiv {
    column-gap: 0;
    row-gap: 1.5em;
    flex-direction: column;
  }
}
.exdiv2 {
  padding-top: 3em;
}
@media(max-width: 1024px) {
  .exdiv2 {
  padding-top: 1em;
  }
}
.exdiv2 .faqBox {
  background: #1f4591;
  padding: 1em 2em;
  align-items: flex-start;
}
.exdiv2 .faqBox dl {
 width: 100%;
}
.exdiv2 .faqBox h3 {
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #fff;
  position: relative;
  padding-left: 35px;
}
.exdiv2 .faqBox h3::after {
  position: absolute;
  top: 5px;
  left: 0;
  content: '';
  width: 32px;
  height: 32px;
  background: url('/cdn/shop/files/qa.png?v=1744787529'), no-repeat;
  background-size: cover;
}
.exdiv2 .faqBox dt {
  font-size: 20px;
  font-weight: 600;
  padding: 20px 0;
  color: #ffffff;
  border-radius: 0;
  border-top: 1px solid #4966a1 !important;
}
.exdiv2 .faqBox dd {
  font-size: 16px;
  padding: 0 15px 20px 20px;
  color: #ffffff;
  position: relative;
}
.exdiv2 .faqBox dd::after {
  position: absolute;
  left: 0;
  top: 5px;
  content: '';
  width: 16px;
  height: 16px;
  background: url('/cdn/shop/files/rarrow.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.exdiv2 .faqBox p {
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
}
.exdiv1 {
  display: flex;
  flex-direction: row;
  column-gap: 3em;
}
@media(max-width: 1024px) {
  .exdiv1 {
    flex-direction: column;
    row-gap: 1em;
  }
}
.extext {
  display: flex;
  flex-direction: column;
  row-gap: 2em;
}
.exvideo {
  min-width: 400px;
  display: flex;
  flex-direction: column;
}
@media(max-width: 600px) {
  .exvideo {
    min-width: 100%;
  }
}
.extext1 h2, .exvideo h2, .extext2 h2 {
  margin-bottom: 0.3em;
}
.extext1 h2 {
  background: #e2ecff;
  padding: 0.3em 0.7em;
  border-bottom: 2px solid #a3b2cf;
  color: #1f4591;
}
.exvideo h2 {
  background: #ffe2e2;
  padding: 0.3em 0.7em;
  border-bottom: 2px solid #f79797;
  color: #e91d1d;
}
.exvideoli {
  display: flex;
  flex-direction: column;
  row-gap: 1em;
}
@media(max-width: 1024px) {
  .exvideoli {
    flex-direction: row;
    column-gap: 1em;
  }
}
@media(max-width: 600px) {
  .exvideoli {
    flex-direction: column;
  }
}
.exvideoli iframe {
  width: 100%;
}
.blog-box .slick-prev:before, .blog-box .slick-next:before { color: #000;}
.blog-box .slick-track {
  margin: 0!important;
}
.refill_chart table {
  border: 1px solid #eee;
}
.refill_chart table td {
    border: 1px solid #eee;
}
.refill_chart table td, .refill_chart table td:first-child, .refill_chart table td:last-child {
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  padding-block-end: 20px;
}
/*------------ produt page title -------------------*/
.produt-title-m {
  display: none;
}
@media screen and (max-width: 800px) {
  .produt-title-m {
    display: block;
  }
  .produt-title-m h1.product-meta__title.heading.h3 {
      text-align: center;
      padding-bottom: 1em;
      font-size: 16px;
  }
  .produt-title-d {
    display: none;
  }
}
@media screen and (max-width: 740px) {
  .produt-title-m h1.product-meta__title.heading.h3 {
    padding-top: 1em;
    padding-bottom: 0;
  }
}
/*------------ end produt page title -------------------*/
ol.breadcrumb__list {
    padding: 5px 0;
}
.announcement-bar__message {
  padding-block-start: 5px;
  padding-block-end: 5px;
}
button.kl-private-reset-css-Xuajs1 {
    background: #341539 !important;
}
.header__wrapper {
  padding: 5px 0 !important;
  gap: 2em;
  justify-content: space-between;
}
.header__inline-navigation, .header__secondary-links {
  flex: unset;
}
@media screen and (min-width: 741px) {
  .product-form__payment-container {
        margin-block-start: 0!important;
    }
  div#bookmarkit {
    height: auto!important;
    padding: unset!important;
}
}
.announcement-bar__message {
  padding-block-start: 5px;
  padding-block-end: 5px;
}
@media screen and (min-width: 741px) {
  .announcement-bar {
    justify-content: space-between;
    position: relative;
  }
  .shopify-section--announcement-bar {
    z-index: 555!important;
  }
  .announcement-bar__list {
    flex: 1!important;
  }
}/*
.header__wrapper .header__secondary-links {
  display: none!important;
}*/
.c-FabButtonCritical__button, #ps-desktop-widget__closed-body {
  background: #341539!important;
}
.c-FabButtonCritical__squircle-background svg {
    fill: #341539!important;
}
.block-swatch__radio:checked+.block-swatch__item, .block-swatch__item.is-selected {
  border-radius: 5px !important;
}
.block-swatch__radio:checked+.block-swatch__item:after, .block-swatch__item.is-selected:after {
  border-radius: 5px;
}
.block-swatch label {
  border-radius: 5px;
}
.block-swatch__item {
  padding: 4px 18px 4px;
  font-weight: 900;
}
.lv-option-swatch {
  box-shadow: none !important;
}
p.linked-video {
  display: block;
  padding: 0;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 5px;
}
p.linked-video strong {
  color: #ff1d1d;
}
.product-tabs__tab-item-content h6 {
  margin-block-start: 0;
}
.tabs-nav {
  margin-block-end: 22px;
}

.pro-label {
  display: flex;
  gap: 1em;
  padding-top: 5px;
}
.pro-label p {
  padding: 4px 8px;
  font-size: 13px;
  letter-spacing: 0.3px;
}

@media screen and (max-width: 600px) {
.slideshow__image-wrapper, .slideshow__image {
    z-index: 999!important;
  height: 100%!important;
  visibility: visible!important;
  opacity: 100!important;
}
}
.thank_you {
  display: block;
  max-width: 720px;
  margin: 40px auto;
  background: #fff;
  padding: clamp(1rem, 5vw, 3rem);
  border-radius: 10px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}
.thank_you h1 {
  font-family: "Harmonia Sans", sans-serif;
  font-size: clamp(1.5rem, -2.9375rem + 10.5vw, 2.25rem);
  font-weight: 600;
  letter-spacing: 0.5px;
}

/*-------- notebook box -------------*/
.notebook_box {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .notebook_box {
    width: 100%;
  }
}
nav.breadcrumb {
  border-bottom: 1px #d6d6d6 solid;
  margin-bottom: 1.5rem;
}

nav.breadcrumb ol {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    list-style: none;
}

nav.breadcrumb ol li {
    padding-right: 12px;
    position: relative;    
    font: 13px/1.75 "Harmonia Sans",sans-serif;
    font-weight: 700
}

nav.breadcrumb ol li+li {
    padding-left: 24px
}

nav.breadcrumb ol li+li:before {
    position: absolute;
    content:'\00BB';
    top: -2px;
    left: 0;
    font-size: 14px;
}

nav.breadcrumb ol li a {
    color: #1c3a83
}
.carousel {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-around;
  }
  .main-image {
    position: relative;
    width: 600px;
    height: auto;
  }
  .main-image img {
    width: 100%;
    border-radius: 4px;
  }
  .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    color: orange;
    cursor: pointer;
    background: white;
    padding: 5px;
    border-radius: 50%;
    user-select: none;
  }
  .arrow.left {
    left: -40px;
  }
  .arrow.right {
    right: -40px;
  }
  .thumbnails {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .thumbnails img {
    width: 60px;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: border 0.3s;
  }
  .thumbnails img.active {
    border: 2px solid orange;
  }
.navi {
    position: sticky;
    top: 104px; /* Makes it stay at top */
    z-index: 1;
    display: flex;
    gap: 20px;
    padding: 20px 0;
    margin-top: 15px;
  }

.navi.pos-fixed {
    position: static
}

.navi.pos-fixed div {
    position: fixed;
    min-width: 1120px;
    top: 0;
    left: var(--x)
}

.navi.pos-fixed div ul {
    padding: 8px 0
}

.navi.immediate div ul {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none
}

.navi.immediate div ul li:first-child a:before {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none
}

.navi:not(.pos-fixed) div {
    left: 0!important
}

.navi>div {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    border-bottom: rgba(51,51,51,.2) 1px solid;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 5px 0;
    background:#fff;
}

.navi>div ul {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    -o-transition: padding .3s;
    -ms-transition: padding .3s;
    transition: padding .3s;
    gap: 20px;
    align-items:center;
    margin: 0;
}

.navi>div ul:first-child li {
    position: relative;
    height: 40px;
    display: table
}

.navi>div ul:first-child li~li {
    margin-left: 16px
}

.navi>div ul:first-child li a {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    white-space: nowrap;
    position: relative;
}

.navi>div ul:first-child li a:before {
    font-size: 24px;
    color: #ff8733;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

.navi>div ul:nth-child(2) {
    width: 248px;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    list-style: none;
    margin: 0;
}

.navi>div ul:nth-child(2) li a.btn-fav {
    width: 40px;
    height: 40px
}

.navi>div ul:nth-child(2) li a.btn-fav i:before {
    font-size: 22px
}

.navi>div ul:nth-child(2) a.btn-primary {
  width: 160px;
  background: #341539;
  color: #fff;
  display: table;
  height: 40px;
  border-radius: 4px;
  padding: 0 16px;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  vertical-align: middle;
  display: table-cell;
}
.navi>div ul:nth-child(2) a.btn-primary:hover {
  background:rgb(93, 45, 100);
}

.navi>div a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    cursor: pointer;
  }
.scroll-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
    margin-top: 2.5rem;
}
.scroll-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
      border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.scroll-head h2 {
  font-family: merriweather, serif;
  display: block;
  font-size: clamp(1rem, 4vw, 1.75rem);
  line-height: 1.29;
  margin:0;
}
.scroll-head p {
  font-family: tinos, serif;
  display: block;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}

.scroll-head ul {
    width: calc(100% - 48px);
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap:1px;
}

.scroll-head ul li {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  background: #ffcfad;
  border-radius: 2px;
  padding: 10px 16px;
}

.scroll-head ul li:first-child {
  background: #c80f0f;
  color: #fff
}
.scroll-about {
  max-width: 715px;
  margin: 0 auto;
}
.scroll-about p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 15px;
}
.scroll-addtocart {
  display: flex;
  align-content: center;
  justify-content: center;
  width: 100%;
  margin: 48px 0;
  padding: 40px;
  background: #f7f7f7;
}
.rec-box1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.rec-box1 h3 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  padding: 0 0 16px 0;
  border-bottom: 1px #d6d6d6 solid;
}
.slider-scroll {
  display: none;
}
.slider-scroll-item {
  display: flex;
  flex-direction: column;
}
a.slider-scroll-title {
  line-height: 20px;
  letter-spacing: 0.3px;
}
.scroll-price-highlight {
  color: #4CBB17;
  font-weight: 600;
}
.slider-scroll-price {
  display: flex;
  gap: 10px;
}
.scroll-price-compare {
    opacity: .7;
    text-decoration: line-through;
}
.slider-scroll-img {
    border-bottom: 3px #ff8733 solid;
    padding-bottom: 10px;
}
.scroll-wrap {
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.hover-fill {
    position: relative;
    overflow: hidden;
    transition: color 0.5s ease;
  }

  /* Pseudo-element for the animated fill */
  .hover-fill::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff8733; /* fill color */
    transform: scaleY(0);        /* start with no height */
    transform-origin: top;       /* scale from top */
    transition: transform 0.5s ease;
    z-index: 0;
  }
  .slider-scroll-item:hover .hover-fill::before {
    transform: scaleY(1);
  }

  .hover-fill span, .slider-scroll-title {
    position: relative;
    z-index: 1;
    transition: color 0.2s ease;
  }
  .slider-scroll-item:hover .hover-fill span, .slider-scroll-item:hover .slider-scroll-title {
    color: #fff;
  }
.slick-prev:before, .slick-next:before {
  color: #ff8733!important;
}
.compatible-techo {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 2.5rem;
}
.compatible-techo h3 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  padding: 0 0 16px 0;
  border-bottom: 1px #d6d6d6 solid;
}
.compatible-techo ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2.5rem;
}
.compatible-techo ul li {
  width: 228px;
  height: auto !important;
  padding: 0;
  cursor: pointer;
  position: relative;
  overflow: inherit;
}
.compatible-techo ul li a i {
    display: flex;
    align-items: center;
    gap: 10px;
}
.compatible-techo ul li a i img {
  width: 65px;
}
.compatible-techo ul li a span {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
}
.techo-lineup {
  display: table;
  width: 100%;
  border: 1px solid #adadad;
  text-align: center;
  padding: 5px 0;
  transition: all 0.5s ease;
}
.compatible-techo ul li a:hover .techo-lineup {
  border-color:#ff8733;
  background: #ffcfad;
}
.scroll-spec {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.scroll-spec h3 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  padding: 0 0 16px 0;
  border-bottom: 1px #d6d6d6 solid;
}
.scroll-spec table {
    border-collapse: collapse;
    width: 70%!important;
    margin: 20px auto;
    border: 1px solid #333;
  }

 .scroll-spec th,.scroll-spec td {
  padding: 13px 10px!important;
  font-size: 15px;
  line-height: 1.6;
  border: 1px #d6d6d6 solid;
  }
  /* First column same background color */
 .scroll-spec td:first-child,.scroll-spec th:first-child {
    background-color: #f7f7f7; /* Same color for all */
    font-weight: 600;
    padding: 13px 10px;
  }
  .scroll-read {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.scroll-read h3 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  padding: 0 0 16px 0;
  border-bottom: 1px #d6d6d6 solid;
}
.scroll-read > div > p {
    padding: 0 2.5rem;
    margin: 0 auto;
}
.click-toggle {
    display: flex;
    gap: 20px;
    justify-content: space-around;
    width: 100%;
    margin-top: 2.5rem;
}
.click-toggle .accordion {
    margin-bottom: 10px;
    overflow: hidden;
    flex: 1;
  }

 .click-toggle  .accordion-header {
    background-color: #f7f7f7;
    cursor: pointer;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
    border-bottom: 2px #ffc399 solid;
  }

 .click-toggle  .accordion-header:hover {
    background-color:rgb(252, 252, 252);
  }

 .click-toggle .accordion-header span {
    font-weight: bold;
    display: inline-block;
    transition: transform 0.3s ease;
    color: #ff8733;
  }

 .click-toggle .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.3s ease;
    padding: 0 15px;
    background-color: #fff;
  }

 .click-toggle .accordion-content p {
    margin: 15px 0;
  }

  /* Active state */
 .click-toggle .active .accordion-content {
    max-height: 200px; /* adjust to fit content */
    padding: 15px;
  }

 .click-toggle .active .accordion-header span {
    transform: rotate(45deg); /* "+" rotates to "x" */
  }
.scroll-user {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.scroll-user h3 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  padding: 0 0 16px 0;
  border-bottom: 1px #d6d6d6 solid;
}
@media screen and (min-width: 1200px) {
    .notebook_box .product__media {
        --product-media-width: 70%;
        margin: 0 auto;
    }
}
@media screen and (min-width: 1200px) {
    .notebook_box .product__info {
        --product-info-width: 100%;
    }
}
.upsellise-visits-visible {
  visibility: visible;
  background: #e7e7e7 !important;
  border: none;
  margin: 0;
  padding: 3px 0;
}
@media screen and (max-width: 768px) {
  .navi {
    display: none;
  }
  .scroll-section {
    padding: 0 2em;
  }
}
/*-------- end notebook box -------------*/

.nav-scroll {
  position: sticky;
  top: 102px;
  z-index: 111;
  display: block;
  margin-top: 0;
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.nav-scroll ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 40px;
  justify-content: center;
}
.nav-scroll ul li a {
  min-width: 140px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  border-radius: 3px;
  padding: 8px 15px;
  border-top: 1px solid #DDA0DD;
  border-left: 1px solid #DDA0DD;
  border-right: 1px solid #DDA0DD;
  border-bottom: 4px solid #DDA0DD;
  transition: color 0.2s ease;
  position: relative;
}
.nav-scroll ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #DDA0DD; /* background fill color */
  z-index: -1;
  transition: height 0.2s ease;
}

.nav-scroll ul li:hover a {
  color: #fff; /* text color when hovered */
}

.nav-scroll ul li a:hover::before {
  height: 100%; /* expands upward */
}
.scroll-block{
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 1.5rem;
}
.thin-arrow-icon {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
}
.thin-arrow-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  width: 100%;
  height: 100%;
  border-top: 1px solid currentColor; /* Thinner border for a thin look */
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(135deg); /* Rotate to create the arrow shape */
  transform-origin: 0 0;
}
.block-head {
  display: flex;
  background: #F6F6F6;
  padding: 2em;
  gap: 4em;
  justify-content: space-evenly;
  margin-bottom: 2em;
}
.block-head h3 {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 600;
  min-width: 180px;
  line-height: 38px;
}
.block-head p {
    font-size: clamp(0.8rem, 4vw, 1.2rem);
  }
@media screen and (max-width: 768px) {
  .sub-heading-title {
    margin-bottom: 5px;
  }
  .nav-scroll {
    top: 103px;
    padding: 20px 0;
  }
  .nav-scroll ul {
    gap: 10px;
    justify-content: flex-start;
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    margin: 0 20px;
  }
  .nav-scroll ul::-webkit-scrollbar {
    display: none;
  }
  .nav-scroll ul li {
    flex: 0 0 1em;
  }
  .nav-scroll ul li a {
    width: auto;
  }
  .block-head {
    padding: 2em;
    flex-direction: column;
    gap: 0.5rem;
  }

  .nav-scroll ul::-webkit-scrollbar {
    display: none;
  }

  .nav-scroll ul li {
    flex: 0 0 auto;
    scroll-snap-align: start;
    min-width: auto;
  }

  /* Scroll buttons */
  .scroll-btn {
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    background: #9C27B0;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    width: 25px;
    height: 25px;
    color: #fff;
    padding-bottom: 5px;
  }

  .scroll-btn.left { left: -10px; }
  .scroll-btn.right { right: -10px; }

  /* Fade overlays behind arrows */
  .nav-scroll::before,
  .nav-scroll::after {
    content: "";
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
  }

  .nav-scroll::before {
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,0.8), rgba(255,255,255,0));
  }

  .nav-scroll::after {
    right: 0;
    background: linear-gradient(to left, rgba(255,255,255,0.8), rgba(255,255,255,0));
  }
}
@media screen and (max-width: 500px) {
  .nav-scroll {
    top: 53px;
    padding: 10px 0;
  }
  .nav-scroll ul {
    gap: 20px;
    overflow-x: scroll;
    justify-content: flex-start;
  }
  .nav-scroll ul li a {
    padding: 5px 10px;
  }
}
.block-product-list {
  display: grid;
  /* Default to a single column on small screens */
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  max-width: 1400px;
  margin: 0 auto;
}

.block-product-list .product-item  {
  padding: 20px;
  border: 1px solid #e1e1e1;
  text-align: center;
}
.block-product-list .product-item .price {
  color: #08bd08;
  font-size: 18px;
}

/* For screens wider than 600px, show up to 2 items per row */
@media (min-width: 600px) {
  .block-product-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* For screens wider than 900px, show up to 3 items per row */
@media (min-width: 900px) {
  .block-product-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* For screens wider than 1200px, show up to 4 items per row */
@media (min-width: 1200px) {
  .block-product-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* For screens wider than 1400px, show 5 items per row (the max) */
@media (min-width: 1400px) {
  .block-product-list {
    grid-template-columns: repeat(5, 1fr);
  }
}

[data-item-title="Hobonichi 2026"] .header__linklist-link  {
  color: #f48a3f;
}
[data-item-title="Store Events"] .header__linklist-link  {
  color: #193ba3;
}
[data-item-title="Doorbusters"] .header__linklist-link {
  color: #f44336;
}


.product-item {
  position: relative;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  overflow: hidden;
}

.product-item img {
  transition: transform 0.3s ease;
}

.product-item-meta__title {
  transition: color 0.4s ease;
}

.product-item:hover {
  box-shadow: 0 2px 15px rgba(83, 83, 83, 0.2); 
  border-color: #DDA0DD;
}

.product-item:hover img {
  transform: translateY(-6px); /* move image up */
}

.product-item:hover .product-item-meta__title {
  color:rgb(190, 122, 190);
}
@media (min-width: 768px) {
  .predictive-search__form {
    align-items: center;
    display: flex;
    border: 1px solid #ddd;
    justify-content: space-between;
    padding: 5px 10px 5px 5px;
    border-radius: 30px;
    width: 400px;
  }
}

@media (min-width: 768px) {
  /*
  .drawer[open] {
    visibility: hidden;
    display: none;
  }
*/
  .predictive-search__input {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .header__wrapper {
    gap: 1em;
  }
}

.sp-discountbox {
  position: relative;
  overflow: hidden;
}
.sp-discountbox img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.8s ease;
}

.sp-discountbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
}

.sp-discountbox:hover img {
  transform: scale(1.05); /* optional zoom effect */
}

.sp-discountbox:hover::after {
  animation: shine 1.2s forwards;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
@media (max-width: 1024px) {
  .below-banner {
    flex-direction: column;
    align-items: center;
  }
  .sp-discountbox {
    margin: 1em 1em 0em 1em;
  }
}



.introbox {
  position: relative;
}
.introbox img {
  transition: transform 0.6s ease;
}
.introbox::before,
.introbox::after,
.introbox span::before,
.introbox span::after {
  content: "";
  position: absolute;
  background: #341539;
  transition: all 0.4s ease;
}


/* Top border */
.introbox::before {
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
}
/* Bottom border */
.introbox::after {
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
}
/* Right border */
.introbox span::before {
  top: 0;
  right: 0;
  width: 1px;
  height: 0;
}
/* Left border */
.introbox span::after {
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0;
}

/* Hover animations */
.introbox:hover::before,
.introbox:hover::after {
  width: 100%;
}
.introbox:hover span::before,
.introbox:hover span::after {
  height: 100%;
}
.introbox:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 740px) {
  .modal__content {
    border-radius: 10px;
    max-height: none;
    overflow: hidden;
    bottom: 20vh;
    width: 90%;
    margin: 0 auto;
  }
  #ps-mobile-widget-close__body {
    font-size:14px!important;
    font-weight: 500;
  }
}
#ps-desktop-widget__body {
  height: 600px!important;
  width: 900px!important;
}
#ps-widget-custom-form__form-wrapper form {
  padding: 0 35px!important;
}

/*-------- landing css -----------*/
.one-hero-box {
  background-image: url('/cdn/shop/files/hero-bg.png?v=1759299998');
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  border-bottom: 5px solid #ef0106;
}
.one-block1 {
  background-image: url('/cdn/shop/files/block-imgBg1.png?v=1759300841');
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 5px solid #aba218;
  padding: 5rem 0;
}
.one-wrap {
    display: flex;
    gap: 3rem;
    justify-content: center;
}
.one-block1-Wchat {
  position:relative;
}
.one-block1-chat {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.one-block1-chat span {
 font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 22px;
  color: #ff0000;
}
.one-block1-chat p {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  width: 50%;
  display: inline-block;
  margin: auto;
}
.one-block1-txt {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin-left: 8em;
}
.one-block1-txt h2 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
  background: #000;
  color: #fff;
  padding: 10px 15px;
  line-height: 39px;
}
.one-block1-txt p {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
}
.one-block2 {
  background:#aba218;
  padding: 5rem 0;  
}
.one-block2 .container {
  display: flex;
  flex-direction: column;
}

.one-block2-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 5em 0;
}
.one-block2-img {
  position: absolute;
  top: 0;
  right: 0;
}
.one-block2-img img {
    max-width: 80%;
}
.block2-opt {
  display: flex;
  justify-content: space-around;
  text-align: center;
}
.block2-opt2 {
  display: flex;
  flex-direction: column;
}
.block2-opt2-list {
    display: flex;
    column-gap: 8rem;
}
.block2-title {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  margin-bottom: 2.5rem;
}
.block2-title small {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
}
.block2-title h2 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  background: #000;
  color: #fff;
  padding: 10px 15px;
  line-height: 39px;
  display: inline-block;
  max-width: 25%;
  margin: 0;
}
.block2-title p {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  max-width: 30%;
}
.block2-opt p {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}
.one-block-sub {
  display: flex;
  gap: 1.5rem;
  justify-content: space-evenly;
}
.comn-block-sub {
  flex: 1;
  text-align: center;
  background: #fff;
  padding: 1em 2.5em;
}

.one-block3 {
  background: #cc2829;
  padding: 5rem 0;
}
.one-block3-title, .one-block3-title2 {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.one-block3-title h2, .one-block3-title2 h2 {
    background: #000;
    color: #fff;
    width: 30%;
    margin: auto;
    padding: 15px 0;
}
.one-block3-title small, .one-block3-title2 small {
  font-family: "Lora", serif;
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}
.one-block4 {
  background: #1cc2d4;
  padding: 5rem 0;
}
.one-block4-title {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.one-block4-title small {
  font-family: "Lora", serif;
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}
.one-block4-title h2 {
    background: #000;
    color: #fff;
    width: 30%;
    margin: auto;
    padding: 15px 0;
    font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
}
.one-block3-new {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}
.one-block3-new span {
    background: red;
    padding: 10px 15px;
}
.one-block3-new p {
    background: #000;
    padding: 10px 15px;
}
#BIS_frame {
  z-index:2147483648!important;
}

.label--doorbuster {
  background-color: #ffc65c;
  position: relative;
}
.label--doorbuster::after {
  content: ""; /* Required for pseudo-elements to render */
  position: absolute;
  top: 0;
  right: -11px;
  width: 12px;
  height: 24px;
  clip-path: polygon(100% 0%, 40% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
  background-color: #ffc65c;
}
.label--finalsale {
  background: #ff1818;
  color: #fff;
  padding: 0 10px;
}
/*------------- holiday gift guide ----------------*/
.holiday {
  --holiday-h3: clamp(24px, 3vw + 2px, 32px); 
}
.holiday .container {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
.four-col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  padding: 3rem 0 0 0;
  justify-items: center;
}

.four-col > * {
  padding: 1rem;
  width: 100%;
  align-content: center;
  text-align: center;
  height: 180px;
  border: 3px solid;
transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
  position: relative;
  overflow: hidden;
  color: #673AB7;
}

.four-col > *:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 0 18px currentColor, 0 8px 20px rgba(0,0,0,0.15);
  border-color: currentColor;
  background-color: #673AB7;
}
.four-col > * a {
    display: flex;
    flex-direction: column;
}
.four-col > * a img {
    max-width: none;
    width: 20%;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.four-col > * h3 {
  font-size: var(--holiday-h3);
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .4px;
  line-height: 32px;

  position: relative;
  display: inline-block;
  transition:
    color 0.25s ease,
    transform 0.25s ease;
}
/* h3 grows slightly + color highlight on hover */
.four-col > *:hover h3 {
  transform: translateY(-2px);
}

/* Underline reveal effect on hover */
.four-col > * h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background: #fff; /* matches each card’s unique border color */
  transition: width 0.8s ease;
}

.four-col > *:hover h3::after {
  width: 100%;
}

.four-col > *:hover {
  color: #fff;
}
@media (max-width: 768px) {
  .four-col {
    display: flex;
    overflow-x: auto;
    gap: 1rem;
    padding: 1rem;
    
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    justify-content: space-evenly;
  }
  .four-col > * {
    flex: 0 0 40vw;
    scroll-snap-align: start;
    max-width: none;
  }
}
@media (max-width: 640px) {

  .four-col > * {
    flex: 0 0 80vw;
  }
}

.four-col .btn {
  position: relative;
  align-items: center;
}

.four-col .btn::after {
  content: "⟶"; /* modern arrow */
  font-size: 14px;
  font-weight: 300;
  padding-left: 10px;
  transition: padding .2s ease;
}
.four-col > *:hover a .btn::after {
  padding-left: 15px; /* arrow moves slightly on hover */
}

.hguide-category {
  display: flex;
  gap: 20px;
}

.main-hguide {
  flex: 0 0 35%;         /* keep your 40% column */
  display: grid;         /* use grid to stack children */
  place-items: stretch;  /* stretch children to fill */
  /* optional fixed aspect ratio so it looks consistent */
  aspect-ratio: 4 / 3;   /* change as you like (or use height) */
  overflow: hidden;      /* hide overflow from image zoom */
  border-radius: 8px;    /* optional visual nicety */
}

/* Make every direct child occupy the same grid cell */
.main-hguide > * {
  grid-area: 1 / 1;      /* put everything in the same cell -> stacked */
  width: 100%;
  height: 100%;
}

/* Image should fill the cell and keep cover behavior */
.main-hguide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;     /* behave like background-image */
  pointer-events: none;  /* allow clicks to pass to the link */
  transition: transform .4s ease;
  z-index:1;
}
.main-hguide:hover img {
  transform: scale(1.08);  /* adjust zoom amount */
}
/* Overlay sits on top of image */
.main-hguide .overlay {
  background: rgba(0,0,0,0.55); /* adjust opacity/color */
  mix-blend-mode: normal;
  pointer-events: none;  /* so overlay doesn't block link clicks */
  z-index:2;
}

/* Link with text — center content over the overlay */
.main-hguide a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 1rem;
  gap: 6px;
  z-index: 2;            /* keep above overlay (z-index works in grid stacking) */
  align-self: center;
  justify-self: center;
  z-index: 3;
  transition: all 1s ease-out;
}

/* Typography sizing (optional) */
.main-hguide h3 {
  margin: 0;
  line-height: 1.1;
  font-size: var(--holiday-h3);
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .4px;
}
.main-hguide p {
  margin: 0;
  font-size: 0.95rem;
  opacity: 0.95;
  padding: 0 10px;
  transition: all 0.5s ease-out;
}
.main-hguide:hover a p {
  color: #fff;
  background: #ff3030
}

/* Small tweak for very small screens */
@media (max-width: 768px) {
  .main-hguide {
    aspect-ratio: 3/3; /* a bit wider on mobile, change as desired */
  }
}

.hguide-list {
  flex: 0 0 65%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.hguide-item {
  flex: 0 0 calc(33.333% - 20px); /* always 3 columns */
  box-sizing: border-box;
}

.hguide-item a {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center; /* center p by default */
  overflow: hidden;
}

/* Make all children overlap */
.hguide-item a > * {
  grid-area: 1 / 1; 
}

/* IMAGE */
.hguide-item img {
  width: 100%;
  height: auto;
  z-index: 1;
  transition: transform .4s ease;
}
.hguide-item a:hover img {
    transform: scale(1.08);    /* smooth zoom */
}

.hguide-item p {
    background: rgba(255, 255, 255, 0.8);
    padding: 8px 16px;
    font-weight: 600;
    font-size: 16px;
    color: #ff1e1e;
    z-index: 2;

    justify-self: center;
    align-self: center;

    width: auto;                    /* important */
    transition: background 0.35s ease, width 0.35s ease;
}

.hguide-item a:hover p {
    background: #ff3030;
    width: auto;                    /* smooth expansion */
    text-align: center;
    color: #fff;
}
.hguide-item span {
  justify-self: end;
  align-self: end;
  background: #457b9d;
  padding: 0px 5px;
  font-size: 20px;
  z-index: 2;
  color: #fff;
  position: relative;
  overflow: hidden;
  line-height: normal;
}

/* Create a pseudo-element for the + symbol */
.hguide-item span::after {
    content: "+";
    display: inline-block;
    margin-left: 6px;
    transition: transform 2s ease;
}

/* Spin ONLY the plus sign */
.hguide-item a:hover span::after {
    transform: rotate(360deg);
}


/* ============================
   TABLET (Horizontal Scroll)
============================ */
@media (max-width: 900px) {
  .hguide-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 16px;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
  }

  .hguide-item {
    flex: 0 0 200px;
    scroll-snap-align: start;
  }

  /* --- VISIBLE RED SCROLLBAR --- */
  .hguide-list::-webkit-scrollbar {
    height: 8px; /* scrollbar thickness */
  }
  .hguide-list::-webkit-scrollbar-track {
    background: #f2f2f2; /* track color */
    border-radius: 10px;
  }
  .hguide-list::-webkit-scrollbar-thumb {
    background: red; /* red scrollbar color */
    border-radius: 10px;
  }
}


/* ============================
   MOBILE STACKED
============================ */
@media (max-width: 768px) {
  .hguide-category {
    flex-direction: column;
  }

  .main-hguide,
  .hguide-list {
    flex: 0 0 100%;
    width: 100%;
  }

  .hguide-item {
    flex: 0 0 35%;
  }
}

/* ============================
   SMALL MOBILE
============================ */
@media (max-width: 480px) {
  .hguide-item {
    flex: 0 0 45%;
  }
}


.hMontblanc {
  grid-template-columns: 1fr 1fr;
  max-width: 100%;
  display: grid;
  gap: 16px;
}
@media (max-width: 768px) {
  .hMontblanc {
    grid-template-columns: 1fr;
  }
}
.hMB-title {
  display: grid;
  width: 100%;
  place-items: center;
  overflow: hidden;
  position: relative; /* needed for overlay grid stacking */

  justify-items: center; /* center horizontally */
  align-items: center;
}

.hMB-title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  grid-area: 1 / 1;
  transition: transform 0.5s ease;
}

.hMB-title .overlay {
  grid-area: 1 / 1;
  background: rgba(0, 0, 0, 0.2); /* black overlay */
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: background 0.4s ease;
}

.hMB-title .hMB-text{
  grid-area: 1 / 1;
  z-index: 2;
  padding: 30px;
  background: rgba(255,255,255,0.87);
  width: 50%;
  margin-top: 2em;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media (max-width: 1024px) {
  .hMB-title .hMB-text { width: 80%; }
}
.hMB-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.hMB-text ul li {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
  transition: color 0.3s ease;
}
.hMB-text ul li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 0;
  transition: left 0.3s ease;
}
.hMB-text ul li:hover {
  color: red;
}

.hMB-text ul li:hover::before {
  left: -5px; /* moves arrow slightly left */
}
.hMB-title ul li a {
  transition: color 0.3s ease, transform 0.3s ease;
}
.hMB-title:hover img {
  transform: scale(1.07); /* zoom image */
}

.hMB-title:hover .overlay {
  background: rgba(0,0,0,0.65); /* darker on hover */
}

.hMB-title:hover .hMB-text {
  transform: translateY(-6px); /* lift text block */
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* list item hover inside the block */
.hMB-title ul li a:hover {
  color: red;
  transform: translateX(4px); /* small slide */
}
.hMB-text h3 {
  font-size: var(--holiday-h3);
  font-family: Barlow Condensed, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .4px;
  line-height: 32px;
  color: #000;
}
.hMB-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.hMB-items {
  flex: 0 0 calc(50% - 20px);   /* 2 per row */
  text-align: center;
}
.hMB-items a {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

@media (max-width: 768px) {
  .hMB-blocks {
    flex-wrap: nowrap;            /* single row */
    overflow-x: auto;             /* scroll */
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding-bottom: 10px;
  }

  .hMB-items {
    flex: 0 0 70%;                /* show about 2 at a time */
    scroll-snap-align: start;
  }
}
.hMB-items img {
  transition: transform 0.5s ease, filter 0.4s ease;
}
.hMB-items p {
  background: #fff;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.hMB-items:hover a {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.hMB-items:hover img {
  transform: scale(1.07);
  filter: brightness(0.85); /* subtle darken */
}

.hMB-items:hover p {
  transform: translateY(-4px);
  opacity: 0.9;
}

.hStationery {
  display: flex;
  flex-direction: column;   /* stack h3 and list vertically */
  gap: 20px;
  width: 100%;
  text-align: center;
}

/* CENTER HEADING */
.hStationery h3 {
  font-size: var(--holiday-h3);
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .4px;
  line-height: 32px;
}

/* LIST — DESKTOP BEHAVIOR */
.hStationery-list {
  display: flex;
  gap: 20px;
  width: 100%;
}

.hStationery-list > div {
    background: #f4f4f4;
    padding: 16px;
    flex: 1;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;              /* needed for arrow */
    transition: background .3s ease;
}

/* A TAG AS FLEX COLUMN */
.hStationery-list > div a {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* IMAGE SCALE */
.hStationery-list img {
    width: 100%;
    transition: transform .4s ease;
}

/* TEXT */
.hStationery-list p {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-align: left;
    color: #000;
    transition: color .3s ease;
}

/* RIGHT ARROW (BOTTOM-RIGHT) */
.hStationery-list > div::after {
    content: "→";
    font-size: 20px;
    position: absolute;
    right: 12px;
    bottom: 12px;
    color: #000;
    transition: color .3s ease, transform .3s ease;
}

/* HOVER EFFECTS */
.hStationery-list > div:hover {
    background: #ff3030;
}

.hStationery-list > div:hover p {
    color: #fff;
}

.hStationery-list > div:hover::after {
    color: #fff;
    transform: translateX(4px);     /* slight arrow movement */
}

.hStationery-list > div:hover img {
    transform: scale(0.9);   /* zoom out */
}
/* TABLET & MOBILE — SCROLL ENABLED */
@media (max-width: 768px) {
  .hStationery-list {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
  }

  /* Card width in scroll mode */
  .hStationery-list > div {
    flex: 0 0 45%;             /* each card takes ~70% width */
    scroll-snap-align: start;
  }

  /* Scrollbar Style */
  .hStationery-list::-webkit-scrollbar {
    height: 8px;
  }
  .hStationery-list::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 4px;
  }
  .hStationery-list::-webkit-scrollbar-track {
    background: #ddd;
  }
}
@media (max-width: 600px) {
  .hStationery-list > div {
    flex: 0 0 70%;             /* each card takes ~70% width */
    scroll-snap-align: start;
  }
}
.prdly-badge {
  top: 35px!important;
  left: 15px!important;
  border-radius: 0!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
/*---------------*/
.product.product--thumbnails-bottom {
  position: relative;
}/*
.last-chance {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 333;
  background: url('/cdn/shop/files/leather-bg.png?v=1779206543') no-repeat center;
  clip-path: polygon(100% 0, 100% 50%, 50% 80%, 0 50%, 0 0);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  line-height: 18px;
  gap: 5px;
  text-align: center;
  padding: 10px 10px 40px 10px;
  flex-direction: column;
}
.last-chance::before {
  content: '';
  position: absolute;
  pointer-events: none;
  -webkit-box-shadow: inset -4px -28px 28px 10px rgba(0, 0, 0, 0.4);
  box-shadow: inset -4px -28px 28px 10px rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}*/
.last-chance-wrap { position: absolute;
  top: 0;
  left: 10px;
  z-index: 333; width:90px; height:120px; }

  .last-chance {
    position:absolute; inset:0;
    background: url('/cdn/shop/files/leather-bg.png?v=1779206543') no-repeat center/cover #7a3410;
    clip-path: path('M 90,0 L 90,62 Q 90,66 87,68 L 48,88 Q 45,90 42,88 L 3,68 Q 0,66 0,62 L 0,0 Z');
    color:#fff; display:flex; flex-direction:column; align-items:center; justify-content:center;
    font-family:'Barlow Condensed',sans-serif; font-weight:700; text-transform:uppercase;
    letter-spacing:0.8px; line-height:18px; text-align:center; gap:2px; padding:10px 10px 44px;
  }
  .stitch {
    position:absolute; inset:0; width:100%; height:100%;
    overflow:visible; pointer-events:none;
  }

.last-chance p {
  font-size: 13px;
  letter-spacing: 1px;
}
.last-chance span {
  font-size: 22px;
  color: #edff00;
}
@media (max-width: 768px) {
  .last-chance {
    left: unset;
    right: 0;
  }
  .stitch {
    inset: 8px;
    width: 92%;
    height: 100%;
    top: 0px;
  }
  .last-chance p {
    font-size: 11px;
  }
  .last-chance span {
    font-size: 18px;
  }

}
.upsellise-visits-body > div {
  color: #000 !important;
  letter-spacing: 0.3px;
}

#shopify-section-sections--17538149580918__header {
  z-index: 555!important;
}
.modal[open] {
  z-index: 555;
}
.modal:not([open]) {
  display: none;
}
@media screen and (max-width: 740px) {
  .modal[open] {
    z-index: 555;
  }
  .modal[open]>.modal__overlay {
    bottom: auto;
  }
  .modal__content {
    bottom: auto;
    z-index: 999;
  }
  .BeaconFabButtonFrame, #smile-ui-lite-container{
    z-index: 333!important;
  }
  #ps__widget_container {
    z-index: 777!important;
  }
  #ps-mobile-widget-close__body {
    font-size: 14px!important;
  }
  .product-sticky-form {
    z-index: 999;
  }
}
