/** Shopify CDN: Minification failed

Line 12:13 Expected ")" to end URL token
Line 272:9 Expected ":"
Line 1448:18 Comments in CSS use "/* ... */" instead of "//"
Line 1451:11 Comments in CSS use "/* ... */" instead of "//"
Line 1461: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;
}
@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;
}
.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;}
.shopify-section--header { z-index: 400!important;}
.drawer { z-index: 600!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 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;
}
.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: 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: 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;}
/*.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.com/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;
}
@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;}
.l-blue { background: #67aaf9; color: #fff;}
.l-grey { background: #495d63; color: #fff;}
@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;
}
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: 999;
    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: 28px;
  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;
}
/*-------- 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: 200px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  border-radius: 3px;
  padding: 8px 15px;
  border-top: 1px solid #4492E0;
  border-left: 1px solid #4492E0;
  border-right: 1px solid #4492E0;
  border-bottom: 4px solid #4492E0;
}
.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: 310px;
  line-height: 38px;
}
.block-head p {
    font-size: clamp(0.8rem, 4vw, 1.2rem);
  }
@media screen and (max-width: 768px) {
  .nav-scroll {
    top: 103px;
    padding: 20px 0;
  }
  .nav-scroll ul {
    gap: 20px;
    overflow-x: scroll;
    justify-content: flex-start;
  }
  .nav-scroll ul li a {
    width: 260px;
  }
  .block-head {
    padding: 2em;
    flex-direction: column;
    gap: 0.5rem;
  }
}
@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 {
    width: 240px;
    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);
  }
}