/*Transpacific software --- common design css*/

/*progress bar css*/
.tps-container.tps-progress-bar {    
    background: rgba(236, 230, 223, 0.60);
    padding: 9px 8px;
}
.tps-top-progress-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;    
    gap: 20px;
    font-size: 14px;
}
.tps-top-progress-bar .tps-progress-bar {
    flex: 1;
    height: 6px;
    background: #E2DCD5;
    margin: 0 10px;
    border-radius: 10px;
    overflow: hidden;
}
.tps-top-progress-bar .tps-progress-fill {
    height: 100%;
    background: var(--site-button-color);
    transition: width 0.3s ease;
}
.tps-top-progress-bar .tps-progress-cart {
    background: var(--site-primary-teal-color);
    color: var(--site-white-color);
    padding: 5px 10px;
    border-radius: 6px;
}
.tps-top-progress-bar span {
    color: var(--site-subtext-color);
    font-family: var(--site-body-font);
    font-size: 15px;    
    font-weight: 400;
    line-height: 16.5px;
}
.tps-top-progress-bar .tps-progress-label {    
    color: var(--site-button-color);
    font-family: var(--site-body-font);
    font-size: 11px;   
    font-weight: 500;
    line-height: 16.5px;
}
/*progress bar css*/

.tps-home-main-slider-block {
    margin-top: 30px;
}
.tps-home-main-slider-block .pagebuilder-column-line {
    gap: 30px;
}
.tps-home-main-slider-block .tps-home-banner-slider .slick-dots {
    position: absolute;
    bottom: 5px;
}
.tps-home-main-slider-block .tps-home-banner-slider .slick-dots button {
    width: 10px;
    height: 10px;
    background: var(--site-white-color);
    border: 1px solid var(--site-white-color);
}
.tps-home-main-slider-block .tps-home-banner-slider .slick-dots .slick-active button {
    width: 16px;
    background: var(--site-primary-teal-color);
    border-color: var(--site-primary-teal-color);
}
.tps-home-small-slider-block {
    border-radius: 12px;
    background: var(--site-button-color);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
}
.tps-home-small-slider-block p {
    margin-bottom: 0;
}
.tps-home-small-slider-block p a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    padding: 12px 18px;
    margin-bottom: 0;
    color: var(--site-white-color);
}
.tps-home-small-slider-block p a:after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: url('../images/tps-header-footer-sprite.svg'), var(--site-white-color) no-repeat;    
    background-position: -166px -97px;
    rotate: 90deg;
}
.tps-coupon-offer-slider {
    background: var(--site-white-color);
    padding: 14px 16px;
    border-radius: 12px;
}
.tps-home-banner-slider .slick-prev,
.tps-home-banner-slider .slick-next,
.tps-coupon-offer-slider .slick-prev,
.tps-coupon-offer-slider .slick-next {
    width: 20px;
    height: 56px;
    border-radius: 6px;
    z-index: 1;
}
.tps-home-banner-slider .slick-prev,
.tps-coupon-offer-slider .slick-prev {
    left: 0;    
}
.tps-home-banner-slider .slick-next,
.tps-coupon-offer-slider .slick-next {
    right: 0;
}
.tps-home-banner-slider .slick-prev{
    left: -1px;
    top: 56%;
    border-radius: 4px;
}
.tps-home-banner-slider .slick-next {
    right: -1px; 
    top: 56%;
    border-radius: 4px;
}
.tps-home-banner-slider .slick-prev.slick-disabled,
.tps-home-banner-slider .slick-next.slick-disabled,
.tps-coupon-offer-slider .slick-prev.slick-disabled, 
.tps-coupon-offer-slider .slick-next.slick-disabled {
    opacity: 0.2;
    pointer-events: none;
    cursor: default;
}
.tps-home-banner-slider .slick-prev:before,
.tps-home-banner-slider .slick-next:before,
.tps-coupon-offer-slider .slick-prev:before,
.tps-coupon-offer-slider .slick-next:before {
    font-size: 16px;
    padding: 0px;
    color: var(--site-main-text-color);
}
.tps-home-main-slider-block .tps-coupon-block {
    border-radius: 12px;
    background: var(--site-white-color);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
    align-items: center;
    justify-content: center !important;
    gap: 30px;
}
.tps-home-main-slider-block .tps-coupon-block .tps-sign-in-btn a {
    border-radius: 100px;
    background: var(--site-button-color);
    color: var(--site-white-color);
    padding: 10px;
    margin: 0;
    min-width: 258px;
    text-decoration: none;
}
.tps-home-main-slider-block .tps-coupon-block-title p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}
.tps-home-main-slider-block .tps-home-banner-slider {
    cursor: pointer;
}
.tps-container.tps-bestsellers-block {
    margin-top: 60px;
}
.tps-bestsellers-block .tps-best-seller-products .slick-prev, 
.tps-bestsellers-block .tps-best-seller-products .slick-next {
    border-radius: 9999px;
    background: var(--site-white-color);
    box-shadow: 0 4px 16px 0 rgba(50, 46, 41, 0.08) !important;
    width: 32px;
    height: 32px;
}
.tps-bestsellers-block .tps-best-seller-products .slick-prev {
    left: -15px;
} 
.tps-bestsellers-block .tps-best-seller-products .slick-next {
    right: -15px;
}
.tps-bestsellers-block .tps-best-seller-products .slick-prev.slick-disabled,
.tps-bestsellers-block .tps-best-seller-products .slick-next.slick-disabled {
    display: none;
}
.tps-bestsellers-block .tps-best-seller-products .slick-prev:before, 
.tps-bestsellers-block .tps-best-seller-products .slick-next:before {
    content: '';
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 0 !important;
    background: url('../images/tps-header-footer-sprite.svg') no-repeat;
}
.tps-bestsellers-block .tps-best-seller-products .slick-prev:before {   
    background-position: -246px -44px;
    rotate: 180deg;
} 
.tps-bestsellers-block .tps-best-seller-products .slick-next:before {
    background-position: -246px -44px;
}
.tps-inspired-by-the-ocean .product-items .slick-slide {
    max-width: 245px;
}
.tps-inspired-by-the-ocean .product-items li.product-item {
    padding: 12px 8px;
    margin-bottom: 0;
}
.tps-inspired-by-the-ocean .tps-ocean-slider .product-item .product-item-details .product-item-actions {
    text-align: center;
}

/*new blocks start*/
.cms-home #maincontent {
    background-color: var(--site-bgcolor-light);
    padding-top: 0;
}
.tps-container.tps-shop-by-block, .tps-container.tps-inspired-by-the-ocean,
.tps-container.tps-new-arrivals.tps-new-arrivals-grid, .tps-container.tps-price-range-block {
    max-width: 1440px;
    margin-inline: auto;
    margin-bottom: 60px;
}
.tps-container.tps-shop-by-block.tps-you-may-also-like {
    margin-bottom: 0;
}
.tps-shop-by-block .slick-track {
    width: 100% !important;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}
.tps-shop-by-block .slick-track:before,
.tps-shop-by-block .slick-track:after {
    display: none;
}
.tps-shop-by-block.tps-shop-by-jewelry .slick-track {    
    grid-template-columns: 1fr 1fr 1fr 1fr;    
}
.tps-shop-by-block .slick-track .slick-slide {
    border-radius: 10px;
    width: 100% !important;    
    position: relative;
}
.tps-shop-by-block .slick-track .category-url {
    width: 100%;
    height: 100%;
    display: block;
}
.tps-shop-by-block .slick-track .slick-slide img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.tps-shop-by-block .slick-track .slick-slide .category-item {
    border-radius: 10px;
    margin-bottom: 16px;
    padding: 0;
    position: relative;
    min-height: 245px;
    max-height: 261px;
    border-radius: 10px;
}
.tps-shop-by-block .slick-track .slick-slide .category-item::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(50, 46, 41, 0.70) 0%, rgba(50, 46, 41, 0.20) 50%, rgba(50, 46, 41, 0.00) 100%);      
    border-radius: 10px;
    pointer-events: none;
}
.tps-shop-by-block .category-item-details,
.tps-shop-by-block .category-item-details .category-name,
.tps-shop-by-block .category-item-details .category-item-amount {
    font-family: var(--site-body-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--site-white-color);
}
.tps-shop-by-block .category-item-details {
    position: absolute;
    left: 5%;
    bottom: 10%;
    width: 90%;
}
.tps-shop-by-block .category-item-details .category-description,
.tps-shop-by-block .category-item-details .category-item-name {
    margin: 0;
}
.tps-shop-by-block .category-item-details .category-name {      
    display: block;  
    padding: 0 0 5px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;    
}
.tps-shop-by-block .slick-track .slick-slide .category-item-info {
    border-radius: 10px;
    padding: 0;
}
.tps-shop-by-block .category-item-details .btn-link {
    position: absolute;
    right: 0;
    bottom: 1px;
}
.tps-shop-by-block .category-item-details .btn-link .magepow-categories-category,
.tps-shop-by-block .pagebuilder-button-link:after,
.tps-new-arrivals .pagebuilder-button-link:after,
.tps-bestsellers-block .pagebuilder-button-link:after {
    display: block;
    width: 15px;
    height: 15px;
    background: url('../images/tps-header-footer-sprite.svg') no-repeat;
    background-position: -403px -162px;
    font-size: 0;
}
.tps-new-arrivals .pagebuilder-button-link:after,
.tps-bestsellers-block .pagebuilder-button-link:after,
.tps-shop-by-block .pagebuilder-button-link:after {
    content: '';
    background-position: -283px -161px;
}
.tps-new-arrivals .pagebuilder-button-link,
.tps-bestsellers-block .pagebuilder-button-link,
.tps-shop-by-block .pagebuilder-button-link {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    color: var(--site-button-color) !important;
    font-size: 14px;
    line-height: 20px;
    text-align: right !important;
    font-weight: 500;
}
.tps-bestsellers-block ol.products,
.tps-new-arrivals ol.products {
    margin-top: 5px;
    margin-bottom: 60px;
}
.tps-shop-by-block h2,
.tps-bestsellers-block h2,
.tps-new-arrivals h2,
.tps-inspired-by-the-ocean h2,
.tps-price-range-block h2 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}
.tps-price-range-block h2  {
    margin-bottom: 20px;
}
.tps-shop-by-block p,
.tps-bestsellers-block p,
.tps-new-arrivals p {
    font-size: 16px;
    line-height: normal;
    color: var(--site-subtext-color);
    margin-bottom: 22px;
}
.tps-shop-by-block ul.grid-slider {
    margin-inline: 0;
    margin-top: 10px;
}
.tps-shop-by-block ul.grid-slider li {
    position: relative;
}
.tps-you-may-also-like+.um-productslider-block .products {
    margin-top: 10px;
}
.tps-you-may-also-like .tps-you-may-also-like-grid .product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 16px;
}
.tps-you-may-also-like .tps-you-may-also-like-grid .product-grid .product-item {
    width: 100%;
    max-width: 275px;
    margin-bottom: 0;
    background: var(--site-white-color);
    border-radius: 10px;
}
.tps-you-may-also-like .tps-you-may-also-like-grid .product-grid .product-item .tps-slider-image-container {
    background: #ECE6DF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.tps-you-may-also-like .tps-you-may-also-like-grid .product-grid .product-item img {
    padding: 12px;
    border-radius: 10px;
}
.tps-inspired-by-the-ocean .tps-ocean-slider li.product-item .product-image-container,
.tps-new-arrivals .product-item .product-image-container,
.tps-bestsellers-block .tps-best-seller-products .tps-slider-image-container {
    background: #ECE6DF;
    padding: 12px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.tps-bestsellers-block .tps-best-seller-products .tps-slider-image-container img {    
    border-radius: 10px;
}
.tps-inspired-by-the-ocean .tps-ocean-slider li.product-item .product-image-container,
.tps-new-arrivals .product-item .product-image-container {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}
.tps-inspired-by-the-ocean .tps-ocean-slider .product-item .product-item-details,
.tps-new-arrivals .product-item .product-item-details,
.tps-bestsellers-block .product.details.slider-product-item-details {
    margin-left: 0;
}
.tps-starter-packs .product-items.widget-product-grid li.product-item .product-item-details,
.tps-inspired-by-the-ocean .tps-ocean-slider .product-item .product-item-details,
.tps-new-arrivals .product-item .product-item-details {
    background: var(--site-white-color);
    padding: 12px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.tps-bestsellers-block .tps-best-seller-products .slick-slide {
    padding-left: 8px;
    padding-right: 8px;
}
.tps-bestsellers-block .tps-best-seller-products .slick-slide li.product-item {
    background: var(--site-white-color);
    border-radius: 10px;
}
.tps-bestsellers-block .tps-best-seller-products .tps-slider-product-details,
.tps-you-may-also-like .tps-you-may-also-like-grid .tps-slider-product-details {
    padding: 12px;
}
.tps-slider-addtocart-button {
    padding: 12px;
    text-align: center;
}
.tps-you-may-also-like .tps-you-may-also-like-grid .tps-slider-addtocart-button {
    padding: 12px;
    text-align: left;
}
.tps-unlock-wholesale-btn,
.tps-slider-addtocart-button button,
.tps-inspired-by-the-ocean .tps-ocean-slider .product-item button,
.tps-starter-packs .product-items.widget-product-grid li.product-item button.tocart,
.tps-new-arrivals .product-item .product-item-details .product-item-actions button,
.tps-you-may-also-like .tps-you-may-also-like-grid .product-grid .product-item button {
    font-family: var(--site-body-font);
    font-size: 14px;
    line-height: 16px !important;
    font-weight: 500;    
    background: var(--site-button-color);
    color: var(--site-white-color) !important;
    border-radius: 8px;
    min-width: 195px;
    padding: 5px !important;
    border: 1px solid var(--site-button-color);
    height: 32px !important;
}
.tps-unlock-wholesale-btn {
    display: block;
    width: fit-content;
    min-width: auto;
    margin-top: 10px;
    line-height: normal !important;
    text-align: center;
}
.tps-bestsellers-block .tps-best-seller-products .slick-slide li.product-item .tps-unlock-wholesale-btn,
.tps-inspired-by-the-ocean .product-items li.product-item .tps-unlock-wholesale-btn {
    width: 100%;
}
.tps-starter-packs .product-items.widget-product-grid li.product-item .tps-unlock-wholesale-btn {
    margin-left: auto;
    min-width: 110px;
}
.tps-bestsellers-block .tps-best-seller-products .tps-slider-product-details .price-box .price-label,
.tps-new-arrivals .product-item .product-item-details .price-label,
.tps-you-may-also-like .tps-you-may-also-like-grid .price-label,
.tps-you-may-also-like+.um-productslider-block ol.products li.item.product.um-product-item .product-item-details button.tocart:before {
    display: none;
}
.tps-you-may-also-like .tps-you-may-also-like-grid .product-grid .tps-product-name,
.tps-inspired-by-the-ocean .tps-ocean-slider .product-item .product-item-details .product-item-name a,
.tps-new-arrivals .product-item .product-item-details .product-item-name a,
.tps-bestsellers-block .tps-best-seller-products .tps-product-name {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 17.5px;
    color: var(--site-main-text-color);
    margin-bottom: 0;
}
.tps-inspired-by-the-ocean .tps-ocean-slider .product-item .product-item-details .product-item-name,
.tps-new-arrivals .product-item .product-item-details .product-item-name,
.tps-bestsellers-block .tps-best-seller-products .tps-product-name {    
    min-height: 35px;
}
.tps-new-arrivals .products-grid .slick-slide .product-item,
.tps-bestsellers-block .tps-best-seller-products .tps-product-summary {
    margin-bottom: 0;
}
.tps-inspired-by-the-ocean .tps-ocean-slider .product-item .price-box .price,
.tps-you-may-also-like .tps-you-may-also-like-grid .product-grid .tps-product-price,
.tps-new-arrivals .product-item .product-item-details .price-box .price,
.tps-bestsellers-block .tps-best-seller-products .tps-product-price,
.tps-bestsellers-block .tps-best-seller-products .tps-slider-product-details .price-box .price,
.tps-you-may-also-like .tps-you-may-also-like-grid .tps-slider-product-details .tps-product-price {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--site-main-text-color);
    margin-bottom: 0;
}
.tps-starter-packs .product-items.widget-product-grid li.product-item .price-box .price {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: var(--site-main-text-color);
}
.tps-new-arrivals .product-item .product-item-details .product-item-name,
.tps-bestsellers-block .tps-best-seller-products .tps-product-name,
.tps-you-may-also-like .tps-you-may-also-like-grid .tps-slider-product-details .tps-product-name {
  /*  margin: 0;
    line-height: normal;*/
}
.tps-new-arrivals .product-item .product-item-details .old-price,
.tps-bestsellers-block .tps-best-seller-products .tps-slider-product-details .old-price {
    color: var(--site-subtext-color);
}
.tps-new-arrivals .product-item .product-item-details .old-price .price,
.tps-bestsellers-block .tps-best-seller-products .tps-slider-product-details .old-price .price,
.tps-inspired-by-the-ocean .tps-ocean-slider .product-item .product-item-details .product-sku,
.tps-new-arrivals .product-item .product-item-details .product-sku, 
.tps-bestsellers-block .tps-best-seller-products .tps-slider-product-details .tps-sku, 
.tps-you-may-also-like .tps-you-may-also-like-grid .tps-slider-product-details .tps-sku {
    display: block;
    margin: 5px 0;
    color: var(--site-subtext-color);
    font-family: var(--site-body-font);
    font-size: 12px;    
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.3px;    
}
.tps-new-arrivals .product.details.slider-product-item-details .slider-product-item-actions,
.tps-bestsellers-block .product.details.slider-product-item-details .slider-product-item-actions {
    margin: 5px 0 !important;
}
.tps-new-arrivals .product.details.slider-product-item-details .old-price .price,
.tps-bestsellers-block .product.details.slider-product-item-details .old-price .price,
.tps-you-may-also-like+.um-productslider-block ol.products li.item.product.um-product-item .product-item-details .old-price .price {
    display: inline-block;
    text-decoration: line-through;
}
.tps-starter-packs .product-items.widget-product-grid li.product-item .price-box,
.tps-inspired-by-the-ocean .tps-ocean-slider .product-item .product-item-details .price-box,
.tps-new-arrivals .product-item .product-item-details .price-box,
.tps-bestsellers-block .tps-best-seller-products .tps-slider-product-details .price-box,
.tps-you-may-also-like .tps-you-may-also-like-grid .tps-slider-product-details .price-box {
    margin: 5px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.tps-container.tps-summer-jewelry-sets {
    margin-bottom: 60px;
}
.tps-summer-curated-blocks .pagebuilder-column-line {
    gap: 16px;
}
.tps-summer-jewelry-sets .tps-summer-curated-blocks img {
    border-radius: 10px !important;
}
.tps-new-arrivals .owl-carousel .owl-stage,
.tps-bestsellers-block .owl-carousel .owl-stage {
    width: 100% !important;
    display: flex;
    gap: 16px;
}
.tps-new-arrivals .owl-carousel .owl-item {
    width: 24% !important;
    margin-right: 0 !important;
}
.tps-bestsellers-block .owl-carousel .owl-item {
    width: 19% !important;
    margin-right: 0 !important;
}
.tps-inspired-by-the-ocean .owl-carousel .owl-item {
    width: 24% !important;
    margin-right: 0 !important;
}
.tps-new-arrivals .owl-carousel .owl-item:last-child,
.tps-bestsellers-block .owl-carousel .owl-item:last-child,
.tps-inspired-by-the-ocean .owl-carousel .owl-item:last-child {
    margin-right: 0px !important;
}
.tps-inspired-by-the-ocean .tps-ocean-slider li.product-item .product-item-actions .actions-primary + .actions-secondary,
.tps-new-arrivals .products-grid .product-item-actions .actions-primary + .actions-secondary,
.tps-bestsellers-block .owl-carousel .product-item-actions .actions-primary + .actions-secondary,
.tps-starter-packs .product-items.widget-product-grid li.product-item .actions-secondary {
    display: none;
}
.tps-inspired-by-the-ocean .owl-carousel .owl-item .slider-product-item-info,
.tps-new-arrivals .owl-carousel .owl-item .slider-product-item-info,
.tps-bestsellers-block .owl-carousel .owl-item .slider-product-item-info {
    width: 100% !important;
}
.tps-starter-packs .product-items.widget-product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}
.tps-starter-packs .product-items.widget-product-grid li.product-item {
    width: 100% !important;
    margin-inline: 0 !important;
    background: var(--site-white-color);
    border-radius: 10px;
    box-shadow: 0 2px 8px 0 rgba(50, 46, 41, 0.04);
    margin-bottom: 0;
}
.tps-starter-packs .product-items.widget-product-grid li.product-item .product-image-container {
    width: 100% !important;
    aspect-ratio: 456 / 262 !important;
}
.tps-starter-packs .product-items.widget-product-grid li.product-item .product-item-name a {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: var(--site-main-text-color);
}
.tps-starter-packs .product-items.widget-product-grid li.product-item .tps-included-skus {
    color: var(--site-subtext-color);
    font-family: var(--site-body-font);
    font-size: 12px;    
    font-weight: 400;
    line-height: 16px;
}
.tps-starter-packs .product-items.widget-product-grid li.product-item .product-item-actions .actions-primary,
.tps-starter-packs .product-items.widget-product-grid li.product-item button.tocart {
    display: block;   
    margin-left: auto;
    min-width: 110px;
}    
.tps-inspired-by-the-ocean .row-full-width-inner {
    background: var(--site-dark-teal-color);
    border-radius: 10px;
}
.tps-inspired-by-the-ocean .tps-ocean-text {
    color: var(--site-white-color) !important;
    padding-left: 40px;
}
.tps-inspired-by-the-ocean h2 {
    color: var(--site-white-color);
}
.tps-inspired-by-the-ocean .tps-ocean-text ul li {
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 0;
}
.tps-new-arrivals .products-grid .slick-slide {
    padding-left: 8px;
    padding-right: 8px;
}
.tps-new-arrivals .product-item .product-image-container img {
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: scale-down;
}
.tps-price-range-block .row-full-width-inner {
    background: var(--site-light-teal-color);
    border-radius: 10px;
    padding: 10px 30px 40px 30px;
    margin-bottom: 15px;
}
.tps-price-range-block .row-full-width-inner .tps-price-range-parent-col {
    margin-top: 25px;
}
.tps-price-range-block .tps-price-range-col {
    position: relative;        
    flex-direction: row !important;
    align-items: center;
    justify-content: center !important;
}
.tps-price-range-block figure {
    width: 134px;
    height: 134px;
    aspect-ratio: 1/1;    
    z-index: 2;
}
.tps-price-range-block figure img {
    border-radius: 134px;
}
.tps-price-range-block figure+div {
    display: flex;    
    align-items: center;
    justify-content: center;
    background: var(--site-dark-teal-color);    
    color: var(--site-white-color);
    border-radius: 16px;
    position: relative;
    width: 260px;
    height: 118px;
    margin-left: -65px;
    z-index: 1;
}
.tps-price-range-block figure+div p {
    color: var(--site-white-color);
    text-align: left;
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 0;
    margin-left: 30px;
}
.tps-price-range-block figure+div p strong {
    font-size: 35px;
    line-height: normal;
    font-weight: 600;
}
/*new blocks end*/


/*media queries start*/ 

@media (hover:hover) {
.tps-home-main-slider-block .tps-coupon-block .tps-sign-in-btn a:hover {
    background: var(--site-dark-teal-color);
}    
.tps-shop-by-block .pagebuilder-button-link:hover,
.tps-new-arrivals .pagebuilder-button-link:hover, 
.tps-bestsellers-block .pagebuilder-button-link:hover, 
.tps-shop-by-block .pagebuilder-button-link:hover {
    color: var(--site-dark-teal-color) !important;
    text-decoration: underline;
}      
.tps-shop-by-block .pagebuilder-button-link:hover::after {
   /* background-position: -343px -161px;
    transform: scale(1.3)*/;
}
.tps-shop-by-block .category-item-details .btn-link .magepow-categories-category:hover {
    transform: scale(1.5);
}  
.tps-unlock-wholesale-btn:hover,
.tps-slider-addtocart-button button:hover,
.tps-inspired-by-the-ocean .tps-ocean-slider .product-item button:hover,
.tps-starter-packs .product-items.widget-product-grid li.product-item button.tocart:hover,
.tps-new-arrivals .product-item .product-item-details .product-item-actions button:hover,
.tps-you-may-also-like .tps-you-may-also-like-grid .product-grid .product-item button:hover {
    background: var(--site-dark-teal-color) !important;
    border: 1px solid var(--site-dark-teal-color) !important;
}  
}

@media(max-width:1536px) {
.tps-home-page-banner-text {    
    left: 50%;    
    max-width: 75%;    
}    
}

@media(max-width:1440px) {}

@media(max-width:1280px) {}

@media(max-width:1199px) {}

@media(max-width:1024px) {
.tps-home-main-slider-block .pagebuilder-column-line {
    gap: 30px 4%;
    flex-wrap: wrap;
}  
.tps-home-main-slider-block .tps-home-center-slider {
    width: 100% !important;
    order: 1;
}
.tps-home-main-slider-block .tps-home-small-slider-block {    
    width: 48% !important;
    order: 2;
}
.tps-home-main-slider-block .tps-coupon-block {
    width: 48% !important;
    order: 3;
}
.tps-home-main-slider-block .tps-coupon-block .tps-sign-in-btn a {
    min-width: 150px;
}
.tps-starter-packs .product-items.widget-product-grid li.product-item .product-image-container {
    aspect-ratio: 1 / 1 !important;
} 
.tps-home-small-slider-block p a {    
    font-size: 12px;    
    padding: 12px 8px;    
}
.tps-home-small-slider-block p a:after {    
    width: 18px;
    height: 18px;    
    background-position: -168.5px -100.5px;    
}
.tps-inspired-by-the-ocean .tps-ocean-text {
    padding-left: 0;
}
.tps-shop-by-block h2, .tps-bestsellers-block h2, .tps-new-arrivals h2, .tps-inspired-by-the-ocean h2 {
    font-size: 18px;
}
.tps-inspired-by-the-ocean .tps-ocean-text ul li {
    font-size: 14px;
}
.tps-you-may-also-like .tps-you-may-also-like-grid .product-grid {   
    grid-template-columns: 1fr 1fr 1fr;   
}
.tps-slider-addtocart-button button, .tps-inspired-by-the-ocean .tps-ocean-slider .product-item button, 
.tps-starter-packs .product-items.widget-product-grid li.product-item button.tocart, 
.tps-new-arrivals .product-item .product-item-details .product-item-actions button, 
.tps-you-may-also-like .tps-you-may-also-like-grid .product-grid .product-item button {
    min-width: auto;
    font-size: 12px;
}
.tps-new-arrivals .product-item .product-item-details .old-price .price, 
.tps-bestsellers-block .tps-best-seller-products .tps-slider-product-details .old-price .price, 
.tps-inspired-by-the-ocean .tps-ocean-slider .product-item .product-item-details .product-sku, 
.tps-new-arrivals .product-item .product-item-details .product-sku, 
.tps-bestsellers-block .tps-best-seller-products .tps-slider-product-details .tps-sku, 
.tps-you-may-also-like .tps-you-may-also-like-grid .tps-slider-product-details .tps-sku {
    font-size: 11px;
}
.tps-you-may-also-like .tps-you-may-also-like-grid .product-grid .tps-product-name, 
.tps-inspired-by-the-ocean .tps-ocean-slider .product-item .product-item-details .product-item-name a, 
.tps-new-arrivals .product-item .product-item-details .product-item-name a, 
.tps-bestsellers-block .tps-best-seller-products .tps-product-name {    
    font-size: 12px;    
}
.tps-slider-addtocart-button,
.tps-you-may-also-like .tps-you-may-also-like-grid .tps-slider-addtocart-button,
.tps-starter-packs .product-items.widget-product-grid li.product-item .product-item-details, 
.tps-inspired-by-the-ocean .tps-ocean-slider .product-item .product-item-details, 
.tps-new-arrivals .product-item .product-item-details,
.tps-bestsellers-block .tps-best-seller-products .tps-slider-product-details, 
.tps-you-may-also-like .tps-you-may-also-like-grid .tps-slider-product-details {
    padding: 12px 5px;
}
.tps-shop-by-block p, .tps-bestsellers-block p, .tps-new-arrivals p {
    font-size: 14px;
}
.cms-home .pagebuilder-column.tps-large-col {
    width: 80% !important;
}
.cms-home .pagebuilder-column.tps-small-col {
    width: 20% !important;
}
.tps-new-arrivals .pagebuilder-button-link, .tps-bestsellers-block .pagebuilder-button-link, 
.tps-shop-by-block .pagebuilder-button-link {    
    font-size: 14px;    
}

}

@media(max-width:991px) {}

@media(max-width:767px) {
.tps-container.tps-progress-bar {
    padding: 9px 0;
}    
.tps-top-progress-bar {    
    gap: 2px 12px;
    font-size: 14px;
    flex-wrap: wrap;    
}
.tps-top-progress-bar span {
    font-size: 12px;    
    width: 100%;
}
.tps-top-progress-bar .tps-progress-bar {
    margin: 0;    
}
.tps-top-progress-bar .tps-progress-cart {
    width: auto;
}
.tps-container.tps-bestsellers-block {
    margin-top: 40px;
}
.tps-container.tps-shop-by-block, .tps-container.tps-inspired-by-the-ocean, 
.tps-container.tps-new-arrivals.tps-new-arrivals-grid, .tps-container.tps-summer-jewelry-sets {
    margin-bottom: 40px;
}
#maincontent .tps-home-main-slider-block[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    padding-inline: 0;
}
.tps-home-main-slider-block .pagebuilder-column-line {
    gap: 0;
    flex-wrap: wrap;
}
.tps-home-small-slider-block,
.tps-home-main-slider-block .tps-coupon-block {    
    display: none !important;
}    
.tps-shop-by-block.tps-shop-by-jewelry .slick-track,        
.tps-shop-by-block .slick-track {
    grid-template-columns: 1fr 1fr;   
}   
.tps-shop-by-block .slick-track .slick-slide .category-item {
    min-height: auto;
    max-height: none;
} 
.tps-starter-packs .product-items.widget-product-grid li.product-item {
    padding: 30px 3px;
}
.tps-inspired-by-the-ocean .row-full-width-inner {
    padding: 25px 15px 15px 15px;
}
.tps-inspired-by-the-ocean .product-items li.product-item {
    padding: 12px 15px 15px 0;
    margin-bottom: 0;
}
.tps-inspired-by-the-ocean .tps-ocean-text {
    padding-left: 5px;
}
.tps-you-may-also-like .tps-you-may-also-like-grid .product-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 4%;
}
.tps-you-may-also-like .tps-you-may-also-like-grid .product-grid .product-item {
    width: 48%;
    max-width: unset;    
}
.tps-new-arrivals .product-item .product-item-details .product-item-actions .actions-primary,
.tps-inspired-by-the-ocean .tps-ocean-slider .product-item .product-item-details .product-item-actions .actions-primary {
    display: block;
}
.tps-slider-addtocart-button button, .tps-starter-packs .product-items.widget-product-grid li.product-item button.tocart,
.tps-new-arrivals .product-item .product-item-details .product-item-actions button,
.tps-inspired-by-the-ocean .tps-ocean-slider .product-item button,
.tps-you-may-also-like .tps-you-may-also-like-grid .product-grid .product-item button {
    min-width: auto;    
    width: 100%;
}
.tps-starter-packs .product-items.widget-product-grid li.product-item button.tocart {
    min-width: 110px;
    width: auto;
}
.tps-shop-by-block h2, .tps-bestsellers-block h2, .tps-new-arrivals h2, .tps-inspired-by-the-ocean h2 {
    font-size: 22px;
}
.tps-new-arrivals .product-item .product-image-container img {    
    object-fit: cover;
}
.tps-inspired-by-the-ocean .tps-ocean-text ul li,
.tps-shop-by-block .category-item-details .category-name {
    font-size: 16px;
}
.tps-shop-by-block p, .tps-bestsellers-block p, .tps-new-arrivals p {
    font-size: 14px;
}
.tps-bestsellers-block .tps-best-seller-products .slick-prev {
    left: 0;
}
.tps-bestsellers-block .tps-best-seller-products .slick-next {
    right: 0;
}
.tps-slider-addtocart-button {    
    text-align: left; 
}
.tps-slider-addtocart-button button {
    min-width: 195px;
    width: auto;
}
.tps-new-arrivals .pagebuilder-button-link, .tps-bestsellers-block .pagebuilder-button-link, 
.tps-shop-by-block .pagebuilder-button-link {    
    font-size: 11px;    
}
}

@media(max-width:580px) {
.tps-starter-packs .product-items.widget-product-grid {    
    grid-template-columns: 1fr;   
}
.tps-shop-by-block .slick-track .slick-slide img {
    aspect-ratio: 1.05;
    object-fit: cover;
}

}

/*media queries end*/

/*Transpacific software --- end*/