 @font-face { font-family: "Palatino"; src: url("https://ribbonbazaar.server24.arhamsoft.dev/vendor/namaan/ribbonbazaar-v2-dshell-theme/fonts/Palatino.woff2?v=1") format("woff2"), url("https://ribbonbazaar.server24.arhamsoft.dev/vendor/namaan/ribbonbazaar-v2-dshell-theme/fonts/Palatino.woff?v=1") format("woff"); font-weight: 700; font-style: normal; font-display: swap; } 
.lb-loader,.lightbox{text-align:center;line-height:0}body:after{content:url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);display:none}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{display:table}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../images/loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}
/* HERO */
div.hero {
	padding: 50px 0px 0px 50px;
}

/* LIGHTBOX */
.lb-data .lb-caption {
	font-family: Open Sans, sans-serif !important;
	font-weight: lighter !important;
	font-size: 18pt !important;
}

ul.pagination
{
	width: 436px;
    border-radius: 5px;
}





/* Buy Box */
#buy-box-vue {
    opacity: 0;
}

div.cta-container {
    font-family: Open Sans, sans-serif;
    font-size: 10pt;
    /* padding: 15px; */
    /* margin: 45px 15px 15px 15px; */
    border-radius: 15px;
    border-bottom: 1px solid #BCF5C7;
    border-right: 1px solid #BCF5C7;
    background-color: #DBFFDE;
    color: #414142;
    box-shadow: inset 0px 0px 30px rgba(0,0,0,0.03);

}

div.cta-container h3 {
    font-size: clamp(24px, 2.5vw, 44px);
    font-weight: normal;
    margin: 0 0 8px 0;
    padding: 0;
	font-family: "Palatino";
}
div.cta-container h3.rb-pdp__special-offer-headline{
	font-weight: 700;
}

div.buy-box-offers-wrapper {
    margin-bottom: 15px;
}

div.buy-box-offer {
    position: relative;
    margin: 0 -15px;
    padding: 15px;

    background-color: #F0F4F5;
    transition: background-color 0.3s ease;
    cursor: pointer;
	border-radius: 10px;
	margin-bottom: 20px;
}



div.buy-box-offer:last-of-type {
    border-bottom: 1px dashed #BCF5C7;
}

div.buy-box-offer-selected {
    background: inherit;
}

div.buy-box-offer-selected:hover {
    background: inherit;
}

div.buy-box-offer-selected::after {
    position: absolute;
    top: 15px;
    right: 45px;
    display: block;
    font-size: 18pt;
    content: "\2713";
}

div.buy-box-offer p {
    margin: 0;
}

/* div.buy-box-wrapper {
    background: linear-gradient(to bottom, rgba(255,255,255,1) 70%, rgba(72,157,232,1) 100%);
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,.3);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,.2);
} */

#buy-box p.flash {
    font-family: Open Sans, sans-serif;
    font-size: 12pt;
    background-color: #C0A8D1;
    color: #fff;
    padding: 15pt;
}

#buy-box div.quantity-wrapper {
    border: 1px solid #CAEECA;
    background-color: #DBFFDE;
    margin-bottom: 5px;
    font-family: Open Sans, sans-serif;
    display: flex;
    align-items: center;
}

#buy-box div.quantity-wrapper label {
    position: relative;
    flex: 1;
    padding: 5px 10px 5px 0px;
    color: #99CDC3;
    font-weight: bold;
    height: 40px;
    display: flex;
    align-items: center;
}

#buy-box div.quantity-wrapper label:after {
    content: 'Quantity to Add';
    font-size: 12pt;
    margin-left: auto;
}

#buy-box div.quantity-wrapper input {
    width: 75px;
    height: 40px;
    padding: 5px 15px;
    font-weight: bold;
    font-size: 16pt;
    border: 0px;
    text-align: center;
}

#buy-box #countdown-wrapper {
    display: none;

}

#buy-box div.cart-actions-wrapper {
    border-top: 1px solid #AADEB4;
    display: flex;
}

#buy-box div.cart-actions-wrapper a {
    flex: 1;
    display: block;
    font-family: Open Sans, sans-serif;
    font-size: 14pt;
    text-align: center;
    padding: 10px;
    background-color: #DBFFDE;
    color: #414142;
    box-shadow: inset 0px 0px 30px rgba(0,0,0,0.03);
}

#buy-box div.cart-actions-wrapper a:hover {
    background-color: #C0A8D1;
    color: #fff;
}

#buy-box div.cart-actions-wrapper a.view-cart {
    border-right: 2px solid #BCF5C7;
    position: relative;
}

#buy-box div.cart-actions-wrapper a.checkout {
    position: relative;
}

#buy-box div.cart-actions-wrapper a.checkout:after {
    position: absolute;
    display: block;
    width: 9px;
    height: 16px;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background: url('/vendor/namaan/ribbonbazaar-dshell-theme/images/gnr.png') -485px 0px no-repeat;
    content: '';
}





/** Transition Fade **/
.fade-enter-active, .fade-leave-active {
	transition: opacity .5s
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
	opacity: 0
}





/*PRODUCT SUMMARY*/
div.product-summary {

	font-weight: normal;
	font-size: 14pt;
}

div.product-summary h1 {

	font-weight: 400;
	font-size: clamp(24px, 2.5vw, 44px);
	margin: 0px;
	color: #0A0A0A;
}

div.product-summary div.previous-title {
	font-family: Open Sans, sans-serif;
	font-weight: bold;
	font-size: 9pt;
}

div.product-summary div.aggregate-reviews-container {
	margin-bottom: 15px;
}

div.product-summary a.reviews-link {
	font-family: Open Sans, sans-serif;
	font-weight: normal;
	margin-left: 7px;
    font-size: 12px;
    color: #4A5565;
}

div.product-summary div.reviews-stars img {
	display: block;
}

div.product-summary ul.summary {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 25px;
}

#js_order_below {
	background-position: 0px -150px !important;
	margin: 25px 0 25px 0px;
	width: 143px;
	height: 14px;
}

div.product-summary a {
	color: #000;
	text-decoration: underline;
}





/*COLUMNS*/
div.columns-container {
	position: relative;
	overflow: visible;
	gap: 40px;
	margin-top: 96px;
	/* margin: 15px 0px 0px 45px; */
}

/* div.left-column {
	display: block;
	float: none;
	overflow: visible;
	width: 436px;
}

div.right-column {
	display: block;
	float: none;
	width: 380px;
	margin-right: 45px;
} */





/*PRODUCT HERO*/
div.product-hero {
	position: relative;
	width: auto;
	margin-bottom: 5px;
	background: url(/vendor/namaan/ribbonbazaar-dshell-theme/images/ajax_loader_gray_128.gif) 50% 60% no-repeat;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,.3);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,.3);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,.3);
}

div.product-hero img {
	display: block;
}

div.product-hero img.opaque {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

div.product-hero img.transparent {
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
}

div.product-hero div.color-name {
	font-family: Open Sans, sans-serif;
	font-weight: normal;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0px 45px 2px 35px;
	opacity: 0.75;
	filter: alpha(opacity=75); /* For IE8 and earlier */
	color: #fff;
	background: -moz-linear-gradient(left,  rgba(20,23,30,1) 0%, rgba(20,23,30,1) 93%, rgba(20,23,30,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(20,23,30,1)), color-stop(93%,rgba(20,23,30,1)), color-stop(100%,rgba(20,23,30,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(20,23,30,1) 0%,rgba(20,23,30,1) 93%,rgba(20,23,30,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(20,23,30,1) 0%,rgba(20,23,30,1) 93%,rgba(20,23,30,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(20,23,30,1) 0%,rgba(20,23,30,1) 93%,rgba(20,23,30,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(20,23,30,1) 0%,rgba(20,23,30,1) 93%,rgba(20,23,30,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14171e', endColorstr='#0014171e',GradientType=1 ); /* IE6-9 */
}

div.product-hero div.pinterest-button-container {
	position: absolute;
	top: 10px;
	left: 15px;
	z-index: 10;
}

div.enlarge-note
{
	font-family: Open Sans, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	margin: 0px 0px 25px 10px;
}





/*SECTIONS & BLOCKS*/
div.block-wrapper {
	font-family: Open Sans, sans-serif;
	margin-bottom: 35px;
	/* background: #F0F4F5; */
    padding: 24px;
    border-radius: 10px;
}
.rb-pdp__description {
	background: #F0F4F5;
	padding: 24px;
}
#content h2.block-title {
    font-weight: 600;
    font-size: 14px;
    margin: 0 0 11px 0;
    padding: 0;
	text-align: left;
}

#content div.block-body {
	/* width: 300px; */
	font-weight: normal;
	font-size: 16px;
	color: #364153;
}

#content div.block-body p {
	margin: 0;
	/* padding-bottom: 17px; */
}

#content div.block-body a {
	color: #000;
	text-decoration: underline;
}


.rb-pdp__description  p{
	font-size: 16px;
	margin-bottom: 0;
}


/*IMAGES BLOCK*/
div.images-block h2.block-title {
	margin-bottom: 0px !important;
}

div.images-block div.block-title-wrapper select {
	display: block;
	margin: 5px 0px 0px 15px;
}

div.images-wrapper {
	position: relative;
	width: 456px;
	height: 150px;
	margin: 0px 0px 35px -20px;
    display: flex;
    gap: 0px; /* Space between buttons */
    padding-top: 5px;
}

div.images-wrapper div.slide-wrapper {
	overflow-x: scroll;
	width: 456px;
	height: 150px;
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
	scrollbar-width: none;  /* Firefox */
    background-color: #fff;
    box-shadow: inset 2px 2px 5px rgba(0,0,0,0.3);
}

div.images-wrapper div.slide-wrapper::-webkit-scrollbar {
	display: none;  /* Safari and Chrome */
}

div.images-wrapper div.images-slide {
	overflow: visible;
	padding-top: 13px;
	height: 100px;
}

div.images-wrapper div.cap-left,
div.images-wrapper div.cap-right
{
	position: absolute;
	top: 6px;
	width: 20px;
	height: 148px;
}

div.images-wrapper div.cap-left {
	left: 0px;
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

div.images-wrapper div.cap-right {
	right: 0px;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.3) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

div.pictures-wrapper div.arrow,
#js_order_below,
div.buy-box-wrapper div.colors-row p.float-left::after
{
	background: url(/vendor/namaan/ribbonbazaar-dshell-theme/images/p/nr.png) no-repeat;
	display: block;
	cursor: pointer;
}

div.images-wrapper button.arrow {
    width: 25px;
    height: 150px;
    background-color: #F0F0F0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #dadada;
    transition: background-color 0.3s ease;
	display: none;
}

div.images-wrapper button.arrow:hover {
    background-color: rgba(72,157,232,1);
}

div.images-wrapper button.arrow-left {
    margin-left: -25px;
}

div.images-wrapper button.arrow-right {
    margin-right: -25px;
}

div.images-wrapper button.arrow .svg-chevron {
    fill: #000000;
    width: 20px;
    height: 20px;
}

div.images-wrapper a.thumb {
	position: relative;
	text-decoration: none;
	width: 120px;
	height: 120px;
	margin-left: 20px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,.3);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,.3);
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,.3);
}

div.images-wrapper .color-name {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0px 25px 2px 15px;
	font-family: Open Sans, sans-serif;
	font-weight: lighter;
	font-size: 10pt;
	opacity: 0.75;
	filter: alpha(opacity=75); /* For IE8 and earlier */
	color: #fff;
	background: -moz-linear-gradient(left,  rgba(20,23,30,1) 0%, rgba(20,23,30,1) 93%, rgba(20,23,30,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(20,23,30,1)), color-stop(93%,rgba(20,23,30,1)), color-stop(100%,rgba(20,23,30,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(20,23,30,1) 0%,rgba(20,23,30,1) 93%,rgba(20,23,30,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(20,23,30,1) 0%,rgba(20,23,30,1) 93%,rgba(20,23,30,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(20,23,30,1) 0%,rgba(20,23,30,1) 93%,rgba(20,23,30,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(20,23,30,1) 0%,rgba(20,23,30,1) 93%,rgba(20,23,30,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14171e', endColorstr='#0014171e',GradientType=1 ); /* IE6-9 */
}

div.images-wrapper a:hover {
	text-decoration: underline;
}





/*COLOR FAMILIES*/
#js_color_family_selector {
    background-color: #F7F7F7;
    border: 2px solid #c0c0c0;
    border-radius: 3px;display: none;
}

#js_color_families a.color-family {
	font-family: Open Sans, sans-serif;
	font-weight: bold;
	font-size: 6pt;
	text-align: center;
	color: #000;
	padding-bottom: 7px;
}

#js_color_families span.color-sample {
	display: block;
	height: 2px;
	margin-bottom: 7px;
}





/*COLOR SWATCHES BLOCK*/
#js_color_swatches {
	overflow: visible;
	margin-bottom: 35px;
	padding: 17px;
    background: unset;
    border: 1px solid #E5E7EB;
}

#js_color_swatches h2 {
	margin-bottom: 0px !important;
}

#js_color_swatches ul.color-families > li,
#js_color_swatches ul.color-families > li h3,
#js_color_swatches ul.color-families ul.colors li,
#js_color_swatches div.color-swatch,
#js_color_swatches ul.color-families ul.colors li div.color-swatch span
{
	width: 25px;
}

#js_color_swatches ul.color-families ul.colors li,
#js_color_swatches div.color-swatch,
#js_color_swatches ul.color-families ul.colors li div.color-swatch span
{
	height: 25px;
}

#js_color_swatches ul.color-families {
	margin: 0px;
	padding: 0px;
	margin-top: 11px;
	gap: 11px;
	align-items: flex-start;
}

#js_color_swatches ul.color-families > li {
	list-style: none;
	display: block;
	margin: 0px 1px 0px 0px;
	padding: 0px;
}

#js_color_swatches ul.color-families > li h3 {
	font-family: Open Sans, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	/* Safari */
	-webkit-transform: rotate(-60deg);
	/* Firefox */
	-moz-transform: rotate(-60deg);
	/* IE */
	-ms-transform: rotate(-60deg);
	/* Opera */
	-o-transform: rotate(-60deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	margin: 0px;
	padding: 5px 15px 45px 10px;
	width: 70px;
	display: none;
}

#js_color_swatches ul.color-families ul.colors {
	margin: 0px;
	padding: 0px;
}

#js_color_swatches ul.color-families ul.colors li {
	position: relative;
	list-style: none;
	display: block;
	margin: 0px 0px 1px 0px;
	padding: 0px;
}

#js_color_swatches h3.color-title {
	width: 150px;
	text-align: right;
	margin: 0px;
	padding: 12px 15px 0px 0px;
	font-size: 14pt;
	font-weight: lighter;
}

#js_color_swatches div.color-swatch {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	-moz-box-shadow: inset 1px 1px 7px rgba(0,0,0,0.17);
	-webkit-box-shadow: inset 1px 1px 7px rgba(0,0,0,0.17);
	box-shadow: inset 1px 1px 7px rgba(0,0,0,0.17);
	cursor: pointer;
	border-radius: 50px;
}

#js_color_swatches div.color-swatch-hoverable:hover::before {
	position: absolute;
	left: 25px;
	top: 0px;
	z-index: 3;
	display: block;
	white-space: nowrap;
	height: 25px;
	content: attr(alttitle);
	background-color: #344053;
	color: #fff;
	font-family: Open Sans, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	padding: 4px 20px 4px 15px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

#js_color_swatches div.color-swatch-hoverable:hover::after {
	position: absolute;
	left: 18px;
	top: 0px;
	display: block;
	z-index: 4;
	content: '';
	width: 0px;
	height: 0px;
	border-top: 13px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 7px solid #344053;
}

#js_color_swatches div.pattern-swatch {
	position: relative;
	display: block;
	margin: 1px;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
}

#js_color_swatches div.pattern-swatch::before {
	position: absolute;
	display: block;
	content: '';
	-moz-box-shadow: inset 1px 1px 11px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 1px 11px rgba(0,0,0,0.5);
	box-shadow: inset 1px 1px 11px rgba(0,0,0,0.5);
}

#js_color_swatches a.medium-swatch {
	position: relative;
	display: block;
	width: 108px;
	height: 108px;
	margin: 0px 1px 1px 0px;
	overflow: visible;
}

#js_color_swatches a.medium-swatch-hoverable:hover::before {
	position: absolute;
	left: 108px;
	top: 7px;
	z-index: 3;
	display: block;
	white-space: nowrap;
	height: 17px;
	content: attr(alttitle);
	background-color: #344053;
	color: #fff;
	font-family: Open Sans, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	padding: 4px 20px 4px 15px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

#js_color_swatches a.medium-swatch-hoverable:hover::after {
	position: absolute;
	left: 98px;
	top: 7px;
	display: block;
	z-index: 4;
	content: '';
	width: 0px;
	height: 0px;
	border-top: 13px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 10px solid #344053;
}

#js_color_swatches a.medium-swatch-hoverable-right:hover::before {
	left: auto;
	right: 108px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

#js_color_swatches a.medium-swatch-hoverable-right:hover::after {
	left: 0px;
	border-right: none;
	border-left: 10px solid #344053;
}





/*PROMOTIONS BLOCK*/
#content table.promotions {
	width: 100%;
	border-collapse: collapse;
}

#content table.promotions td.title-col {
	width: 272px;
	border: 1px solid #d0d0d0;
	padding: 0.5em;
}

#content table.promotions td.discount-col {
	width: 80px;
	border: 1px solid #d0d0d0;
	padding: 0.5em;
	white-space: nowrap;
}

#content table.promotions td.select-col {
	padding: 0em;
	background-color: #caa8f7;
}

#content a.select-promotion {
	display: block;
	font-weight: bold;
	padding: 8px 0px 0px 0px;
	width: 80px;
	height: 32px;
	color: #fff;
	text-align: center;
}





/*REVIEWS BLOCK*/
#content div.review-container {
	
	max-width: 100%;
    border: 1px solid #E5E7EB;
    padding: 20px;
	border-radius: 10px;

}

#content div.review-head {
	margin-bottom: 7px;
}

#content div.review-head img {
	margin-top: 5px;
}

/* #content span.review-title {
	font-size: 12pt;
	margin-left: 25px;
} */

#content div.review-meta {
	font-size: 9pt;
}

#content a.reviews-option {
	padding: 7px;
	font-weight: normal;
	font-size: 12pt;
	text-decoration: none !important;
}

#content a.see-all-reviews {
	text-decoration: underline;
}

#content a.add-review {
	position: relative;
	display: block;
	height: 24px;
	background-color: #BAD871;
	margin-top: 15px;
	color: #fff !important;
}

#content a.add-review div.arrow {
	position: absolute;
	background: url(/vendor/namaan/ribbonbazaar-dshell-theme/images/gnr.png) -398px 0px no-repeat;
	width: 13px;
	height: 18px;
	top: 11px;
	right: 7px;
}

#content div.review-reply-container {
	font-family: "HelveticaNeueLt Pro 45 Lt";
	background-color: #DBFFDE;
	color: #414142;
	padding: 15px;
	border: 1px solid #AADEB4;
}

#content div.review-reply-signature {
	text-align: right;
}





/*PICTURES BLOCK*/
div.pictures-wrapper div.arrow {
	width: 20px;
	height: 27px;
	margin-top: 10px;
}

div.pictures-wrapper div.arrow-left {
	background-position: -100px -27px;
}

div.pictures-wrapper div.arrow-right {
	background-position: -100px 0px;
}

div.pictures-wrapper div.slide-wrapper {
	overflow: hidden;
	width: 300px;
	height: 345px;
}

div.pictures-wrapper div.pictures-slide {
	overflow: visible;
	height: 300px;
}

div.pictures-wrapper div.pictures-slide img {
	display: block;
}





/*REQUEST SAMPLES BLOCK*/
div.request-samples-wrapper {
	font-family: Open Sans, sans-serif;
	color: #070707;
	margin-top: 35px;
}

div.request-samples-wrapper h2 {
	font-weight: lighter;
	font-size: 25pt;
	margin: 15px 35px 15px 35px;
	padding: 0px;
	color: #344053;
}

div.request-samples-wrapper p {
	font-family: HelveticaNeueLt Pro 45 Lt;
	font-weight: normal;
	border: 1px solid #d0d0d0;
	padding: 0.5em;
}

div.request-samples-wrapper a {
	text-decoration: underline;
	color: #000;
}





/*REQUEST SAMPLES BLOCK*/
div.product-banner-wrapper {
	font-family: Open Sans, sans-serif;
	color: #070707;
	margin-top: 35px;
}

div.product-banner-wrapper h2 {
	font-weight: lighter;
	font-size: 20pt;
	margin: 15px 35px 15px 35px;
	padding: 0px;
	color: #344053;
}

div.product-banner-wrapper a.product-banner {
	display: block;
}





/*VOLUME DISCOUNTS BLOCK*/
div.volume-discounts-wrapper {
	font-family: Open Sans, sans-serif;
	color: #070707;
	margin-top: 35px;
}

div.volume-discounts-wrapper h2 {
	font-weight: lighter;
	font-size: 25pt;
	margin: 15px 35px 15px 35px;
	padding: 0px;
	color: #344053;
}

div.volume-discounts-wrapper h2 sup {
	font-size: 9pt;
	margin-left: 5px;
	font-weight: bold;
	color: #F16067;
}

div.volume-discounts-wrapper p {
	font-family: HelveticaNeueLt Pro 45 Lt;
	font-weight: normal;
}

div.volume-discounts-wrapper table {
	width: 100%;
	border-collapse: collapse;
}

div.volume-discounts-wrapper table th,td {
	border: 1px solid #d0d0d0;
	padding: 0.5em;
}





/*WHY ORDER FROM US BLOCK*/
div.wofu-outer {
	margin: 45px 0px 45px 0px;
	background-color: #14171e;/*14171e*/
	padding: 10px;
}

div.wofu-inner {
	background-color: #454d5d;
	color: #fff;
	padding: 15px;
	font-family: Open Sans, sans-serif;
	border: 1px solid #fff;
}

div.wofu-outer h2 {
	margin: 0px;
	font-size: 22pt;
	font-weight: lighter;
}

div.wofu-outer li {
	margin: 15px 0px 15px 0px;
	font-size: 11pt;
}

div.wofu-outer a {
	color: #fff;
	text-decoration: underline;
}





/* SELECT2 */
.select2-selection__rendered {
	line-height: 44px !important;
}

.select2-selection {
	height: 47px !important;
}

.select2-selection__arrow {
	height: 47px !important;
}

span.buy-box-select-selection {
	font-family: Open Sans, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	padding: 10px;
	color: #414142;
}

span.buy-box-select-option {
	font-family: Open Sans, sans-serif;
	font-size: 14pt;
	font-weight: lighter;
	padding: 10px;
	color: #414142;
}

span.buy-box-select-disabled {
	color: #C8C8C8;
}





/*ORDERING OPTIONS BLOCK*/
div.buy-box-wrapper {
    position: relative;
    color: #414142;
	box-shadow: unset;
}

div.buy-box-overlay {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    background: rgba(100,100,100,0.5);
    width: 100%;
    z-index: 5;
}

div.buy-box-overlay::after {
    position: absolute;
    width: 128px;
    height: 128px;
    background: url(/vendor/namaan/ribbonbazaar-dshell-theme/images/ajax_loader_gray_128.gif) 0 0 no-repeat;
    opacity: 0.5;
    content: '';
    left: calc(50% - 64px);
    top: calc(50% - 64px);
}

div.buy-box-overlay-failed {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.9);
    width: 100%;
    font-family: Open Sans, sans-serif;
    font-weight: normal;
    color: #f16067;
    border: 5px solid rgba(241,96,103,0.5);
    z-index: 5;
    padding: 20px;
}

div.buy-box-overlay-failed h2,
div.buy-box-overlay-failed p {
    padding: 0 20px;
}

div.buy-box-overlay-failed h2 {
    margin-top: 3em;
    border-bottom: 1px solid #AADEB4;
}

div.buy-box-overlay-failed a {
    text-decoration: underline;
    color: #f16067;
}

/* div.buy-box-wrapper h2.block-title {
    padding: 15px 35px !important;
    margin: 0 !important;
    font-size: 25pt !important;
} */

div.buy-box-wrapper h2.ordering-options-title {
    font-family: Open Sans, sans-serif;
    font-weight: lighter;
    font-size: 25pt;
    margin: 15px 35px;
    padding: 0;
}

div.buy-box-wrapper div.options-block {
    padding:0;
}

div.buy-box-wrapper select.buy-box-select {
    display: block;
    padding: 10px;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #414142;
    width: 100%;
	margin-bottom: 22px;
	border-radius: 8px;
}

div.buy-box-wrapper select.buy-box-select option:disabled {
    color: #aaa;
}

div.buy-box-wrapper input.submit-color {
    background-color: #C0A8D1;
    font-family: Open Sans, sans-serif;
    font-weight: bold;
    font-size: 12pt;
    color: #fff;
    width: 100%;
    border: none;
    margin: 1px 0 0 0;
    padding: 10px;
}

div.buy-box-wrapper div.options-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
	margin-bottom: 27px;
}

div.buy-box-wrapper div.options-container a.option {
    flex: 0 0 calc(50% - 5px);
    font-family: Open Sans, sans-serif;
    font-weight: 500;
    font-size: 13pt;
    padding: 5px 15px;
    margin: 0 0 0px 0;
    /* border-bottom: 1px solid #BCF5C7;
    border-right: 1px solid #BCF5C7;
    background-color: #DBFFDE; */
    color: #414142;
    /* box-shadow: inset 0 0 30px rgba(0,0,0,0.03); */
    text-align: center;
	font-size: 12px;
}

div.buy-box-wrapper div.options-container a.option-selected {
    position: relative;
	background: #E25977;
	color: #fff;
}

div.buy-box-wrapper div.options-container a.option-selected::after {
    position: absolute;
    top: 6px;
    right: 3%;
    display: block;
    content: "\2713";
}

div.buy-box-wrapper div.options-container a.option-disabled {
    /* background-color: #F7F9F9;
    color: #a1a1a1;
    border-bottom: 1px dashed #BCF5C7;
    border-right: 1px dashed #BCF5C7; */
    border: 1px solid #D1D5DC;
	background: transparent;
	color: #0A0A0A;
    opacity: 1;

}

div.buy-box-wrapper div.sizes-block {
    position: relative;
    width: 100%;
    font-family: Open Sans, sans-serif;
    color: #864b62;
}

div.buy-box-wrapper div.size-container {
    position: relative;
    width: 100%;
    height: 69px;
    overflow: visible;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.3);
    display: flex;
}

div.buy-box-wrapper div.size-container-promotional {
    height: 95px;
}

div.buy-box-wrapper div.size-highlighted {
    z-index: 2;
    box-shadow: 0 0 10px 4px rgba(241,96,103,.3);
}

div.buy-box-wrapper div.size-rows {
    flex: 1;
    background-color: #fff;
}

div.buy-box-wrapper div.add-to-cart-container {
    width: 80px;
    background-color: #caa8f7;
}

div.buy-box-wrapper a.add-to-cart {
    display: block;
    border: none;
    height: 100%;
    padding:10px 7px;
    color: #fff;
    background-color: #EF0101;
    font-family: Open Sans, sans-serif;
	border:transparent;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    box-shadow: inset 0 0 30px rgba(0,0,0,0.03);
	margin-top: 27px;
	border:1px solid transparent;
}
div.buy-box-wrapper a.add-to-cart:hover:not(.add-to-cart-disabled){
background:white;
border:1px solid #EF0101;
color:#EF0101;
}
div.buy-box-wrapper a.add-to-cart-disabled {
    background-color: #F7F9F9;
    color: #a1a1a1;


}
div.buy-box-wrapper .add-to-cart {
	background-color: #EF0101;
	max-width: 539px;
    margin: auto;
    border-radius: 50px;
}
div.buy-box-wrapper div.colors-row {
    height: 26px;
    font-size: 12pt;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.25);
    background-color: #fff5f5;
    color: #404653;
    display: flex;
    align-items: center;
}

div.buy-box-wrapper div.options-row {
    height: 43px;
    display: flex;
    align-items: center;
}

div.buy-box-wrapper div.option {
    font-size: 12pt;
    margin: 0 15px;
    line-height: 1;
    white-space: nowrap;
    flex: 1;
}

div.buy-box-wrapper div.option-right {
    flex: 0 0 60px;
    text-align: right;
}

div.buy-box-wrapper div.colors-row p.float-left {
    position: relative;
    flex: 1;
    margin: 0;
    padding: 0 0 0 15px;
}

div.buy-box-wrapper div.colors-row p.float-left::after {
    position: absolute;
    display: block;
    width: 43px;
    height: 26px;
    top: 0;
    right: 0;
    content: '';
    background-position: -100px -54px;
}

div.buy-box-wrapper div.colors-row .float-right {
    font-weight: bold;
    width: 50px;
    margin: 0;
    padding: 0 3px;
    border: 0;
    background-color: inherit;
}

div.buy-box-wrapper div.colors-row select {
    margin: 0;
    padding: 3px;
    border: 0;
    background-color: inherit;
    height: 26px;
}

div.buy-box-wrapper div.promotions-row {
    height: 26px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

div.buy-box-wrapper div.promotions-row div.promotion {
    flex: 1;
    height: 100%;
    background-color: #F16067;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.buy-box-wrapper div.promotions-row div.updated-price {
    width: 60px;
    margin-right: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

div.buy-box-wrapper div.no-options-available {
    padding: 25px 35px;
    font-size: 12pt;
    font-weight: normal;
}

div.buy-box-wrapper p.stock-note {
    font-family: "HelveticaNeueLt Pro 45 Lt";
    font-size: 12pt;
    padding: 0 15px;
}

div.buy-box-wrapper p.stock-note a {
    color: #000;
    text-decoration: underline;
}

div.buy-box-wrapper div.price-block {
    font-family: Open Sans, sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #f16067;
    margin-bottom: 0px;
}

div.buy-box-wrapper div.price-block strike {
    color: #000;
}

div.buy-box-wrapper div.purchase-detail {
    font-family: Open Sans, sans-serif;
    font-size: 11pt;
    margin: 35px 35px -10px 35px;
}

div.buy-box-wrapper div.purchase-detail b {
    color: #f16067;
}

div.buy-box-wrapper div.offer-section {
    font-family: Open Sans, sans-serif;
    font-size: 11pt;
	padding-bottom: 10px;
}

div.buy-box-wrapper div.offer-section-small {
	font-size: 9pt;
}
.rb-pdp__browse-colors > div{
	display: none;
}


.review-container-vue .pagination {
	display: none;
}
h2.rb-pdp__select-title{
	color: #0A0A0A;
	margin-top: 22px;
}
.rb-pdp__description .block-body {
font-size: 16px;
}





/* @media screen and (min-width: 40.5em){
	div.columns-container {
		position: relative;
		overflow: visible;
		margin: 15px 0px 0px 0px;
	}

	div.left-column {
		display: inline;
		float: left;
		overflow: visible;
		margin-left: 45px;
		width: 436px;
	}

	div.right-column {
		display: inline;
		float: right;
		width: 380px;
		margin-right: 45px;
	}

	div.product-summary {
		font-family: Avenir Next LT W01 Thin;
		font-size: 11pt;
	}

	div.product-summary h1 {
		font-family: Avenir Next LT W01 Thin;
		font-size: 16pt;
	}

	div.product-hero div.color-name {
		font-size: 14pt;
	}

	#content h2.block-title {
		font-size: 20pt;
	}

	#content div.block-body {
		font-size: 11pt;
	}

	div.images-wrapper .color-name {
		font-size: 10pt;
	}

	#js_color_families a.color-family {
		font-size: 6pt;
	}

	#js_color_swatches ul.color-families > li h3 {
		font-size: 9pt;
	}

	#js_color_swatches h3.color-title {
		font-size: 14pt;
	}

	#js_color_swatches div.color-swatch-hoverable:hover::before {
		font-size: 9pt;
	}

	#js_color_swatches a.medium-swatch-hoverable:hover::before {
		font-size: 9pt;
	}

	#content span.review-title {
		font-size: 12pt;
	}

	#content div.review-meta {
		font-size: 9pt;
	}

	#content a.reviews-option {
		font-size: 12pt;
	}

	div.buy-box-wrapper h2.block-title {
		font-size: 25pt !important;
	}

	div.buy-box-wrapper h2.ordering-options-title {
		font-size: 25pt;
	}

	div.buy-box-wrapper select.buy-box-select {
		font-size: 14pt;
	}

	div.buy-box-wrapper input.submit-color {
		font-size: 12pt;
	}

	div.buy-box-wrapper div.options-container a.option {
		font-size: 13pt;
	}

	div.buy-box-wrapper div.colors-row {
		font-size: 12pt;
	}

	div.buy-box-wrapper div.option {
		font-size: 12pt;
	}

	div.buy-box-wrapper div.no-options-available {
		font-size: 12pt;
	}
} */

@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=e1359fca-6acc-4dd5-a720-61e1bf234c13");
@font-face {
  font-family: "Avenir Next LT W01 Thin";
  src: url("/css/fonts/ribbonbazaar/a80347f9-6450-460c-8cd9-d38d8cfd392e.woff2")
      format("woff2"),
    url("/css/fonts/ribbonbazaar/b773c7d4-8353-42fa-9bd7-a7aaca7291d1.woff")
      format("woff");
}
@font-face {
  font-family: "Avenir Next LT W01 Bold";
  src: url("/css/fonts/ribbonbazaar/b56355b0-7729-42a7-9f65-62c7211d078c.woff2")
      format("woff2"),
    url("/css/fonts/ribbonbazaar/05537afc-e923-4df9-b365-71798fbd220d.woff")
      format("woff");
}
@font-face {
  font-family: "Avenir Next LT W01 Regular";
  src: url("/css/fonts/ribbonbazaar/c4691e94-080d-4452-8f9f-8b3db6b68d55.woff2")
      format("woff2"),
    url("/css/fonts/ribbonbazaar/a1adabe6-efe5-40b7-b619-48111c8ff883.woff")
      format("woff");
}
@font-face {
  font-family: "HelveticaNeueLt Pro 45 Lt";
  src: url("/css/fonts/ribbonbazaar/5a13f7d1-b615-418e-bc3a-525001b9a671.woff2")
      format("woff2"),
    url("/css/fonts/ribbonbazaar/530dee22-e3c1-4e9f-bf62-c31d510d9656.woff")
      format("woff");
}
@font-face {
  font-family: "HelveticaNeueLt Pro 55 Roman";
  src: url("/css/fonts/ribbonbazaar/b0868b4c-234e-47d3-bc59-41ab9de3c0db.woff2")
      format("woff2"),
    url("/css/fonts/ribbonbazaar/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.woff")
      format("woff");
}
@font-face {
  font-family: "Proxima N W01 Reg";
  src: url("/css/fonts/ribbonbazaar/64017d81-9430-4cba-8219-8f5cc28b923e.woff2")
      format("woff2"),
    url("/css/fonts/ribbonbazaar/e56ecb6d-da41-4bd9-982d-2d295bec9ab0.woff")
      format("woff");
}

/* Simple purple themed scrollbar */

/* WebKit (Chrome, Edge, Safari) */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f3f4f6;
}

::-webkit-scrollbar-thumb {
  background-color: #8664ee;
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #b487f5;
}

/* Disable browser autofill styling (yellow/blue background) on inputs */
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
.form-control:-internal-autofill-selected,
.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
.form-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

*, 
*::before,
*::after {
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}
a{
  cursor: pointer;
}

body {
  margin: 0;
  padding: 0;
  display: flex;
  background: linear-gradient(135deg, #edd3c5 0%, #e6c9b9 50%, #edd3c5 100%);
  background-attachment: fixed;
  font-family: "Proxima N W01 Reg";
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.menu-pane {
  width: 220px;
  height: 100vh;
  background-color: #333;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px;
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.1);
}
.menu-pane a {
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 15px;
}
.content-wrapper {
  flex-grow: 1;
  min-width: 960px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
#content {
  width: 100%;
  margin: 0px auto 0 auto;
  padding-bottom: 15px;
  background-color: #fff!important;
  overflow: hidden;
  max-width: 100%;
}
.flex-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.flex-right {
  margin-left: auto;
}
.float-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.float-left {
  display: inline;
}
.float-right {
  margin-left: auto;
}
.float-clear {
  display: none;
}
input.boxed,
textarea.boxed,
select.boxed {
  font-size: 10pt;
  padding: 5px;
}
/* input.boxed {
  height: 16px;
} */
input.submit:hover {
  text-decoration: underline;
}
input.submit-black,
button.submit-black {
  font-family: Geneva;
  font-weight: bold;
  font-size: 10pt;
  display: block;
  padding: 0px 16px 0px 16px;
  height: 38px;
  background-color: #14171e;
  border: 0;
  color: #fff;
}
div.promotion-wrapper {
  background-color: #e6e8ff;
  padding: 5px 0;
}
#promotion-banner {
  font-family: Open Sans, sans-serif;
  background: url("/vendor/namaan/ribbonbazaar-v2-dshell-theme/images/july4.png")
    831px 0 no-repeat;
  margin: 0 45px;
  padding-right: 45px;
}
#promotion-banner b {
  display: inline-block;
  padding: 5px;
  background-color: #e80018;
  color: #fff;
}
#promotion-banner a {
  display: inline-block;
  padding: 5px;
  background-color: #7c88f3;
  color: #fff;
  border-radius: 3px;
}
/* div.menu-wrapper a:hover {
  text-decoration: underline !important;
} */
div.menu-wrapper div.block {
  border-top: 1px solid #f0f2f2;
  padding: 15px;
}
#loginForm input[type="email"],
#loginForm input[type="password"] {
  width: 100%;
  height: 50px;
  font-size: 14pt;
  padding: 12px 18px;
  border: 2px solid #e2d3e4;
  background-color: #fff;
  transition: all 0.3s ease;
  border-radius: 6px;
}
#loginForm input[type="email"]:focus,
#loginForm input[type="password"]:focus {
  outline: none;
  border-color: #c0a8d1;
  box-shadow: 0 0 0 3px rgba(192, 168, 209, 0.1);
}
#loginForm input.username {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: 2px solid #e2d3e4;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#loginForm input.password {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#loginForm button[type="submit"] {
  background: linear-gradient(135deg, #c0a8d1 0%, #d4b8e5 100%);
  padding: 0 15px;
  color: #fff;
  font-size: 16pt;
  font-weight: bold;
  border: none;
  width: 100%;
  height: 45px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(192, 168, 209, 0.3);
}
#loginForm button[type="submit"]:hover {
  background: linear-gradient(135deg, #d4b8e5 0%, #c0a8d1 100%);
  box-shadow: 0 4px 12px rgba(192, 168, 209, 0.4);
  transform: translateY(-2px);
}
#loginForm button.login {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
#loginForm div.remember-me {
  margin-top: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 10pt;
}
#loginForm div.error {
  font-family: Open Sans, sans-serif;
  font-size: 10pt;
  margin-top: 15px;
}
#loginForm div.account-links {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#loginForm div.account-links a {
  font-family: Open Sans, sans-serif;
  font-size: 10pt;
  color: #c0a8d1;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}
#loginForm div.account-links a:hover {
  color: #f16166;
  text-decoration: underline;
}
#loginForm a.logout {
  font-family: Open Sans, sans-serif;
  display: block;
  border-top: 1px solid #e2d3e4;
  padding: 5px;
  font-size: 14pt;
  font-weight: lighter;
  color: #414142;
  text-decoration: none;
}
.astro {
  visibility: hidden;
}
.mobile-input,
.mobile-submit {
  font-size: 14pt;
  padding: 5px;
}
.mobile-input {
  width: 50% !important;
}
.mobile-submit {
  width: 45% !important;
}
a {
  text-decoration: none;
}
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
a.search-anchor,
a.social-icon-facebook,
a.social-icon-twitter,
a.social-icon-google,
a.social-icon-pinterest,
a.social-icon-youtube,
span.view-cart,
.big-arrow,
div.themed-select-arrow,
.small-arrow,
.search-icon {
  background-image: url(/vendor/namaan/ribbonbazaar-v2-dshell-theme/images/gnr.png);
  background-repeat: no-repeat;
}
.big-arrow {
  display: block;
  width: 40px;
  height: 18px;
}
.big-down-arrow {
  background-position: -279px 0px;
}
.big-up-arrow {
  background-position: -319px 0px;
}
.small-arrow {
  display: block;
  width: 20px;
  height: 15px;
}
.small-arrow-down {
  background-position: -359px 0px;
}
.small-arrow-up {
  background-position: -379px 0px;
}
.search-icon {
  display: block;
  width: 40px;
  height: 35px;
  background-position: -50px -213px;
}
select.shaded {
  background-color: #c0a9d1;
  color: #fff;
}
div.content-body {
  margin: 0 auto 0 auto;
}

:root {
  --white: #fff;
  --black: #000;
  --pink: #e25977;
  --purple: #8665ee;
  --blue: #4d83ef;
  --darkblue: #3700e6;
  --green: #389b88;
  --orange: #e35706;
  --pink-dark: #ce314d;
  --purple-dark: #8b2ff1;
  --red-dark: #ef0101;
  --blue-dark: #2172db;
  --green-dark: #3ea34b;
  --yellow-dark: #e4a700;
  --pink-primary-light: #fcf2f5;
  --pink-secondry-light: #f6e0e7;
  --purple-primary-light: #f8f5fe;
  --purple-secondry-light: #e4dcf5;
  --blue-primary-light: #eff3fe;
  --blue-secondry-light: #dae3fc;
  --green-primary-light: #ecf9f2;
  --green-secondry-light: #d6ede1;
  --pink-bg-gradient: linear-gradient(270deg, #e25876 0%, #e369a8 100%);
  --purple-bg-gradient: linear-gradient(90deg, #b487f5 0%, #8664ee 100%);
  --blue-bg-gradient: linear-gradient(90deg, #7d8df1 0%, #4c83ef 100%);
  --green-bg-gradient: linear-gradient(90deg, #66cc9e 0%, #5cbfa3 100%);
  --red-gradient: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.69) 0%,
    rgba(114, 0, 0, 0.96) 100%
  );
  --blue-gradient: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.69) 0%,
    rgba(0, 74, 114, 0.96) 100%
  );
  --yellow-gradient: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.69) 0%,
    #836000 100%
  );
}
.banner {
  position: relative;
  padding: 80px 0 120px 0;
  background-image: url("../images/banner-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  background: #f0f4f5;
  overflow: hidden;
}
.banner::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background-image: url(/vendor/namaan/ribbonbazaar-v2-dshell-theme/images/updated-images/banner-bg-bottom.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 144px;
  z-index: 2;
}
.banner .banner-text {
  text-align: center;
  animation: fadeInUp 0.8s ease-out;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.banner-text .details ul li {
  list-style-type: none;
  transition: transform 0.3s ease;
}
.banner-text .details ul li:hover {
  transform: translateY(-5px);
}
.banner-text .details ul li:not(:last-child) {
  margin-right: 30px;
}
.details ul li .detail-img-wraper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); */
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.details ul li .detail-img-wraper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--purple-bg-gradient);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 50%;
}
.details ul li:hover .detail-img-wraper::before {
  opacity: 0.1;
}
.details ul li:hover .detail-img-wraper {
  transform: scale(1.1);
  box-shadow: 0 12px 25px rgba(134, 101, 238, 0.2);
}
.detail-img-wraper .img {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1;
}

.banner-img-wraper {
  position: relative;
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.slick-prev,
.slick-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  transition: all 0.3s ease;
  z-index: 10;
}
.slick-prev {
  left: 30px;
}
.slick-next {
  right: 30px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: var(--purple);
  transform: translateY(-50%) scale(1.1);
}
.slick-prev:hover::before,
.slick-next:hover::before {
  color: white;
}
.slick-prev::before,
.slick-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
  color: var(--purple);
  opacity: 1;
  transition: color 0.3s ease;
}
.slick-prev::before {
  content: "\f104";
}
.slick-next::before {
  content: "\f105";
}
.slick-dots {
  bottom: 30px;
}
.slick-dots li button:before {
  font-size: 12px;
  color: var(--purple);
  opacity: 0.5;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: var(--purple);
}
.banner-cta {
  animation: fadeIn 1s ease-out 0.5s both;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.btn-shop-now {
  background: var(--purple-bg-gradient);
  border: none;
  border-radius: 30px;
  padding: 15px 35px;
  font-weight: 600;
  font-size: 16px;
  color: white;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.btn-shop-now::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.5s ease;
}
.btn-shop-now:hover::before {
  left: 100%;
}
.btn-shop-now:hover {
  transform: translateY(-3px);
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  color: #fff;
}






.theme-btn {
  width: 160px;
  height: 52px;
  border-radius: 30px;
  border: 2px solid var(--purple);
  background-color: transparent;
  font-weight: 600;
  font-size: 16px;
  color: var(--purple);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.theme-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--purple-bg-gradient);
  transition: left 0.4s ease;
  z-index: -1;
}
.theme-btn:hover::before {
  left: 0;
}
.theme-btn:hover {
  color: var(--white);
  border-color: transparent;
}
.theme-btn:active {
  transform: translateY(-1px);
}
.category {
  padding: 0 0 0px 0;
}
.category .category-heading {
  padding-bottom: 45px;
}



.btn-pink {
  background: var(--pink-bg-gradient);
}
.btn-purple {
  background: var(--purple-bg-gradient);
}
.btn-blue {
  background: var(--blue-bg-gradient);
}
.btn-green {
  background: var(--green-bg-gradient);
}
.text-pink {
  color: var(--pink);
}
.text-purple {
  color: var(--purple);
}
.text-blue {
  color: var(--blue);
}
.text-green {
  color: var(--green);
}
.card-bg-pink {
  background-color: var(--pink-primary-light);
}
.card-bg-purple {
  background-color: var(--purple-primary-light);
}
.card-bg-blue {
  background-color: var(--blue-primary-light);
}
.card-bg-green {
  background-color: var(--green-primary-light);
}
.bubble-bg-pink {
  background-color: var(--pink-secondry-light);
}
.bubble-bg-purple {
  background-color: var(--purple-secondry-light);
}
.bubble-bg-blue {
  background-color: var(--blue-secondry-light);
}
.bubble-bg-green {
  background-color: var(--green-secondry-light);
}
.btn-red {
  background-color: var(--red-dark);
}
.btn-blue {
  background-color: var(--blue-dark);
}
.btn-yellow {
  background-color: var(--yellow-dark);
}
.btn-main {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  font-weight: 600;
  color: var(--white);
  border: none;
}
.btn-filled {
  min-width: 140px;
  height: 48px;
  padding: 0px 30px;
  border-radius: 8px;
}
.btn-secondry {
  min-width: 120px;
  height: 48px;
  font-weight: 600;
  border-radius: 8px;
  color: var(--white);
  border: none;
}
.sale {
  padding: 80px 0 80px 0;
}
.sale-content .img-wraper {
  max-width: 65%;
  width: 100%;
}

.premium-product-heading {
  text-align: center;
  animation: fadeInUp 0.8s ease-out;
}


.premium-product .card-wraper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
  padding-bottom: 60px;
}
.product-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
  cursor: pointer;
}
.product-card-link:hover {
  text-decoration: none;
  color: inherit;
}
.product-card-link:focus {
  outline: none;
}





.product-card .product-img-wraper {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  /* Remove inner padding/gradient so the image goes edge-to-edge */
  padding: 0;
  background: none;
  border-radius: 0;
}
.product-card .product-img-wraper img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.4s ease;
  /* Remove shadow so the image sits flush with the card edges */
  filter: none;
}
.product-card-link:hover .product-card .product-img-wraper img {
  transform: scale(1.3);
}





.btn-red {
  background-color: var(--red-dark);
}
.btn-blue {
  background-color: var(--blue-dark);
}
.btn-yellow {
  background-color: var(--yellow-dark);
}
.varients .length span,
.varients .width span {
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;
}
.varients .length,
.varients .width {
  text-align: center;
}
.premium-product .button-wraper {
  animation: fadeInUp 0.8s ease-out 1.1s both;
}

.product-card .quick-actions {
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
  z-index: 3;
}
.product-card-link:hover .product-card .quick-actions {
  opacity: 1;
  transform: translateX(0);
}
.quick-actions button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: var(--white);
  position: relative;
  z-index: 10;
  cursor: pointer;
  color: var(--purple);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.quick-actions button:hover {
  background: var(--purple);
  color: var(--white);
  transform: scale(1.1);
}






.country-product .country-product-text {
  position: relative;
  z-index: 5;
  width: 260px;
  color: var(--white);
}
.country-product-text h2 {
  font-size: 40px;
  margin-bottom: 10px;
}
.country-product .product-img {
  width: 150px;
  position: relative;
  z-index: 5;
}




.featured-products-section {
  padding: 100px 0 150px 0;
  background: #fff;
  position: relative;
}
.featured-products-heading {
  margin-bottom: 60px;
  animation: fadeInUp 0.8s ease-out;
}
.featured-products-heading span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--purple);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.featured-products-heading .btn-view-all {
  min-width: 180px;
  height: 52px;
  border-radius: 30px;
  border: 2px solid var(--purple);
  background-color: transparent;
  font-weight: 600;
  font-size: 16px;
  color: var(--purple);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 30px;
}
.featured-products-heading .btn-view-all::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--purple-bg-gradient);
  transition: left 0.4s ease;
  z-index: -1;
}
.featured-products-heading .btn-view-all:hover::before {
  left: 0;
}
.featured-products-heading .btn-view-all:hover {
  color: var(--white);
  border-color: transparent;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(134, 101, 238, 0.3);
}
.featured-products-slider {
  position: relative;
  padding: 20px 0;
}
.featured-products-slider .slick-list {
  padding: 20px 0;
  margin: 0 -15px;
}
.featured-products-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.featured-products-slider .slick-slide {
  height: auto;
  padding: 0 15px;
  transition: all 0.4s ease;
  margin: 0 10px;
}
.featured-products-slider .slick-slide:not(.slick-active) {
  opacity: 0.6;
  transform: scale(0.95);
}
.featured-products-slider .slick-slide.slick-active {
  opacity: 1;
  transform: scale(1);
}
.featured-products-slider .slick-slide.slick-center {
  transform: scale(1.02);
  z-index: 2;
}
.featured-product-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #e8e8e8;
  background: var(--white);
  transition: all 0.4s ease;
  height: 100%;
}
.featured-product-card:hover {
  transform: translateY(-10px);
}
.featured-product-card .product-badge {
  position: absolute;
  top: 15px;
  left: 20px;
  padding: 8px 16px;
  color: var(--white);
  font-size: 12px;
  border-radius: 20px;
  font-weight: 600;
  z-index: 3;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.featured-product-card .badge-pink {
  background: var(--pink-bg-gradient);
}
.featured-product-card .badge-purple {
  background: var(--purple-bg-gradient);
}
.featured-product-card .badge-orange {
  background: var(--orange);
}
.featured-product-card .badge-green {
  background: var(--green-bg-gradient);
}
.featured-product-card .product-image-container {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f8f7fc 0%, #f0effa 100%);
  padding: 30px;
  text-align: center;
}
.featured-product-card .product-image-container img {
  width: 100%;
  height: 247px;
  object-fit: contain;
  transition: all 0.4s ease;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
}
.featured-product-card:hover .product-image-container img {
  transform: scale(1.05);
}
.featured-product-card .product-details {
  padding: 25px;
}
.featured-product-card .product-details .rating-section {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.product-details .stars-container {
  display: flex;
  align-items: center;
  gap: 4px;
}
.product-details .stars-container .star-icon img {
  width: 16px;
  height: 16px;
}
.product-details .rating-section .review-count p {
  color: #666;
  font-size: 14px;
  margin: 0;
}
.featured-product-card .product-details .product-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.4;
}
.featured-product-card .product-details .product-description {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.product-details .price-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price-info .pricing {
  display: flex;
  align-items: center;
  gap: 12px;
}
.price-info .pricing p {
  margin: 0;
  font-weight: 600;
}
.price-info .pricing .current-price {
  color: var(--purple);
  font-size: 1.2rem;
}
.price-info .pricing .original-price {
  color: #999;
  font-size: 0.9rem;
}
.price-info .unit-info p {
  color: #666;
  font-size: 0.9rem;
  margin: 0;
}
.featured-product-card .quick-action-buttons {
  position: absolute;
  top: 15px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.3s ease;
  z-index: 3;
}
.featured-product-card:hover .quick-action-buttons {
  opacity: 1;
  transform: translateX(0);
}
.quick-action-buttons .action-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: var(--white);
  color: var(--purple);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.quick-action-buttons .action-btn:hover {
  background: var(--purple);
  color: var(--white);
  transform: scale(1.1);
}
.featured-products-slider .slick-prev,
.featured-products-slider .slick-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--purple);
  z-index: 10;
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(134, 101, 238, 0.2);
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.featured-products-slider .slick-prev {
  left: -80px;
}
.featured-products-slider .slick-next {
  right: -80px;
}
.featured-products-slider .slick-prev:hover,
.featured-products-slider .slick-next:hover {
  background: var(--purple-bg-gradient);
  border-color: transparent;
  box-shadow: 0 12px 30px rgba(134, 101, 238, 0.4);
}
.featured-products-slider .slick-prev::before,
.featured-products-slider .slick-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
  color: var(--purple);
  opacity: 1;
  transition: all 0.3s ease;
}
.featured-products-slider .slick-prev:hover::before,
.featured-products-slider .slick-next:hover::before {
  color: var(--white);
  transform: scale(1.2);
}
.featured-products-slider .slick-prev::before {
  content: "\f104";
  margin-right: 2px;
}
.featured-products-slider .slick-next::before {
  content: "\f105";
  margin-left: 2px;
}
.featured-products-slider .slick-dots {
  bottom: -60px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.featured-products-slider .slick-dots li {
  margin: 0;
  width: 12px;
  height: 12px;
}
.featured-products-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  background: #e0e0e0;
  transition: all 0.3s ease;
  position: relative;
}
.featured-products-slider .slick-dots li button::before {
  display: none;
}
.featured-products-slider .slick-dots li.slick-active button {
  background: var(--purple-bg-gradient);
  transform: scale(1.3);
  box-shadow: 0 4px 12px rgba(134, 101, 238, 0.3);
}
.featured-products-slider .slick-dots li button:hover {
  background: var(--purple);
  transform: scale(1.2);
}
.cart-add-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--purple-bg-gradient);
  border: none;
  color: white;
  cursor: pointer;
  opacity: 0;
  transform: scale(0.8) translateY(10px);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  box-shadow: 0 4px 15px rgba(134, 101, 238, 0.3);
}
.featured-product-card:hover .cart-add-btn {
  opacity: 1;
  transform: scale(1) translateY(0);
}
.cart-add-btn:hover {
  transform: scale(1.1) !important;
  box-shadow: 0 6px 20px rgba(134, 101, 238, 0.4);
}
.site-footer {
  position: relative;
  background-image: url("../images/footer-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.site-footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.85) 100%);
  width: 100%;
  height: 100%;
}
.site-footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(134, 101, 238, 0.1) 0%,
    rgba(226, 89, 119, 0.05) 100%
  );
  z-index: 3;
}
.footer-container {
  position: relative;
  z-index: 5;
  padding: 250px 0 0px 0;
}
.payment-section {
  position: absolute;
  left: 50%;
  top: -80px;
  transform: translateX(-50%);
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
.payment-section img {
  height: 100%;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}
.brand-decoration {
  position: absolute;
  left: -80px;
  top: 80px;
  z-index: 4;
}
.brand-decoration .decoration-wrapper {
  color: var(--white);
  position: relative;
}
.brand-decoration .decoration-wrapper span {
  color: var(--pink);
  font-size: 24px;
  font-weight: 800;
  text-shadow: 0 4px 10px rgba(226, 89, 119, 0.3);
}
.brand-decoration .decoration-wrapper p {
  font-size: 106px;
  font-weight: 700;
  line-height: 70px;
  transform: rotate(90deg);
  margin: 125px -135px;
  background: var(--purple-bg-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.8;
}
.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.footer-logo {
  width: 220px;
  margin-bottom: 35px;
  transition: all 0.4s ease;
}
.footer-logo:hover {
  transform: scale(1.05);
}
.footer-logo img {
  width: 100%;
  filter: drop-shadow(0 4px 15px rgba(255, 255, 255, 0.1));
}

.footer-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin-bottom: 40px;
  max-width: 800px;
}
.footer-nav-item {
  list-style-type: none;
  position: relative;
}
.footer-nav-item a {
  text-decoration: none;
  color: var(--white);
  font-weight: 500;
  padding: 8px 0;
  transition: all 0.3s ease;
  position: relative;
}
.footer-nav-item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--pink-bg-gradient);
  transition: width 0.3s ease;
}
.footer-nav-item a:hover {
  color: var(--pink);
}
.footer-nav-item a:hover::after {
  width: 100%;
}
.copyright-text {
  color: rgba(255, 255, 255, 0.7);
  padding: 20px 0 10px 0;
  text-align: center;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  max-width: 600px;
}
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c0a8d1 0%, #f16166 100%);
  border: none;
  color: white;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  box-shadow: 0 8px 25px rgba(192, 168, 209, 0.4);
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
}
.back-to-top:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 12px 30px rgba(192, 168, 209, 0.6);
  background: linear-gradient(135deg, #f16166 0%, #c0a8d1 100%);
}
.back-to-top.visible {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
.newsletter-section {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 40px;
  max-width: 500px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.newsletter-title {
  color: var(--white);
  font-size: 1.2rem;
  margin-bottom: 15px;
  font-weight: 600;
}
.newsletter-form {
  display: flex;
  gap: 10px;
}
.newsletter-input {
  flex: 1;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  font-size: 14px;
  transition: all 0.3s ease;
}
.newsletter-input:focus {
  outline: none;
  border-color: var(--purple);
  background: rgba(255, 255, 255, 0.15);
}
.newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.newsletter-btn {
  padding: 12px 25px;
  border: none;
  border-radius: 30px;
  background: var(--purple-bg-gradient);
  color: var(--white);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.newsletter-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(134, 101, 238, 0.4);
}

	.header-container {
		position: relative;
		z-index: 2;
	}
	.top-bar {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 8px 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		font-size: 14px;
	}
	.promo-text {
		color: #fff;
		font-weight: 500;
		order: 2;
		font-size: 16px;
	}
	#js_mailing_list_menu_new_toggler {
    display: inline-flex;
}
	.highlight {
		background: rgba(255, 255, 255, 0.2);
		padding: 2px 8px;
		border-radius: 4px;
		margin: 0 5px;
	}
	.top-links {
		display: flex;
		gap: 20px;
	}
	.top-links a {
		color: white;
		text-decoration: none;
		transition: opacity 0.3s;
		font-size: 16px;
	}
	.main-header {
		display: flex;
		align-items: center;
		padding: 15px 0;
		gap: 30px;
	}
	.logo {
		flex-shrink: 0;
	}
	.logo a {
		display: block;
		width: 220px;
		height: 50px;
		background: rgba(255, 255, 255, 0.9);
		border-radius: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #f16166;
		font-weight: bold;
		font-size: 24px;
		text-decoration: none;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
		transition: transform 0.3s, box-shadow 0.3s;
	}
	.logo a:hover {
		transform: translateY(-2px);
		box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
	}
	.search-container {
		flex: 1;
		max-width: 600px;
	}
	.search-form {
		display: flex;
		height: 50px;
		border-radius: 10px;
		overflow: hidden;
		box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	}
	.search-input {
		flex: 1;
		border: none;
		padding: 0 20px;
		font-size: 16px;
		outline: none;
		background: rgba(255, 255, 255, 0.95);
	}
	.search-input::placeholder {
		color: #999;
	}
	.search-button {
		background: #c285ed;
		color: white;
		border: none;
		padding: 0 25px;
		cursor: pointer;
		transition: background 0.3s;
		font-weight: 600;
		display: flex;
		align-items: center;
		gap: 8px;
	}
	.search-button:hover {
		background: #b298c7;
	}
	.header-actions {
		display: flex;
		gap: 15px;
		align-items: center;
		margin-left: auto;
	}
	.action-item,#js_account_menu_new_toggler,#js_cart_menu_new_toggler {
		display: flex;
		align-items: center;
		color: white;
		text-decoration: none;
		transition: transform 0.3s;
		/* padding: 8px 12px; */
		border-radius: 8px;
		position: relative;
		    gap: 12px;
  }
	.action-item:hover,#js_cart_menu_new_toggler:hover{
		background: rgba(255, 255, 255, 0.15);
		transform: translateY(-2px);
	}
	.action-icon {
		font-size: 20px;
		margin-bottom: 4px;
	}
	.action-text {
		font-size: 14px;
		font-weight: 500;
	}
	.cart-count {
		position: absolute;
		top: 5px;
		right: 5px;
		background: #ff7a7f;
		color: white;
		border-radius: 50%;
		width: 18px;
		height: 18px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 11px;
		font-weight: bold;
	}
	.main-nav {
		background: rgba(255, 255, 255, 0.95);
		border-radius: 10px 10px 0 0;
		box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
	}
	.nav-title {
		font-weight: 600;
		font-size: 16px;
		color: #333;
	}
	.nav-container {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 20px;
	}
	/* Mobile menu toggle button styling - compact version in header */
	.mobile-menu-toggle {
		background: linear-gradient(135deg, #c0a8d1 0%, #f16166 100%);
		border: none;
		color: white;
		padding: 6px 8px;
		border-radius: 6px;
		font-size: 16px;
		cursor: pointer;
		transition: all 0.3s ease;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 36px;
		height: 36px;
		min-width: 36px;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
		flex-shrink: 0;
		margin-right: 4px;
	}
	.mobile-menu-toggle:hover {
		background: linear-gradient(135deg, #f16166 0%, #c0a8d1 100%);
		transform: scale(1.05);
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	}
	.mobile-menu-toggle:active {
		transform: scale(0.95);
	}
	.mobile-menu-toggle:focus {
		outline: none;
		box-shadow: 0 0 0 3px rgba(192, 168, 209, 0.3);
	}
	.mobile-menu-toggle i {
		transition: transform 0.3s ease;
		font-size: 16px;
	}
  /* updated code */
  .footer{position:relative;background-image:url("../images/footer-bg.png");background-position:center;background-size:cover;background-repeat:no-repeat;width:100%;}
.footer::before{content:"";position: absolute;left:0;top:0;z-index:2;background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.82) 100%);width:100%;height:100%;}
.footer .footer-wraper{position:relative;z-index:5;padding-top: 220px;}
.footer .footer-wraper .payment-card{position: absolute;left:50%;top: -27%;transform:translateX(-50%);}
.footer-wraper .fancy-logo{position: absolute;left:-100px;top:50px;}
.fancy-logo .wraper{color:var(--white);}
.fancy-logo .wraper span{color:#FF0000;font-size:22px;font-weight:800;}
.fancy-logo .wraper p{font-size:106px;font-weight:700;line-height:70px;transform: rotate(90deg);margin: 125px -135px;}
.footer .footer-wraper .footer-content{display: flex; flex-direction: column;align-items: center; justify-content: center;}
.footer-content .logo-wraper{width:243px;margin-bottom:35px;}
.footer-content .social-icon-wraper{margin-bottom:40px;}
.footer-content .social-icon-wraper a:not(:last-child){margin-right:30px;}
.footer-content .footer-list{display: flex;}
.footer-list li{list-style-type:none;}
.footer-list li:not(:last-child){margin-right: 20px;}
.footer-list li a{text-decoration: none;color: var(--white);}
.footer-content p{color:var(--white);padding: 10px 0;text-align: center;}





	/* Hide toggle on desktop */
	@media (min-width: 992px) {
		.mobile-menu-toggle {
			display: none !important;
		}
	}
	/* Desktop: Hide toggle button, show navigation */
	@media (min-width: 992px) {
		.nav-container {
			display: flex !important;
		}
	}
	/* Mobile/Tablet: Hide navigation by default */
	@media (max-width: 991px) {
		.nav-container {
			display: none !important;
			flex-direction: column;
			align-items: stretch;
			padding: 15px;
			gap: 15px;
		}
		.nav-container.d-flex {
			display: flex !important;
		}
		.category-menu {
			flex-direction: column;
			width: 100%;
			gap: 10px !important;
		}
		.category-item {
			width: 100%;
		}
		.category-item > a {
			display: block;
			padding: 12px 15px;
			border-radius: 8px;
			background: rgba(192, 168, 209, 0.1);
			transition: all 0.3s ease;
			cursor: pointer;
			touch-action: manipulation;
			-webkit-tap-highlight-color: rgba(192, 168, 209, 0.3);
		}
		.category-item > a:hover,
		.category-item > a:active {
			background: rgba(192, 168, 209, 0.2);
			transform: translateX(5px);
		}
		.category-item > a.menu-block {
			position: relative;
		}
		.promo-banners .menu-block {
			cursor: pointer;
			touch-action: manipulation;
			-webkit-tap-highlight-color: rgba(192, 168, 209, 0.3);
		}
		.promo-banners .menu-block:active {
			opacity: 0.8;
		}
		.promo-banners {
			flex-direction: column;
			width: 100%;
			gap: 10px !important;
		}
		.promo-banner {
			width: 100%;
			text-align: center;
			padding: 12px 15px;
		}
    .product-hero-text-wrapper {
      flex-wrap: wrap;
    }
	}
	.category-menu {
		display: flex;
		gap: 30px;
	}
	.category-item {
		padding: 15px 0;
		position: relative;
	}
	.category-item > a {
		color: #5a5a5a;
		text-decoration: none;
		font-weight: 600;
		font-size: 16px;
		transition: color 0.3s;
		display: flex;
		align-items: center;
		gap: 5px;
	}
	.category-item > a:hover {
		color: #f16166;
	}
	.dropdown-arrow {
		font-size: 12px;
		transition: transform 0.3s;
	}
	.category-item:hover .dropdown-arrow {
		transform: rotate(180deg);
	}
	.promo-banners {
		display: flex;
		gap: 15px;
	}
	.promo-banner {
		color: white;
		padding: 8px 15px;
		border-radius: 6px;
		font-size: 14px;
		font-weight: 600;
		text-decoration: none;
		transition: transform 0.3s;
		box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
		    background: #f16166;
			cursor: pointer;
	}
	.promo-banner:hover{
	background:#906cf0;
	}
	.promo-banner:hover {
		transform: translateY(-2px);
		box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
	}
	.dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		background: white;
		width: 220px;
		border-radius: 0 0 10px 10px;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
		opacity: 0;
		visibility: hidden;
		transform: translateY(10px);
		transition: all 0.3s;
		z-index: 100;
	}
	.category-item:hover .dropdown-menu {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
	.dropdown-item {
		padding: 12px 20px;
		border-bottom: 1px solid #f0f0f0;
		transition: background 0.2s;
	}
	.dropdown-item:last-child {
		border-bottom: none;
	}
	.dropdown-item:hover {
		background: #f8f9fa;
	}
	.dropdown-item a {
		color: #5a5a5a;
		text-decoration: none;
		display: block;
		transition: color 0.3s;
	}
	.dropdown-item a:hover {
		color: #f16166;
	}



@media (max-width: 1540px) {

  .main-header {
    gap: 25px;
  }
 
  .search-container {
    max-width: 550px;
  }
  .header-actions {
    gap: 12px;
  }
  .action-item {
    padding: 8px 14px;
    font-size: 13px;
  }
  .nav-container {
    padding: 0 15px;
  }
  .category-menu {
    gap: 20px;
  }
  .category-item > a {
    font-size: 15px;
    padding: 0px 0px;
  }
  .promo-banners {
    gap: 12px;
  }
  .promo-banner {
    font-size: 13px;
    padding: 8px 14px;
  }
  .banner {
    padding: 70px 0 100px 0;
  }



  .premium-product .card-wraper {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 25px;
  }

  /* .quality-content-text h2.headings.h1 {
    font-size: 50px;
  } */


  .country-product .product-img {
    width: 160px;
  }
  .featured-products-section {
    padding: 90px 0 140px 0;
  }
  .top-links a,.promo-text {
    font-size: 15px;
  }
  .search-form {
    height: 44px;
    max-width: 100%;
    width: 100%
  }.search-button {
    padding: 0 14px;
  }
}
@media (max-width: 1399px) {


}
@media (max-width: 1199px) {
  .featured-products-slider .slick-prev {
    left: -50px;
  }

  .featured-products-slider .slick-next {
    right: -50px;
  }

}
@media (max-width: 992px) {
  .featured-products-heading h2.headings.h2 {
    font-size: 2.4rem;
  }

  .featured-products-heading {
    margin-bottom: 40px;
  }
  .featured-products-slider .slick-prev,
  .featured-products-slider .slick-next {
    width: 45px;
    height: 45px;
  }
  .featured-products-slider .slick-prev {
    left: -40px;
  }
  .featured-products-slider .slick-next {
    right: -40px;
  }
}
@media (max-width: 768px) {
  .featured-products-section {
    padding: 80px 0 120px 0;
  }
  .featured-products-heading h2.headings.h2 {
    font-size: 2rem;
  }
  .featured-products-heading span {
    font-size: 14px;
  }
  .featured-products-heading .btn-view-all {
    min-width: 160px;
    height: 48px;
    font-size: 15px;
  }
  .featured-product-card .product-image-container img {
    height: 160px;
  }
  .featured-product-card .product-details {
    padding: 20px;
  }
  .quick-action-buttons {
    opacity: 1 !important;
    transform: translateX(0) !important;
  }
  .quick-action-buttons .action-btn {
    width: 32px;
    height: 32px;
  }

}
@media (max-width: 576px) {
  .featured-products-heading h2.headings.h2 {
    font-size: 1.8rem;
  }
  .featured-products-heading {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .featured-products-slider .slick-prev,
  .featured-products-slider .slick-next {
    display: none !important;
  }
  .featured-products-slider .slick-list {
    margin: 0 -10px;
  }
  .featured-products-slider .slick-slide {
    padding: 0 10px;
  }
}
@media (max-width: 1280px) {


  .country-product .product-img {
    width: 160px;
  }

  /* .quality-content-text h2.headings.h1 {
    font-size: 3rem;
  } */


  .premium-product .card-wraper {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  }
}
@media (max-width: 991px) {
  .header-content {
    align-items: center;
  }
  .navbar {
    display: none !important;
  }
  .mobile-menu-iocn {
    display: block;
  }

  .icon-link {
    width: 36px;
    height: 36px;
  }

  .slick-prev,
  .slick-next {
    width: 50px;
    height: 50px;
  }
  .slick-prev {
    left: 15px;
  }
  .slick-next {
    right: 15px;
  }

  .country-product .country-product-text {
    width: 100%;
    order: 2;
  }
  .country-product .product-img {
    width: 140px;
    order: 1;
  }



  /* .quality-content-text h2.headings.h1 {
    font-size: 2.5rem;
    line-height: 1.3;
  } */


  .premium-product-heading h2.headings.h2 {
    font-size: 2.4rem;
  }
  .premium-product .card-wraper {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
  }

  .country-product-text .btn-secondry{
    margin: auto;
  }
  #js_mailing_list_menu_new_toggler {
    width: 100%;
}
}
@media (max-width: 768px) {
  .banner-text .details ul {
    /* flex-direction: column; */
    gap: 20px;
  }
  .banner-text .details ul li:not(:last-child) {
    margin-right: 0;
  }
  .details ul li .detail-img-wraper {
    width: 70px;
    height: 70px;
  }
  .detail-img-wraper .img {
    width: 35px;
    height: 35px;
  }


  .country-product .product-img {
    width: 120px;
  }
  .country-product-text .btn-secondry {
    min-width: 120px;
    height: 45px;
    font-size: 14px;
  }

  /* .quality-content-text h2.headings.h1 {
    font-size: 2.2rem;
  } */


  .premium-product {
    padding: 80px 0;
  }
  .premium-product-heading h2.headings.h2 {
    font-size: 2rem;
  }
  .premium-product-heading {
    padding-bottom: 40px;
  }
  .premium-product .card-wraper {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
  }
  .product-card .product-img-wraper img {
    height: 180px!important;
  }
}
@media (max-width: 576px) {
  .logo img {
    height: 36px;
  }


  .icon-link {
    width: 32px;
    height: 32px;
  }
  .serch-svg-wraper,
  .notification-svg-wraper,
  .profile-svg-wrpaer,
  .cart-svg-wrapper {
    font-size: 16px;
  }


  .btn-shop-now {
    padding: 12px 25px;
    font-size: 14px;
  }


 
  .country-product .product-img {
    width: 100px;
  }
  /* .quality-content-text h2.headings.h1 {
    font-size: 1.8rem;
  } */
  .quality-product {
    flex-wrap: wrap;
    gap: 20px;
  }



  .premium-product-heading h2.headings.h2 {
    font-size: 1.8rem;
  }
  .premium-product-heading span {
    font-size: 14px;
  }
  .premium-product .card-wraper {
    grid-template-columns: 1fr;
    max-width: 100%;
    margin: 0 auto;
  }
  .product-card .product-details {
    padding: 0 15px 20px;
  }
  .product-details .varients {
    padding: 12px;
  }

  .quick-actions {
    opacity: 1 !important;
    transform: translateX(0) !important;
  }
  .quick-actions button {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 480px) {


  .country-product .product-img {
    width: 80px;
  }

  /* .quality-content-text h2.headings.h1 {
    font-size: 1.6rem;
  } */
}
@media (max-width: 991px) {



  .category {
    padding: 0 0 60px 0;
  }

  .sale {
    padding: 0 0 60px 0;
  }
  .sale-content .img-wraper {
    width: 100%;
    max-width: 100%;
  }
  .footer-container {
    padding: 140px 0 40px 0;
  }
  .payment-section {
    top: -60px;
  }
  .brand-decoration {
    display: none;
  }
  .newsletter-section {
    padding: 25px 20px;
    margin-bottom: 30px;
  }
  .newsletter-form {
    flex-direction: column;
    gap: 12px;
  }
  .newsletter-input,
  .newsletter-btn {
    width: 100%;
  }
  .footer-navigation {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  .back-to-top {
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
  }
  #js_categories_menu_new{
    width: 100%;
  }
  /* header.header-wrapper #js_account_menu_new #loginFormNew input {
    width: 100%;
  } */
   .header-content .header-icons-wraper{
    display: none!important;
   }

}
@media (max-width: 768px) {



  .sale-content .img-wraper {
    padding: 0 15px;
  }
  .footer-container {
    padding: 120px 0 30px 0;
  }
  .payment-section {
    padding: 15px 20px;
    top: -50px;
  }
  .footer-logo {
    width: 180px;
    margin-bottom: 25px;
  }
  .newsletter-title {
    font-size: 1rem;
  }
  .social-links {
    gap: 15px;
    margin-bottom: 30px;
  }
  .social-link {
    width: 45px;
    height: 45px;
  }

}
@media (max-width: 576px) {



  .theme-btn {
    width: 140px;
    height: 48px;
    font-size: 14px;
  }
  .category {
    padding: 0 0 50px 0;
  }


  .btn-main {
    height: 44px;
    font-size: 14px;
  }
  .sale {
    padding: 0 0 50px 0;
  }
  .footer-container {
    padding: 100px 0 25px 0;
  }
  .payment-section {
    padding: 12px 15px;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
  }
  .payment-section img {
    max-width: 100%;
    height: auto;
  }
  .footer-logo {
    width: 150px;
    margin-bottom: 20px;
  }
  .newsletter-section {
    padding: 20px 15px;
    margin-bottom: 25px;
  }
  .newsletter-title {
    font-size: 0.95rem;
    margin-bottom: 12px;
  }
  .newsletter-input {
    padding: 10px 16px;
    font-size: 13px;
  }
  .newsletter-btn {
    padding: 10px 20px;
    font-size: 13px;
  }
  .social-links {
    gap: 12px;
    margin-bottom: 25px;
  }
  .social-link {
    width: 40px;
    height: 40px;
  }

  .footer-navigation {
    gap: 12px;
    margin-bottom: 25px;
  }
  .footer-nav-item a {
    font-size: 13px;
    padding: 6px 0;
  }
  .copyright-text {
    font-size: 12px;
    padding: 15px 0 5px 0;
  }
  .back-to-top {
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .banner {
    padding: 40px 0 80px 0;
  }





  .premium-product-heading h2.headings.h2 {
    font-size: 1.6rem;
  }
  .featured-products-heading h2.headings.h2 {
    font-size: 1.6rem;
  }
}
div.header-wrapper {
  -webkit-box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.25),
    0 4px 12px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.25),
    0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 40px 0px rgba(0, 0, 0, 0.25),
    0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 25px 35px;
  background: linear-gradient(
    135deg,
    #c0a8d1 0%,
    #d4b8e5 15%,
    #e8c8f0 30%,
    #f16166 70%,
    #ff7a7f 85%,
    #ff8e93 100%
  );
  position: relative;
  border-bottom: 4px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(20px);
}
div.header-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      circle at 20% 50%,
      rgba(255, 255, 255, 0.25) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(255, 255, 255, 0.15) 0%,
      transparent 50%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0.08) 50%,
      transparent 100%
    );
  pointer-events: none;
  z-index: 0;
  animation: shimmer 8s ease-in-out infinite;
}
@keyframes shimmer {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
div.header-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.3) 20%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0.3) 80%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 1;
  box-shadow: 0 -2px 10px rgba(255, 255, 255, 0.3);
}
div.header {
  position: relative;
  overflow: visible;
  padding: 10px 5px 15px 5px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: end;
}
div.header-wrapper a.logo {
  display: block;
  width: 190px;
  height: 40px;
  background: url("/vendor/namaan/ribbonbazaar-v2-dshell-theme/images/updated-images/logo-dark.png")
    no-repeat;
  background-size: 190px 40px;
  background-position: 0px 0px;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.2)) brightness(1.05);
  position: absolute;
  top: 42%;
  left: 35px;
  z-index: 3;
  border-radius: 8px;
  padding: 5px;
}
div.header a.logo {
  display: block;
  width: 175px;
  height: 35px;
  background: url("/vendor/namaan/ribbonbazaar-v2-dshell-theme/images/updated-images/logo-dark.png")
    no-repeat;
  background-size: 175px 35px;
  background-position: 0px 0px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.15));
  position: relative;
  z-index: 3;
}
div.header-wrapper a.logo::before,
div.header a.logo::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
div.header-wrapper a.logo:hover,
div.header a.logo:hover {
  transform: scale(1.12) translateY(-3px) rotate(-1deg);
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.3)) brightness(1.1);
  background-color: rgba(255, 255, 255, 0.1);
}
div.header-wrapper a.logo:hover::before,
div.header a.logo:hover::before {
  opacity: 1;
}
div.search-wrapper {
  flex: 1;
  min-width: 300px;
  max-width: calc(100% - 450px);
  position: relative;
  z-index: 2;
}
div.search-bar {
  position: relative;
  margin: 0 auto;
  width: 80%;
}
.header .search-bar input.search {
  width: calc(100% - 50px);
  height: 52px;
  padding: 16px 28px;
  border-radius: 14px 0 0 14px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2),
    inset 0 2px 6px rgba(255, 255, 255, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 0 20px rgba(255, 255, 255, 0.1);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.99) 0%,
    rgba(255, 255, 255, 0.97) 100%
  );
  backdrop-filter: blur(15px) saturate(180%);
  font-size: 15.5px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  color: #2c2c2c;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.header .search-bar input.search::placeholder {
  color: #999;
  font-weight: 300;
}
.header .search-bar input.search:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25),
    inset 0 2px 8px rgba(255, 255, 255, 0.5),
    0 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 0 30px rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.99) 100%
  );
}
.header .search-bar button.search-submit {
  position: absolute;
  height: 48px;
  width: 55px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, #bad871 0%, #a8c85f 100%);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-left: none;
  padding: 0;
  border-radius: 0 12px 12px 0;
  text-indent: -9999px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(186, 216, 113, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  z-index: 1;
}
.header .search-bar button.search-submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.2) 0%,
    transparent 100%
  );
  border-radius: 0 12px 12px 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.header .search-bar button.search-submit:hover {
  background: linear-gradient(135deg, #a8c85f 0%, #96b84d 100%);
  box-shadow: 0 6px 20px rgba(186, 216, 113, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transform: translateY(-50%) scale(1.05);
  border-color: rgba(255, 255, 255, 0.5);
}
.header .search-bar button.search-submit:hover::before {
  opacity: 1;
}
.header .search-bar button.search-submit:active {
  transform: translateY(-50%) scale(0.98);
}
div.header div.navigation {
  display: flex;
  gap: 14px;
  align-items: center;
  position: relative;
  z-index: 2;
}
div.header div.navigation a {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 24px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );
  backdrop-filter: blur(12px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  letter-spacing: 0.3px;
}
div.header div.navigation a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.3) 0%,
    transparent 100%
  );
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
div.header div.navigation a:hover {
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(255, 255, 255, 0.2) 100%
  );
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.3) inset,
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
div.header div.navigation a:hover::before {
  opacity: 1;
}
.social-icons {
  position: relative;
  width: 960px;
  height: 60px;
  margin: 30px auto 20px auto;
  text-align: center;
  padding: 10px 0;
  background: linear-gradient(
    135deg,
    rgba(237, 211, 197, 0.3) 0%,
    rgba(230, 201, 185, 0.3) 100%
  );
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
a.social-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: 300px;
  transition: all 0.3s ease;
  border-radius: 50%;
  margin: 0 8px;
  opacity: 0.85;
}
a.social-icon:hover {
  opacity: 1;
  transform: translateY(-4px) scale(1.1);
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}
a.social-icon-youtube {
  background-position: -50px -28px;
}
a.social-icon-google {
  background-position: -100px -28px;
}
a.social-icon-pinterest {
  background-position: -150px -28px;
}
a.social-icon-twitter {
  background-position: -200px -28px;
}
a.social-icon-facebook {
  background-position: -250px -28px;
}
div.header-menu {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 12px;
  padding: 12px 0;
  justify-content: end;
  position: relative;
  z-index: 2;
}
div.header-menu .menu-block {
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 68px;
  padding: 10px 18px;
  font-family: "HelveticaNeueW01-45Ligh692680", "Open Sans", sans-serif;
  font-size: 14.5pt;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.15);
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 255, 255, 0.08) 100%
  );
  backdrop-filter: blur(12px) saturate(180%);
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
  overflow: hidden;
}
div.header-menu .menu-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}
div.header-menu .menu-block:hover::before {
  left: 100%;
}
div.header-menu a.menu-block:first-child {
}
div.header-menu a.menu-block:hover,
div.header-menu a.menu-block.opened,
div.header-menu div.menu-block:hover {
  text-decoration: none;
  background: linear-gradient(
    135deg,
    rgba(192, 168, 209, 0.98) 0%,
    rgba(212, 184, 229, 0.95) 50%,
    rgba(241, 97, 102, 0.92) 100%
  );
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3),
    0 0 0 2px rgba(255, 255, 255, 0.2) inset, 0 0 40px rgba(255, 255, 255, 0.15);
  transform: translateY(-4px) scale(1.05);
  z-index: 10;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.2);
}
div.header-menu a.menu-block .small-arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
  top: 40%;
}
#js_categories_menu_toggler {
  width: 220px;
  padding-top: 15px;
  align-self: center;
  order: 3;
}
#js_mailing_list_menu_toggler {
  width: 180px;
}
#js_mailing_list_menu_toggler,
div.header-menu div.free-shipping,
div.header-menu div.deals-and-clearance,
div.header-menu div.phone-number,
#js_mailing_list_menu_toggler:hover,
div.header-menu div.free-shipping:hover,
div.header-menu div.deals-and-clearance:hover,
div.header-menu div.phone-number:hover {
  border: 0;
  box-shadow: unset;
  filter: unset;
  background: unset;
}
div.header-menu div.free-shipping {
}
div.header-menu div.deals-and-clearance {
}
div.header-menu div.phone-number {
}
#js_account_menu_toggler {
  width: 220px;
  align-self: center;
  margin-left: unset;
}
#js_cart_menu_toggler {
  position: relative;
  width: 80px;
  margin-left: unset;
  align-self: center;
  order: 3;
  z-index: 2;
  border-radius: 10px;
  overflow: visible;
}
#js_cart_menu_toggler:hover {
  animation-name: view-cart-over;
  animation-delay: 0s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
#js_cart_menu_toggler .cart-item-count {
  top: 3px;
  right: 3px;
  padding-top: 2px;
}
#js_cart_menu_toggler.opened {
  background-color: #0067a1;
  box-shadow: inset 0px 10px 10px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0;
}
#js_cart_menu_toggler span.view-cart {
  position: absolute;
  display: block;
  background-position: 0px -156px;
  background-size: auto;
  left: 15px;
  top: 0px;
  width: 50px;
  height: 50px;
}
#js_cart_menu_toggler.opened span.view-cart {
  background-position: 0px -206px;
}
.menu-block h3.menu-block-subtext {
  font-family: "Avenir Next LT W01 Regular", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 9.5pt;
  margin: 0;
  padding: 0 0 6px 0;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.4px;
  line-height: 1.3;
}
.menu-block .incentive-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 15.5pt;
  text-align: center;
  background: linear-gradient(135deg, #f16067 0%, #ff7a7f 50%, #ff8e93 100%);
  color: #fff;
  height: 40px;
  padding: 30px 32px;
  margin: 12px 0 0 0;
  white-space: nowrap;
  box-shadow: 0 6px 20px rgba(241, 96, 102, 0.5),
    inset 0 2px 4px rgba(255, 255, 255, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset, 0 0 30px rgba(255, 122, 127, 0.3);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  line-height: 40px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-top: 0;
  letter-spacing: 0.3px;
  position: relative;
  overflow: hidden;
}
.menu-block .incentive-title:hover {
  background: linear-gradient(135deg, #ff8e93 0%, #ff7a7f 50%, #f16067 100%);
  box-shadow: 0 8px 28px rgba(241, 96, 102, 0.7),
    inset 0 2px 6px rgba(255, 255, 255, 0.4),
    0 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 0 40px rgba(255, 122, 127, 0.4);
  transform: translateY(-3px) scale(1.08);
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.2);
}
.header-wrapper.updated-header-wrapper .navigation a {
  text-decoration: none;
}
.header-wrapper.updated-header-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}
.header-wrapper.updated-header-wrapper .navigation {
  display: flex;
  gap: 20px;
  align-items: center;
}
.header-wrapper.updated-header-wrapper .navigation a {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 500;
  font-size: 14pt;
  padding: 8px 16px;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.header-wrapper.updated-header-wrapper .navigation a:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.updated-header-nav {
  margin-left: auto;
}
#js_categories_menu > div {
  display: flex;
  gap: 20px;
}
#js_categories_menu {
  right: 23px;
  left: unset !important;
  top: 100%;
  padding: 20px;
}
@media (max-width: 1160px) {
  div.header-menu .deals-and-clearance {
    display: none;
  }
}
@media (max-width: 1360px) {
  div.header-menu .phone-number {
    display: none;
  }
}
div.header-line {
  position: relative;
  background: linear-gradient(90deg, #c0a8d1 0%, #bad871 50%, #f16166 100%);
  height: 3px;
  overflow: visible;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
}
div.header-line div.line-left {
  background: linear-gradient(90deg, #c0a8d1 0%, #d4b8e5 100%);
  width: 33%;
  height: 3px;
}
div.header-line div.line-right {
  background: linear-gradient(90deg, #f16166 0%, #ff7a7f 100%);
  width: 33%;
  height: 3px;
}
div.main-navigation {
  overflow: visible !important;
}
@keyframes view-cart-over {
  from {
    background-color: #fff;
    box-shadow: inset 0px 10px 10px rgba(0, 0, 0, 0);
  }
  to {
    background-color: #0067a1;
    box-shadow: inset 0px 10px 10px rgba(0, 0, 0, 0.1);
  }
}
@keyframes view-cart-out {
  from {
    background-color: #0067a1;
    box-shadow: inset 0px 10px 10px rgba(0, 0, 0, 0.1);
  }
  to {
    background-color: #fff;
    box-shadow: inset 0px 10px 10px rgba(0, 0, 0, 0);
  }
}
input.boxed,
textarea.boxed,
select.boxed {
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #c8c8c8;
  margin: 0;
  font-family: "Proxima Nova Rg";
  font-weight: normal;
}
select.boxed {
  -webkit-appearance: menulist;
}
input.boxed {
  /* height: 26px; */
  background-color: #fff;
}
input.boxed::-webkit-input-placeholder,
textarea.boxed::-webkit-input-placeholder {
  color: #c8c8c8;
}
input.boxed:-moz-placeholder,
textarea.boxed:-moz-placeholder {
  color: #c8c8c8;
  opacity: 1;
  filter: alpha(opacity=100);
}
input.boxed::-moz-placeholder,
textarea.boxed::-moz-placeholder {
  color: #c8c8c8;
  opacity: 1;
  filter: alpha(opacity=100);
}
input.boxed:-ms-input-placeholder,
textarea.boxed:-ms-input-placeholder {
  color: #c8c8c8;
}
input.submit {
  border: 0;
  background-color: #fff;
  color: #000;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  font-size: 15pt;
  padding: 0;
}
div.hero {
  padding: 25px 0 0 25px;
  display: none;
}
div.hero h1.title {
  font-family: Open Sans, sans-serif;
  font-weight: lighter;
  font-size: 18pt;
  color: #14171e;
  margin: 0;
  word-spacing: 9999px;
}
div.hero-no-img {
  margin-bottom: 25px;
}
div.hero-no-img h1.title {
  word-spacing: inherit;
}
div.hero a {
  color: #000;
  display: block;
}
div.hero .sub-title {
  font-family: "HelveticaNeueLt Pro 55 Roman";
  font-size: 11pt;
  font-weight: normal;
}
div.hero h1.title a {
  font-family: Open Sans, sans-serif;
  font-weight: lighter;
  font-size: 35pt;
  color: #14171e;
}
div.hero h1.title a:hover {
  text-decoration: underline;
}
div.footer {
  padding: 60px 0 70px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 50%, #f8f9fa 100%);
  border-top: 4px solid transparent;
  border-image: linear-gradient(90deg, #c0a8d1 0%, #bad871 50%, #f16166 100%) 1;
  margin-top: 50px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.05);
  position: relative;
}
div.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #c0a8d1 0%, #bad871 50%, #f16166 100%);
}
a.shop-by-category {
  background-color: #c0a8d1;
}
.menu-block .incentive-title {
  background-color: #f16067;
}
div.footer div.navigation div.first-column {
  padding-right: 7em;
}
div.footer div.navigation a {
  display: block;
  font-family: Open Sans, sans-serif;
  font-weight: lighter;
  border-bottom: 1px solid #fff;
  color: #000;
  font-size: 14pt;
  margin-bottom: 1em;
}
div.bottom-navigation,
div.copyright-note {
  font-family: "HelveticaNeueLt Pro 45 Lt";
  font-weight: lighter;
  font-size: 11pt;
  text-align: center;
}
div.copyright-note {
  padding-top: 25px;
  color: #6c757d;
  font-size: 11pt;
  border-top: 2px solid transparent;
  border-image: linear-gradient(
      90deg,
      transparent 0%,
      rgba(192, 168, 209, 0.4) 50%,
      transparent 100%
    )
    1;
  margin-top: 30px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.5px;
}
#captcha-container div.captcha-question,
#captcha-container input.captcha-input {
  margin-bottom: 9px;
}
#captcha-container input.captcha-input {
  display: block;
}
#content div.note,
#content div.alert {
  font-family: Open Sans, sans-serif;
  font-weight: normal;
  font-size: 12pt;
  padding: 0 45px 0 45px;
  margin: 50px 0 50px 0;
}
#content div.note h3 {
  font-size: 15pt;
}
#content div.alert h3 {
  font-size: 15pt;
  color: #f00;
}
#content p.notice {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 40px 40px;
  margin: 70px 0 40px 0;
  background-color: #fff;
  color: #333333;
  border: 0.8px solid #D4A895;
  box-shadow: 0px 10px 15px -3px #0000000F;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}
#content p.notice a {
  color: #414142;
}
#content p.notice a:hover {
  text-decoration: underline;
}
#content .text-block {
  font-family: "Proxima Nova Rg";
  font-weight: normal;
  font-size: 9pt;
  color: #b0aead;
}
#content p.indent {
  text-indent: 36px;
}
#content div.thumb-container {
  width: 109px;
}
#content div.thumb-container a {
  font-family: Open Sans, sans-serif;
  font-weight: normal;
  font-size: 10.5pt;
  display: block;
  width: 109px;
  height: 153px;
  border-bottom: 1px solid #c1c1c1;
  color: #404653;
  line-height: 110%;
  margin-bottom: 7px;
}
#content div.thumb-container a:hover {
  text-decoration: underline;
}
#content div.thumb-container a img {
  display: block;
  margin: 0px 23px 12px 0px;
}
#content div.thumb-container a div.anchor-text {
  width: 101px;
}
#content div.thumb-container div.colors-heading {
  font-family: "HelveticaNeueLt Pro 55 Roman";
  font-weight: normal;
  font-size: 9pt;
  color: #414142;
}
/* #content ul.pagination {
  font-family: Open Sans, sans-serif;
  font-weight: bold;
  font-size: 12pt;
  list-style: none;
  background-color: #4a5d6c;
  color: #fff;
} */
#content ul.pagination-rounded {
  border-radius: 5px;
}
#content ul.pagination li {
  display: inline-block;
}
/* #content ul.pagination a {
  display: inline-block;
  padding: 7px 15px 7px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #000;
}
#content ul.pagination a:hover {
  background-color: #c0a8d1;
  color: #fff;
} */
/* ul.pagination li .page-link {
  color: #fff !important;
} */
ul.pagination li span {
  display: inline-block;
  padding: 7px 15px 7px 15px;
}
ul.pagination li.active span {
  background-color: #2c3e4f;
  box-shadow: inset -2px 0 3px rgba(0, 0, 0, 0.3),
    inset 2px 0 3px rgba(0, 0, 0, 0.3), inset 0 2px 3px rgba(0, 0, 0, 0.3),
    inset 0 -2px 3px rgba(255, 255, 255, 0.1);
}
a.scroll-for-more {
  position: fixed;
  z-index: 100;
  font-family: "HelveticaNeueLt Pro 55 Roman";
  font-weight: norma;
  font-size: 12pt;
  bottom: 0px;
  left: 45px;
  background-color: #fff;
  color: #414142;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  padding: 7px;
  text-align: center;
  display: none;
}
a.scroll-for-more span.text {
  display: block;
  margin-bottom: 15px;
}
a.scroll-for-more span.big-arrow {
  margin: 0px auto 0px auto;
}
#vacation-message {
  padding: 15px 45px 0 45px;
  font-family: Open Sans, sans-serif;
  font-size: 10pt;
  color: #f00;
  text-align: center;
}
div.global-notice {
  margin: 15px 0;
  padding: 12px 45px;
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 9pt;
  font-weight: 600;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
div.global-error {
  background: linear-gradient(135deg, #f16067 0%, #ff7a7f 100%);
}
div.global-info {
  background: linear-gradient(135deg, #bad871 0%, #a8c85f 100%);
}
#content div.stars-unrated {
  width: 100px;
  height: 20px;
  /* background: url("/vendor/namaan/ribbonbazaar-v2-dshell-theme/images/stars-unrated-medium.png")
    no-repeat; */
}
#content div.stars-rated {
  height: 20px;
  /* background: url("/vendor/namaan/ribbonbazaar-v2-dshell-theme/images/stars-rated-medium.png")
    no-repeat; */
}
#stripe-badge-wrapper {
  width: 960px;
  padding: 45px 0 0 180px;
  margin: 50px auto 0 auto;
}
#promotion-banner {
  font-size: 12pt;
}
div.content-body {
  width: 960px;
}
div.hero {
  padding: 75px 0 0 50px;
}
div.hero h1.title {
  font-size: 35pt;
}
div.menu-wrapper {
  display: none;
  position: absolute;
  z-index: 100;
  top: 2px;
  -webkit-box-shadow: 0 12px 32px 0px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 12px 32px 0px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 12px 32px 0px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
  background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
  border-radius: 0 0 12px 12px;
  border-top: 4px solid transparent;
  border-image: linear-gradient(90deg, #c0a8d1 0%, #f16166 100%) 1;
  backdrop-filter: blur(10px);
  animation: menuSlideDown 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes menuSlideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#js_categories_menu {
  left: 0px;
  width: 960px;
  background-color: #fff;
}
#js_mailing_list_menu {
  left: 220px;
  width: 300px;
  padding: 15px;
}
#js_mailing_list_menu input.field {
  margin-bottom: 10px;
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.1);
}
#js_mailing_list_menu input.field {
  display: block;
  width: 100%;
  height: 40px;
  border: 2px solid #e2d3e4;
  border-radius: 6px;
  padding: 8px 12px;
  transition: all 0.3s ease;
  background-color: #fff;
}
#js_mailing_list_menu input.field:focus {
  outline: none;
  border-color: #c0a8d1;
  box-shadow: 0 0 0 3px rgba(192, 168, 209, 0.1);
}
#js_mailing_list_menu button.submit-black {
  width: 100%;
  height: 40px;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-weight: 600;
}
#js_mailing_list_menu button.submit-black:hover {
  background: linear-gradient(135deg, #14171e 0%, #2a2f3a 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
#js_mailing_result_container {
  font-weight: bold;
  color: #bad871;
  font-size: 9pt;
  margin: 3px 0px 0px 5px;
  width: 250px;
}
#js_account_menu {
  right: 0px;
  width: 300px;
  padding-top: 5px;
}
#js_account_menu ul li a {
  display: block;
  padding: 15px 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 500;
  font-size: 14pt;
  color: #495057;
  transition: all 0.3s ease;
  border-radius: 4px;
  margin: 2px 0;
}
#js_account_menu ul li a:hover {
  text-decoration: none;
  background-color: rgba(192, 168, 209, 0.1);
  color: #c0a8d1;
  padding-left: 15px;
}
div.menu-wrapper div.menu-block {
  /* width: 240px; */
  padding: 0 ;
}
div.menu-wrapper h2 {
  font-family: Open Sans, sans-serif;
  font-weight: lighter;
  font-size: 12pt;
  margin: 20px 0 0 0;
  padding: 0;
}
div.menu-wrapper ul {
  border: 1px solid rgba(255, 255, 255, 0.3);
  /* list-style-type: none; */
  margin: 0;
  padding: 0px;
  padding-left: 22px;
}
div.menu-wrapper ul.highlighted {
  background: url(/vendor/namaan/ribbonbazaar-v2-dshell-theme/images/menu-highlighted.jpg)
    no-repeat;
}
div.menu-wrapper li {
  line-height: 100%;
}
div.menu-wrapper .parent-category {
  display: block;
  font-family: Open Sans, sans-serif;
  font-weight: lighter;
  font-size: 12pt;
  margin: 20px 0 0 0;
  padding: 0;
  color: #551a8b;
}
div.menu-wrapper ul a.category {
  font-family: Open Sans, sans-serif;
  font-weight: normal;
  font-size: 16px;
      padding: 0;
    line-height: 20px;
  color: #4B4B4B;
  transition: all 0.2s ease;
  padding: 4px 8px;
  border-radius: 4px;
}
div.menu-wrapper ul a.category:hover {
  background-color: rgba(192, 168, 209, 0.1);
  color: #c0a8d1;
}
div.menu-wrapper a.nav-request-samples {
  display: block;
  margin-top: 15px;
  font-family: Open Sans, sans-serif;
  font-weight: bold;
  font-size: 11pt;
  padding: 10px;
  background: linear-gradient(135deg, #f16067 0%, #ff7a7f 100%);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(241, 96, 102, 0.3);
  display: none;
}
div.menu-wrapper a.nav-request-samples:hover {
  background: linear-gradient(135deg, #ff7a7f 0%, #f16067 100%);
  box-shadow: 0 4px 12px rgba(241, 96, 102, 0.4);
  transform: translateY(-2px);
  text-decoration: none;
}
#js_cart_menu {
  display: none;
  position: absolute;
  z-index: 100;
  top: 0px;
  right: 0px;
  width: 320px;
  box-shadow: 0 12px 32px 4px rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, #0067a1 0%, #0084c7 100%);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
  border-top: 3px solid rgba(255, 255, 255, 0.2);
}
#js_cart_menu div.cart-summary {
  padding: 15px;
}
#js_cart_menu div.cart-summary h2 {
  font-family: Open Sans, sans-serif;
  font-weight: lighter;
  font-size: 16pt;
  color: #f0f5fc;
  border-bottom: 2px solid #f0f5fc;
  margin: 0 0 15px 0;
  padding: 10px 0 5px 0;
}
#js_cart_menu div.cart-summary-item {
  font-family: Open Sans, sans-serif;
  font-weight: lighter;
  font-size: 15pt;
  color: #f0f5fc;
  border-top: 1px dashed #f0f5fc;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#js_cart_menu div.cart-summary-items-count {
  border: 0px;
}
#js_cart_menu div.cart-actions-wrapper {
  border-top: 1px solid #f0f5fc;
}
#js_cart_menu div.cart-actions-wrapper a {
  display: block;
  font-family: Open Sans, sans-serif;
  font-size: 14pt;
  text-align: center;
  padding: 12px;
  color: #f0f5fc;
  box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
  font-weight: 600;
}
#js_cart_menu div.cart-actions-wrapper a:hover {
  background: linear-gradient(135deg, #009efa 0%, #0078c4 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 158, 250, 0.3);
}
#js_cart_menu div.cart-actions-wrapper a.view-cart {
  flex: 1;
  border-right: 1px dashed #f0f5fc;
}
#js_cart_menu div.cart-actions-wrapper a.checkout {
  flex: 1;
  position: relative;
}
#js_cart_menu div.cart-actions-wrapper a.checkout:after {
  position: absolute;
  font-size: 18pt;
  display: block;
  width: 15px;
  height: 30px;
  top: 5px;
  right: 15px;
  content: "\00bb";
}
#buy-box .bg-warning {
  display: none;
}
.cart-item-count {
  display: none;
  position: absolute;
  background-color: red;
  color: white;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
#buy-box .cart-item-count {
  top: 5px;
  right: 25px;
  padding-top: 2px;
}
div.cookie-note {
  font-family: Open Sans, sans-serif;
  font-size: 10pt;
  font-weight: regular;
  padding: 0px 45px 0px 5px;
  margin: 8px 0px 0px 30px;
  border-left: 15px solid #f00;
}
div.bottom-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
}
div.bottom-navigation a {
  color: #495057;
  padding: 10px 18px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 8px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(192, 168, 209, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
div.bottom-navigation a:hover {
  color: #fff;
  background: linear-gradient(135deg, #c0a8d1 0%, #f16166 100%);
  border-color: transparent;
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 4px 12px rgba(192, 168, 209, 0.4);
  text-decoration: none;
}
#deal-hero {
  display: block;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto;
  width: 960px;
}
#deal-hero img {
  display: block;
  margin: 0;
  width: 100%;
}
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@600;700;800&display=swap");
.rb-sales-banner {
  background: linear-gradient(90deg, #4a4a4a 0%, #5a5a5a 100%);
  position: relative;
  overflow: hidden;
  padding: 0;
  color: white;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #6a6a6a;
}
.rb-sales-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  animation: rb-sales-sweep 3s infinite;
}
@keyframes rb-sales-sweep {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.rb-sales-content {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
}
.rb-sales-main-text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #ffffff;
  white-space: nowrap;
}
.rb-sales-highlight {
  color: #ff3b30;
  background-color: #fff;
  padding: 4px;
  font-weight: 800;
  font-size: 18px;
}
.rb-sales-separator {
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.3);
}
.rb-sales-coupon-box {
  background: #ff3b30;
  color: white;
  padding: 6px 14px;
  transform: skew(-8deg);
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.rb-sales-coupon-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.5s ease;
}
.rb-sales-coupon-box:hover::before {
  left: 100%;
}
.rb-sales-coupon-box:hover {
  background: #ff2d1f;
  transform: skew(-8deg) scale(1.05);
}
.rb-sales-code {
  font-family: "Inter", monospace;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
  transform: skew(8deg);
}
.rb-sales-cta {
  background: transparent;
  color: #ffffff;
  border: 1.5px solid #ffffff;
  padding: 6px 16px;
  transform: skew(-8deg);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.rb-sales-cta:hover {
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  transform: skew(-8deg) translateY(-1px);
}
.rb-sales-cta-text {
  transform: skew(8deg);
  display: block;
}
.rb-sales-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #ff3b30 0%, #ff9500 50%, #ff3b30 100%);
}
@media (max-width: 968px) {
  .rb-sales-content {
    gap: 16px;
    padding: 0 16px;
  }
  .rb-sales-main-text {
    font-size: 14px;
  }
  .rb-sales-highlight {
    font-size: 16px;
  }
  .rb-sales-separator {
    display: none;
  }
}
@media (max-width: 640px) {
  .rb-sales-main-text {
    font-size: 13px;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .rb-sales-highlight {
    font-size: 15px;
  }
  .rb-sales-coupon-box {
    padding: 5px 10px;
  }
  .rb-sales-code {
    font-size: 12px;
  }
  .rb-sales-cta {
    padding: 5px 12px;
    font-size: 11px;
  }
  .rb-sales-content {
    gap: 12px;
    padding: 0 12px;
  }
}
@media (max-width: 480px) {
  .rb-sales-main-text span:not(.rb-sales-highlight) {
    display: none;
  }
  .rb-sales-main-text::after {
    content: " Sale";
  }
}
header.header-wrapper {
  position: relative;
}
header.header-wrapper .flex-container {
  position: relative;
}
header.header-wrapper .menu-wrapper {
  top: 100%;
  bottom: auto;
  transform: none;
  margin-top: 5px;
}
header.header-wrapper .menu-wrapper {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 50%, #ffffff 100%);
  border-radius: 16px;
  border: 1px solid rgba(192, 168, 209, 0.2);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15),
              0 0 0 1px rgba(255, 255, 255, 0.5) inset,
              0 4px 20px rgba(192, 168, 209, 0.1);
  backdrop-filter: blur(20px);
  padding: 20px;
  animation: menuSlideDownEnhanced 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes menuSlideDownEnhanced {
  from {
    opacity: 0;
    transform: translateY(-15px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
header.header-wrapper #js_categories_menu_new {
  padding:32px 56px 27px 56px;
  min-height: 400px;
  left: 0px;
  font-size: 15px;
  top:-130px;
  width: 100%;
}
header.header-wrapper #js_mailing_list_menu_new {
  padding: 25px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffffff 0%, #fafbfc 100%);
  /* right: 20%; */
}
header.header-wrapper #js_mailing_list_menu_new input.field {
  border: 2px solid rgba(192, 168, 209, 0.3);
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 14px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  width: 100%;
  display: flex;
  margin-bottom: 15px;
}
header.header-wrapper #js_mailing_list_menu_new input.field:focus {
  border-color: #c0a8d1;
  box-shadow: 0 0 0 4px rgba(192, 168, 209, 0.15),
              0 4px 12px rgba(192, 168, 209, 0.2);
  transform: translateY(-1px);
  background: #ffffff;
}
header.header-wrapper #js_mailing_list_menu_new button.submit-black {
  border-radius: 10px;
  padding: 12px 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  background: #af5a5e;
  display: flex;
    align-items: center;
    justify-content: center;
}
header.header-wrapper #js_mailing_list_menu_new button.submit-black:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
header.header-wrapper #js_account_menu_new {
  padding: 20px;
  border-radius: 16px;
  right: 0px;
  top: -130px;
}
/* @media (max-width: 768px) {
  header.header-wrapper #js_account_menu_new {
    top: 100% !important;
    position: absolute !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
} */
header.header-wrapper #js_account_menu_new ul {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0 0 15px 0;
}
header.header-wrapper #js_account_menu_new ul li {
  margin: 5px 0;
  list-style: none;
}
header.header-wrapper #js_account_menu_new ul li a {
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #495057;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(192, 168, 209, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
header.header-wrapper #js_account_menu_new ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: linear-gradient(135deg, #c0a8d1 0%, #f16166 100%);
  transform: scaleY(0);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
header.header-wrapper #js_account_menu_new ul li a:hover {
  background: linear-gradient(135deg, rgba(192, 168, 209, 0.15) 0%, rgba(241, 97, 102, 0.1) 100%);
  color: #c0a8d1;
  padding-left: 22px;
  transform: translateX(4px);
  box-shadow: 0 4px 12px rgba(192, 168, 209, 0.15);
  border-color: rgba(192, 168, 209, 0.4);
}
header.header-wrapper #js_account_menu_new ul li a:hover::before {
  transform: scaleY(1);
}
header.header-wrapper #js_account_menu_new #loginFormNew {
  border-top: 2px solid rgba(192, 168, 209, 0.2);
  margin-top: 15px;
  padding: 20px 0 0 0;
}
header.header-wrapper #js_account_menu_new #loginFormNew input {
  border: 2px solid rgba(192, 168, 209, 0.3);
  border-radius: 10px;
  padding: 12px 16px;
  margin-bottom: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
header.header-wrapper #js_account_menu_new #loginFormNew input:focus {
  border-color: #c0a8d1;
  box-shadow: 0 0 0 4px rgba(192, 168, 209, 0.15),
              0 4px 12px rgba(192, 168, 209, 0.2);
  transform: translateY(-1px);
  background: #ffffff;
  outline: none;
}
header.header-wrapper #js_account_menu_new #loginFormNew button {
  border-radius: 10px;
  padding: 12px 24px;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
header.header-wrapper #js_account_menu_new #loginFormNew button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
header.header-wrapper #js_categories_menu_new .parent-category {
  font-size: clamp(17px, 1.5vw, 24px);
  font-weight: 400;
  color: #000;
  margin: 0px 0 10px 0;
  padding-bottom: 12px;
}
header.header-wrapper #js_categories_menu_new .parent-category:hover{
	text-decoration: none!important;
}
header.header-wrapper #js_categories_menu_new ul a.category {
  padding: 8px 0px;
  border-radius: 8px;
  margin: 4px 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}
header.header-wrapper #js_categories_menu_new ul a.category:first-child {
  margin-top: 0;
  padding-top: 0;
}
header.header-wrapper #js_categories_menu_new ul a.category:hover {
  color: #f16166;
  transform: translateX(5px);
  text-decoration: none!important;
  background: unset;
}
header.header-wrapper #js_cart_menu_new {
  padding: 20px;
  border-radius: 16px;
  min-width: 320px;
      right: 70px;
      top:-130px
}
header.header-wrapper #js_cart_menu_new .cart-summary {
  margin-bottom: 20px;
}
header.header-wrapper #js_cart_menu_new .cart-summary h2 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(192, 168, 209, 0.2);
  margin-top: 0;
}
header.header-wrapper #js_cart_menu_new .cart-summary-item {
  padding: 10px 0;
  border-bottom: 1px solid rgba(192, 168, 209, 0.1);
  font-size: 14px;
  color: #495057;
}
header.header-wrapper #js_cart_menu_new .cart-summary-item:last-child {
  border-bottom: none;
  font-weight: 600;
  font-size: 16px;
  color: #551a8b;
  padding-top: 15px;
  margin-top: 10px;
  border-top: 2px solid rgba(192, 168, 209, 0.2);
}
header.header-wrapper #js_cart_menu_new .cart-actions-wrapper {
  gap: 10px;
  margin-top: 15px;
}
header.header-wrapper #js_cart_menu_new .cart-actions-wrapper .view-cart,
header.header-wrapper #js_cart_menu_new .cart-actions-wrapper .checkout {
  flex: 1;
  padding: 12px 20px;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
header.header-wrapper #js_cart_menu_new .cart-actions-wrapper .view-cart {
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(192, 168, 209, 0.3);
  color: #551a8b;
}
header.header-wrapper #js_cart_menu_new .cart-actions-wrapper .view-cart:hover {
  background: rgba(192, 168, 209, 0.1);
  border-color: #c0a8d1;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(192, 168, 209, 0.2);
  text-decoration: none;
}
header.header-wrapper #js_cart_menu_new .cart-actions-wrapper .checkout,header.header-wrapper #js_account_menu_new #loginFormNew button {
  background: linear-gradient(135deg, #c0a8d1 0%, #f16166 100%);
  color: #ffffff;
  border: none;
}
header.header-wrapper #js_cart_menu_new .cart-actions-wrapper .checkout:hover {
  background: linear-gradient(135deg, #f16166 0%, #c0a8d1 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(192, 168, 209, 0.3);
}
header.header-wrapper #js_cart_menu_new_toggler {
  position: relative;
}
header.header-wrapper #js_cart_menu_new_toggler .cart-item-count {
  position: absolute;
  top: -5px;
  right: -5px;
  background: linear-gradient(135deg, #f16166 0%, #ff7a7f 100%);
  color: #ffffff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(241, 97, 102, 0.4);
}
.account-links a{
	color: #f16166;
  text-decoration: underline;
}
.remember-me input{
	margin-right: 4px;
}
html {
  scroll-behavior: smooth;
}
a.scroll-to-section {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
a.scroll-to-section:hover {
  color:#f16166;
  transform: translateX(3px);
}
section[id] {
  scroll-margin-top: 100px;
}
.top-links a:hover {
  color: #ce0b12;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

@media (max-width: 1199px) {
  .main-header {
    gap: 20px !important;
  }
  .search-container {
    max-width: 100% !important;
  }
  .header-actions {
    gap: 10px !important;
  }
}
@media (max-width: 991px) {
  html, body {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    position: relative !important;
  }
  .content-wrapper {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  #content {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
  body {
    display: block !important;
  }
  .header-wrapper, .header-container, .main-header, .nav-container {
    width: 100% !important;
    max-width: 100% !important;
  }
  /* .header-wrapper {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .custom-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  } */
  .top-bar {
    flex-direction: column !important;
    align-items: center !important;
    gap: 15px !important;
    padding: 12px 0 !important;
  }
  .promo-text {
    text-align: center !important;
    margin-bottom: 10px !important;
    font-size: 14px !important;
  }
  .top-links {
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 12px !important;
  }
  .top-links a {
    font-size: 14px !important;
    padding: 6px 12px !important;
  }
  .main-header {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 15px !important;
    padding: 15px 0 !important;
  }
  .logo-link {
    text-align: center !important;
    margin-bottom: 10px !important;
  }
  
  .search-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
  .search-form {
    width: 100% !important;
  }
  .search-input {
    font-size: 14px !important;
    padding: 0 15px !important;
  }
  .search-button {
    padding: 0 15px !important;
    font-size: 14px !important;
  }
  .header-actions {
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin-left: 0 !important;
  }
  .action-item {
    padding: 8px 12px !important;
    font-size: 12px !important;
  }
  .action-icon {
    font-size: 18px !important;
  }
  .nav-container {
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 15px !important;
    padding: 20px !important;
  }
  .nav-container.mobile-menu-open {
    display: flex !important;
  }
  .mobile-menu-toggle {
    width: 34px !important;
    height: 34px !important;
    font-size: 15px !important;
  }
  .category-menu {
    flex-direction: column !important;
    width: 100% !important;
    gap: 0px !important;
  }
  .category-item {
    width: 100% !important;
    text-align: center !important;
    padding: 0px 0 !important;
  }
  .category-item > a {
    justify-content: center !important;
    font-size: 14px !important;
    width: 100% !important;
    padding: 12px !important;
    border-radius: 0px !important;
    background: rgba(134, 101, 238, 0.1) !important;
  }

  /* Cart & account dropdown width on tablet (match mobile style) */
  header.header-wrapper #js_cart_menu_new {
    width: calc(100vw - 20px) !important;
    max-width: 400px !important;
    min-width: auto !important;
  }

  header.header-wrapper #js_account_menu_new {
    width: calc(100vw - 20px) !important;
    max-width: 350px !important;
    min-width: auto !important;
  }

  .category-item > a:hover {
    background: rgba(134, 101, 238, 0.2) !important;
  }
  .promo-banners {
    flex-direction: column !important;
    width: 100% !important;
    gap: 10px !important;
  }
  .promo-banner {
    width: 100% !important;
    text-align: center !important;
    padding: 10px !important;
  }
  .footer-content {
    padding: 20px 15px !important;
  }
  .newsletter-section {
    max-width: 100% !important;
    padding: 20px 15px !important;
  }
  .newsletter-form {
    flex-direction: column !important;
    gap: 12px !important;
  }
  .newsletter-input,
  .newsletter-btn {
    width: 100% !important;
  }
  .social-links {
    flex-wrap: wrap !important;
    gap: 15px !important;
    justify-content: center !important;
  }
  .social-link {
    width: 45px !important;
    height: 45px !important;
  }
  .footer-navigation {
    flex-direction: column !important;
    gap: 12px !important;
    text-align: center !important;
  }
  .footer-nav-item {
    width: 100% !important;
  }
  div#js_categories_menu_new > div {
    flex-direction: row;
    min-height: unset;
    /* Remove inner scrolling to avoid double vertical scrollbars */
    height: auto;
    overflow-y: visible;
    flex-wrap: wrap;
}
#js_categories_menu_new div.menu-block {
  flex: 50%;
}
.promo-banner {
  font-size: 11px !important;
  padding: 6px !important;
  width: 100%;
  display: block;
}
 /* Mobile dropdown menu positioning */
 header.header-wrapper .menu-wrapper {
  max-height: 67vh !important;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}
.review-body{
  margin-bottom: 10px;
}
.rb-pdp__reviews-full .rb-pdp__reviews-title {
  margin: 0 0 18px 0;
}

}
@media (max-width: 767px) {
  html, body {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100vw !important;
  }

  /* .container, .container-fluid, .row, .custom-container {
    max-width: 100% !important;
    overflow-x: hidden !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  } */
  /* table {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    overflow-x: auto !important;
  } */
  .top-bar {
    padding: 10px 0 !important;
  }
  .promo-text {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }
  .top-links {
    gap: 8px !important;
  }
  .top-links a {
    font-size: 13px !important;
    padding: 5px 10px !important;
  }
  .main-header {
    padding: 12px 0 !important;
    gap: 12px !important;
  }

  .search-input {
    font-size: 13px !important;
    padding: 0 12px !important;
    height: auto !important;
  }
  .search-button {
    padding: 0 12px !important;
    font-size: 13px !important;
    height: auto !important;
  }
  .header-actions {
    gap: 8px !important;
  }
  .action-item {
    padding: 6px 10px !important;
    font-size: 11px !important;
  }
  .action-icon {
    font-size: 16px !important;
  }
  .nav-container {
    display: none !important;
    padding: 15px !important;
    gap: 12px !important;
  }
  .nav-container.mobile-menu-open {
    display: flex !important;
  }
  .mobile-menu-toggle {
    width: 32px !important;
    height: 32px !important;
    font-size: 14px !important;
    padding: 4px 6px !important;
  }
  .mobile-menu-toggle i {
    font-size: 14px !important;
  }
  .category-item > a {
    font-size: 13px !important;
    padding: 10px !important;
  }
  .promo-banner {
    font-size: 12px !important;
    padding: 8px !important;
  }

  .details ul {
    gap: 15px !important;
  }
  .details ul li {
    margin-right: 0 !important;
  }

  .category .row {
    margin: 0 -10px !important;
  }
  .category .row > [class*="col-"] {
    padding: 0 10px !important;
    margin-bottom: 20px !important;
  }
  .quality-product {
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 15px !important;
  }


  .country-product {
    flex-direction: column !important;
    text-align: center !important;
    gap: 20px !important;
  }
  .country-product-text {
    width: 100% !important;
  }
  .country-product .product-img {
    width: 120px !important;
    margin: 0 auto !important;
  }
  /* Mobile dropdown menu positioning */
  header.header-wrapper .menu-wrapper {
    position: absolute !important;
    z-index: 1000 !important;
    /* max-height: 80vh !important; */
    /* overflow-y: auto !important; */
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
  }
  header.header-wrapper #js_cart_menu_new {
    right: 0 !important;
    left: auto !important;
    min-width: auto !important;
    width: calc(100vw - 20px) !important;
    max-width: 400px !important;
    top: 100% !important;
    margin-top: 5px !important;
  }
  header.header-wrapper #js_account_menu_new {
    right: 0 !important;
    left: auto !important;
    width: calc(100vw - 20px) !important;
    max-width: 350px !important;
    top: 100% !important;
    margin-top: 5px !important;
    position: absolute !important;
  }
  /* Ensure parent container is positioned relative for absolute children */
  header.header-wrapper .flex-container {
    position: relative !important;
  }
  /* Position account menu relative to header-actions on mobile */
  header.header-wrapper .header-actions {
    position: relative;
  }
  header.header-wrapper #js_categories_menu_new {
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    min-width: auto !important;
    top: 100% !important;
    margin-top: 5px !important;
  }
  header.header-wrapper #js_mailing_list_menu_new {
    right: 0 !important;
    left: auto !important;
    width: calc(100vw - 20px) !important;
    max-width: 400px !important;
    top: 100% !important;
    margin-top: 5px !important;
  }
  .seconds-quality.high-end-ribbon {
    margin-top: 49px;
  }
  
}
@media (max-width: 575px) {
  .top-bar {
    padding: 8px 0 !important;
  }
  .promo-text {
    font-size: 12px !important;
    padding: 0 10px !important;
  }
  .top-links {
    gap: 6px !important;
  }
  .top-links a {
    font-size: 12px !important;
    padding: 4px 8px !important;
  }
  .top-links a i {
    font-size: 14px !important;
  }
  .main-header {
    padding: 10px 0 !important;
    gap: 10px !important;
  }

  .search-container {
    padding: 0 10px !important;
  }
  .search-input {
    font-size: 12px !important;
    padding: 0 10px !important;

  }
  .search-button {
    padding: 0 10px !important;
    font-size: 12px !important;
  }
  .header-actions {
    gap: 6px !important;
    width: 100% !important;
    justify-content: space-around !important;
  }
  .action-item {
    padding: 5px 8px !important;
    font-size: 10px !important;
    flex: 1 !important;
    justify-content: center !important;
  }
  .action-icon {
    font-size: 14px !important;
  }
  .nav-container {
    display: none !important;
    padding: 12px !important;
    gap: 10px !important;
  }
  .nav-container.mobile-menu-open {
    display: flex !important;
  }
  .mobile-menu-toggle {
    width: 30px !important;
    height: 30px !important;
    font-size: 13px !important;
    padding: 3px 5px !important;
  }
  .mobile-menu-toggle i {
    font-size: 13px !important;
  }
  .mobile-menu-toggle {
    width: 28px !important;
    height: 28px !important;
    font-size: 12px !important;
    padding: 2px 4px !important;
  }
  .mobile-menu-toggle i {
    font-size: 12px !important;
  }

  .category-item > a {
    font-size: 12px !important;
    padding: 10px 8px !important;
  }
  .promo-banners {
    gap: 8px !important;
  }

 
  .details ul {
    gap: 12px !important;
  }
  .details ul li .detail-img-wraper {
    width: 60px !important;
    height: 60px !important;
  }
  .detail-img-wraper .img {
    width: 30px !important;
    height: 30px !important;
  }

  .btn-shop-now {
    padding: 12px 25px !important;
    font-size: 14px !important;
  }

  .category {
    padding: 0 0 5px 0 !important;
  }

  .btn-main {
    height: 42px !important;
    font-size: 13px !important;
  }


  /* .quality-content-text h2.headings.h1 {
    font-size: 1.8rem !important;
  } */


  .country-product {
    min-height: 180px !important;
    padding: 20px 15px !important;
  }

  .country-product .product-img {
    width: 100px !important;
  }
  .country-product-text .btn-secondry {
    min-width: 110px !important;
    height: 42px !important;
    font-size: 13px !important;
  }
  .footer-content {
    padding: 15px 10px !important;
  }
  .newsletter-section {
    padding: 15px 10px !important;
  }
  .newsletter-title {
    font-size: 1rem !important;
    margin-bottom: 12px !important;
  }
  .newsletter-input {
    padding: 10px 14px !important;
    font-size: 12px !important;
  }
  .newsletter-btn {
    padding: 10px 18px !important;
    font-size: 12px !important;
  }
  .social-links {
    gap: 10px !important;
  }
  .social-link {
    width: 40px !important;
    height: 40px !important;
  }

  .footer-navigation {
    gap: 10px !important;
  }
  .footer-nav-item a {
    font-size: 12px !important;
    padding: 5px 0 !important;
  }
  .copyright-text {
    font-size: 11px !important;
    padding: 12px 0 5px 0 !important;
  }
  #js_categories_menu_new div.menu-block {
    flex: 100%;
}
.secondary-header .mobile-menu .mobile-navbar.active {
  max-width: 90%;
}

}
@media (max-width: 480px) {
  .top-bar {
    padding: 6px 0 !important;
  }
  .promo-text {
    font-size: 11px !important;
  }
  .top-links a {
    font-size: 11px !important;
    padding: 3px 6px !important;
  }

  .search-input {
    font-size: 11px !important;
  }
  .search-button {
    font-size: 11px !important;
  }
  .action-item {
    padding: 4px 6px !important;
    font-size: 9px !important;
  }


  .details ul li .detail-img-wraper {
    width: 50px !important;
    height: 50px !important;
  }
  .detail-img-wraper .img {
    width: 25px !important;
    height: 25px !important;
  }

  .btn-shop-now {
    padding: 10px 20px !important;
    font-size: 13px !important;
  }

  .country-product .product-img {
    width: 80px !important;
  }

  header.header-wrapper #js_categories_menu_new ul a.category {
    font-size: 11pt;
  }
  /* header.header-wrapper #js_categories_menu_new ul{
    padding: 0;
  } */
  header.header-wrapper #js_categories_menu_new .parent-category {
    margin: 0px 0 4px ;
  }
  header.header-wrapper #js_categories_menu_new{
    width: 95% !important;
    margin: auto;
  }
  #js_account_menu_new_toggler {
    font-size: 13px;
  }


}

/* Header search field (desktop & mobile) */
.header-search-wrapper {
  display: none;
  margin-left: 12px;
}

.header-search-wrapper.active {
  display: block;
}

.header-search-wrapper-mobile {
  width: 100%;
  margin: 12px 0 0;
}

.header-search-form {
  position: relative;
}

.header-search-input {
  width: 100%;
  min-width: 180px;
  padding: 6px 36px 6px 10px; /* extra right padding for icon */
  border-radius: 999px;
  border: 1px solid #d1d5db;
  font-size: 13px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.header-search-input:focus {
  border-color: #c01e3a;
  box-shadow: 0 0 0 2px rgba(192, 30, 58, 0.15);
}

.header-search-submit {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: none;
  background: transparent;
  color: #9ca3af;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.header-search-submit i {
  font-size: 13px;
}

.header-search-submit:hover {
  color: #c01e3a;
  background-color: rgba(192, 30, 58, 0.06);
}

/* Navigation link hover effects (desktop main nav) */
header.header-wrapper .navbar ul li a {
  position: relative;
  display: inline-block;
  padding: 6px 14px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}

header.header-wrapper .navbar ul li a::after {
  content: '';
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  height: 2px;
  background-color: #c01e3a;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

header.header-wrapper .navbar ul li a:hover {
  color: #c01e3a;

}

header.header-wrapper .navbar ul li a:hover::after,
header.header-wrapper .navbar ul li a.active::after {
  transform: scaleX(1);
}

header.header-wrapper .navbar ul li a.active {
  color: #c01e3a;
}

/* Mobile navbar link hover */
.mobile-navbar ul li a {
  display: block;
  padding: 10px 0;
  color: #111827;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, padding-left 0.2s ease;
}

.mobile-navbar ul li a:hover,
.mobile-navbar ul li a.active {
  color: #c01e3a;
  background-color: rgba(192, 30, 58, 0.05);
  padding-left: 4px;
}

.mobile-navbar ul li a.active {
  font-weight: 700;
}


:root{
    --white: #fff;
    --black: #000;
    --pink: #E25977;
    --purple: #8665EE;
    --blue: #4D83EF;
    --green: #389B88;
    --orange: #E35706;
    --pink-dark: #CE314D;
    --purple-dark: #8B2FF1;
    --red-dark: #EF0101;
    --blue-dark: #2172DB;
    --green-dark: #3EA34B;
    --yellow-dark: #E4A700;
    --pink-primary-light: #FCF2F5;
    --pink-secondry-light: #F6E0E7;
    --purple-primary-light: #F8F5FE;
    --purple-secondry-light: #E4DCF5;
    --blue-primary-light: #EFF3FE;
    --blue-secondry-light: #DAE3FC;
    --green-primary-light: #ECF9F2;
    --green-secondry-light: #D6EDE1;
    --pink-bg-gradient: linear-gradient(270deg, #E25876 0%, #E369A8 100%);
    --purple-bg-gradient: linear-gradient(90deg, #B487F5 0%, #8664EE 100%);
    --blue-bg-gradient: linear-gradient(90deg, #7D8DF1 0%, #4C83EF 100%);
    --green-bg-gradient: linear-gradient(90deg, #66CC9E 0%, #5CBFA3 100%);
    --red-gradient: linear-gradient(270deg, rgba(0, 0, 0, 0.69) 0%, rgba(114, 0, 0, 0.96) 100%);
    --blue-gradient: linear-gradient(270deg, rgba(0, 0, 0, 0.69) 0%, rgba(0, 74, 114, 0.96) 100%);
    --yellow-gradient: linear-gradient(270deg, rgba(0, 0, 0, 0.69) 0%, #836000 100%);
}
/* @font-face {
    font-family: "Palatino";
    src: url("../fonts/Palatino.woff2") format("woff2"),
         url("../fonts/Palatino.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
} */
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
     font-family: "Open Sans";
    font-weight: 400;
    font-size: 16px;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
/* custom classes */
.headings{
    font-family: "Palatino"!important;
    font-weight: 700;
}

h1 , .h1{
    font-size: 72px;
}
h2 , .h2{
    font-size: clamp(24px, 2.5vw, 44px);
}
h5 , .h5{
    font-size: 18px;
    font-weight: 600;
}
h6 , .h6{
    font-size: 16px;
    font-weight: 600;
}
.custom-container{
    max-width: 1640px;
    margin: 0 auto;
    padding: 0;
}
.btn-main{width: 100%;height: 48px;border-radius: 8px;font-weight: 600;color: var(--white);border: none;}
.btn-filled{min-width: 140px;height: 48px;padding: 0px 30px;border-radius: 8px;}
.btn-secondry{min-width: 120px;height: 48px;font-weight: 600;border-radius: 8px;color: var(--white);border:none;}

.btn-pink{background: var(--pink-bg-gradient);}
.btn-purple{background: var(--purple-bg-gradient);}
.btn-blue{background: var(--blue-bg-gradient)}
.btn-green{background: var(--green-bg-gradient)}
.text-pink{color: var(--pink);}
.text-purple{color: var(--purple)}
.text-blue{color: var(--blue)}
.text-green{color: var(--green)}
.card-bg-pink{background-color: var(--pink-primary-light)}
.card-bg-purple{background-color: var(--purple-primary-light)}
.card-bg-blue{background-color: var(--blue-primary-light)}
.card-bg-green{background-color: var(--green-primary-light)}
.bubble-bg-pink{background-color: var(--pink-secondry-light)}
.bubble-bg-purple{background-color: var(--purple-secondry-light)}
.bubble-bg-blue{background-color: var(--blue-secondry-light)}
.bubble-bg-green{background-color: var(--green-secondry-light)}
.btn-red{background-color: var(--red-dark);}
.btn-blue{background-color: var(--blue-dark);}
.btn-yellow{background-color: var(--yellow-dark)}
/* header */
button#js_categories_menu_new_toggler {
    width: 184px;
    height: 48px;
    border-radius: 8px;
    border: none;
    background-color: var(--white);
    font-size: 16px;
    font-weight: 600;
    font-family: "Open Sans";
}

.header{background: linear-gradient(256.34deg, #F0F4F5 2%, #F0F1F5 99.58%);width:100%;padding:53px 0 85px 0;z-index:50;}
.header .header-content{padding-bottom:35px;}
.header .header-content .logo{width:243px;}
.header-dropdown .dropdown .btn-dropdown{width: 184px;height: 48px;border-radius: 8px;border: none;background-color: var(--white);font-size: 16px;font-weight: 600;font-family: "Open Sans";}
.dropdown-toggle::after {display: inline-block;margin-left: 6px;vertical-align: 0;content: "";border-top: 0;border-right: 0;border-bottom: 0;border-left: 0;/* background-image: url("../images/arrow-down-icon.svg"); */width: 8px;height: 12px;background-position: center;background-size: cover;background-repeat: no-repeat;object-fit: cover;}
.dropdown-menu {position: absolute;top: 110%;left: 0;background: #fff;min-width: 180px;border: 1px solid #ddd;border-radius: 4px;box-shadow: 0 4px 8px rgba(0,0,0,0.1);padding: 8px 0;list-style: none;margin: 0;opacity: 0;visibility: hidden;transform: translateY(-10px);transition: all 0.3s ease;z-index: 100;}
.dropdown-menu.show {opacity: 1;visibility: visible;transform: translateY(0);}
.header-icons-wraper .serch-svg-wraper{width:22px;height:22px;display: none;}
.header-icons-wraper .notification{position: relative;margin:0 0px 0 0px;}
.header-icons-wraper {gap: 50px;position: relative;}
.notification .notification-svg-wraper{width:26px;height:26px;}
.notification .notification-number{position: absolute;right:-7px;bottom:-3px;width:17px;height:17px;background-color:#E6030E;color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;}
.notification .notification-number span{text-align:center;line-height:1;}
.header-icons-wraper .profile-svg-wrpaer{width:26px;height:26px;}
/* Search wrapper positioning - appears below search icon */
.header-search-wrapper{position: absolute;top: calc(100% + 10px);left: unset;right:0;margin-left: 0;z-index: 100;min-width: 250px;background-color: var(--white);box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);border-radius: 8px;padding: 8px;}
.header-search-wrapper.active{display: block !important;}

/* Search bar always visible on both headers */
header.header-wrapper .header-search-wrapper,
.secondary-header .header-search-wrapper {
    display: block !important;
}
.secondary-header .header-search-wrapper {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-left: 12px;
    box-shadow: none;
}

/* Home header: full-width search row spanning nav width */
.header.header-wrapper .header-search-row {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 753px;
}
.header.header-wrapper .header-search-row .header-search-form {
    max-width: 100%;
    margin: 0;
}
.header.header-wrapper .header-search-row .header-search-input {
    width: 100%;
    min-width: 0;
    padding: 10px 40px 10px 16px;
    font-size: 15px;
}

.navbar ul li{list-style-type:none;}
.navbar ul li:not(:last-child){margin-right:56px;}
.navbar ul li a{text-decoration:none;color:#000;font-weight:600;}
.mobile-menu-iocn{display: none; cursor: pointer;}
.mobile-menu .mobile-navbar{display: none;}
/* banner */
.banner{position:relative;padding:0 0 100px 0;background-image:url("../images/banner-bg.png");background-position:center;background-size:cover;background-repeat:no-repeat;width:100%;}
.banner::after{position:absolute;left:0;bottom:0;content:"";background-image:url(/vendor/namaan/ribbonbazaar-v2-dshell-theme/images/updated-images/banner-bg-bottom.png);background-position:center;background-size:cover;background-repeat:no-repeat;width:100%;height:144px;}
.banner .banner-text{text-align:center;}
.banner .banner-text h1{line-height: 70px;margin-bottom:15px;color: #000;}
.banner .banner-text h1 span{font-weight: 400;}
.banner-text p{font-size:18px;margin-bottom:45px;color:#000;}
.banner-text .details ul li{list-style-type:none;}
/* .banner-text .details ul li:not(:last-child){margin-right:20px} */
.details ul li .detail-img-wraper{width:60px;height:60px;border-radius:50%;margin:0 auto;background-color:var(--white);display:flex;align-items:center;justify-content:center;margin-bottom:10px;}
.detail-img-wraper .img{width:33px;height:33px;}
.details ul li .detail-text{font-size:14px;}
.banner-img-wraper img{width: 710px;}
/* Prevent FOUC: hide extra slides until Slick initializes. No overflow:hidden so Slick arrows stay visible. */
.banner-slider>.banner-content:not(:first-child){display:none !important;}
.slick-prev, .slick-next {width: 50px;height: 50px;z-index: 10;}
.slick-prev {left: -70px;}
.slick-next {right: -70px;}
.slick-prev, .slick-next {width: 60px;height: 60px;border-radius: 50%;top:37%;display: flex;align-items: center;justify-content: center;background-color: var(--white);}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {color: transparent;outline: none;background: var(--white);}
.slick-prev::before, .slick-next::before {display: none;}
/* about */
.about{padding:80px 0 100px 0;}
.about .about-text{text-align: center;padding-bottom:15px;}
.divider{position: relative;padding-bottom:35px;}
.divider .center-img{position: absolute;top:0;left:50%;transform:translateX(-50%);
     background-image:url(/vendor/namaan/ribbonbazaar-v2-dshell-theme/images/updated-images/background-box.png);background-position:center;background-size:cover;background-repeat:no-repeat;width: 75px;display:flex;align-items:center;justify-content:center;}
.about p{text-align: center;padding-bottom:35px;line-height:26px;   color: #000;}
.about .button-wraper .btn-outlined,.btn-outlined {width: auto;    padding: 0 27px;height: 48px;border-radius: 8px;border: 1px solid #DBDBDB;background-color: var(--white);font-weight: 600;transition:0.3s ease;}
.button-wraper .btn-outlined:hover,.btn-outlined:hover{border: 1px solid var(--pink);color:var(--red-dark);}
/* category */
.category{padding: 0 0 100px 0;}
.category .category-heading{padding-bottom: 45px;}
.category .category-card{position: relative;padding: 48px 40px 34px;border-radius:12px;overflow: hidden;}
.category-card:hover .bubble{width:120px;height: 120px;}
.category-card:hover .icon-wraper{transform: rotate(20deg);transition: 0.3s ease;}
.category-card:hover .arrow-right{transform: translateX(10px);}
.category-card .bubble{position: absolute;right:-15px;top:-15px;content:"";width:60px;height:60px;border-radius:50%;transition:0.3s ease;}
.category .category-card p{line-height: 24px;font-weight: 600;}
.category-card .icon-wraper{position: relative;width:64px;height:64px;display:flex;justify-content:center;align-items:center;border-radius: 12px;margin-bottom:40px;transition:0.3s ease;}
/* .category-card .icon-wraper img , .category-card .icon-wraper svg{position: absolute;} */
.category-card button .arrow-right,.category-card a .arrow-right{margin-left:10px;width: 15px;transition:0.3s ease;}
/* sale */
.sale {padding: 0 0 80px 0;}
.sale-content .img-wraper{width: 1160px;}
/* premium product */
.premium-product{padding:0 0 100px 0;}
.product-details h6{
    display: -webkit-box;
    -webkit-line-clamp: 1;   /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
}
.premium-product-heading{padding-bottom:40px;text-align: left;}
.premium-product .card-wraper{gap:29px;padding-bottom:40px;}
.premium-product .product-card{min-height:430px;border-radius:16px;    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
.product-card .product-img-wraper{margin-bottom:30px;border-radius:16px 16px 0 0}
.product-card .product-img-wraper img{width: 100%;border-radius:16px 16px 0 0}
.product-card .product-details{text-align: center;padding:0 14px}
.product-card .product-details p{line-height:24px;margin-bottom:25px; display: -webkit-box;
    -webkit-line-clamp: 2;   /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;}
.product-details .varients{padding:0 10px;text-align:left;}
.varients .colors .color{width:16px;height:16px;border-radius:50%;}
.varients .colors .color:not(:last-child){margin-right:5px;}
.varients span{font-size:14px;}
.premium-product .button-wraper .btn-outlined {border: 1px solid #DBDBDB;background-color: var(--white);font-weight: 600;transition:0.3s ease;    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;}
.button-wraper .btn-outlined:hover{border: 1px solid var(--pink);color:var(--red-dark);}
/* shop quality product */
.seconds-quality .quality-content{position:relative;padding:93px 75px;border-radius:24px;border:3px solid var(--white);box-shadow: 0px 0px 62px 0px #00000021;overflow: hidden;background-image:url(/vendor/namaan/ribbonbazaar-v2-dshell-theme/images/updated-images/second-quality-bg.png);background-position:center;background-size:cover;background-repeat:no-repeat;width:100%;height:100%;}
.seconds-quality .quality-content::before{content: "";position:absolute;left:0;top:0;z-index:1;background: linear-gradient(90deg, #000000 -0.88%, rgba(0, 0, 0, 0) 65.34%);width:100%;height:100%;background: linear-gradient(90deg, #000000 -0.88%, rgba(0, 0, 0, 0) 100%);}
.quality-content .quality-content-text{position:relative;z-index:5;width:50%;}
.quality-content-text h2{color: var(--white);margin-bottom:25px;}
.quality-content-text h2 span{color: var(--pink-dark);}
.quality-content-text button{border:none;color: var(--white);}
.quality-content .quality-product{position:relative;z-index:5;width:50%;}
.quality-product .product-wraper{width:220px;height:220px;background-image:url(/vendor/namaan/ribbonbazaar-v2-dshell-theme/images/updated-images/quality-product-bg.png);background-position:center;background-size:cover;background-repeat:no-repeat;border-radius:8px;}
.quality-product .product-wraper:not(:last-child){margin-right:20px;}
.quality-product .product-wraper .img-wraper{width:110px;}
/* regional product*/
.regional-product{padding:100px 0;}
.regional-product .country-product{min-height:250px;padding:55px 45px;position:relative;z-index:5;display:flex;justify-content:space-between;align-items:center;background-position:center;background-size:cover;background-repeat:no-repeat;width:100%;border-radius:8px;overflow:hidden;}
.regional-product .card-one{position: relative;background-image:url(/vendor/namaan/ribbonbazaar-v2-dshell-theme/images/updated-images/country-product1-bg.png);}
.regional-product .card-one::before{content:"";position: absolute;left:0;top:0;width:100%;height:100%;background: var(--red-gradient);z-index:2;}
.regional-product .card-two{position: relative;background-image:url(/vendor/namaan/ribbonbazaar-v2-dshell-theme/images/updated-images/country-product2-bg.png);}
.regional-product .card-two::before{content:"";position: absolute;left:0;top:0;width:100%;height:100%;background: var(--blue-gradient);z-index:2;}
.regional-product .card-three{position: relative;background-image:url(/vendor/namaan/ribbonbazaar-v2-dshell-theme/images/updated-images/country-product3-bg.png);}
.regional-product .card-three::before{content:"";position: absolute;left:0;top:0;width:100%;height:100%;background: var(--yellow-gradient);z-index:2;}
.country-product .country-product-text{position:relative;z-index:5;width:260px;color:var(--white);}
.country-product-text h2{font-size: 40px;margin-bottom:15px;}
.country-product .product-img{width: 150px;position: relative;z-index:5;}
/* feature product */
/* .feature-product{padding-bottom: 230px;} */
.feature-product .feature-product-heading{margin-bottom:40px;}
.feature-product .feature-product-heading .btn-outlined {border: 1px solid #DBDBDB;background-color: var(--white);font-weight: 600;transition:0.3s ease;}
.feature-product-heading .btn-outlined:hover{border: 1px solid var(--pink);color:var(--red-dark);}
.product-slider-wraper .product-card{position: relative;overflow:hidden;border-radius: 12px;border: 1px solid #D9D9D9;width:387px;min-height:385px;}
.product-card .badge{position: absolute;top:15px;left:25px;padding: 5px 7px;color:var(--white);font-size:12px;border-radius:50px;font-weight:400;}
.product-card .badge-pink{background-color: var(--pink-dark);}
.product-card .badge-purple{background-color: var(--purple-dark);}
.product-card .badge-orange{background-color: var(--orange);}
.product-card .badge-green{background-color: var(--green-dark);}
.product-card .product-img img{width: 100%;}
.product-card .product-text{padding:25px;}
.product-card .product-text .reviews{margin-bottom:15px;}
.product-text .reviews .total-reviews p{color: #4F4F4F;font-size:14px;}
.product-card .product-text h5{margin-bottom:0px;color:var(--black);}
.product-text .price-wraper .quantity p{color:#4F4F4F;}
.product-slider .product-card {margin: 0 15px; /* 15px gap */}
.product-slider .slick-list{margin: 0 -15px;}
.product-slider .slick-prev, .product-slider .slick-next {top:54%;border: 1px solid #DBDBDB;}
.product-slider .slick-prev {left: -80px;}
.product-slider .slick-next {right: -80px;}
/* footer */
.footer{position:relative;background-image:url(/vendor/namaan/ribbonbazaar-v2-dshell-theme/images/updated-images/footer-bg.png);background-position:center;background-size:cover;background-repeat:no-repeat;width:100%;margin-top: clamp(40px, 10vw, 223px);}
.footer::before{content:"";position: absolute;left:0;top:0;z-index:2;background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.82) 100%);width:100%;height:100%;}
.footer .footer-wraper{position:relative;z-index:5;padding-top: 220px;}
.footer .footer-wraper .payment-card{position: absolute;left:50%;top: -27%;transform:translateX(-50%);}
.footer-wraper .fancy-logo{position: absolute;left:-100px;top:50px;}
.fancy-logo .wraper{color:var(--white);}
.fancy-logo .wraper span{color:#FF0000;font-size:22px;font-weight:800;}
.fancy-logo .wraper p{font-size:106px;font-weight:700;line-height:70px;transform: rotate(90deg);margin: 125px -135px;}
.footer .footer-wraper .footer-content{display: flex; flex-direction: column;align-items: center; justify-content: center;}
.footer-content .logo-wraper{width:243px;margin-bottom:35px;}
.footer-content .social-icon-wraper{margin-bottom:40px;}
.footer-content .social-icon-wraper a:not(:last-child){margin-right:30px;}
.footer-content .social-icon-wraper .social-link{transition: all 0.3s ease;display: inline-block;}
.footer-content .social-icon-wraper .social-link:hover{transform: translateY(-4px) scale(1.1);}
.footer-content .social-icon-wraper .social-link .icon-wraper{transition: all 0.3s ease;}
.footer-content .social-icon-wraper .social-link:hover .icon-wraper{filter: brightness(1.2) drop-shadow(0 4px 8px rgba(226, 89, 119, 0.4));}
.footer-content .footer-list{display: flex;}
.footer-list li{list-style-type:none;}
.footer-list li:not(:last-child){margin-right: 20px;}
.footer-list li a{text-decoration: none;color: var(--white);transition: all 0.3s ease;display: inline-block;}
.footer-list li a:hover{color: var(--pink);transform: translateY(-2px);}
.footer-content p{color:var(--white);padding: 10px 0;text-align: center;}
#js_categories_menu_new{
    overflow: auto;
}
/* inner product card */
.inner-product-card {
	border: 1px solid #D9D9D9;
    padding: 15px 15px 27px 15px;
    border-radius: 16px;
    width: 100%;
}
.inner-products-card-wraper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
    margin-top: 100px;

}

.inner-product-card .card-title{
    font-size: 16px;
    font-weight: 600;
    color: #101828;
    display: block;
    -webkit-line-clamp: 1;   
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.shop-sale-wraper .inner-product-card .card-title{
    display: block;
    color: #000;
}
.shop-sale-wraper .inner-product-card .result-title.card-title{
    min-height: 47px;
}

.result-list li:not(.card-title){
    font-size: 14px;
}
.inner-product-card .card-description {
    font-size: 16px;
    font-weight: 400;
    padding-top: 6px;
    display: block;
    -webkit-line-clamp: 5;   
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 126px;
    color: #4A5565;
    flex: 1;
}
.inner-product-card .card-content {
    padding: 28px 6px 0 6px;
    display: flex;
    flex-direction: column;
    height: 100%;

}
.inner-product-card .new-price {
    color: #E25977;
    font-size: 16px;
    font-weight: bold;
}
.inner-product-card .card-button {
    display: block;
    width: 100%;
    font-size: 16px;
    border: 1px solid #E25977;
    border-radius: 10px;
    padding: 10px 12px;
    text-align: center;
    color: #E25977;
    margin-top: 13px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-weight: 600;
}
.inner-product-card .card-button:hover {
    background-color: #E25977;
    color: #ffffff;
}
.high-end-ribbon .quality-content-text {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 647px;
}
.high-end-ribbon .quality-content{
    background-image:url(/vendor/namaan/ribbonbazaar-v2-dshell-theme/images/updated-images/satin-ribbon-img.png);
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    min-height: 500px;
    padding: 20px 83px;
    box-shadow: unset;

}
.high-end-ribbon.contact-us-section .quality-content{
    background-image:url(/vendor/namaan/ribbonbazaar-v2-dshell-theme/images/updated-images/contact-us-bg.png);
}

    .high-end-ribbon .quality-content-text p{
        color: var(--white);
        font-size: clamp(16px, 1.5vw, 20px);
        line-height: 32px;
        font-weight: 400;
    }
    .high-end-ribbon .quality-content-text h2 span {
        color: var(--pink-dark);
        /* padding-left: 12px; */
    }
    .seconds-quality.high-end-ribbon {
        margin-top: 166px;
        width: 100%;
    }
    .inner-products-card-wraper .card-image img{
        box-shadow: none;
    }
    .inner-products-card-wraper .float-container span {
        font-size: 12px;
    }
    .inner-products-card-wraper .stars-rated {
        display: flex;
        align-items: center;
    }
    .inner-products-card-wraper  .stars-unrated {
        width: auto!important;
    }
    
    .inner-products-card-wraper .float-container {
    gap: 5PX;
    margin-bottom: 8px;
}
.secondary-header .header-dropdown {
    margin-left: 24px;
}
.inner-products-card-wraper.shop-sale-wraper{
    grid-template-columns: repeat(4, 1fr);
    margin-top: 0;
}
.shop-sale-wraper .inner-product-card {
    max-width: 303px;
    padding-bottom: 18px;
}
.shop-sale-result {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.shop-sale-result .result-list {
  padding: 0;
}
.shop-sale-result .result-list li{
    list-style: none;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Search result attribute header colors */
.shop-sale-result .result-list-header--color{
    color: #E25977;
}
.shop-sale-result .result-list-header--length{
    color: #4A90E2;
}
.shop-sale-result .result-list-header--width{
    color: #2F855A;
}

/* shop sale */

.offer-selected .price-block{
font-size: 16px;
font-weight: bold;
}
.offer-selected .price{
    font-size: 14px;
    font-weight: 400;
}
.add-to-basket.btn-outlined{
    color:#E25977;
    font-size: 16px;
    width: 100%;
    border-radius: 10px;
}
.product-info .add-to-basket.btn-outlined{
    display: flex;
    align-items: center;
    border: 1px solid #E25977;
    justify-content: center;
}
.product-offers span{
    font-size: 16px;
}
.offer-selected .price strike{
    font-weight: 400;
}
.inner-product-card .result-thumbnail{
    width: 100%;
    height: 100%;
    object-fit: contain;

}
.search-results-column .selected-filters-container {
    display: none;
}
.shop-by-category-wraper {
    display: flex;
    margin-top: 140px;
}
.shop-by-category-wraper span.sub-title {
    color: #4A5565;
    font-style: italic;
    margin-bottom: 18px;
    font-size: 14px;
    display: block;
}
.section-title {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    padding-bottom: 6px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 24px;
}
.inner-product-card .float-container .float-left {
    color: #4A5565;
}
.shop-sale-result  a{
    color: #000000;
}
.option-section a.more-link{
    color: #4A5565;
    padding-left: 36px;
}
.option-section .option{
    font-size: 16px;
    font-weight: 400;

}

.inner-product-card .sku-number{
    font-size: 16px;
    margin-bottom: 29px;
    font-weight: 400;
    color: #000;
}
.inner-product-card .product-description{
    margin-bottom: 6px;
    color: #4A5565;
    font-size: 16px;
    display: block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}
.shop-sale-wraper .inner-product-card .product-info {
    padding: 0 6px;
    margin-top: 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.shop-sale-wraper li{
    color: #000000;
}
header.secondary-header.header-wrapper #js_categories_menu_new,header.secondary-header.header-wrapper #js_account_menu_new,header.header-wrapper.secondary-header #js_cart_menu_new{
    top: 0;

 }
 .theme-pink-btn{
    background: linear-gradient(180deg, #E25876 0%, #E369A8 100%);
     font-size: 16px;
     color: #fff;
     border-radius: 10px;
     border: 1px solid transparent;
     padding: 11px 29px;
     transition: transform 120ms ease, box-shadow 120ms ease, filter 120ms ease;
 }

 .theme-pink-btn:hover{
     filter: brightness(1.05);
     box-shadow: 0 10px 24px rgba(226, 89, 119, 0.28);
     transform: translateY(-1px);
 }

 .theme-pink-btn:active{
     transform: translateY(0px);
     box-shadow: 0 6px 14px rgba(226, 89, 119, 0.22);
 }
 .content-wrapper{
    background: #fff;
 }
 .high-end-ribbon.transit-times-bg .quality-content{
    background-image:url(/vendor/namaan/ribbonbazaar-v2-dshell-theme/images/updated-images/transit-times-bg.png);
 }
 .company-body .high-end-ribbon.transit-times-bg .quality-content{
    background-image:url(/vendor/namaan/ribbonbazaar-v2-dshell-theme/images/updated-images/our-company-bg.png);
 }
 .stories-page .high-end-ribbon.transit-times-bg .quality-content{
    background-image:url(/vendor/namaan/ribbonbazaar-v2-dshell-theme/images/updated-images/rb-stories.png);
 }
 .returns-page-v2 .high-end-ribbon.transit-times-bg .quality-content{
    background-image:url(/vendor/namaan/ribbonbazaar-v2-dshell-theme/images/updated-images/rb-stories.png);
 }



 div.company-body.company-body div.block-left {
	float: none !important;
	width: 100% !important;
	padding: 53px 40px;
	background: #fff;
	border: 0.8px solid #D4A895;
	border-radius: 14px;
	box-shadow: 0px 10px 15px -3px #0000000F;
}

 div.company-body.company-body div.block-left h2 {
font-family: "Palatino", serif;
	font-weight: 400;
	font-size: clamp(28px, 2.5vw, 44px);
	line-height: 1.2;
	color: #E25876;
	margin: 0 0 19px 0;
}

 div.company-body.company-body div.block-left p {
	font-family: Open Sans, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	color: #333333;
	margin: 0 0 15px 0;
}

 div.company-body.company-body div.block-left p:last-of-type {
	margin-bottom: 0;
}

 div.company-body.company-body div.block-left a.block-left-toggler {
	height: auto;
	margin-top: 12px;
	font-size: 15px;
	color: #d94a86;
}

 div.company-body.company-body div.block-left a.block-left-toggler:hover {
	text-decoration: underline;
}

 div.company-body.company-body div.block-left a.block-left-toggler div.big-arrow {
	position: static;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}

 div.company-body.company-body div.images-container {
	float: none !important;
	width: 100% !important;
	margin-top: 59px;
	padding-left: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 32px;
}

 div.company-body.company-body div.image-container {
	width: 100%;
	height: auto;
	margin: 0;
	border-radius: 16px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	 box-shadow: 0px 10px 15px -3px #0000000F;    
    border: 0.8px solid #D4A895;
    padding: 25px;
}
.company-body .seconds-quality{
    width: 100%;
    margin-bottom: 70px;
}
.image-down-the-aisle span{
color: #E25876;
font-size: clamp(24px, 2.5vw, 32px);
font-weight: 400;
font-family: "Palatino", serif;
}

.image-down-the-aisle p{
    color: #666666;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.image-down-the-aisle-icon{
background: linear-gradient(180deg, #E25876 0%, #E369A8 100%);
    width: 64px;
    height: 64px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 20px;
}
.image-down-the-aisle-text{
    text-align: center;
}
/* Inside Our Warehouse – base layout (no new-class) */
 div.company-body div.inside-our-warehouse-wraper {
	margin-top: 100px;
	width: 100%;
	clear: both;
	/* padding: 0 28px; */
}

 div.company-body div.inside-our-warehouse-wraper h2 {
	font-family: "Palatino", serif;
	font-weight: 400;
	font-size: clamp(28px, 2.5vw, 44px);
	color: #333;
	margin: 0 0 40px 0;
}

 div.company-body div.inside-our-warehouse {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 16px;
	align-items: stretch;
	max-width: 100%;
    max-height: 700px;
}

 div.company-body div.inside-our-warehouse img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	display: block;
}

 div.company-body div.inside-our-warehouse img:nth-child(1) {
	grid-column: 1;
	grid-row: 1 / -1;
}

 div.company-body div.inside-our-warehouse img:nth-child(2) {
	grid-column: 2;
	grid-row: 1;
}

 div.company-body div.inside-our-warehouse img:nth-child(3) {
	grid-column: 2;
	grid-row: 2;
}

 div.company-body div.inside-our-warehouse img:nth-child(4) {
	grid-column: 3;
	grid-row: 1 / -1;
}

.rb-pdp__right.right-column {
    max-width: 800px;
    width: 100%;
    margin-left: unset;
}
.rb-pdp__left {
    width: 100%;
    max-width: 100%;
}
.rb-pdp__top.columns-container{
    margin-top:170px ;
    align-items: start;
}
div.pinterest-button-container img{
    display: none;
}
.div.buy-box-wrapper{
    margin-top: 10px;
}
.product-hero-text-wrapper img {
    max-width: 187px;
    min-height: 149px;
    border-radius: 10px;
}
.product-hero-text-wrapper {
    display: flex;
    gap: 16px;
    margin: 24px 0 26px 0;
}
.product-hero-thumb {
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.2s, opacity 0.2s;
}
.product-hero-thumb:hover {
    opacity: 0.9;
}
.product-hero-thumb-active,
.product-hero-thumb:focus {
    border-color: #EF0101;
    outline: none;
}
.images-block.block-wrapper {
    display: none;
}
.product-hero-wrapper img{
    border-radius: 10px;
    background: #d5dbd7;
}
.product-hero-main-img{
    width: 100%;
 height: 489px;
    object-fit: contain;
}
.product-hero-wrapper{
    position: relative;
}
span.offer-sale {
    font-size: 14px;
    background: #E6030E;
    padding: 5px 15px;
    border-radius: 6px;
    color: #fff;
    position: absolute;
    z-index: 99;
    left: 16px;
    top: 16px;
    font-weight: 700;
}
.js_product_hero_main_img{
        height: 489px;
        width: 100%;
        object-fit: contain;
}
.related-products-list {
    border: 1px solid #E5E7EB;
    border-radius: 10px;
}
.related-products-list-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}
.related-products-list-wrapper span{
color: #E25977;
font-size: 20px;
font-weight: 600;
margin: 12px 0 24px;
display: block;
text-align: center;
}
.related-products-list-wrapper h4{
text-align: center;
font-size: 18px;
font-weight: 600;
color: #0A0A0A;
}
.related-products-list-wrapper img{
    border-radius: 10px 10px 0 0;
    width: 100%;
}
.related-products-list-content {
    padding: 16px 16px 24px;
}
.related-products-list-content .add-to-basket.btn-outlined{
    border: 1px solid #E25977;
}
.related-products-list-content .add-to-basket.btn-outlined:hover{
    background:#E25977 ;
    color: #fff;
}
.related-products-wrapper h2{
    text-align: center;
    margin-bottom: 60px;
    font-family: "Palatino", serif;
    font-weight: 400;
    font-size: 44px;
    color: #333;
}
.rb-pdp__special-offer-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


/* stories css */
.stories-page {
    /* background: #f5f5f5; */
    /* padding: 40px 20px 60px; */
    /* min-height: 60vh; */
}

.stories-wrapper {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    align-items: start;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 10px 15px -3px #0000000F;
    padding: 45px 40px 40px;
    box-sizing: border-box;
    border: 0.8px solid #D4A895;
    margin-top: 70px;
}

/* Left column: Share Your Story */
.stories-left .stories-title {
    font-family: "Palatino";
    font-size: clamp(28px, 2.5vw, 44px);
    font-weight: 400;
    color: #333;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.stories-left p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin: 0 0 16px 0;
}

.stories-left p a {
    color: #e91e63;
    text-decoration: none;
    font-weight: 600;
}

.stories-left p a:hover {
    color: #c2185b;
}

.stories-list {
    margin: 0 0 24px 0;
    padding-left: 24px;
    list-style: disc;
}

.stories-list li {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 17px;
}

.stories-disclaimer {
    background: linear-gradient(180deg, #FEF5F0 0%, #FCE7F0 100%);
    border: 0.8px solid #FCE7F0;
    border-radius: 8px;
    padding: 20px 24px;
    margin-top: 8px;
    font-style: italic;
}

.stories-disclaimer p {
    font-size: 16px;
    color: #666666;
    margin: 0;
    line-height: 1.6;
}

/* Right column: Recent Posts */
.stories-posts-title {
    font-family: "Palatino";
    font-size: clamp(28px, 2.5vw, 44px);
    font-weight: 700;
    color: #333;
    margin: 0 0 43px 0;
    line-height: 1.3;
}

.stories-posts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 29px;
    margin-bottom: 32px;
}

.stories-post-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 0.8px solid #D4A895;
}

.stories-post-card-image-wrap {
    position: relative;
    display: block;
    text-decoration: none;
}

.stories-post-card-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.stories-post-card-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.stories-post-card-category {
    position: absolute;
    top: 12px;
    left: 12px;
    background: linear-gradient(180deg, #E25876 0%, #E369A8 100%);
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 12px;
    border-radius: 22px;
}

.stories-post-card-body {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.stories-post-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
    font-size: 13px;
    color: #333333;
}

.stories-icon {
    vertical-align: middle;
    margin-right: 4px;
    opacity: 0.8;
}

.stories-post-card-title {
    font-size: 18px;
    margin: 0 0 6px 0;
    line-height: 1.4;
    font-family: "Palatino";
    color: #333333;
}

.stories-post-card-title a {
    color: #333333;
    text-decoration: none;
    min-height: 50px;
    display: block;
 
}

.stories-post-card-title a:hover {
    color: #e91e63;
}

.stories-post-card-excerpt {
    font-size: 13px;
    line-height: 1.5;
    color: #666666;
    margin: 0 0 16px 0;
    flex: 1;
}

.stories-post-card-link {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #E25876;
    text-decoration: none;
}

.stories-post-card-link:hover {
    text-decoration: underline;
}

.stories-arrow {
    margin-left: 4px;
}

.stories-read-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #e91e63;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 24px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s;
}

.stories-read-all:hover {
    background: #c2185b;
    color: #fff;
}

.stories-read-all-arrow {
    font-size: 18px;
}
.stories-left p:nth-child(3){
    margin-bottom: 50px;
}
span.stories-post-card-author {
    font-size: 12px;
    color: #666666;
}
.stories-list li::marker {
    color: #E25876;
}
.stories-right {
    margin-top: 100px;
}

/* Legacy (commented) – kept for reference
#content h2, #content p, #content ul { margin-left: 45px; margin-right: 45px; }
#content h2 { font-family: Open Sans, sans-serif; font-size: 24pt; font-weight: lighter; }
#content a { color: #000; text-decoration: underline; }
*/

/* -----------------------------
 * Shipping page v2 – aligned with transit-times & company
 * ----------------------------- */

 #content .shipping-notice {
	margin: 0 0 20px 0;
	padding: 14px 18px;
	border: 1px solid #f3d1d9;
	border-radius: 12px;
	background: #fff;
	color: #344054;
	font-size: 12px;
	line-height: 1.45;
}

#content .shipping-body.shipping-body-v2 {
	padding: 0 0 50px 0;
}

#content .shipping-body.shipping-body-v2 .shipping-content {
	float: none;
	width: 100%;
	padding: 26px 28px;
	background: #fff;
	border: 1px solid rgba(220, 60, 120, 0.12);
	border-radius: 14px;
	box-shadow: 0 10px 28px rgba(16, 24, 40, 0.08);
}

#content .shipping-body.shipping-body-v2 .shipping-content p {
	font-family: Open Sans, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.6;
	color: #333333;
	margin: 0 0 12px 0;
}

#content .shipping-body.shipping-body-v2 .shipping-content p:last-of-type {
	margin-bottom: 0;
}

#content .shipping-body.shipping-body-v2 .shipping-content a {
	color: var(--pink, #E25977);
	text-decoration: underline;
}

#content .shipping-body.shipping-body-v2 .shipping-content a:hover {
	text-decoration: none;
}

#content .shipping-body.shipping-body-v2 .shipping-section-title {
	font-family: "Palatino", serif;
	font-weight: 400;
	font-size: clamp(23px, 2.5vw, 28px);
	line-height: 1.2;
	color: #333333;
	margin: 28px 0 12px 0;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(217, 74, 134, 0.2);
}

#content .shipping-body.shipping-body-v2 .shipping-section-title:first-of-type {
	margin-top: 0;
}

#content .shipping-body.shipping-body-v2 .shipping-list {
	margin: 0 0 12px 0;
	padding-left: 24px;
	font-family: Open Sans, sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.6;
	color: #4a4a4a;
	list-style: disc;
}

#content .shipping-body.shipping-body-v2 .shipping-list li {
	margin-bottom: 6px;
}

#content .shipping-body.shipping-body-v2 .shipping-list li:last-child {
	margin-bottom: 0;
}

.request-samples-swatch-card-content {
    text-align: center;
}
.request-samples-page   .high-end-ribbon.transit-times-bg .quality-content{
    background-image:url(/vendor/namaan/ribbonbazaar-v2-dshell-theme/images/updated-images/request-sample.png);
 }
 .inner-product-card .search-product-card-image{
      height: 247px;  
 }
 .inner-product-card .search-product-card-image img{
    height: 100%;
 }
.inner-product-card .product-card{
    display: flex;
    flex-direction: column;
    height: 100%;
}

 /* Secondary Header Styles */

.secondary-header.header.header-wrapper{
    background: #ffffff;
    padding: 6px 0;
}
.secondary-header {
    background-color: #ffffff;
    border-bottom: 1px solid #E0E0E0;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.secondary-header .header-content {
    min-height: 60px;
    flex-wrap: nowrap;
    padding-bottom: 0;
}

.secondary-header .navbar {
    margin: 0;
    flex: 1;
    justify-content: center;
}

.secondary-header .navbar ul {
    gap: 30px;
    margin: 0 101px 0 0;
}

.secondary-header .navbar ul li {
    margin: 0;
}

.secondary-header .navbar ul li a {
    text-decoration: none;
    color: #333333;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.secondary-header .navbar ul li a:hover,
.secondary-header .navbar ul li a.active {
    color: #E25877;
}

.secondary-header .navbar ul li a.active {
    font-weight: 700;
}

.secondary-logo-link {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.logo-text {
    font-family: "Palatino", serif;
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    display: inline-block;
    position: relative;
}

.logo-ribbon {
    position: relative;
    display: inline-block;
}

.logo-ribbon::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #E25876 0%, #E369A8 100%);
    border-radius: 2px;
}

.logo-bazaar {
    margin-left: 5px;
}

.secondary-nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.secondary-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 30px;
}

.secondary-nav-list li {
    margin: 0;
}

.secondary-nav-list li a {
    text-decoration: none;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    transition: color 0.3s ease;
    position: relative;
}

.secondary-nav-list li a:hover {
    color: #E25876;
}

.secondary-header-icons {
    gap: 20px;
}

.secondary-icon-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    text-decoration: none;
    position: relative;
    transition: opacity 0.3s ease;
}

.secondary-icon-link:hover {
    opacity: 0.7;
}

.secondary-icon-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cart-icon-wrapper {
    position: relative;
}

.cart-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #EF0101;
    color: #ffffff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}
.secondary-header.header .header-content .logo {
    width: 243px;
    max-width: 211px;
}

/* ========== RB PDP (Product Detail Page) – exact ribbonbazaar design ========== */
/* .rb-pdp {
    font-family: "Open Sans", sans-serif;
    color: #000;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
} */

.rb-pdp__top {
    /* margin: 15px 0 0 45px; */
    flex-wrap: unset;
}

.rb-pdp__row {
    margin: 15px 0 0 45px;
}


/* .rb-pdp__right {
    width: 380px;
    margin-right: 45px;
} */

/* Hero / main image */
.rb-pdp__hero {
    position: relative;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

/* SALE tag – top-left of hero (static) */
.rb-pdp__sale-tag {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    padding: 6px 14px;
    background-color: #EF0101;
    color: #fff;
    font-size: 12pt;
    font-weight: bold;
    letter-spacing: 0.02em;
}

/* Thumbnail selected state – red border */
.rb-pdp__thumb.rb-pdp__thumb-selected,
.rb-pdp .images-wrapper a.thumb.rb-pdp__thumb-selected {
    border: 2px solid #EF0101;
    box-sizing: border-box;
}

/* Selected color text below swatches */
.rb-pdp__selected-color {
    font-size: 12px;
    margin: 8px 0 0 0;
    color: #4A5565;
}

.rb-pdp__enlarge-note {
    font-size: 10pt;
    margin: 0 0 25px 10px;
    color: #000;
}

/* Summary: title, stars, bullets */
.rb-pdp__summary h1 {
    font-size: 22pt;
    font-weight: bold;
    margin: 0 0 12px 0;
    color: #000;
}

.rb-pdp__stars-reviews {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
}

.rb-pdp__stars-reviews .reviews-stars .stars-rated {
    background-color: #EF0101 !important;
}

.rb-pdp__stars-reviews .reviews-link {
    color: #666;
    font-size: 11pt;
    text-decoration: none;
}

.rb-pdp__bullets {
    list-style: disc;
    margin: 0 0 16px 1.2em;
    padding: 0;
    font-size: 11pt;
    color: #666;
}

.rb-pdp__bullets li {
    margin-bottom: 6px;
    font-size: clamp(16px, 2vw, 18px);
    color: #4A5565;
    font-weight: 400;
}

/* Buy box container */
/* .rb-pdp__buy-box .rb-pdp__buy-box-inner {
    padding: 15px;
} */

.rb-pdp__buy-box .cta-container {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: unset;
    border: 0;
    /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #e8e8e8; */
}

/* Select Width / Select Length – pill buttons (screenshot design) */
/* .rb-pdp__select-title {
    font-size: 13pt !important;
    font-weight: 600 !important;
    margin: 0 0 10px 0 !important;
    color: #000;
} */

.rb-pdp__options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.rb-pdp__option-btn {
    padding: 10px 16px;
    border: 1px solid #d0d0d0;
    background: #fff;
    color: #0A0A0A;
    border-radius: 8px;
    font-size: 12px;
    text-decoration: none !important;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.rb-pdp__option-btn:hover:not(.option-disabled) {
    border-color: #999;
}

.rb-pdp__option-btn.option-selected {
    background-color: #E25977;
    color: #fff;
    border-color: #E25977;
}

.rb-pdp__option-btn.option-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.rb-pdp__option-btn.option-selected::after {
    content: none !important;
    display: none !important;
}

/* Price box – dark green (screenshot design) */
/* .rb-pdp__price-box {
    background-color: transparent !important;
    padding: 0 0 4px 0 !important;
    border-radius: 0;
    font-size: 22pt !important;
    font-weight: bold !important;
    color: #1e4620 !important;
    margin: 0 0 4px 0 !important;
} */

.rb-pdp__price-box--green {
    color: #E25977 !important;
}

.rb-pdp__stock {
    font-size: 12px;
    margin: 0 0 0px 0;
    color: #4A5565;
}

/* Add to Basket – full-width red, rounded (screenshot design) */
.rb-pdp__add-to-basket {
    display: block;
    width: 100%;
    padding: 14px 20px;
    background-color: #EF0101 !important;
    color: #fff !important;
    font-size: 14pt !important;
    font-weight: bold !important;
    text-align: center;
    border-radius: 8px;
    text-decoration: none !important;
    border: none;
    cursor: pointer;
    margin-top: 12px;
    transition: background-color 0.2s;
}

.rb-pdp__add-to-basket:hover:not(.add-to-cart-disabled) {
    background-color: #c80101 !important;
}

.rb-pdp__add-to-basket.add-to-cart-disabled {
    background-color: #999 !important;
    cursor: not-allowed;
}

/* Special offer banner – pink/red gradient with star icon (screenshot design) */
.rb-pdp__special-offer {
    position: relative;
    margin-top: 20px;
    padding: 20px 20px 20px 20px;
 
    border-radius: 8px;
    text-align: center;
    color: #fff;
    background-image: url(/vendor/namaan/ribbonbazaar-v2-dshell-theme/images/updated-images/colorful-ribbon.png) ;
}
.rb-pdp__special-offer::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(226, 88, 118, 0.95) 0%, rgba(227, 105, 168, 0.85) 100%);
    background-size: cover;
    background-position: center;
    border-radius: 16px;
}
/* .rb-pdp__special-offer-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    opacity: 0.9;
} */

.rb-pdp__special-offer-label {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 6px;
}

.rb-pdp__special-offer-headline {
    font-size: 18pt;
    font-weight: bold;
    margin: 0 0 6px 0;
    color: #fff;
}.rb-pdp__special-offer-icon

.rb-pdp__special-offer-price {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 4px 0;
}

.rb-pdp__special-offer-desc {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    opacity: 0.8;
}

/* Loading mockup – matches PDP buy box layout when data is loading */
/* .rb-pdp__buy-box-loading-mockup.cta-container {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #e8e8e8;
    padding: 16px;
} */

.rb-pdp__buy-box-loading-mockup .rb-pdp__option-btn {
    cursor: default;
}

/* Browse Colors */
.rb-pdp__browse-title {
    font-size: 14pt !important;
    font-weight: 600 !important;
    margin: 0 0 12px 0 !important;
}

/* Color swatches – circular */
.rb-pdp__color-swatches .colors {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.rb-pdp__color-swatches .colors li {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

.rb-pdp__color-swatches .color-swatch {
    display: block;
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform 0.15s, border-color 0.15s;
}

.rb-pdp__color-swatches .color-swatch:hover,
.rb-pdp__color-swatches li:focus-within .color-swatch {
    border-color: #666;
}

/* Product Description */
.rb-pdp__description-title {
    font-size: clamp(24px, 4vw, 40px) !important;
    font-weight: 400 !important;
    margin: 0 0 16px 0 !important;
    font-family: "Palatino";
    color: #0A0A0A;
}
.rb-pdp__description block-wrapper p{
    color: #364153;
}

.rb-pdp__description .block-body {
    font-size: 11pt;
    line-height: 1.5;
    max-width: 100%;
}

/* Volume Discounts – full-width section (exact design) */
.rb-pdp__volume-full {
    width: 100%;
    margin-top: 40px;
    box-sizing: border-box;
}

.rb-pdp__volume-full .rb-pdp__volume-title {
    font-size: clamp(24px, 2.5vw, 44px);
    font-weight: 400 ;
    text-align: center ;
    margin: 0 0 32px 0 ;
    color: #000 ;
    font-family: "Palatino";
}

.rb-pdp__volume-full .rb-pdp__volume-table {
    max-width: 100%;
    margin: 0 auto;
    /* border-collapse: separate; */
    border-spacing: 0;
    border-radius: 16px;
    /* overflow: hidden; */
}

.rb-pdp__volume-full .rb-pdp__volume-table th,
.rb-pdp__volume-full .rb-pdp__volume-table td {
    border: 1px solid #E5E7EB;
    padding: 6px 14px;
    text-align: left;
    color: #0A0A0A;
    width: 50%;
}

.rb-pdp__volume-full .rb-pdp__volume-table th {
    font-weight: 600;
    background: linear-gradient(180deg, #E25876 0%, #E369A8 100%);
    color: #fff;
}

/* Rounded corners on first/last row */
.rb-pdp__volume-full .rb-pdp__volume-table thead tr:first-child th:first-child {
    border-top-left-radius: 10px
}
.rb-pdp__volume-full .rb-pdp__volume-table thead tr:first-child th:last-child {
    border-top-right-radius: 10px
}
.rb-pdp__volume-full .rb-pdp__volume-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 16px
}
.rb-pdp__volume-full .rb-pdp__volume-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 16px
}

/* Row striping: odd rows in volume table */
.rb-pdp__volume-full .rb-pdp__volume-table tbody tr:nth-child(even) td {
    background: #F9FAFB;
}

.rb-pdp__volume-discounts .rb-pdp__volume-table tbody tr:nth-child(odd) td {
    background: #F9FAFB;
}

.rb-pdp__volume-full .rb-pdp__volume-table td:last-child {
    color: #E25977;
}

.rb-pdp__volume-footer {
    text-align: center;
    font-size: 10pt;
    color: #666;
    margin: 10px 0 0 0;
    font-style: italic;
}

/* Legacy volume block inside column (hide when using full-width) */
.rb-pdp__volume-discounts {
    margin-top: 35px;
}

.rb-pdp__volume-discounts .rb-pdp__volume-title {
    font-size: 20pt !important;
    font-weight: bold !important;
    text-align: center !important;
    margin: 0 0 16px 0 !important;
    color: #000 !important;
}

.rb-pdp__volume-table {
    width: 100%;
    border-collapse: collapse;
}

.rb-pdp__volume-table th,
.rb-pdp__volume-table td {
    border: 1px solid #d0d0d0;
    padding: 10px 14px;
    text-align: left;
}

.rb-pdp__volume-table th {
    font-weight: 600;
    background: #f8f8f8;
}

/* .rb-pdp__volume-table td:last-child {
    color: #EF0101;
    font-weight: 600;
} */

/* Customer Reviews – full-width section, centered title, cards in a row */
.rb-pdp__reviews-full {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 0px;
    box-sizing: border-box;
}

.rb-pdp__reviews-full .rb-pdp__reviews-title {
    font-size: clamp(24px, 2.5vw, 44px);
    font-weight: 400 ;
    text-align: center ;
    margin: 0 0 61px 0 ;
    color: #0A0A0A ;
    font-family: "Palatino", serif;

}

.rb-pdp__reviews-section {
    width: 100%;
    max-width: 100%;
}


.rb-pdp__reviews-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    width: 100% !important;
    max-width: 100% !important;
}

.rb-pdp__review-card {
    flex: 1 1 220px;
    min-width: 200px;
    max-width: 280px;
    padding: 16px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.rb-pdp__review-card .reviews-stars .stars-rated {
    background-color: #EF0101 !important;
}

.rb-pdp__review-card .review-title {
    font-size: 12pt;
    font-weight: bold;
    margin: 0 0 6px 0;
    display: block;
}

.rb-pdp__review-card .review-body {
    font-size: 11pt;
    line-height: 1.45;
    margin-bottom: 8px;
}

.rb-pdp__review-card .review-meta {
    font-size: 9pt;
    color: #666;
}

.rb-pdp__review-check {
    color: #0a0;
    font-weight: bold;
}

/* Show buy box by default (override theme’s #buy-box-vue / #buy-box opacity: 0) */
.rb-pdp__buy-box #buy-box,
#buy-box,
#buy-box-vue {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Else: loading state when buyBox is not ready */
.rb-pdp__buy-box-loading {
    padding: 20px;
    text-align: center;
}

.rb-pdp__buy-box-loading-text {
    margin: 0;
    font-size: 12pt;
    color: #666;
}

/* Hide buy-box inner title/SKU when using PDP design (price + stock shown above options) */
.rb-pdp__buy-box .rb-pdp__buy-title {
    margin: 0 0 8px 0;
    font-size: 12pt;
}

/* .rb-pdp__buy-box .cta-container p:first-of-type {
    margin: 0 0 16px 0;
} */

.review-container-vue {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
span.review-heading {
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #0A0A0A;
    padding: 8px 0 7px;
}
.review-body {
    font-size: 16px;
    color: #364153;
    padding-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
}
.review-head .review-title{
    display: none;
}
#content div.review-meta {
    font-size: 14px;
    color: #6A7282;
}
span.review-title {
    font-size: 14px;
    color: #4A5565;
    margin-bottom: 8px;
}

.rb-pdp__special-offer-price span {
    font-weight: 700;
    font-size: clamp(24px, 2.5vw, 36px);
    font-family: "Palatino";
}
span.rb-pdp__special-offer-icon {
    margin-bottom: 17px;
    display: block;
}
.d-relative{
    position: relative;
}
.in-stock-wrapper {
    background: #F0F4F5;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 22px;
    text-align: left;
    margin-top: 20px;
}
img#js_product_hero_img {
    height: 486px;
    width: 100%;
    object-fit: contain;
}

.rb-pdp__right-bottom{
    display: none;
}
.rb-pdp__buy-box-inner{
    margin-top: 0 !important;
}
.colors li:nth-child(2) .color-swatch{
    display: none;
}
.colors > li:nth-child(2){
    display: none;
}
.rb-pdp__buy-box-loading-mockup .rb-pdp__option-btn {
    padding: 5px 16px;
}
.colors li:nth-child(2){

display: none!important;
}
.rb-pdp__price-box span{
    color: #4A5565;
    font-size: 14px;
    margin-left: 8px;
}
.rb-pdp__row.columns-container{
    margin-top: 0;
}
.rb-pdp__description.block-wrapper{
    margin-bottom: 0px;
}
.rb-pdp__summary.product-summary img {
    width: 15px;
}
 .rb-contact {
	padding: 10px 0 0px;
	/* margin-bottom: 223px; */
}

 .rb-contact-hero {
	margin: 20px 0 30px;
}

 .rb-contact-hero-inner {
	position: relative;
	border-radius: 16px;
	padding: 54px 30px;
	overflow: hidden;
	background:
		radial-gradient(900px 260px at 70% 0%, rgba(255, 65, 120, 0.22) 0%, rgba(255, 65, 120, 0) 60%),
		radial-gradient(600px 220px at 10% 20%, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 60%),
		linear-gradient(135deg, #0b0d12 0%, #1b2330 45%, #111827 100%);
	box-shadow: 0 18px 50px rgba(0,0,0,0.22);
}

 .rb-contact-hero-inner:before {
	content: "";
	position: absolute;
	inset: -40px -40px auto auto;
	width: 320px;
	height: 220px;
	transform: rotate(12deg);
	background:
		linear-gradient(135deg, rgba(255, 65, 120, 0.0) 0%, rgba(255, 65, 120, 0.22) 40%, rgba(255, 65, 120, 0.0) 70%),
		linear-gradient(45deg, rgba(255, 65, 120, 0.0) 0%, rgba(255, 65, 120, 0.18) 45%, rgba(255, 65, 120, 0.0) 80%);
	filter: blur(0.2px);
	opacity: 0.95;
	pointer-events: none;
}

 .rb-contact-hero-title {
	position: relative;
	z-index: 1;
	margin: 0 0 10px 0;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #fff;
	font-size: 44px;
	line-height: 1.08;
}

 .rb-contact-hero-title span {
	color: #ff4b8d;
}

 .rb-contact-hero-subtitle {
	position: relative;
	z-index: 1;
	margin: 0;
	max-width: 560px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	line-height: 1.55;
}

 .rb-contact-body {
	padding: 0;
	margin-top: 90px;
}

.rb-contact-form-row {
	row-gap: 32px;
}

 .rb-contact-alert {
	background: #eaf7ef;
	color: #1e5b2a;
	border: 1px solid #cfe9d7;
	border-radius: 12px;
	padding: 14px 16px;
	margin: 0 0 16px 0;
	font-weight: 600;
}

 .rb-card {
	border-radius: 14px;
     box-shadow: 0px 10px 15px -3px #0000001A;
	border: 0.8px solid #E5E5E5
}

 .rb-card-light {
	background: #ffffff;
	padding: 40px;
}

 .rb-card-dark {
	background: linear-gradient(180deg, #1E3A5F 0%, #2D4A6F 100%);
	color: #eaf2ff;
	padding: 32px;
	border: none;
	box-shadow: 0px 20px 25px -5px #0000001A;
}

 .rb-card-title {
	margin: 0 0 13px 0;
	color: #333;
	font-size: clamp(24px, 2.5vw, 44px);
}

 .rb-card-subtitle {
	margin: 0 0 32px 0;
	color: #666666;
	font-size: 16px;
	line-height: 1.5;
}

 .rb-label {
	display: block;
	font-size: 16px;
	color: #333;
	margin: 0 0 6px 0;
	font-weight: 600;
}

 .rb-input,
 .rb-textarea {
	width: 100%;
	border-radius: 10px;
	border: 1.6px solid #E5E5E5;
	background: #F9F9F9;
	padding: 11px 12px;
	outline: none;
	transition: border-color 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

 .rb-input:focus,
 .rb-textarea:focus {
	background: #ffffff;
	border-color: rgba(255, 75, 141, 0.55);
	box-shadow: 0 0 0 4px rgba(255, 75, 141, 0.14);
}

 .rb-textarea {
	min-height: 150px;
	resize: vertical;
}

 .rb-actions {
    margin-top: 14px;
    border-bottom: 1.6px solid #F0F0F0;
    padding-bottom: 16px;
    margin-bottom: 23px;
}

 .rb-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: none;
	border-radius: 10px;
	padding: 11px 16px;
	font-weight: 800;
	cursor: pointer;
	text-decoration: none;
	transition: transform 120ms ease, box-shadow 120ms ease, opacity 120ms ease;
}

 .rb-btn:active {
	transform: translateY(1px);
}

 .rb-btn-primary {
	background: #ff4b8d;
	color: #ffffff;
	box-shadow: 0 10px 24px rgba(255, 75, 141, 0.26);
}

 .rb-btn-primary:hover {
	opacity: 0.95;
}

 .rb-contact-note {
	margin: 16px 0 0;
	color: #666666;
	font-size: 16px;
	line-height: 1.5;
	max-width: 967px;
	display: flex;
	gap: 6px;
	align-items: flex-start;
}

 .rb-contact-note__label {
	color: #111827;
	font-weight: 800;
	white-space: nowrap;
}

 .rb-contact-note__text {
	color: #666666;
	font-weight: 400;
}

 .rb-contact-note a {
	color: #ff4b8d;
	text-decoration: none;
	font-weight: 800;
}

 .rb-contact-note a:hover {
	text-decoration: underline;
}

 .rb-help-title {
	margin: 0 0 16px 0;
	font-size: clamp(27px, 2.5vw, 44px);
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: -0.01em;
	color: #ffffff;
	font-family: "Palatino", serif;
}
.rb-help-title span{
	font-size: clamp(18px, 2.5vw, 28px);
	display: block;
}
 .rb-help-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 30px;
	
}

 .rb-help-item {
	display: flex;
	gap: 12px;
	background: #FFFFFF1A;
	border: 0.8px solid #FFFFFF33;
	border-radius: 14px;
	padding: 19px 20px;
}

 .rb-help-icon {
	width: 48px;
	height: 48px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,0.10);
	color: #ffffff;
	flex: 0 0 auto;
}

 .rb-help-label {
	font-size: 14px;
	opacity: 0.8;
	margin-bottom: 5px;
}

 .rb-help-value {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.35;
	text-decoration: none;
}

 a.rb-help-value:hover {
	text-decoration: underline;
}

 .rb-help-hours {
	margin-top: 8px;
	font-size: 16px;
	/* opacity: 0.82; */
    color: #fff;
}

 .rb-help-footer {
	margin-top: 23px;
}

 .rb-help-footer-label {
	font-size: 14px;
	font-weight: 600;
	opacity: 0.9;
	margin-bottom: 16px;
}

 .rb-social {
	display: flex;
	gap: 8px;
}

 .rb-social-btn {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,0.12);
	color: #ffffff;
	text-decoration: none;
	transition: transform 120ms ease, background 120ms ease;
}

 .rb-social-btn:hover {
	background: rgba(255,255,255,0.18);
	transform: translateY(-1px);
}
 .transit-times-notice {
	margin: 0 45px 20px 45px;
	padding: 14px 18px;
	border: 1px solid #f3d1d9;
	border-radius: 12px;
	background: #fff;
	color: #344054;
	font-size: 12px;
	line-height: 1.45;
}

 .ship-methods-container.transit-times-grid {
	padding: 0 0px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px 42px;
	margin-bottom: 100px;
}

 .transit-card {
	background: #fff;
	border: 0.8px solid #D4A895;
	border-radius: 16px;
	padding: 32px;
	box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
	height: 100%;
}

/*  .transit-card--span-2 {
	grid-column: span 2;
} */

 .transit-card__header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}

 .transit-card__icon {
	width: 48px;
	height: 48px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, #E25876 0%, #E369A8 100%);
	color: #fff;
	flex: 0 0 auto;
}

 .transit-card__title {
	margin: 0;
	font-size: clamp(18px, 2.5vw, 24px);
	color: #333333;
	font-family: "Palatino", serif;
}

 .transit-card__body {
	margin: 0 0 14px 0;
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
}

 .transit-card__link {
	font-size: 16px;
	font-weight: 400;
	color: var(--pink, #E25977);
	text-decoration: underline;
}



 .transit-map-card {
	margin: 0 0px 32px 0px;
	padding: 40px 40px 60px 40px;
	border: 0.8px solid #D4A895;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
	text-align: center;
	width: 100%;
	box-shadow: 0px 10px 15px -3px #0000000F;

}

 .transit-map-card__title {
	margin: 0 0 0 0;
	font-size: clamp(24px, 2.5vw, 44px);
	font-weight: 500;
	color: var(--pink, #E25977);
	font-family: "Palatino", serif;
}

 .transit-map-card__image {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	border-radius: 10px;
}

 .transit-note {
	margin: 0 0px 35px 0px;
	padding: 32px 32Px;
	border-radius: 12px;
	background: linear-gradient(180deg, #FFF8E1 0%, #FFF3CD 100%);
	border-left: 4px solid #E369A8;
	display: flex;
	gap: 12px;
	align-items: flex-start;

}

 .transit-note__icon {
	width: 40px;
	height: 40px;
	border-radius: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, #E25876 0%, #E369A8 100%);
	color: var(--pink, #E25977);
	flex: 0 0 auto;
	margin-top: 1px;
	
}

 .transit-note__text {
	font-size: 16px;
	line-height: 1.45;
	color: #555555;
}
.transit-note__text b{
	font-size: 16px;
	display: block;
	font-size: clamp(16px, 2.5vw, 24px);
    margin-bottom: 5px;
	font-family: "Palatino";
    color: #333;
}
.not-available-text {
    font-size: 16px;
    padding-top: 20px;
    text-align: center;
    margin-bottom:0;
}
.search-options{
    margin-bottom:10px;
}
#search-options .title {
    font-size: clamp(18px, 2.5vw, 23px);
}
button.add-to-basket.btn-outlined.is-failure {
    color: #fff;
}
#content h1.no-result-found {
    color: #000;
    font-size: 20px;
}
.price-wraper .price{
    font-size: 20px;
}
.price-wraper .price p{
    font-weight: 600;
}
.price-wraper .price p:nth-child(2){
    font-size: 22px;
}
.category-card  h5,.category-card h5 + p:not(.text-pink){
    color: #000;
  
}
.category-card h5 + p:not(.text-pink){
font-weight: 400;
}
.about-text{
    color: #000;
}
.product-card .product-text  p{
    color: #000;
}
.premium-product-heading span,.premium-product-heading h2,.category-heading span,.category-heading h2,.feature-product-heading h2,.feature-product-heading span{
    color: #000;
}
.checkout-wrapper  .checkout-form-group{
	width: 100%;
}
.cart-items-col .line-item-teaser{
    width: 160px;
    height: 150px;
    object-fit: cover;
    box-shadow: 0px 4px 6px -1px #0000001A;
    border-radius: 14px;
    border: 0;
}
.cart-items-col .qty-btn-minus, .cart-items-col .qty-btn-plus{
    border-radius: 10px;
    background: linear-gradient(180deg, #E25876 0%, #E369A8 100%);

}
.cart-items-col .line-item-description {
    font-size: 18px;
    margin-bottom:28px
}
.cart-items-col .line-item-sku{
    font-size: 16px;
    margin-bottom:32px;
    color: #999999;
    display: flex;
    align-items: center;
    gap: 8px;
}
.cart-items-col .line-item-prices .price-label{
    font-size: 14px;
    color: #999999;
}
.cart-items-col .line-item-prices .price-value{
    font-size: 20px;
}
.cart-items-col .line-item-unit-price {
    margin-bottom:34px;
}
.cart-items-col .line-item-total .price-value.total-value{
    font-size: 24px;
}
.cart-items-col .line-item-remove{
    font-size: 14px;
    color: #E25876;
    font-weight: 600;
    gap: 8px;
}
.cart-items-col .line-item-quantity-row .qty-label{
    font-size: 16px;
    color: #666666;
    font-weight: 600;
}
.cart-page .cart-two-col{
    gap: 45px;
    flex-wrap: nowrap;
}
.cart-items-col .qty-input{
    border: 1.6px solid #FCE7F0;
    border-radius: 10px;
    width: 56px;
}
.cart-items-col.line-item-wrapper.cart-line-card{
    border: 1.8px solid #FCE7F0;
}
.cart-banner {
    width: 100%;
    max-width: 1640px;
    margin: auto;
    border-radius: 24px;
    /* background: url("ribbons.jpg") center/cover no-repeat; */
    position: relative;
    overflow: hidden;
  }
  .cart-banner-content{
    position: relative;
      z-index: 9;
  }
  .cart-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 9;
  
  }
  
  .cart-banner .overlay {
    position: relative;
  min-height: 350px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    background: url("/vendor/namaan/ribbonbazaar-v2-dshell-theme/images/updated-images/cart-summary-bg.png");
    min-height: 350px;
  
  }
  
  .cart-banner .overlay h1 {
    font-size: clamp(30px, 3.5vw, 72px);
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Palatino"
  }
  .cart-banner .overlay p br {
    display: none;
}
  .cart-banner .bannericon {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
  }
  
  .cart-banner .overlay h1 span {
    color: #d7263d;
  }
  
  .cart-banner .overlay p {
    font-size: clamp(18px, 2.5vw, 20px);
    color: #fff;
    line-height: 1.6;
    max-width: 562px;
  }
  .cart-two-col .cart-summary-col{
    flex: 0 1 590px;
    max-width: 100%;
  }
  .btn-checkout{
    background: linear-gradient(180deg, #E25876 0%, #E369A8 100%);
  }
  .cart-two-col .cart-summary-title{
    font-size: clamp(28px, 2.5vw, 44px);
    font-weight: 400;
    font-family: "Palatino";
  }
  .cart-two-col .estimate-shipping-block{
    background: linear-gradient(180deg, #FEF5F0 0%, #FCE7F0 100%);
    padding:20px;
    border-radius: 14px;
    border-top: 0;

  }
  .cart-two-col .cart-summary-card {
    padding: 32px 32px 24px 32px;
    border: 0.8px solid #FCE7F0;
     border-radius: 16px;
     box-shadow: 0px 10px 15px -3px #0000000F;
     margin-bottom: 24px;

  }
  .cart-two-col .btn-calculate{
    background: linear-gradient(180deg, #E25876 0%, #E369A8 100%);
    border-radius: 10px;
    font-size: 16px;
    padding: 10px 15px;

  }
  .cart-two-col .shipping-zip-input {
    border-radius: 10px 10px 10px 10px;
    margin-right: 8px;
    padding: 12px 14px;
    border: 1.6px solid #FCE7F0;
}
.cart-two-col .shipping-zip-input::placeholder{
    color: #ccc!important;
    font-size: 16px;
}
.cart-two-col .cart-summary-row.cart-summary-grand{
    font-size: 18px;
    border-top: 1.6px solid #FCE7F0;
    padding-top: 24px;
    padding-bottom: 6px;
}
.cart-two-col .grand-total-value{
    font-size: 28px;
}
.cart-two-col .cart-summary-row.cart-summary-items-count{
    padding-bottom:15px
}
.cart-two-col .cart-summary-row.cart-summary-items-count span:not(:last-child),.cart-summary-row .shipping-label{
    color: #666
}
.cart-two-col .cart-summary-row{
    border-top: 0;
    padding-top: 0;
    padding-bottom: 15px;
}
.cart-summary-row .shipping-free{
    font-weight: 600;
}
.cart-summary-col .estimate-shipping-title {
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.free-shipping-note{
    font-size: 16px;
    font-weight: 400;
}
.cart-promo-card .promo-title{
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
}
.cart-promo-card .promo-input{
    padding: 12px 14px;
    margin-right: 8px;
    border-radius: 10px;
    border: 1.6px solid #FCE7F0;
}
.cart-two-col .promo-disclaimer{
    font-size: 16px;
    max-width: 473px;
    text-align: center;
    margin: 45px auto;
    line-height: 30px;
}
.cart-summary-col .cart-promo-card {
    box-shadow: 0px 10px 15px -3px #0000000F;
    border: 0.8px solid #FCE7F0;
}
#shopping-cart{
    padding: 0;
    margin-top: 160px;
}
.cart-page .cart-page-title{
    margin-bottom: 128px;
    padding-bottom: 0;
    border-bottom: 0;
}
.line-item-wrapper.cart-line-card .line-item-cover {
    border-radius: 16px;
    box-shadow: 0px 10px 15px -3px #0000000F;
    border: 0.8px solid #FCE7F0;
}
.cart-two-col {
    box-shadow: 0px 0px 16px 0px #0000001A;
    padding: 40px;
    border-radius: 24px;
}
.cart-page .cart-items-col {
    flex: 1 1 100%;
    min-width: 280px;
    max-width: 925px;
    width: 100%;
}
.cart-page .btn-apply{
    border-radius: 10px;
    background: #333333;
    font-size: 16px;
}
.cart-two-col .cart-summary-row.cart-summary-items-count span:last-child{
    font-size: 18px;
    font-weight: bold;
}
.cart-two-col .btn-checkout{
    font-size: 16px;
    border-radius: 14px;
    gap: 20px;
    box-shadow:none;
}
/* start here plz */
/* Cart page responsive styles */

/* Large tablets / small desktops */


/* @media screen and (max-width: 48em) {
	 .transit-times-notice,
	 .ship-methods-container.transit-times-grid,
	 .transit-map-card,
	 .transit-note {
		margin-left: 16px;
		margin-right: 16px;
	}

	 .ship-methods-container.transit-times-grid {
		padding: 0;
		grid-template-columns: 1fr;
		gap: 16px;
	}

	 .transit-card--span-2 {
		grid-column: auto;
	}
} */

/* @media screen and (max-width: 48em) {
	#content .shipping-notice,
	#content .shipping-body.shipping-body-v2 .shipping-content {
		margin-left: 16px;
		margin-right: 16px;
	}

	#content .shipping-notice {
		margin-bottom: 16px;
	}

	#content .shipping-body.shipping-body-v2 .shipping-content {
		padding: 20px 18px;
	}

	#content .shipping-body.shipping-body-v2 .shipping-section-title {
		font-size: 24px;
		margin-top: 22px;
	}
} */


/* @media screen and (min-width: 40.5em){
	#content div.company-body.company-body {
		padding: 28px 45px 50px 45px;
	}

	#content div.company-body.company-body div.images-container {
		margin-top: 26px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
} */
/* media queries */

@media (max-width: 1840px) {
    h1 , .h1{
        font-size: clamp(30px, 3.5vw, 72px);
    }
    .slick-prev {
        left: 0;
    }
    .slick-next {
        right: 0;
    }
    .footer-wraper .fancy-logo {
        left: -2%;
    }
}
@media(max-width:1780px){
    .product-slider .slick-prev {
        left: -35px;
    }
    .product-slider .slick-next {
        right: -35px;
    }
    .cart-page .cart-page-title {
        margin-bottom: 100px;
    }
    .cart-banner-content br{
    display: none;
    }
}

/* @media(max-width:1740px){
    .slick-prev {
        left: -11px;
    }
    .slick-next {
        right: -11px;
    }
    
} */
@media screen and (max-width: 1699px) {
    .custom-container{max-width: 1340px;}
    /* h1 , .h1{font-size: 62px;}
    h2 , .h2{font-size: 40px;}
    h5 , .h5{font-size: 18px;}
    h6 , .h6{font-size: 16px;} */
    /* header */
    .header{padding:50px 0 70px 0;}
    .header .header-content{padding-bottom:30px;}
    /* banner */
    .banner .banner-text h1{line-height:60px;margin-bottom:12px;}
    /* about */
    .about{padding:60px 0 80px 0;}
    .about .about-text{padding-bottom:8px;}
    .divider{padding-bottom:25px;}
    .about p{padding-bottom:25px;}
    /* category */
    .category{padding:0 0 80px 0;}
    .category .category-heading{padding-bottom:36px;}
    .category .category-card{padding:42px 30px 22px;}
    /* premium product */
    .premium-product{padding:0 0 80px 0;}
    .premium-product .premium-product-heading{padding-bottom:35px;}
    /* second quality */
    .seconds-quality .quality-content{padding:80px 65px;}
    .quality-content .quality-product{width:52%;}
    .quality-product .product-wraper{width: 190px;height: 190px;}
    .quality-product .product-wraper .img-wraper{width: 95px;}
    /* regional product */
    .regional-product{padding: 80px 0;}
    .country-product-text h2{font-size:30px;}
    /* feature product */
    /* .feature-product{padding-bottom: 165px;} */
    /* footer */
    .footer .footer-wraper{padding-top:180px;}
    .footer .footer-wraper .payment-card{top:-24%;}
    .footer .footer-wraper .payment-card{font-size:21px;}
    .fancy-logo .wraper span{font-size:21px;}
    .fancy-logo .wraper p{font-size:95px;}
    .seconds-quality .quality-content{min-height: 400px;}
    .quality-content-text h2{margin-bottom: 7px;}
    .inner-products-card-wraper.shop-sale-wraper {
        grid-template-columns: repeat(3, 1fr);
    }
    .secondary-header .navbar ul {
        margin: 0 0px 0 0;
        gap: 4px;
        
    } 
    .header-icons-wraper {
        gap: 20px;
    }  
    .secondary-header  .header-content{
        padding-bottom: 0;
    }     
    .seconds-quality.high-end-ribbon {
        margin-top: 120px;
    }
    .high-end-ribbon .quality-content-text p{
        line-height: normal;
    }
    .returns-page-v2 .returns-flash-callout{
        margin-top: 50px;
    }
    .stories-wrapper{
        margin-top: 50px;
    }
    .stories-left .stories-title{
        margin-bottom: 15px;
    }
    .stories-list li {
        font-size: 14px;
        margin-bottom: 11px;
    }
    .stories-right {
        margin-top: 73px;
    }
    div.company-body.company-body div.block-left {
        padding:40px;
    }
    div.company-body.company-body div.images-container {
        margin-top: 42px;
        gap: 25px;
    }
    .image-down-the-aisle-icon {
        width: 55px;
        height: 55px;
        margin-bottom: 10px;
    }
    div.company-body div.inside-our-warehouse-wraper,.rb-contact-body {
        margin-top: 70px;
    }
    .rb-pdp__left {
        width: 100%;
        max-width: 50%;
    }
    .product-hero-text-wrapper img {
        max-width: 150px;
        min-height: 128px;
        width: 100%;
    }
    header.header-wrapper #js_categories_menu_new {
        padding: 27px 40px 27px
    }
    .ship-methods-container.transit-times-grid{
        margin-bottom: 60px;
    }
   .banner .slick-prev,.banner .slick-next {
        top: 21%;
    }    
    .cart-page .cart-two-col {
        gap: 20px;
    }  
    .cart-banner .overlay {
        min-height: 300px;
    }  
}
@media(max-width:1540px){
    /* .slick-prev {
        left: -70px;
    }
    .slick-next {
        right: -70px;
    } */
    .product-info .add-to-basket.btn-outlined {
        padding: 0;
    }
    .stories-left p:nth-child(3) {
        margin-bottom: 25px;
    }
    #content p.notice {
        padding: 30px 30px;
        margin-top: 50px;
    }
    .transit-card__icon {
        width: 34px;
        height: 34px;
    }    
    .transit-card__icon img{
        max-width: 18px;
    }
    .product-slider .slick-prev {
        left: -34px;
    }
    .product-slider .slick-next {
        right: -34px;
    }
    .transit-note {
        padding: 30px 25Px;
    }
    .cart-page .cart-page-title {
        margin-bottom: 80px;
    }
}

@media(max-width:1440px){
    .inner-products-card-wraper {
        grid-template-columns: repeat(4, 1fr);
    }
    .rb-card-light {
        padding: 30px
    }
    .rb-card-subtitle{
        font-size: 15px;
        margin: 0 0 7px 0;

    }
    .transit-card__body {
        font-size: 14px;
    }
    .ship-methods-container.transit-times-grid {
        gap: 23px 29px;
    }
    .transit-card {
        padding: 28px 20px;
    }
    .rb-pdp__top.columns-container,.rb-pdp__reviews-full{
        margin-top: 140px;
    }
    
.rb-pdp__reviews-full .rb-pdp__reviews-title {
    margin: 0 0 33px 0;
}
.product-hero-main-img {
    height: 400px;
}
.rb-pdp__description {
    padding: 16px ;
}
.rb-contact-form-row {
    row-gap: 20px;
}
.request-samples-card {
    padding: 30px;
    margin-top: 45px;
}
.request-samples-section-title {
    margin: 0 0 25px 0;
}
.request-samples-swatch-card p, .request-samples-yard-card > p {
    margin: 0 0 45px 0;
}
.request-samples-icon {
    width: 40px;
    height: 40px;
}
.request-samples-card.request-samples-swatch-card {
    padding-top: 35px;
}
.cart-two-col .cart-summary-row.cart-summary-grand,.cart-two-col .estimate-shipping-block {
    padding-top: 12px;
}
.cart-banner .overlay h1 {
    margin-bottom: 3px;
}

}
@media screen and (max-width: 1399px) {
    body{font-size:15px;}
    .custom-container{max-width:1140px;}
    /* h1 , .h1{font-size: 50px;}
    h2 , .h2{font-size: 34px;}
    h5 , .h5{font-size: 17px;}
    h6 , .h6{font-size: 15px;} */
    /* header */
    .header{padding:45px 0 60px 0;}
    .header .header-content{padding-bottom:25px;}
    .secondary-header .header-content{padding-bottom:0;}
    /* banner */
    .banner .banner-text h1{line-height:50px;margin-bottom:10px;}
    .banner-text p{font-size:16px;margin-bottom:35px;}
    /* about */
    .about{padding:40px 0 60px 0;}
    /* category */
    .category{padding:0 0 60px 0;}
    .category .category-heading{padding-bottom:25px;}
    .category .category-card{padding:42px 40px 22px;}
    .category .card-spacing{margin-bottom:25px;}
    /* sale */
    .sale-content .img-wraper{width: 900px;}
    /* premium product */
    .premium-product{padding:0 0 60px 0;}
    .premium-product .premium-product-heading{padding-bottom:25px;}
    /* .premium-product .product-card{width: 257px;min-height: 430px;} */
    /* second quality */
    .seconds-quality .quality-content{padding:60px;}
    /* .quality-content-text h2{line-height: 60px;} */
    .quality-product .product-wraper{width: 160px;height: 160px;}
    .quality-product .product-wraper .img-wraper{width: 75px;}
    /* regional product */
    .regional-product{padding: 60px 0;}
    .country-product-text h2{font-size:24px;}
    .regional-product .country-product {min-height: 190px;padding: 40px;}
    /* feature product */
    .feature-product .feature-product-heading{margin-bottom: 35px;}
    .product-slider-wraper .product-card{min-height:350px;}
    /* footer */
    .footer .footer-wraper{padding-top:155px;}
    .footer .footer-wraper .payment-card{top:-21%;}
    .footer-wraper .fancy-logo{top:40px;left:0px;}
    .fancy-logo .wraper span{font-size:19px;}
    .fancy-logo .wraper p{font-size:70px;}
    .footer-content .logo-wraper {width: 243px;margin-bottom: 25px;}
    .footer-content .social-icon-wraper{margin-bottom: 30px;}
    .seconds-quality .quality-content {
        min-height: 325px;
    }
    .secondary-header.header .header-content .logo {
        width: 177px;
    }
    header.header-wrapper .navbar ul li a {
        padding: 6px 10px;
    } 
    .header-icons-wraper {
        gap: 14px;
    }  
    header.header-wrapper .header-search-wrapper, .secondary-header .header-search-wrapper {
        margin-left: 0;
    } 
    .returns-page-v2 .returns-cta-features li {
        gap: 9px;
        font-size: 14px;
    }    
    .returns-page-v2 .returns-cta-sub {
        margin: 0 0 18px 0;
        font-size: 15px;
    }    
    .returns-page-v2 .returns-cta-icon {
        width: 60px;
        height: 60px;
    }
    div.company-body div.inside-our-warehouse-wraper,.rb-contact-body {
        margin-top: 50px;
    }
    .stories-post-card-title a{
        min-height: auto;
    }
    .stories-post-card-body {
        padding: 16px;
    }
    .transit-note__text {
        font-size: 14px;
    }
    .product-hero-text-wrapper img {
        max-width: 127px;
        min-height: 107px;

    }
    div.company-body div.inside-our-warehouse-wraper h2{
        margin: 0 0 25px 0;
    }
    .transit-map-card{
        padding: 20px;
    }
    .returns-page-v2 .returns-icon-clock {
        padding: 15px;

    }
    .returns-page-v2 .returns-card {
        padding: 25px;
    }
    .returns-page-v2 .returns-flash-callout {
        margin-top: 37px;

    }
    div.menu-wrapper ul a.category {
        font-size: 14px;

    }
    header.header-wrapper #js_categories_menu_new .parent-category{
        margin-bottom: 0;
    }
        header.header-wrapper #js_categories_menu_new {
        padding: 27px 25px 27px;
        }
        .stories-posts-title {
            margin: 0 0 23px 0;
        }
        .stories-right {
            margin-top: 50px;
        }  
        .ship-methods-container.transit-times-grid{
            margin-bottom: 45px;
        }  
        .cart-page .cart-two-col {
            padding: 20px;
        }
        .line-item-prices {
            width: 100%;
            display: flex;
            justify-content: space-between;
            gap: 20px;
        }
        .cart-page .cart-page-title {
            margin-bottom: 60px;
        }
        .cart-items-col .line-item-unit-price {
            margin-bottom: 15px;
        }
        .cart-items-col .line-item-total .price-value.total-value {
            font-size: 20px;
        }
        .cart-two-col .cart-summary-card {
            padding:24px;
        }
        #shopping-cart{
            margin-top: 120px;
        }
   
}
@media screen and (max-width: 1199px) {
    body{font-size:14px;}
    .custom-container{max-width:940px;}
    /* h1 , .h1{font-size: 44px;}
    h2 , .h2{font-size: 32px;}
    h5 , .h5{font-size: 17px;}
    h6 , .h6{font-size: 15px;} */
    /* header */
    .header{padding:45px 0 40px 0;}
    .header .header-content{padding-bottom:20px;}
    .secondary-header .header-content{padding-bottom:0;}
    .header .header-content .logo{width:230px;}
    /* .header-icons-wraper .serch-svg-wraper{margin-right:35px;} */
    /* .header-icons-wraper .notification{margin-right: 35px;margin-left: 35px;} */
    .navbar ul li:not(:last-child){margin-right: 40px;}
    /* secondary header: hide center nav, show burger + mobile menu at 1199px */
    .secondary-header .header-center{display: none !important;}
    .secondary-header .mobile-menu-iocn{display: block; width:35px; margin-left:25px;}
    .secondary-header .mobile-menu{display: block;}
    .secondary-header .mobile-menu .mobile-navbar{display: block !important; position:fixed; left:0; right:0; top:110px; overflow:hidden; z-index:55; width:100%; height:0; max-height:calc(100vh - 55px); background-color:#fff; z-index:60; transition:height 0.5s ease; box-shadow:0px 0px 4px #cbcbcb;}
    .secondary-header .mobile-menu .mobile-navbar.active{height:auto;        padding-bottom: 18px;}
    .secondary-header .mobile-menu .mobile-navbar ul li{list-style-type:none; padding:0px 20px; transition:0.3s ease; background-color:#fff;}
    .secondary-header .mobile-menu .mobile-navbar ul li a{text-decoration:none; color:var(--black);}
    .secondary-header .mobile-menu .mobile-navbar .header-icons-wraper{padding:10px 25px; flex-direction:row-reverse; justify-content:flex-end;display: none!important;}
    html.no-scroll,
    body.no-scroll { overflow: hidden; height: 100vh; }
    /* banner */
    .banner .banner-text h1{line-height:45px;margin-bottom:10px;}
    .banner-text p{font-size:14px;margin-bottom:35px;}
    .banner-text p br{display: none;}
    .slick-prev, .slick-next {width: 50px;height: 50px;}
    /* .slick-prev {left: -55px;}
    .slick-next {right: -55px;} */
    /* about */
    .about{padding: 20px 0 40px 0;}
    /* sale */
    .sale-content .img-wraper {width: 750px;}
    /* premium product */
    /* .premium-product .product-card {width: 286px;min-height: 445px;} */
    /*secound quality */
    /* .quality-content-text h2 {line-height: 55px;} */
    .quality-product .product-wraper {width: 130px;height: 130px;}
    .quality-product .product-wraper .img-wraper {width: 65px;}
    .quality-product .product-wraper:not(:last-child) {margin-right: 13px;}
    /* regional product */
    .regional-product .country-product {min-height: 175px;padding: 15px;}
    /* feature product */
    .product-slider .slick-prev {left: -28px;}
    .product-slider .slick-next {right: -28px;}
    /* .feature-product {padding-bottom: 90px;} */
    /* footer */
    .footer .footer-wraper {padding-top: 125px;}
    .footer .footer-wraper .payment-card{top:-19%;}
    .footer-content .footer-list {flex-wrap: wrap;justify-content: center;align-items: center;}
    .footer-list li{margin-bottom: 10px;}
    .footer-content .footer-list{margin-bottom:0;}
    .fancy-logo .wraper span{font-size:18px;}
    .footer-content .logo-wraper {width: 230px;margin-bottom: 25px;}
    .footer-wraper .fancy-logo {top: 28%;left: -17px;}
    .inner-products-card-wraper {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 24px;
    }
    .inner-product-card .search-product-card-image {
        height: 220px;
    }
    .stories-posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    /* search page */
    .shop-by-category-wraper {
        margin-top: 100px;
        flex-wrap: wrap;
        gap: 24px;
    }
    .shop-by-category-wraper .attributes-column{
        width: 100%;
    }
    .request-samples-swatch-card-content img{
        width: 100%;
    }
    /* .secondary-header .destop-view-header {
        display: none!important;
    } */
    .company-body .seconds-quality {
        margin-bottom: 49px;
    }
     .product-hero-text-wrapper img {
        max-width: 100px;
        min-height: 98px;
    }
    .review-container-vue {
        grid-template-columns: repeat(2, 1fr);
    }
    .secondary-header .mobile-menu .mobile-navbar .dropdown-toggle{
        display: none;
    }
    .mobile-navbar ul li a:hover, .mobile-navbar ul li a.active{
        background: unset;
        color: #c01e3a !important;
    }
    .secondary-header .mobile-menu .mobile-navbar {
        top: 74px;
    }
        .request-samples-section-title {
        margin: 0 0 19px 0;
        }
        .about-text-paragraph br{display: none;}
        .cart-page .cart-two-col {
            flex-direction: column;

        }
    /* .shop-by-category-wraper .attributes-column {
        min-width: 260px;
    } */
}
@media screen and (max-width: 991px) {
    html.no-scroll,
    body.no-scroll {
        overflow: hidden;
        height: 100vh;
    }
    .custom-container{max-width: 740px;}
    /* h1 , .h1{font-size: 54px;}
    h2 , .h2{font-size: 32px;}
    h5 , .h5{font-size: 17px;}
    h6 , .h6{font-size: 15px;} */

    /* header */
    .header{position: relative;}
    .navbar{display: none !important;}
    .header.header-wrapper .header-search-row {
        padding: 0 16px;
        margin-bottom: 16px;
        display: none;
    }
    /* Hide desktop "Shop by Category" button on tablet/mobile */
    .header-content .header-dropdown{display: none;}
    /* mobile menu */
    .mobile-menu{display: block;}
    .mobile-menu-iocn{display: block; width:35px;margin-left:25px;}
    .mobile-navbar {display: block !important;position:fixed; left: 0;right:0;top: 110px;overflow: hidden; z-index:55;width: 100%;height:0;max-height: calc(100vh - 55px); background-color: #fff;z-index: 60;transition: height 0.5s ease;box-shadow: 0px 0px 4px #cbcbcb;}
    .mobile-navbar.active{height:47vh;}
    .mobile-navbar ul li{list-style-type: none;padding: 0px 20px;transition: 0.3s ease;background-color: #fff;}
    /* .mobile-navbar ul li:hover{background-color: var(--blue-primary-light);} */
    .mobile-navbar ul li a{text-decoration: none;color: var(--black);}

    .banner-img-wraper{width:80%;margin:0 auto;}
    /* .premium-product .product-card {width: 343px;} */

    .seconds-quality .quality-content {padding: 40px; }
    .quality-content .quality-product {width: 100%; justify-content: flex-start !important;margin-bottom: 10px;}
    .quality-content .quality-content-text {width: 100%;}
    .sale-content .img-wraper{width: 100%;}
    .regional-product .country-product {min-height: 175px;padding: 25px;margin-bottom: 20px;}
    .country-product-text h2 {font-size: 30px;}
    .footer .footer-wraper .payment-card {top: -15%;}
    .mobile-navbar .header-icons-wraper{padding: 10px 25px;flex-direction: row-reverse;justify-content: flex-end;}
    .header-search-form {
        margin: 0 16px
    }
    .product-card .product-details {
        text-align: center;
        padding: 0 14px 20px;
    }
    .header .header-content{
        align-items: start;
    }
    .header-search-wrapper{
        position: unset;
        box-shadow: unset;
    }
    .inner-products-card-wraper {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
        margin-top: 60px;
    }
    .inner-product-card {
        padding: 12px 12px 20px 12px;
    }
    .inner-product-card .search-product-card-image {
        height: 200px;
    }
    .inner-product-card .card-content {
        padding: 20px 4px 0 4px;
    }
    .inner-product-card .card-title {
        font-size: 15px;
    }
    .inner-product-card .card-description {
        font-size: 14px;
        min-height: auto;
        -webkit-line-clamp: 4;
    }
    .inner-product-card .new-price {
        font-size: 15px;
    }
    .inner-product-card .card-button {
        font-size: 14px;
        padding: 8px 10px;
        margin-top: 10px;
    }
    .stories-wrapper {
        grid-template-columns: 1fr;
        padding: 32px 24px 40px;
    }

    .stories-posts-grid {
        grid-template-columns: 1fr;
    }
    /* search page */
    .shop-by-category-wraper {
        flex-direction: column;
        /* margin-top: 40px; */
        gap: 24px;
    }
    .shop-by-category-wraper .attributes-column {
        width: 100%;
        min-width: unset;
        padding-right: 0;
    }
    .shop-by-category-wraper .search-options {
        position: static;
    }
    .search-results-column .selected-filters-container {
        display: block;
    }
    .shop-by-category-wraper .section-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .shop-by-category-wraper span.sub-title {
        font-size: 13px;
        margin-bottom: 12px;
    }
    .inner-products-card-wraper.shop-sale-wraper {
        grid-template-columns: repeat(2, 1fr);
    }
    .shop-sale-wraper .inner-product-card {
        max-width: 100%;
    }
    /* .seconds-quality.high-end-ribbon {
        margin-top: 100px;
    } */
    .returns-flash-callout {
        flex-direction: column;
    }
    .stories-left p {
        font-size: 14px;
    }    
    div.company-body.company-body div.block-left {
        padding: 40px 20px;
    }
    #content p.notice {
        padding: 20px;
        margin-top: 50px;
        font-size: 15px;
    }
    .rb-pdp__top.columns-container {
        flex-direction: column;
    }
    
        .rb-pdp__left {
            max-width: 100%;
        }
        div.buy-box-wrapper div.options-container {
            grid-template-columns: repeat(3, 1fr);

        }
        .product-hero-main-img {
            height: 370px;
        }
        header.header-wrapper #js_categories_menu_new {
            left: 0 !important;
            right: 0 !important;
            width: auto !important;
            min-width: auto !important;
            max-width: 100% !important;
            top: 100% !important;
            margin-top: 5px !important;
            min-height: auto !important;
            font-size: 14px !important;
            margin:0 6%;
          }
          .related-products-wrapper h2,
          .related-products-wrapper .rb-pdp__reviews-title {
              font-size: 36px;
              margin-bottom: 40px;
          }
          .related-products-list-wrapper {
              grid-template-columns: repeat(2, 1fr);
              gap: 20px;
          }
          .related-products-list-wrapper span {
              font-size: 18px;
              margin: 10px 0 18px;
          }
          .related-products-list-wrapper h4 {
              font-size: 16px;
          }
          .related-products-list-content {
              padding: 14px 14px 20px;
          }
          .related-products-list-content .add-to-basket.btn-outlined {
              font-size: 14px;
              padding: 10px 14px;
          }
          .rb-pdp__top.columns-container, .rb-pdp__reviews-full {
            margin-top: 120px;
          }
          span.review-heading {
            font-size: 17px;
          }
    
        .secondary-header .mobile-menu .mobile-navbar .dropdown-toggle{
            display:block;
        }
        .secondary-header .mobile-menu .mobile-navbar .header-icons-wraper{display: flex!important;}
        .company-body .seconds-quality {
            margin-bottom: 42px;
        }
         .privacy-body.privacy-body-v2 .privacy-section-title {
            /* font-family: Georgia, "Times New Roman", Times, serif; */

            margin: 28px 0 0px 0;
        } 
        .about .button-wraper .btn-outlined, .btn-outlined{
    height: 40px;
     }   
         .request-samples-card {
        margin-top: 33px;
         }   
         .request-samples-swatch-card p, .request-samples-yard-card > p {
        margin: 0px 0 35px 0;
         } 
         .rb-card-light {
            padding: 21px;
         }
         .rb-card-dark {
            padding: 28px 20px;
         }
         .rb-help-item {
            padding: 14px 12px;
         }
         .footer-wraper .fancy-logo{
            display: block;
         }
         .secondary-header.header .header-content .logo {
            margin-bottom: 0 !important;
         }
         .fancy-logo .wraper p {
            font-size: 47px;
         }   
         .rb-help-title span {
            font-size: inherit;
            display: inline-block;
            margin-left: 7px;
         }     
         .shop-sale-wraper .inner-product-card .result-title.card-title {
            min-height: auto;
        }  
        .inner-product-card .search-product-card-image img{
            object-fit: contain;
        }  
        .cart-banner .overlay {
            min-height: 260px;
        }
        .cart-page .cart-page-title {
            margin-bottom: 40px;
        }
          /* .header-search-wrapper header-search-wrapper-mobile{
            margin-top:0!important;
            padding-top:0!important;
          } */
}
@media screen and (max-width:767px) {
    body{font-size: 14px;}
    .custom-container{max-width: 640px;padding: 0 25px;}
    /* h1 , .h1{font-size: 44px;}
    h2 , .h2{font-size: 28px;}
    h5 , .h5{font-size: 16px;}
    h6 , .h6{font-size: 15px;} */
    .btn-main{width: 100%;height: 42px;}
    .btn-filled{min-width: 120px;height: 42px;padding: 0px 15px;}
    .btn-secondry{min-width: 100px;height: 42px;}
    .header-content .header-icons-wraper{display:none !important;}

    /* .mobile-navbar .header-icons-wraper .profile-svg-wrpaer{margin-right: 35px;} */
    /* .mobile-navbar.active {height: 23vh;} */
    .category .category-card {padding: 42px 40px 22px;margin-bottom: 20px}
    /* .premium-product .product-card {width: 243px;} */
    /* .feature-product {padding-bottom: 60px} */
    .footer .footer-wraper {padding-top: 75px;}
    .footer .footer-wraper .payment-card {position: relative; width: 100%;margin-top: -100px;}
    footer.footer {
        margin-top: 100px;
    }
    .fancy-logo .wraper span {font-size: 16px;}
    .premium-product .product-card {
        min-height: 385px;
    
      }
      .inner-products-card-wraper {
        grid-gap: 16px;
        margin-top: 40px;
    }
    .inner-product-card {
        padding: 10px 10px 16px 10px;
    }
    .inner-product-card .search-product-card-image {
        height: 180px;
    }
    .inner-product-card .search-product-card-image img {
        object-fit: cover;
    }
    .inner-product-card .card-content {
        padding: 16px 2px 0 2px;
    }
    .inner-product-card .card-title {
        font-size: 14px;
    }
    .inner-product-card .card-description {
        font-size: 13px;
        min-height: 84px;
        -webkit-line-clamp: 3;
        display: block;
    }
    .inner-product-card .new-price {
        font-size: 14px;
    }
    .inner-product-card .card-button {
        font-size: 13px;
        padding: 8px;
        margin-top: 8px;
    }


    .stories-wrapper {
        padding: 24px 20px 32px;
    }

    .stories-left .stories-title,
    .stories-posts-title {
        font-size: 22px;
    }
    /* search page */
    .shop-by-category-wraper {
        /* margin-top: 32px; */
        gap: 20px;
    }
    .shop-by-category-wraper .section-title {
        font-size: 18px;
        margin-bottom: 18px;
    }
    .shop-by-category-wraper span.sub-title {
        font-size: 12px;
    }
    .shop-by-category-wraper .search-options {
        padding: 18px 14px;
    }
    .shop-by-category-wraper .option-section .option {
        font-size: 14px;
    }
    .category-pagination {
        margin: 40px 0 0;
    }
    .ship-methods-container.transit-times-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .mobile-navbar {
        width: 91%;
    }
    header.header-wrapper .header-search-wrapper, .secondary-header .header-search-wrapper {
        margin-top: 0;
        padding-top: 0;
    }
 
    .related-products-wrapper h2,
    .related-products-wrapper .rb-pdp__reviews-title {
        font-size: 28px;
        margin-bottom: 32px;
    }
    .related-products-list-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .related-products-list-wrapper span {
        font-size: 16px;
        margin: 8px 0 14px;
    }
    .related-products-list-wrapper h4 {
        font-size: 15px;
    }
    .related-products-list-wrapper img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .related-products-list-content {
        padding: 12px 12px 18px;
    }
    .related-products-list-content .add-to-basket.btn-outlined {
        font-size: 13px;
        padding: 8px 12px;
    }
    .mobile-navbar.active {
        padding: 10px 0;
    }
    .request-samples-card {
        padding: 20px;
    }
    .footer-wraper .fancy-logo {
        top: 50%;
    }
    .banner .slick-prev, .banner .slick-next {
        top: 31%;
    }
    .line-item-wrapper.cart-line-card {
        flex-direction: column;
    }
    .cart-items-col .line-item-description,.cart-items-col .line-item-sku {
        margin-bottom: 17px;
    }
   
}
@media screen and (max-width:575px) {
    .custom-container{max-width: 100%;padding: 0 25px;}
    .slick-prev, .slick-next {display: none;}
    .premium-product .card-wraper{justify-content: center;}
    /* .premium-product .product-card {width: 80%;} */
    /* .footer-wraper .fancy-logo {display: none; top: 40px;left: -50px;} */
    .category .category-heading {padding-bottom: 15px;}
    .category {padding: 0 0 40px 0;}
    .sale{padding: 0 0 40px 0;}
    .feature-product .feature-product-heading {margin-bottom: 15px; flex-direction: column;}
    .premium-product .premium-product-heading {padding-bottom: 15px;}
    .quality-product .product-wraper {width: 100px;height: 100px;}
    .quality-product .product-wraper .img-wraper {width: 45px;}
    .product-card .product-details p,.product-details h6 {
        display: block;
      }
      .inner-products-card-wraper {
        grid-template-columns: 1fr;
        grid-gap: 20px;
        margin-top: 32px;
    }
    .inner-product-card {
        padding: 12px 12px 20px 12px;
        max-width: 100%;
    }
    .inner-product-card .search-product-card-image {
        height: 240px;
    }
    .inner-product-card .search-product-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .inner-product-card .card-content {
        padding: 20px 6px 0 6px;
    }
    .inner-product-card .card-title {
        font-size: 15px;
    }
    .inner-product-card .card-description {
        font-size: 14px;
        min-height: 84px;
        -webkit-line-clamp: 3;
    }
    .inner-product-card .card-button {
        font-size: 14px;
        padding: 10px;
    }
    /* search page */
    .shop-by-category-wraper {
        /* margin-top: 24px; */
        gap: 16px;
    }
    .shop-by-category-wraper .section-title {
        font-size: 17px;
        margin-bottom: 16px;
    }
    .shop-by-category-wraper .search-options {
        padding: 16px 12px;
    }
    .category-pagination {
        margin: 32px 0 0;
    }
    .category-pagination .pagination .page-link,
    .category-pagination .pagination .page-item span {
        min-width: 36px;
        height: 36px;
        padding: 0 12px;
        font-size: 13px;
    }
    .seconds-quality .quality-content {
        min-height: 289px;
    }
    .review-container-vue {
        grid-template-columns: repeat(1, 1fr);
    }
    div.buy-box-wrapper div.options-container {
        grid-template-columns: repeat(2, 1fr);

    }
    .related-products-wrapper h2,
    .related-products-wrapper .rb-pdp__reviews-title {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .related-products-list-wrapper {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .related-products-list-wrapper span {
        font-size: 15px;
        margin: 6px 0 12px;
    }
    .related-products-list-wrapper h4 {
        font-size: 14px;
    }
    .related-products-list-content {
        padding: 12px 12px 16px;
    }
    .related-products-list-content .add-to-basket.btn-outlined {
        font-size: 12px;
        padding: 8px 10px;
    }
        .product-hero-main-img {
        height: 300px;
    }
        .product-hero-text-wrapper img {
        min-height: 80px;
        }
        .inner-product-card .product-description {
            display: block;
        }
       
        .returns-page-v2 .returns-card {
            padding: 25px 15px;
        }
        .transit-note {
            padding: 25px 20px;
            flex-direction: column;
        }
        .calculate-shipping-wrapper {
            flex-direction: column;
            text-align: center;
            gap: 15px;
        }
    
      
}
@media screen and (max-width:480px) {
    /* h1 , .h1{font-size: 40px;}
    h2 , .h2{font-size: 28px;} */
    .premium-product .product-card{width: 100%;}
    .mobile-navbar.active {height: 46vh;top:70px;}
    .quality-product .product-wraper {width: 80px;height: 80px;}
    .quality-product .product-wraper .img-wraper {width: 35px;}
    .seconds-quality .quality-content {padding: 20px;}
    .feature-product-heading h2{padding-bottom: 10px;}
    .category .category-card {padding: 22px 20px 22px;}
    .country-product-text h2{font-size: 24px;}
    /* .footer .footer-wraper .payment-card {display: none;} */
    .feature-product {padding-bottom: 20px;}
    .footer .footer-wraper {padding-top: 35px;}
    .premium-product .product-card {
        min-height: auto;
    
      }
      .header .header-content .logo {
        width: 191px;

      }
    /* search page */
    .shop-by-category-wraper {
        /* margin-top: 20px; */
        gap: 12px;
    }
    .shop-by-category-wraper .section-title {
        font-size: 16px;
        margin-bottom: 14px;
    }
    .shop-by-category-wraper .search-options {
        padding: 14px 10px;
    }
    .shop-by-category-wraper span.sub-title {
        font-size: 11px;
    }
    .shop-by-category-wraper .option-section .option {
        font-size: 13px;
    }
    .category-pagination {
        margin: 24px 0 0;
    }
    .category-pagination .pagination .page-link,
    .category-pagination .pagination .page-item span {
        min-width: 32px;
        height: 32px;
        padding: 0 8px;
        font-size: 12px;
    }
    .related-products-wrapper h2,
    .related-products-wrapper .rb-pdp__reviews-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .related-products-list-wrapper {
        gap: 14px;
    }
    .related-products-list-wrapper span {
        font-size: 14px;
        margin: 6px 0 10px;
    }
    .related-products-list-wrapper h4 {
        font-size: 13px;
    }
    .related-products-list-content {
        padding: 10px 10px 14px;
    }
    .related-products-list-content .add-to-basket.btn-outlined {
        font-size: 11px;
        padding: 6px 8px;
    }
    .returns-page-v2 .returns-card-heading {
        align-items: start;
    }
    .returns-card-heading .returns-icon img {
        padding-top: 4px;
    }
    .transit-map-card {
        padding: 20px 9px;
    }
    .banner-text .details ul {
        display: grid!important;
        grid-template-columns: 1fr 1fr;
    }
    .banner-text p {
        margin-bottom: 18px;
    }
    .banner-text .details ul li:nth-child(3) {
       grid-column: span 2;
       justify-self: center;
    }
    .banner-text .details ul li {
        padding: 0 10px;
        max-width: 140px;
     }
     .banner-text .details ul li br {
        display: none;
     }
     .rb-help-value {
        word-break: break-word;
     }
     .rb-help-item {
        flex-direction: column;
    }
    .line-item-prices {
        gap: 1px;
        flex-direction: column;
    }
    .cart-items-col .line-item-unit-price,.cart-items-col .line-item-total {
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 10px;
    }
}

/* Category Pagination Styles */
.category-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 56px 25px 0px;
    padding: 0;
    overflow-x: auto;
    padding-bottom: 6px;
}
.category-pagination:empty {
    margin: 0;
}

.category-pagination .pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
    align-items: center;
}

.category-pagination .pagination .page-item {
    margin: 0;
}

.category-pagination .pagination .page-link,
.category-pagination .pagination .page-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 16px;
    border: 1px solid #D1D5DC;
    border-radius: 10px;
    background-color: transparent;
    color: #364153;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); */
}

.category-pagination .pagination .page-link:hover:not(.disabled),
.category-pagination .pagination .page-item:not(.disabled):not(.active) .page-link:hover {
    background: linear-gradient(180deg, #E25876 0%, #E369A8 100%);
    border-color: #D0D0D0;
    color: #fff;
    transform: translateY(-1px);
    /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); */
}

.category-pagination .pagination .page-item.active .page-link,
.category-pagination .pagination .page-item.active span {
    background: linear-gradient(180deg, #E25876 0%, #E369A8 100%);
    border: none;
    color: #ffffff;
    font-weight: 600;
    box-shadow: unset;
}

.category-pagination .pagination .page-item.disabled .page-link,
.category-pagination .pagination .page-item.disabled span {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

.category-pagination .pagination .page-item.disabled .page-link:hover {
    background: linear-gradient(180deg, #E25876 0%, #E369A8 100%);
    transform: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Pagination Arrow Images */
/* Previous and Next pagination buttons - Target all possible variations */
.category-pagination .pagination .page-item:first-child .page-link,
.category-pagination .pagination .page-item:first-child span,
.category-pagination .pagination .page-item:last-child .page-link,
.category-pagination .pagination .page-item:last-child span,
.category-pagination .pagination .page-item .page-link[rel="prev"],
.category-pagination .pagination .page-item .page-link[rel="next"],
.category-pagination .pagination .page-item .page-link[aria-label*="Previous"],
.category-pagination .pagination .page-item .page-link[aria-label*="Next"],
.category-pagination .pagination .page-item span[aria-label*="Previous"],
.category-pagination .pagination .page-item span[aria-label*="Next"] {
    font-size: 0 ;
    line-height: 0 ;
    text-indent: -9999px ;
    overflow: visible ;
    width: 40px ;
    min-width: 40px ;
    height: 40px ;
    padding: 0 ;
    position: relative ;
    color: transparent ;
}

/* Previous button (first child or rel="prev") - using ::before pseudo-element */
.category-pagination .pagination .page-item:first-child .page-link::before,
.category-pagination .pagination .page-item:first-child span::before,
.category-pagination .pagination .page-item .page-link[rel="prev"]::before,
.category-pagination .pagination .page-item .page-link[aria-label*="Previous"]::before,
.category-pagination .pagination .page-item span[aria-label*="Previous"]::before {
    content: "" ;
    display: block ;
    width: 10px ;
    height: 18px ;
    position: absolute ;
    top: 50% ;
    left: 50% ;
    margin-top: -9px ;
    margin-left: -5px ;
    background-image: url(/vendor/namaan/ribbonbazaar-v2-dshell-theme/images/updated-images/arrow-left.png) ;
    background-size: 8px 13px ;
    background-repeat: no-repeat ;
    background-position: center ;
    z-index: 1 ;
}

/* Next button (last child or rel="next") - using ::before pseudo-element with flip */
.category-pagination .pagination .page-item:last-child .page-link::before,
.category-pagination .pagination .page-item:last-child span::before,
.category-pagination .pagination .page-item .page-link[rel="next"]::before,
.category-pagination .pagination .page-item .page-link[aria-label*="Next"]::before,
.category-pagination .pagination .page-item span[aria-label*="Next"]::before {
    content: "" ;
    display: block ;
    width: 10px ;
    height: 18px ;
    position: absolute ;
    top: 50% ;
    left: 50% ;
    margin-top: -9px ;
    margin-left: -5px ;
    background-image: url(/vendor/namaan/ribbonbazaar-v2-dshell-theme/images/updated-images/arrow-right.png) ;
    background-size: 8px 13px ;
    background-repeat: no-repeat ;
    background-position: center ;
    z-index: 1 ;
}

/* Hover states */
.category-pagination .pagination .page-item:not(.disabled):first-child .page-link:hover::before,
.category-pagination .pagination .page-item:not(.disabled):last-child .page-link:hover::before,
.category-pagination .pagination .page-item:not(.disabled) .page-link[rel="prev"]:hover::before,
.category-pagination .pagination .page-item:not(.disabled) .page-link[rel="next"]:hover::before {
    opacity: 0.8 ;
}


@media screen and (min-width: 992px){
	#content .rb-contact-hero-inner {
		padding: 62px 40px;
	}

	#content .rb-contact-hero-title {
		font-size: 52px;
	}
}

/* Responsive styles for secondary header */
@media (max-width: 767px) {
    .secondary-header-content {
        flex-wrap: wrap;
        gap: 15px;
    }

    .secondary-nav {
        order: 3;
        width: 100%;
        justify-content: flex-start;
        margin-top: 10px;
    }

    .secondary-nav-list {
        gap: 15px;
        flex-wrap: wrap;
    }

    .secondary-nav-list li a {
        font-size: 14px;
    }

    .logo-text {
        font-size: 24px;
    }
    .returns-page-v2 .returns-cta-features li {
        text-align: left;
    }
}
@media(max-width: 575px) {
    .inner-products-card-wraper.shop-sale-wraper {
        grid-template-columns: repeat(1, 1fr);
    }
    .shop-sale-wraper .inner-product-card {
        max-width: 100%;
    }    
    .search-results-column {
        width: 100%;
    }
    .footer-content .footer-list {
        display: grid
    }
}

@media(max-width: 480px) {
    .inner-products-card-wraper {
        grid-gap: 16px;
        margin-top: 24px;
    }
    .inner-product-card {
        padding: 10px 10px 16px 10px;
    }
    .inner-product-card .search-product-card-image {
        height: 200px;
    }
    .inner-product-card .card-title {
        font-size: 14px;
    }
    .inner-product-card .card-description {
        font-size: 13px;
        min-height: 78px;
    }
    .inner-product-card .new-price {
        font-size: 13px;
    }
    .inner-product-card .card-button {
        font-size: 13px;
        padding: 8px 10px;
    }
    .product-slider-wraper .product-card {
        min-height: auto;
    }
    .banner-text .details ul li:not(:last-child){
        justify-self: center;
    }
    .category-pagination{
        justify-content: space-around;
    }
    #bulk-orders .quality-content {
        flex-direction: column;
       
    }
    #bulk-orders .quality-content .quality-product{
        justify-content: space-between!important;
    }
    #bulk-orders .quality-content .quality-product {
        gap: 0 !important;
    }
    #bulk-orders .quality-product .product-wraper:not(:last-child) {
        margin-right: 9px;
    }
    .cart-page .cart-two-col {
        padding: 15px;
    }
    .cart-items-col .line-item-description {
        font-size: 17px;
    }    
    .cart-items-col .line-item-quantity-row .qty-label {
        font-size: 15px;
    }    
    .qty-btn {
        width: 30px;
        height: 30px;
    }
    .line-item-quantity-row {
        gap: 4px;
    }
    .cart-two-col .cart-summary-card {
        padding: 15px;
    }
    .cart-two-col .btn-checkout {
        font-size: 15px;
        gap: 11px;
    }
     .banner{
        padding-top: 100px;
    }
    header.header-wrapper:not(.secondary-header-wrapper) {
        padding: 23px 0 15px;
        position: fixed;
    }
    header.header-wrapper:not(.secondary-header-wrapper) .header-content {
        padding-bottom: 0;
    }
    #new-arrivals .quick-actions{
        display: none;
     }
 
}

header.secondary-header.header-wrapper,
.secondary-header.header.header-wrapper,
.secondary-header.header-wrapper {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1200;
}
#app div.checkout-wrapper{
    margin-top: 100px;
}





