/** Shopify CDN: Minification failed

Line 12:13 Expected ")" to end URL token
Line 256:9 Expected ":"
Line 1429:18 Comments in CSS use "/* ... */" instead of "//"
Line 1432:11 Comments in CSS use "/* ... */" instead of "//"
Line 1442: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%;
} */
h1.product-meta__title.heading.h3 {
  font-size: 1.6rem;
  text-transform: none;
  letter-spacing: 0.1px;
  font-weight: 600;
  margin-bottom: 5px;
}
.product-meta__reference {
  margin-top: 0;
  margin-bottom: 0;
  border-left: 1px solid #dfdfdf;
  padding-left: 15px;
}
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;
}
.penb-supply-delay-section p {
  margin-top: 0;
}
.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;
}
.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;
  margin-bottom: 25px;
  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;
}
.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;
}
.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: 21px;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.faqBox dl {
  max-width: 1200px;
  box-shadow: none;
}
.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: 300;
  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;}
.shopify-section--header { z-index: 400!important;}
.drawer { z-index: 500!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: 15px; }

.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);
  gap: 25px;
}
@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: 8px 0 0 0;
  font-size: 18px;
  font-weight:600;
}
.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: #ff0000!important;
}
#snize-search-results-grid-mode span.snize-in-stock {
top: -12px!important;
}
#snize-search-results-grid-mode div.snize-product-label.top-left {
    top: 23px!important;
    left: 0!important;
    background: #ff0000!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;
}
.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;
}
.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;
}
.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;
  }
}



.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;
}
.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: 58px;
  text-align: left;
  font-family: "Harmonia Sans", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}
@media (max-width: 600px) {
  .sub-heading-text {
    flex-direction: column;
  }
  .sub-heading-text {
    gap: 1em;
    padding: 18px 0 28px 0;
  }
  .sub-heading-text .heading.h1 {
    font-size: 32px;
    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: 2em 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;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  gap: 1rem;
  flex: 1;
}
.introimg { max-width: 140px;}
/*.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: 18px;
  text-transform: uppercase;
  font-family: var(--heading-font-family);
  letter-spacing: 1px;
  font-weight: 900;
  line-height: 24px;
}
.introtxt a span {
  display: inline-block;
  background: #f7b0b5;
  padding: 4px 18px;
  font-size: 13px;
  color: #252623;
  font-weight: 600;
  transition: all 0.5s ease-out;
}
.introtxt a span:hover {
  background: #252623;
  color: #f7b0b5;  
}
@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.com/products/leuchtturm-1917-bullet-journal-edition-2 --*/
/*-- .affirm-as-low-as[data-page-type="cart"] { display: none;} --*/