/* 
* Merchr Product Styles 
*/
:root {
    --souvenir-width-standard: 1400px;
    --souvenir-purple: #a59fef;
    --souvenir-blue: #278eb0;
    --souvenir-white: #ffffff;
    --souvenir-black: #000000;
    --souvenir-blue-highlight: #cff4ff;
    --souvenir-blue-merchr: #01b5e1;
    --souvenir-grey-light: #fafafa;
    --souvenir-grey-medium: #eeeeee;
    --souvenir-grey-dark: #606060;
    --souvenir-grey-outline: #898989;
    --souvenir-product-border: #e0e0e0;
}

/* Main Structure and Features */
.woocommerce .row {
    margin-left: 0;
    margin-right: 0;
}
.woocommerce.single-product .row {
    margin-left: -15px;
    margin-right: -15px;
}
.content-woocommerce {
    width: calc(100% - 28px);
    margin: 60px 15px 90px;
	overflow: visible !important;
}
.souvenir-product-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.45);
    z-index: 1;
    margin-top: 43px;
}
.content-woocommerce .page-title,
.content-woocommerce .woocommerce-result-count {
    display: none;
}
.content-shop,
.content-product-search {
    margin-top: 60px!important;
}
.content-shop .woocommerce-result-count,
.content-product-search .woocommerce-result-count {
    display: inline-block;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    width: 23.95%;
    margin: 0 1.4% 2.992em 0;
    /*padding: 0 0 1em;*/
    text-align: left;
    background: var(--souvenir-grey-light);
    cursor: pointer;
	display:flex;
    flex-direction: column;
	border: 1px solid #00000003;
    overflow: hidden;
	min-height: 100%;
}
.woocommerce ul.products li.product.last, 
.woocommerce-page ul.products li.product.last {
    margin-right: 0;
}
.woocommerce ul.products li.product a {
    color: var(--souvenir-black);
}
.woocommerce ul.products li.product .button:hover {
    color: var(--souvenir-white);
	border: 1px solid transparent;
	background: #0000007d;
}
.woocommerce ul.products li.product a img {
    /*margin: -26px 0 1em;*/
	margin: 0 0 1em;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
   margin: .5em 0.75em 0;
   padding: 0;
   min-height: auto;
   font-family: lato, Helvetica, Arial, sans-serif;
   font-weight: normal;
   font-size: 1.25em;
   line-height: 1.35em;
}
.woocommerce ul.products li.product .price {
    margin: 0.25em 0.75em;
    color: var(--souvenir-grey-dark)!important;
    font-size: 22px!important;
    line-height: 22px;
    min-height: auto;
	flex-grow:3;
	font-weight: normal;
}
.woocommerce ul.products li.product .button {
    height: auto;
    opacity: 0;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 108px);
    margin: 0;
    padding: 20px 40px;
    border-radius: 100px;
    background: #ffffff36;
    color: var(--souvenir-black);
    font-weight: 500;
    text-transform: uppercase;
    box-shadow: 0px 1px 25px 0px rgb(45 45 45 / 17%);
    transition: all 0s;
	border: 1px solid #000000;
    transition-delay: 0ms;
    z-index: 2;
}
.woocommerce .products ul.variable-items-wrapper {
    margin: 0.5em 0.5em 0;
}
/*Product Wrap Flex Aligned li div a*/
.yith-wcwl-add-to-wishlist { z-index:999; }
#yith-wcwl-popup-message { 
	border-radius:50px; 
	font-size:18px;
}
.woocommerce ul.products li.product a > div {
	background-color: #fff;
	aspect-ratio: 1 / 1;
	flex-grow: 1;
	min-height: auto;
}
.woocommerce .products ul, .woocommerce ul.products{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.woocommerce ul.products li.product a {
    margin: 0;
    justify-content: flex-start;
    flex-direction: column;
	min-height:auto;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	flex-grow: 2;
	min-height: auto;
}

.woo-variation-items-wrapper:before {
    margin: 0;
}
.woo-variation-swatches ul.variations>li.wvs_archive_reset_variations {
    display: none;
    margin: 0 0 0 0.5em;
}
.wvs_archive_reset_variations_link {
    font-size: 14px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
    display: none;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    box-shadow: 0 0 0 1px #0000001f!important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    box-shadow: 0 0 0 3px #a59fef!important;
}
.souvenir-moq {
    display: flex;
	justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-grow: 4;
    height: 100%;
	margin: 0 0.75em;
    color: var(--souvenir-grey-outline);
    font-size: 16px;
}
.souvenir-product-hover-overlay {
    opacity: 0;
    top: 50%;
    left: 0;
    width: 100%;
    transition: all 0.1s;
}
.woocommerce ul.products li.product:hover .variations {
    position: relative;
    z-index: 1;
}
.woocommerce ul.products li.product:hover .button {
    opacity: 1;
    height: auto;
    transition: all 0s;
}
.woocommerce ul.products li.product:hover .souvenir-product-hover-overlay {
    top: 0;
    opacity: 1;
    /*height: 100%;*/
	height: auto;
    transition: all 0.1s;
}
.woocommerce ul.products li.product:hover::before {
	/*opacity: 1;
    position: absolute;
	margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    transition: all 0s ease;
    z-index: 1;*/
}
/* Category Header */
.content-woocommerce-header {
    min-height: 253px;
    margin-bottom: 270px 
}
.content-woocommerce-header > .row > .col {
    margin-right: 0;
    margin-left: 0;
}
.souvenir-product-category-banner-image {
    max-height: 34vw;
    width: 101.25%;
    max-width: 101.25%!important;
    margin-left: -0.625%;
}
.souvenir-product-category-feature-image {
    position: absolute;
    top: 58px;
    width: 30%;
    left: 34.5%;
    padding: 2%;
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
}
.souvenir-product-category-feature-image img {
    width: 100%;
}
.souvenir-product-category-feature-image div {
    text-align: center;
    font-family: bravingthon;
    font-size: 8em;
    color: var(--souvenir-black);
    /*min-height: 150px;*/
    line-height: 150px;
}
.wvs-has-image-tooltip:before, [data-wvstooltip]:before,
.wvs-has-image-tooltip:after, [data-wvstooltip]:after {
    display: none!important;
}
.woocommerce nav.woocommerce-pagination {
    border: none;
	padding-bottom: 50px;
}
.woocommerce nav.woocommerce-pagination ul {
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
    border: none;
    margin-right: 10px;
}
.woocommerce nav.woocommerce-pagination ul li:last-child {
    margin-right: 0;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    width: 36px;
    height: 36px;
    padding: 0.4em 0.5em 0.5em 0.55em;
    border: 1px solid var(--souvenir-grey-dark);
    border-radius: 50%;
    color: var(--souvenir-grey-dark);
    transition: all 0.1s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--souvenir-purple);
    border: 1px solid var(--souvenir-purple);
    color: var(--souvenir-white);
    transition: all 0.1s;
}
.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
    padding: 0.6em 0.5em 0.5em 0.55em;
    border: none;
    background: none;
}
.woocommerce-ordering {
    position: relative;
    margin: -200px 25% 10px 0!important;
}
.content-shop .woocommerce-ordering {
    margin: -45px 5% 10px 0 !important;
}
.woocommerce-ordering .orderby {
    display: none;
}
.souvenir-product-orderby {
    position: relative;
    width: 55px;
    height: 55px;
    margin-left: 100%;
}
.souvenir-product-orderby svg {
    width: 55px;
    height: 55px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}
#souvenir-product-orderby-mobile {
    width: 26px;
    height: 26px;
    top: 14px;
    right: 14px;
}
#souvenir-product-orderby-open {
    visibility: hidden;
    -webkit-border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-topright: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.25);
}
#souvenir-product-orderby-mobile {
    display: none;
}
.souvenir-product-orderby-dropdown {
    display: none;
    position: absolute;
    top: 55px;
    right: -55px;
    width: 304px;
    padding: 20px;
    background: #fff;
    -webkit-border-radius: 25px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 25px;
    -moz-border-radius-topright: 0;
    border-radius: 25px;
    border-top-right-radius: 0;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.25);
    z-index: 9999;
}
.souvenir-product-orderby-dropdown div {
    margin-bottom: 10px;
    padding: 8px 3px 9px;
    border-radius: 25px;
    text-align: center;
    color: var(--souvenir-black);
    cursor: pointer;
}
.souvenir-product-orderby-dropdown div:hover,
.souvenir-product-orderby-dropdown div.active {
    background: var(--souvenir-purple);
    color: var(--souvenir-white);
}
.souvenir-product-orderby-dropdown div:last-child {
    margin-bottom: 0;
}
/*Slick Home*/
.slick-next, .slick-prev {
	z-index:0!important;
}

/* Single Products */
.single-product .content-main {
    overflow-x: unset;
}
.woocommerce div.product {
    margin-top: 60px;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    padding: 35px; 
    border: 1px solid var(--souvenir-product-border);
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: unset;
}
.souvenir-product-thumb-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 30px 0 0;
}
.souvenir-product-thumb-slider .flex-control-nav {
    display: flex;
    overflow: unset!important;
}
.woocommerce div.product div.images .flex-control-thumbs {
    height: 100%;
}
.woocommerce div.product .product_title {
    margin-bottom: 20px;
    font-family: latolight, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 40px;
    text-transform: uppercase;
}
.price {
    font-family: lato, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 22px!important;
    color: var(--souvenir-black)!important;
}
.summary p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
}
.summary p strong {
    font-family: robotoregular, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: var(--souvenir-grey-dark);
}
.summary table {
    width: 100%!important;
    margin-bottom: 20px;
    color: var(--souvenir-grey-dark);
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.5px;
}
.summary table strong {
    font-family: robotoregular, Helvetica, Arial, sans-serif;
    font-weight: 400;
}
.summary table:not(.variations) tr {
    background: #f5f5f5;
}
.summary table:not(.variations) tr:nth-child(even) {
    background: #eeeeee;
}
.summary table tr td {
    padding: 10px;
}
.woocommerce div.product form.cart .variations {
    
}
.woocommerce div.product form.cart .variations th.label {
    display: none!important;
}
.woocommerce div.product form.cart .variations td, 
.woocommerce div.product form.cart .variations th  {
   line-height: 1; 
}
.quantity {
    position: relative;
    display: grid;
	margin: 0 !important;
    width: 33.33%;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding-right: 15px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.quantity input {
    height: 58px;
    line-height: 1.65;
    display: inline-block;
    padding: 0;
    margin: 0;
	background: #f3f4f6 !important;
    border: none;
    font-family: robotobold, Helvetica, sans-serif!important;
    font-size: 18px;
}
.quantity input:focus {
    outline: 0;
}
.quantity-nav {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 58px;
}
.quantity-nav.quantity-nav-down {
    
}
.quantity-nav.quantity-nav-up {
    
}
.quantity-button {
    position: absolute;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 56px;
    text-align: center;
    color: #333;
    font-size: 18px;
    font-family: robotobold, Helvetica, sans-serif !important;
    line-height: 3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.quantity-button.quantity-up {
    height: 100%;
	background: #f3f4f6 !important;
}
.quantity-button.quantity-up:hover {
	background: #e5e7eb !important;
}
.quantity-button.quantity-down {
    height: 100%;
	background: #f3f4f6 !important;
}
.quantity-button.quantity-down:hover {
	background: #e5e7eb !important;
}
.woocommerce div.product form.cart .button {
    width: 202px;
    height: 58px;
    background-color: var(--souvenir-purple)!important;
}
.woocommerce div.product form.cart .button:hover {
    opacity: 0.85;
}

.souvenir-sample-section {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    margin-bottom: -110px;
    text-align: center;
}
.souvenir-sample-section p {
    font-family: latoregular, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24.3px;
    letter-spacing: 0.5px;
	margin: 0 0 35px;
}
.souvenir-sample-section a {
    height: 56px;
    padding: 20px 40px;
    font-family: roboto, Helvetica, sans-serif!important;
    font-size: 16px!important;
    line-height: 16px!important;
    letter-spacing: 0.5px!important;
    color: #d26d79!important;
    background: #ffffff!important;
    border: 2px solid #d26d79!important;
    border-radius: 100px!important;
    cursor: pointer;
}
.souvenir-sample-section a:hover{
    opacity: 0.85;
}
.related.products {
    width: calc(100vw - 10px);
    margin-top: 150px;
    padding: 20px 0 10px;
    background: black;
}
.related.products h2 {
    color: var(--souvenir-white);
    text-align: center;
    text-transform: uppercase;
    font-family: latolight, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 40px;
    line-height: 54px;
    letter-spacing: 0.5px;
}
.related.products ul.products {
    margin: 0 auto;
    padding: 0 30px;
    max-width: var(--souvenir-width-standard);
}
.related.products ul.products li.product {
    background: transparent;
}
.related.products ul.products li.product .price {
    color: #b4b4b4!important;
    font-family: latoregular, Helvetica, Arial, sans-serif;
    font-size: 25px;
    line-height: 33.75px;
}
.related.products ul.products li.product .woocommerce-loop-product__title {
    text-align: left;
    font-family: latobold, Helvetica, Arial, sans-serif;
    font-weight: 800;
    font-size: 25px;
    line-height: 33.75px;
    letter-spacing: 1px;
}
.related.products ul.products li.product .souvenir-moq {
    font-size: 18px;
    line-height: 24.3px;
    letter-spacing: 1px;
}
.related.products ul.products li.product .souvenir-product-hover-overlay {
    background: rgb(255, 255, 255, 0.25);
}

/* Wishlist */
.yith-wcwl-add-button {
    position: absolute;
    top: 10px !important;
    right: 5px;
}
.yith-wcwl-add-button .separator,
.yith-wcwl-add-button .view-wishlist {
    display: none;
}
.yith-wcwl-add-button a {
    font-size: 0;
}
.yith-wcwl-add-button a i {
    font-size: 15px;
    color: #d26d79;
}
.yith-wcwl-add-button {
    -webkit-animation: 2s ease 0s normal forwards 1 wisthlistFadeIn;
    animation: 2s ease 0s normal forwards 1 wisthlistFadeIn;
}
@keyframes wisthlistFadeIn {
    0% { opacity:0; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes wisthlistFadeIn {
    0% { opacity:0; }
    50% { opacity:0; }
    100% { opacity:1; }
}
.woocommerce-wishlist section.content-main {
    margin: 0 15px;
}
.swiper-container:not(.swiper-container-initialized)>.swiper-wrapper, .swiper:not(.swiper-initialized)>.swiper-wrapper{
	overflow: visible !Important;
}
.elementor-widget-n-carousel .e-n-carousel{
	overflow: hidden !Important;
}
/* Collections */
#collections-header-wrapper {
    
}
#collections-header h1 {
   font-family: bravingthon, Helvetica, Arial, sans-serif;
   font-weight: 400;
   font-size: 200px;
   line-height: 163.6px;
   letter-spacing: 0.5px;
}
#collections-subheader h2 {
   font-family: latosemibold, Helvetica, Arial, sans-serif;
   font-weight: 600;
   font-size: 45px;
   line-height: 60.75px;
   letter-spacing: 0.5px;
}
#collections-text1 p {
   font-family: latosemibold, Helvetica, Arial, sans-serif;
   font-weight: 600;
   font-size: 22px;
   line-height: 29.7px;
   letter-spacing: 0.5px;
}
#collections-text2 p {
   font-family: latoregular, Helvetica, Arial, sans-serif;
   font-weight: 400;
   font-size: 16px;
   line-height: 24px;
   letter-spacing: 0.5px;
}
#collections-grid {
    
}
.elementor-products-grid ul.products.elementor-grid li.product {
    margin-bottom: 0!important;
    padding: 20px!important;
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.25);
}
.elementor-products-grid ul.products.elementor-grid li.product .count {
    display: none;
}
.elementor-products-grid ul.products.elementor-grid li.product h2 {
   margin: 0 20%;
   font-family: latolight, Helvetica, Arial, sans-serif;
   font-weight: 300;
   font-size: 35px;
   line-height: 40px;
   letter-spacing: 0.5px;
   text-transform: uppercase;
   text-align: center;
}

/* Media Queries */
@media screen and (min-width: 1470px) {
    .content-woocommerce {
        width: auto;
        max-width: var(--souvenir-width-standard);
        margin: 0 auto 120px;
    }
    .woocommerce-wishlist section.content-main {
        max-width: var(--souvenir-width-standard);
        margin: 0 auto;
    }
}

@media screen and (max-width: 1024px) {
    .content-woocommerce-header {
        margin-bottom: 210px;
    }
    .souvenir-product-category-feature-image div {
        font-size: 6em;
        line-height: 100px;
    }
    .woocommerce-ordering {
        margin: -150px 25% 10px 0!important;
    }
}
@media screen and (max-width: 824px) {
    .content-woocommerce-header {
        margin-bottom: 180px;
    }
    .souvenir-product-category-feature-image div {
        font-size: 5em;
    }
    .woocommerce-ordering {
        margin: -140px 22% 10px 0!important;
    }
}
@media screen and (max-width: 768px) {
    .content-woocommerce-header {
        margin-bottom: 10px;
        margin-right: 0;
    }
    .souvenir-product-category-feature-image {
        width: 100%;
        top: 10px;
        left: 0;
        background: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .souvenir-product-category-feature-image div {
        color: var(--souvenir-white);
    }
    .souvenir-product-category-feature-image img {
        display: none;
    }
	.product_content li:last-child  {
		display: none;
	}
	.tabed-product-box .product_content .each_cat ul.products li.product:hover {
		background: none!important;
	}
	.tabed-product-box .product_content .each_cat ul.products li.product:hover h2 {
		color: #fff !important;
	}
	#wtcpl_tabs_container .each_cat ul.products > li {
		width:auto !important;
		min-height: 0 !important;
	}
	.woocommerce ul.products li.product:hover::before {
		display: none;
	}
	.woocommerce ul.products li.product:hover .button {
		display: none;
	}
    .woocommerce-ordering {
        float: none!important;
        margin: -35px -30px 10px!important;
        background: var(--souvenir-purple);
    }
    .woocommerce-ordering.open {
        background: var(--souvenir-white);
    }
	.woocommerce-loop-product__title{
		min-height: 60px;
	}
    .souvenir-product-orderby {
        margin: 0 auto;
    }
    #souvenir-product-orderby-open {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .souvenir-product-orderby-dropdown {
        top: 85px;
        left: calc(50% - 152px);
        right: auto; 
        -webkit-border-top-right-radius: 25px;
        -moz-border-radius-topright: 25px;
        border-top-right-radius: 25px;
    }
    #souvenir-product-orderby-closed {
        visibility: hidden;
    }
    #souvenir-product-orderby-mobile {
        display: block;
    }
    .souvenir-product-overlay {
        margin-top: 36px;
    }
    .woocommerce div.product div.summary {
        margin-top: 10em
    }
    .woocommerce div.product div.images.woocommerce-product-gallery {
        padding: 0;
    }
    .elementor-products-grid ul.products.elementor-grid li.product h2 {
        margin: 0 10%;
        font-size: 24px;
        line-height: 32px;
    }
    .related.products {
        width: 100vw;
    }
}
@media screen and (max-width: 479px) {
    .content-woocommerce {
        padding: 0!important;
    }
    .single-product .content-woocommerce {
        padding: 15px!important;
    }
    .single-product footer {
        padding: 50px 15px 25px 15px;
    }
    .woocommerce-ordering {
        margin: -119px -15px 25px!important;
    }
    .souvenir-product-overlay {
        margin-top: -61px;
    }
    .souvenir-product-orderby-dropdown {
        -webkit-border-top-right-radius: 25px;
        -moz-border-radius-topright: 25px;
        border-top-right-radius: 25px;
    }
    .souvenir-product-hover-overlay,
    .woocommerce ul.products li.product .button {
        display: none!important;
    }
    .woocommerce-variation-add-to-cart {
        width: 100%;
    }
    .woocommerce div.product form.cart .quantity {
        float: none!important;
        justify-content: center;
    }
    .woocommerce div.product form.cart {
        text-align: center;
    }
    .woocommerce div.product form.cart .button {
        float: none;
        margin-top: 20px;
		border-radius: 4px;
    }
    .souvenir-sample-section {
        margin-bottom: -130px
    }
    .woocommerce ul.products li.product .woocommerce-loop-category__title, 
    .woocommerce ul.products li.product .woocommerce-loop-product__title, 
    .woocommerce ul.products li.product h3 {
        margin: 0em!important;
        font-size: 1em!important;
    }
    .woocommerce ul.products li.product .price {
        margin: 0!important;
        font-size: 16px!important;
		margin-bottom: .75em!important;
    }
    .woocommerce .products ul.variable-items-wrapper {
        margin: 0.5em 0.5em 0!important;
    }
    .woo-variation-swatches .wvs-archive-variations-wrapper .variable-items-wrapper .variable-item:not(.radio-variable-item) {
        height: 25px!important;
        width: 25px!important;
    }
    .elementor-products-grid ul.products.elementor-grid li.product h2 {
        margin: 0 5%;
        font-size: 22px;
        line-height: 30px;
    }
    .woocommerce-pagination {
        margin-bottom: 15px;
    }
    .related.products ul.products {
        padding: 0 15px;
    }
    .related.products ul.products li.product .souvenir-moq {
        bottom: 5px;
        width: calc(100% - 1em);
        margin: 3px 0.5em 0;
    }
}
