/*
 * Responsive Styles
 *
 * This file contains all media queries extracted from main.css
 * Organized by breakpoint size from largest to smallest
 *
 * Breakpoints:
 * - 1599px and below (99.9375rem)
 * - 1399px and below (87.4375rem)
 * - 1199px and below (74.9375rem)
 * - 991px and below (61.9375rem)
 * - 768px and below (48rem)
 * - 767px and below (47.9375rem)
 * - 575px and below (35.9375rem)
 * - Smaller breakpoints as needed
 */


/* @media (max-width: 1599px) */
@media (max-width: 1599px) {
  .product-grid-with-sidebar {
        grid-template-columns: repeat(4, 1fr);
    }

}

/* @media (max-width: 1399px) */
@media (max-width: 1399px) {
  .brandstore-stores-grid {
		grid-template-columns: repeat(5, 1fr);
	}

  .product-grid-with-sidebar {
        grid-template-columns: repeat(3, 1fr);
    }

  .search-results {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

}

/* @media (max-width: 1199.98px) */
@media (max-width: 1199.98px) {
  .landing-because-searched-block {
        padding: 40px 20px 20px;
    }
    
    .lbs-title {
        font-size: 32px;
    }
    
    .lbs-header {
        margin-bottom: 28px;
    }
    
    .lbs-featured-image {
        width: 160px;
        height: 160px;
    }
    
    .lbs-featured-price {
        font-size: 32px;
    }
    
    .lbs-products-grid {
        grid-template-columns: repeat(4, 80px);
        gap: 20px;
    }
    
    .lbs-product-item {
        width: 80px;
        height: 80px;
    }

  .landing-continue-block {
		padding: 40px;
		gap: 40px;
	}

	.lcb-title {
		font-size: 18px;
	}

	.lcb-title span {
		font-size: 32px;
	}

  .landing-special-deals-block {
		padding: 40px;
		gap: 40px;
	}

	.lsdb-title {
		font-size: 18px;
	}

	.lsdb-title span {
		font-size: 32px;
	}

  .owlb-top h2 {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .owlb-top {
        margin: 40px 0;
    }

    .owlb-top-search {
        padding: 0 80px;
    }

    .owlb-description {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .logo-item {
        width: 120px;
        height: 65px;
    }

    .logo-row {
        height: 65px;
        margin-bottom: 20px;
    }

}

/* @media (max-width: 1199px) */
@media (max-width: 1199px) {
  .brandstore-stores-grid {
		grid-template-columns: repeat(4, 1fr);
	}

  .product-grid-with-sidebar {
        grid-template-columns: repeat(3, 1fr);
    }

  .search-results {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

}

/* @media (max-width: 1024px) */
@media (max-width: 1024px) {
  .instock-product-page .product {
        flex-wrap: wrap;
    }
    
    .instock-product-page .product-image {
        flex: 0 0 280px;
        max-width: 280px;
    }
    
    .instock-product-page .product-info {
        flex: 1;
        min-width: 300px;
    }
    
    .instock-product-page .product-price {
        flex: 1 1 100%;
        max-width: 100%;
        margin-top: 1rem;
    }

}

/* @media (max-width: 61.9988rem) */
@media (max-width: 61.9988rem) {
  .footer-top {
		flex-wrap: wrap;
		padding: 1.5rem 0 0.75rem;
	}
	.footer-nav-col:last-child .footer-nav-item {
		width: 100%;
	}

}

/* @media (max-width: 991.98px) */
@media (max-width: 991.98px) {
  .landing-because-searched-block {
        padding: 32px 16px 16px;
    }
    
    .lbs-title {
        font-size: 28px;
    }
    
    .lbs-header {
        margin-bottom: 24px;
    }
    
    .lbs-featured-image {
        width: 140px;
        height: 140px;
    }
    
    .lbs-featured-price {
        font-size: 28px;
    }
    
    .lbs-featured-title {
        font-size: 15px;
    }
    
    .lbs-products-grid {
        grid-template-columns: repeat(4, 72px);
        gap: 16px;
    }
    
    .lbs-product-item {
        width: 72px;
        height: 72px;
        padding: 6px;
    }

  .landing-continue-block {
		padding: 32px;
		gap: 32px;
	}

	.lcb-title {
		font-size: 16px;
	}

	.lcb-title span {
		font-size: 28px;
	}

	.lcb-item-image {
		padding: 8px;
	}

	.lcb-item-view-count {
		font-size: 14px;
	}

  .landing-special-deals-block {
		padding: 32px;
		gap: 32px;
	}

	.lsdb-title {
		font-size: 16px;
	}

	.lsdb-title span {
		font-size: 28px;
	}

	.lsdb-item {
		padding: 0 6px;
	}

  .owlb-top h2 {
        font-size: 32px;
        margin-bottom: 32px;
    }

    .owlb-top {
        margin: 32px 0;
    }

    .owlb-top-search {
        padding: 0 60px;
    }

    .owlb-description {
        font-size: 16px;
        margin-bottom: 16px;
        padding: 0 15px;
    }

    .logo-item {
        width: 110px;
        height: 60px;
        margin: 0 10px;
    }

    .logo-row {
        height: 60px;
        margin-bottom: 16px;
    }

}

/* @media screen and (max-width: 991px) */
@media screen and (max-width: 991px) {
  .hidden-fees-content {
        max-width: 50%;
    }

  .landing-benefits-skybox-block {
        flex-direction: column;
    }

}

/* @media (max-width: 991px) */
@media (max-width: 991px) {
  .landing-primeday-section {
        padding: 0;
    }
    
    .primeday-header {
        padding: 1.5rem;
        margin-bottom: 0;
    }
    
    .primeday-categories-content {
        padding: 1rem;
    }
    
    .primeday-header {
        overflow: visible;
    }
    
    .primeday-title-wrapper {
        width: 100%;
        overflow: hidden;
    }
    
    .primeday-title-link {
        font-size: 1.5rem;
    }
    
    .primeday-categories-nav {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        flex-wrap: nowrap !important;
        margin: 0 -2rem;
        padding: 0 2rem 0.5rem;
        scroll-behavior: smooth;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        gap: 0;
    }
    
    .primeday-categories-nav::-webkit-scrollbar {
        display: none;
    }
    
    .primeday-category-link {
        flex: 0 0 auto;
        white-space: nowrap;
        margin-right: 0.5rem;
    }
    
    .primeday-category-link:last-child {
        margin-right: 0;
    }
    
    .primeday-products-slider .slick-prev,
    .primeday-products-slider .slick-next {
        display: none !important;
    }

  .landing-product-showcase-slider .slick-slide,
    .landing-recent-products-slider .slick-slide,
    .product-recent-products-slider .slick-slide,
    .product-related-slider .slick-slide {
        margin: 0 2px;
    }

  .landing-deals-section:first-of-type {
        margin-bottom: 16px;
        /* Match search grid gap at tablet */
    }

  .brandstore-stores-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 16px;
	}

  .deals-page-layout {
		flex-direction: column;
	}
	
	.deals-sidebar {
		flex: none;
		width: 100%;
		position: static;
		padding: 1rem;
	}
	
	.deals-sidebar-title {
		font-size: 1.125rem;
		margin-bottom: 1rem;
	}
	
	.deals-categories-nav {
		display: flex;
		flex-direction: row;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		-ms-overflow-style: none;
		gap: 0.75rem;
		padding-bottom: 0.5rem;
	}
	
	.deals-categories-nav::-webkit-scrollbar {
		display: none;
	}
	
	.deals-category-link {
		flex: 0 0 auto;
		white-space: nowrap;
		padding: 0.5rem 1rem;
		font-size: 0.875rem;
	}
	
	.deal-category-section {
		padding: 1rem;
		margin-bottom: 1rem;
	}
	
	.deal-category-title {
		font-size: 1.25rem;
	}
	
	.deal-category-header {
		margin-bottom: 1rem;
	}
	
	.deal-products-slider .slick-prev,
	.deal-products-slider .slick-next {
		display: none !important;
	}

  .deal-products-slider {
		padding: 0; /* Remove arrow padding on mobile */
	}
	
	.deal-products-slider.slick-initialized {
		margin: 0;
	}
	
	.deal-products-slider .slick-prev,
	.deal-products-slider .slick-next {
		display: none !important;
	}

  .product-grid-with-sidebar {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

  .search-results {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

  .magicland-hero-content {
        padding: 80px 0 120px;
        background: linear-gradient(to right, rgba(98, 231, 252, 0.9) 35%, rgba(98, 232, 252, 0) 85%);
    }
    .magicland-hero-content img {
        max-width: 150px;
    }
    .magicland-hero-content h1 {
        font-size: 48px;
    }
    .magicland-hero-content .subtitle {
        font-size: 20px;
    }
    .magicland-section-block {
        margin-top: 60px;
    }
    .magicland-section-title {
        font-size: 32px;
    }
    .magicland-section-contact-img-block {
        margin-bottom: 100px;
    }
    .magicland-section-contact-img-block img {
        margin-bottom: -60px;
    }
    .magicland-contact-section {
        gap: 40px;
        margin: 60px auto;
    }
    .magicland-contact-qr {
        flex: 0 0 150px;
        width: 150px;
    }
    .magicland-contact-col-container-inside {
        gap: 40px;
    }
    .magicland-donation-stats {
        gap: 20px;
    }
    .magicland-stat-item {
        min-width: 120px;
    }
    .magicland-stat-number {
        font-size: 32px;
    }
    .magicland-stat-label {
        font-size: 13px;
    }

}

/* @media (max-width: 768px) */
@media (max-width: 768px) {
  .cart-user-level-block {
        padding: 12px;
    }

    .level-header {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

  .account-addressbook-card-item-top {
        flex-direction: column;
    }

    .account-addressbook-card-item-content {
        margin-bottom: 12px;
        padding-right: 0;
    }

    .account-addressbook-card-item-action {
        width: 100%;
    }

    .btn-clear {
        width: 100%;
    }

  .cart-accordion-wrapper .accordion-button {
        font-size: 16px;
        padding: 15px 20px;
    }

    .accordion-selected-text {
        font-size: 14px;
    }
    
    .cart-accordion-wrapper .accordion-body {
        padding: 15px;
    }
    
    .delivery-type-selection,
    .payment-type-selection {
        flex-direction: column;
        gap: 10px;
    }
    
    .delivery-option,
    .payment-option {
        min-width: 100%;
        margin-bottom: 0;
    }

    .delivery-option-content,
    .payment-option-content {
        padding: 15px;
        min-height: 80px;
    }

    .delivery-option-title,
    .payment-option-title {
        font-size: 14px;
    }

    .delivery-option-desc,
    .payment-option-desc {
        font-size: 12px;
    }
    
    .delivery-option-icon,
    .payment-option-icon {
        width: 32px;
        height: 32px;
    }
    
    /* SkyBox mobile styles */
    .location-controls-row {
        flex-direction: column;
        gap: 10px;
    }
    
    #findNearestLocker {
        width: 100%;
    }
    
    #findNearestLocker .button-text {
        display: inline;
    }

  .saved-addresses-section,
    .new-address-section {
        padding: 15px;
    }
    
    .address-card .card-body {
        padding: 12px !important;
    }

  .instock-product-page .product {
        flex-direction: column;
        gap: 1rem;
    }
    
    .instock-product-page .product-image {
        flex: 1;
        max-width: 100%;
    }
    
    .instock-product-page .product-info {
        flex: 1;
        min-width: unset;
    }
    
    .instock-product-page .product-price {
        flex: 1;
        width: 100%;
        max-width: 100%;
    }
    
    .instock-product-page .product-summary {
        margin-top: 1rem;
        padding: 1rem;
    }
    
    .instock-product-page .ps-price {
        font-size: 20px;
    }
    
    .instock-product-page .ps-addtocart-actions {
        flex-direction: column;
        gap: 1rem;
    }
    
    .instock-product-page .ps-qty {
        margin-right: 0;
        justify-content: center;
    }
    
    .instock-product-page .ps-addtocart-btn {
        width: 100%;
        justify-content: center;
    }
    
    .instock-product-page .variation-options {
        gap: 0.25rem;
    }
    
    .instock-product-page .variation-option {
        padding: 6px 12px;
        font-size: 14px;
    }
    
    .instock-product-page .product-info-btn {
        padding: 1rem 0;
    }
    
    .instock-product-page .product-info-btn-title {
        font-size: 15px;
    }

  .owlink-page {
		padding: 15px;
		background-size: 100% auto;
	}
	.owlink-link-entry {
		padding: 20px 0;
		margin-bottom: 80px;
	}
	.owlink-link-entry.expanded {
		padding: 20px 0;
		margin-bottom: 20px;
	}
	.owlink-main-subtitle {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.owlink-main-title {
		font-size: 24px;
		margin-bottom: 20px;
		line-height: 1.2;
	}
	.owlink-categories-grid {
		gap: 12px;
	}
	.owlink-category-thumb {
		width: 70px;
		height: 70px;
		margin-bottom: 0.5rem;
		position: relative;
	}
	.owlink-category-image {
		padding: 8px;
	}
	.owlink-category-item:hover .owlink-category-image {
		padding: 7px;
	}
	.owlink-category-title {
		font-size: 0.7rem;
		line-height: 1.2;
	}
	.owlink-category-placeholder svg {
		width: 45px;
		height: 45px;
	}
	.owlink-category-selected::after {
		width: 20px;
		height: 20px;
		background-size: 12px 12px;
		top: 0px;
		right: 0px;
	}
	.owlink-stores-grid {
		gap: 12px;
	}
	.owlink-store-item {
		width: calc(33.333% - 8px);
		flex: 0 0 calc(33.333% - 8px);
	}
	.owlink-store-thumb {
		width: 100%;
		height: 60px;
		padding: 0.75rem;
		margin-bottom: 0.25rem;
	}
	.owlink-store-title {
		font-size: 0.75rem;
		line-height: 1.2;
	}
	.owlink-store-badge {
		font-size: 0.625rem;
		padding: 0.125rem 0.375rem;
	}
	.owlink-store-placeholder-svg svg {
		width: 30px;
		height: 30px;
	}
	.link-input-container {
		padding: 20px 15px;
	}
	.link-input-container .form-label {
		font-size: 11px;
		margin-bottom: 0.25rem;
	}
	.link-input-container .form-control,
	.link-input-container .form-select {
		font-size: 14px;
		padding: 0.5rem 0.75rem;
	}
	.owlink-categories,
	#storesSection {
		margin-bottom: 2rem;
	}
	.owlink-sidebar {
		margin-top: 2rem;
	}
	#selectedStoreInfo {
		flex-direction: column;
		text-align: center;
	}
	.owlink-store-label {
		font-size: 14px;
		margin-right: 0;
		margin-bottom: 8px;
	}
	.owlink-store-name {
		font-size: 14px;
		margin-top: 8px;
	}
	.owlink-store-img {
		height: 50px;
		width: 100px;
		padding: 8px;
		border: 1px solid var(--n25-border-grey);
		border-radius: 8px;
		margin-right: 8px;
		margin-bottom: 0;
	}
	.owlink-store-img-loading {
		height: 50px;
		width: 80px;
		margin-right: 0;
		margin-bottom: 0;
	}
	#selectedStoreInfo > .d-flex {
		flex-direction: column;
		align-items: flex-start;
	}
	.owlink-store-label {
		font-size: 14px;
		margin-right: 0;
		padding-bottom: 0;
		margin-bottom: 12px;
		align-self: flex-start;
	}
	.owlink-store-link {
		font-size: 12px;
		margin-top: 4px;
	}
	.owlink-store-link-text {
		max-width: 250px;
	}

  .warranty-smartlife-button {
		font-size: 13px;
		padding: 0.875rem 1.25rem;
	}
	
	.btn-color-circle {
		width: 3rem;
		height: 3rem;
	}
	
	.option-btntype-color {
		padding: 1rem;
	}
	
	.option-btntype-color .btn-title {
		font-size: 12px;
	}

  .iphone-instock-button {
		padding: 0.75rem 0.875rem;
	}
	.iphone-instock-button i {
		font-size: 16px;
	}
	.iphone-instock-button strong {
		font-size: 13px;
	}
	.iphone-instock-button .highlight-text {
		font-size: 14px;
	}

  .delivery-date-content {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.5rem;
	}
	.delivery-date-range {
		margin-left: auto;
	}

}

/* @media (min-width: 48rem) */
@media (min-width: 48rem) {
  .categories-menu-mobile {
		display: none !important;
	}

}

/* @media screen and (max-width: 768px) */
@media screen and (max-width: 768px) {
  .hidden-fees-block {
        padding: 40px 0;
        margin: 25px 0;
    }
    .hidden-fees-block::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.5);
        z-index: 1;
    }
    .hidden-fees-content {
        max-width: 100%;
        position: relative;
        z-index: 2;
    }
    .hidden-fees-title {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .hidden-fees-text {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .hidden-fees-btn {
        padding: 10px 24px;
        font-size: 14px;
    }

  .lbb-landing-brandstore-showcase {
        flex-direction: column;
    }
    .lbb-promo-banner-wrapper {
        flex: 0 0 auto;
        width: 100%;
    }

    .lbb-brand-logo {
        margin-top: 0;
        margin-bottom: 15px;

    }
     .lbb-brand-logo img {
        max-width: 100px;
        max-height: 40px;
    }
    .lbb-banner-title {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .lbb-banner-subtitle {
        font-size: 12px;
    }
    .lbb-content-wrapper {
        padding: 15px;
    }
    .lbb-categories {
        display: none !important;
    }
    .lbb-showcase-slider .slick-prev {
        left: 5px;
    }
    .lbb-showcase-slider .slick-next {
        right: 5px;
    }
    .lbb-landing-brandstore-showcase .product-showcase-item {
        width: calc(50% - 8px);
        min-width: 140px;
    }

  .dpb-landing-deals-showcase {
        flex-direction: column;
    }
    .dpb-promo-banner-wrapper {
        flex: 0 0 auto;
        width: 100%;
        min-height: auto;
    }
    .dpb-promo-banner-content {
        gap: 16px;
    }
    .dpb-banner-header {
        padding-bottom: 0;
    }
    .dpb-banner-title {
        font-size: 24px;
        margin-bottom: 0;
    }
    .dpb-banner-subtitle {
        font-size: 13px;
    }
    .dpb-categories-list {
        display: none;
    }
    .dpb-categories-dropdown {
        display: block;
    }
    .dpb-dropdown-label {
        display: flex;
        align-items: center;
        gap: 10px;
        background: rgba(0, 0, 0, 0.3);
        padding: 10px 12px;
        border-radius: 8px;
        cursor: pointer;
        position: relative;
    }
    .dpb-dropdown-label > svg:first-child {
        width: 22px;
        height: 22px;
        color: #ffffff;
        flex-shrink: 0;
    }
    .dpb-category-select {
        flex: 1;
        background: transparent;
        border: none;
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
        outline: none;
        appearance: none;
        cursor: pointer;
        padding-right: 20px;
    }
    .dpb-category-select option {
        background: #1399FF;
        color: #ffffff;
    }
    .dpb-dropdown-arrow {
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        color: #ffffff;
        pointer-events: none;
    }
    .dpb-content-wrapper {
        padding: 15px;
    }
    #dpb-showcase-slider .slick-prev {
        left: 5px;
    }
    #dpb-showcase-slider .slick-next {
        right: 5px;
    }
    .dpb-landing-deals-showcase .product-showcase-item {
        width: calc(50% - 8px);
        min-width: 140px;
    }

  .scb-landing-specialcategory-showcase {
        flex-direction: column;
    }
    .scb-promo-banner-wrapper {
        flex: 0 0 auto;
        width: 100%;
        min-height: auto;
    }
    .scb-banner-title {
        font-size: 28px;
    }
    .scb-banner-subtitle {
        font-size: 14px;
        margin-top: 0;
    }
    .scb-content-wrapper {
        padding: 15px;
    }
    .scb-categories {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        overflow: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    #scb-showcase-slider .slick-prev {
        left: 5px;
    }
    #scb-showcase-slider .slick-next {
        right: 5px;
    }
    .scb-landing-specialcategory-showcase .product-showcase-item {
        width: calc(50% - 8px);
        min-width: 140px;
    }

  .whyus-header {
        margin-bottom: 20px;
    }

    .whyus-gradient-ring {
        padding: 2px;
    }

    .whyus-content-wrapper {
        padding: 20px;
    }

    .whyus-header-title {
        font-size: 20px;
    }

    .whyus-header-subtitle {
        font-size: 14px;
    }

  .whyus-block-product {
        padding: 20px 15px;
    }

    .whyus-block-product .wusb-ring1-product {
        width: 40px;
        height: 40px;
        left: 50px;
    }

    .whyus-block-product .wusb-ring1-product svg {
        width: 24px;
        height: 24px;
    }

    .whyus-block-product .wusb-ring2-product {
        width: 100px;
        height: 100px;
        left: 50px;
    }

    .whyus-block-product .wusb-ring3-product {
        width: 160px;
        height: 160px;
        left: 50px;
    }

    .whyus-block-product .wusb-ring4-product {
        width: 220px;
        height: 220px;
        left: 50px;
    }

    .whyus-block-product .wusb-ring5-product {
        width: 280px;
        height: 280px;
        left: 50px;
    }

    .whyus-block-product .wusb-ring6-product {
        width: 340px;
        height: 340px;
        left: 50px;
    }

    .whyus-block-product .whyus-block-content-product {
        padding-left: 70px;
    }

    .whyus-block-product .whyus-block-content-product h3 {
        font-size: 12px;
    }

    .whyus-block-product .whyus-block-content-product h2 {
        font-size: 20px;
    }

    .whyus-block-product .whyus-block-arrow-product {
        right: 15px;
        width: 28px;
        height: 28px;
    }

    .whyus-block-product .whyus-block-arrow-product svg {
        width: 16px;
        height: 16px;
    }

  .whyus-block {
        padding: 20px 15px;
    }

    .whyus-block .wusb-ring1 {
        width: 40px;
        height: 40px;
        left: 50px;
    }

    .whyus-block .wusb-ring1 svg {
        width: 24px;
        height: 24px;
    }

    .whyus-block .wusb-ring2 {
        width: 100px;
        height: 100px;
        left: 50px;
    }

    .whyus-block .wusb-ring3 {
        width: 160px;
        height: 160px;
        left: 50px;
    }

    .whyus-block .wusb-ring4 {
        width: 220px;
        height: 220px;
        left: 50px;
    }

    .whyus-block .wusb-ring5 {
        width: 280px;
        height: 280px;
        left: 50px;
    }

    .whyus-block .wusb-ring6 {
        width: 340px;
        height: 340px;
        left: 50px;
    }

    .whyus-block-content {
        padding-left: 70px;
    }

    .whyus-block-content h3 {
        font-size: 12px;
    }

    .whyus-block-content h2 {
        font-size: 20px;
    }

    .whyus-block-arrow {
        right: 15px;
        width: 28px;
        height: 28px;
    }

    .whyus-block:hover .whyus-block-arrow {
        transform: translateY(-50%) translateX(3px);
    }

    .whyus-block-arrow svg {
        width: 16px;
        height: 16px;
    }

    .landing-benefits-skybox-block .lbsb-left {
        padding-top: 0;
    }

    .skybox-block {
        padding: 20px;
    }

    .skybox-block p {
        line-height: 1.2em;
        margin-bottom: 12px;
        font-size: 14px;
    }

    .skybox-block h2 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .sb-gs-logo {
        margin-bottom: 12px;
    }

    .wbtn-blkbrd-arrow {
        padding: 10px 40px 10px 20px;
        font-size: 14px;
    }

    .wbtn-blkbrd-arrow svg {
        right: 16px;
        width: 16px;
        height: 16px;
    }

    .wbtn-blkbrd-arrow:hover svg {
        transform: translateX(2px);
    }

}

/* @media (max-width: 767.98px) */
@media (max-width: 767.98px) {
  .mb-30px {
        margin-bottom: 12px;
    }

  .heading-h1 {
        font-size: 19px;
    }
    .heading-h2 {
        font-size: 18px;
    }
    .heading-h3 {
        font-size: 16px;
    }
    .heading-h4 {
        font-size: 12px;
    }

  .header-mid {
        padding: 1rem 0;
    }

    .header-categories-btn-logo {
        padding: 0.75rem;
    }

    .header-categories-btn-logo img {
        height: 1.875rem;
    }

    .header-categories-btn-inner {
        margin: 0.5rem;
    }

    .header-categories-btn-icon {
        margin-right: 0;
    }

    .search-container {
        max-width: initial !important;
        height: initial !important;
    }

    .search-input {
        width: 100%;
        min-width: auto;
        height: 3.25rem !important;
        min-height: 3.25rem !important;
        padding: 0.5rem 1rem;
        font-size: 14px;
        border-radius: 0;
    }

    .custom-dropdown,
    .header-dropdown-toggle {
        height: 3.25rem !important;
    }

    .header-dropdown-toggle {
        padding: 0.5rem 1rem;
        font-size: 12px;
        display: flex;
        align-items: center;
    }

    .search-icon {
        width: 3.25rem !important;
        height: 3.25rem !important;
        min-height: 3.25rem !important;
    }

    .search-icon svg {
        width: 1.125rem;
        height: 1.125rem;
    }

    .header-mid>.container {
        flex-wrap: wrap;
        gap: 1rem;
        display: grid;
        grid-template-columns: auto auto;
        grid-template-rows: auto auto;
    }

    .header-categories {
        grid-row: 1;
        grid-column: 1;
        justify-self: start;
    }

    .header-user-actions {
        display: none;
    }

    .mobile-header-user-actions {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .header-search {
        grid-row: 2;
        grid-column: 1 / span 2;
        width: 100%;
    }

    .header-top-nav-item-txt,
    .header-categories-btn-txt,
    .header-bottom {
        display: none;
    }

    .header-top-nav-item-icon {
        margin-right: 0;
        display: flex;
        align-items: center;
    }

    .header-top-nav-item {
        padding: 0 0 0 0.25rem;
    }

    .header-top-nav-item-icon,
    .header-top-nav-item-icon lord-icon {
        width: 1.5rem;
        height: 1.5rem;
        font-size: 16px;
    }

    .header-top-nav-item:last-child {
        margin-right: -0.125rem;
    }

    .header-tab-item {
        font-size: 12px;
        height: 2.25rem;
        padding: 0 1rem;
    }

    .header-tab-item svg {
        height: 16px;
        width: auto;
    }

    .header-user-action-btn {
        padding: 0.375rem 0.5rem;
    }

    .header-user-action-btn:last-child {
        margin-right: -0.375rem;
    }

    .header-user-action-icon {
        transform: scale(1.1);
        margin-bottom: 0.25rem;
    }

    .header-user-action-icon svg {
        width: 1.375rem;
        height: 1.375rem;
    }

    .header-user-action-iphone-special {
        margin-right: 0.5rem;
    }

    .header-user-action-icon .notification-bubble {
        width: 0.625rem;
        height: 0.625rem;
        right: -0.125rem;
        top: -0.125rem;
    }

    .header-user-action-btn-cart .notification-bubble {
        right: -0.125rem;
        top: 0.125rem;
    }

    .header-user-action-btn-notification .notification-bubble,
    .mobile-header-user-action-notifications .notification-bubble {
        right: -0.25rem;
    }

    .backtohome-text {
        display: none;
    }

    .header-categories-btn-logo:hover~.backtohome-text {
        display: none;

    }

    .header-user-action-btn-cart,
    .header-user-action-btn-account {
        display: none;
    }

  .breadcrumb {
		margin: 0 0 12px 0;
	}

  #cancelOrderModal .modal-dialog-centered {
		align-items: start;
	}

	#cancelOrderModal .modal-body {
		padding: 1.5rem 1rem 1rem;
	}
	#cancelOrderModal .modal-title {
		font-size: 18px;
		margin-bottom: 1rem;
	}
	#cancelOrderModal .modal-body .btn-close {
		position: absolute;
		top: 1rem;
		right: 1rem;
		width: 1rem;
		height: 1rem;
	}

  .cashback-rate {
        text-align: center;
    }

    .cashback-info {
        text-align: center;
    }

    .cart-reward-level-block {

        margin-bottom: 12px;
    }

  .footer {
		display: none;
	}
	.footer-bottom {
		display: block;
		text-align: center;
	}
	.footer-payment {
		margin: 1rem auto 0;
		justify-content: center;
	}
	.footer-top {
		gap: 1rem;
	}
	.footer-nav-col {
		width: 100%;
		padding-bottom: 0.75rem;
		border-bottom: 1px solid #cacacf;
	}
	.footer-nav-col:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}

  .header-bottom-nav-dropdown {
		display: none;
	}

  .categories-menu-content-bnr {
		margin-bottom: 1.5rem;
	}

	.categories-menu-wrap {
		display: none;
	}

  .overlay.search-overlay {
		background-color: rgba(0, 0, 0, 0.6);
		-webkit-backdrop-filter: blur(0.3125rem);
		backdrop-filter: blur(0.3125rem);
	}

  .search-container.focused {
		position: fixed;
		width: auto;
		max-width: none;
		top: 1rem;
		left: 0.875rem;
		right: 0.875rem;
		z-index: 6000; /* Match desktop focused z-index */
		transform: none;
	}

	.search-input {
		width: 100%;
		min-width: auto;
		height: 3.25rem !important;
		min-height: 3.25rem !important;
		padding: 0.5rem 1rem;
		font-size: 14px;
		border-radius: 0;
	}

	.custom-dropdown,
	.header-dropdown-toggle {
		height: 3.25rem !important;
	}

	.search-container.focused .search-input {
		height: 4.375rem !important;
		min-height: 4.375rem !important;
		padding: 0.75rem 1.25rem;
		font-size: 16px;
	}

	.search-container.focused .custom-dropdown,
	.search-container.focused .header-dropdown-toggle {
		height: 4.375rem !important;
	}

	.search-container.focused .search-icon {
		width: 4.375rem !important;
		height: 4.375rem !important;
		min-height: 4.375rem !important;
	}

	.header-dropdown-toggle {
		padding: 0.5rem 0.75rem;
		font-size: 12px;
		display: flex;
		align-items: center;
		min-width: 7.5rem;
		width: 100%;
	}

	.custom-dropdown {
		min-width: 8rem !important;
		flex-shrink: 0;
	}

	/* Mobile icon sizing */
	.store-icon {
		width: 1.75rem !important;
		height: 1.75rem !important;
		font-size: 12px !important;
	}

	.header-dropdown-toggle .store-content {
		gap: 0.375rem;
	}

	.search-input {
		min-width: 0 !important;
		flex: 1 !important;
		width: auto !important;
	}

	.search-container {
		display: flex !important;
		align-items: stretch;
	}

	.search-icon {
		width: 3.25rem !important;
		height: 3.25rem !important;
		min-height: 3.25rem !important;
	}

	.search-icon svg {
		width: 1.125rem;
		height: 1.125rem;
	}

	.search-container {
		transition: all 0.3s ease;
	}

	.search-input,
	.custom-dropdown,
	.header-dropdown-toggle,
	.search-icon {
		transition: all 0.3s ease;
	}

  .cart-dropdown {
        position: fixed !important;
        top: auto !important;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 5002;
        transform: none !important;
        display: none;
    }

    .cart-dropdown-content {
		padding-bottom: 1.5rem;
        position: fixed;
		top: initial;
        left: 0;
        right: 0;
        bottom: 0;
        max-height: calc(100vh - 4rem);
        overflow-y: auto;
        border-top-left-radius: 0.75rem;
		border-top-right-radius: 0.75rem;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		max-width: 100%;
    }

    .cart-dropdown.show {
        display: flex !important;
        align-items: flex-end;
        transform: none !important;
    }

  .cart-dropdown-close {
        display: block;
    }

    .cart-dropdown.product-added .cart-dropdown-title-default {
        display: none;
    }

    .cart-dropdown.product-added .cart-dropdown-title-added {
        display: flex;
    }

  .landing-comments-wrap {
        display: flex;
        flex-wrap: nowrap;
        column-count: initial;
        column-gap: initial;
        margin-bottom: 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        margin-left: -1.75rem;
        margin-right: -1.75rem;
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

    .landing-comments-wrap::-webkit-scrollbar {
        display: none;
    }

    .landing-comment-item {
        flex: 0 0 85%;
        min-width: 17.5rem;
        max-width: 20rem;
        margin-right: 1rem;
        margin-bottom: 0;
    }

    .landing-comment-item:first-child {
        margin-left: 0;
    }

    .landing-comment-item:last-child {
        margin-right: 1rem;
    }

  .landing-product-showcase-slider .slick-slide,
    .landing-recent-products-slider .slick-slide,
    .product-recent-products-slider .slick-slide,
    .product-related-slider .slick-slide {
        margin: 0 2px;
    }

  .landing-deals-section:first-of-type {
        margin-bottom: 12px;
        /* Match search grid gap at mobile */
    }

  .landing-product-showcase-header {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
        padding: 1rem 1rem 7.5rem;

    }

    .landing-product-showcase-title-txt {
        font-size: 1.25em;
    }

    .landing-product-showcase-nav {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-right: 1rem;
        margin: 0.725rem -1rem 0 0;
    }

    .landing-product-showcase-nav::-webkit-scrollbar {
        display: none;
    }

    .landing-product-showcase-nav-item {
        flex: 0 0 auto;
        margin-bottom: 0;
        margin-right: 0.5rem;
        white-space: nowrap;
    }

    .landing-product-showcase-nav-item:last-child {
        margin-right: 1.5rem;
    }

    .landing-product-showcase-slider {
        margin: 0;
        padding-left: 8px;
        padding-right: 0;
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }


    .landing-product-showcase-slider .slick-prev,
    .landing-product-showcase-slider .slick-next {
        display: none !important;
    }

  .landing-bnr .slick-slider,
    .landing-bnr .slide-item img {
        border-radius: 0.75rem;
    }

  .landing-bnr {
        margin-bottom: 8px;
    }

    .landing-bnr .slick-dots {
        padding: 0.375rem;
        bottom: 0.75rem;
        gap: 0.25rem;
        border-radius: 1rem;
    }

    .landing-bnr .slick-dots li button {
        width: 0.375rem;
        height: 0.375rem;
        border-width: 1px;
    }

  .landing-because-searched-block {
        padding: 24px 12px 12px;
        border-radius: 8px;
    }
    
    .lbs-title {
        font-size: 24px;
    }
    
    .lbs-header {
        margin-bottom: 20px;
    }
    
    .lbs-featured-image {
        width: 120px;
        height: 120px;
        margin-bottom: 12px;
    }
    
    .lbs-featured-price {
        font-size: 24px;
    }
    
    .lbs-featured-title {
        font-size: 14px;
        margin: 0 0 8px 0;
    }
    
    .lbs-featured-info {
        max-width: 320px;
    }
    
    .lbs-prime-badge {
        width: 36px;
        top: 8px;
        left: 8px;
    }
    
    .lbs-products-grid {
        grid-template-columns: repeat(4, 64px);
        gap: 12px;
    }
    
    .lbs-product-item {
        width: 64px;
        height: 64px;
        padding: 4px;
    }
    
    .lbs-featured {
        margin-bottom: 16px;
    }
    
    .lbs-content {
        gap: 16px;
    }

  .landing-continue-block {
		flex-direction: column;
		align-items: flex-start;
		padding: 15px;
		gap: 8px;
			margin-bottom: 12px;

	}



	.lcb-header {
		padding: 8px 5px 0;
	}

	.lcb-content {
		width: 100%;
	}

	.lcb-title {
		font-size: 14px;
	}

	.lcb-title span {
		font-size: 20px;
	}

	.lcb-item-image {
		padding: 5px;
	}

	.lcb-item-image img {
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
	}

	.lcb-item-image-placeholder {
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
	}

	.lcb-item-link:hover .lcb-item-image img {
		box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
	}

	.lcb-item-link:hover .lcb-item-image-placeholder {
		box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
	}

  .landing-special-deals-block {
		flex-direction: column;
		align-items: flex-start;
		padding: 12px;
		gap: 8px;
		margin-bottom: 15px;
	}

	.lsdb-header {
		padding: 8px 5px 0;
	}

	.lsdb-content {
		width: 100%;
	}

	.lsdb-title {
		font-size: 14px;
	}

	.lsdb-title span {
		font-size: 20px;
	}

	.lsdb-item {
		padding: 0 4px;
	}

  body {
		background-color: var(--header-dark-bg);
		font-size: 12px;
	}
	.main-content {
		padding: 12px 0 74px;
	}

  .mobile-nav {
		display: block;
	}

	.mobile-nav.mobile-nav-hidden {
		transform: translateY(100%);
	}

  .notifications-dropdown,
    .messages-dropdown {
        position: fixed;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 5002;
    }

    .notifications-dropdown-content,
    .messages-dropdown-content {
        padding-bottom: 1.5rem;
        position: fixed;
        top: initial;
        left: 0;
        right: 0;
        bottom: 0;
        max-height: calc(100vh - 4rem);
        overflow-y: auto;
        border-top-left-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .notifications-dropdown.show,
    .messages-dropdown.show {
        display: flex;
        align-items: flex-end;
    }

  .order-links-landing-block {
        border-radius: 8px;
        background-size: cover;
    }

    .owlb-top h2 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .owlb-top {
        margin: 24px 0;
    }

    .owlb-top-search {
        padding: 0 20px;
    }

    .owlb-description {
        font-size: 14px;
        margin-bottom: 12px;
        padding: 0 10px;
        line-height: 1.4em;
    }

    .logo-item {
        width: 90px;
        height: 50px;
        margin: 0 6px;
        padding: 8px;
    }

    .logo-row {
        height: 50px;
        margin-bottom: 12px;
    }

    #owlb-landing-link-input {
        font-size: 14px;
        padding: 12px 40px 12px 12px !important;
    }

    .owlb-action-btn {
        right: 6px;
        padding: 6px;
    }

    .owlb-action-btn svg {
        width: 18px;
        height: 18px;
    }

    .logo-row-1 .logo-track {
        animation: slideRight 35s linear infinite;
    }

    .logo-row-2 .logo-track {
        animation: slideLeft 40s linear infinite;
    }

    .logo-row-3 .logo-track {
        animation: slideRight 45s linear infinite;
    }

  .lg-toolbar {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        background: transparent !important;
        padding: 0.5rem !important;
    }

    .lg-toolbar .lg-close {
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
        margin: 0 0 0 0.5rem !important;
        background: rgba(0, 0, 0, 0.8) !important;
        border: none !important;
        width: 2.5rem !important;
        height: 2.5rem !important;
    }

    .lg-toolbar .lg-close:hover {
        background: rgba(0, 0, 0, 0.9) !important;
    }

    .lg-toolbar .lg-close:after {
        font-size: 1.25rem !important;
    }

  .lg-toolbar .lg-download,
    .lg-toolbar .lg-share,
    .lg-toolbar .lg-fullscreen,
    .lg-toolbar .lg-zoom-in,
    .lg-toolbar .lg-zoom-out,
    .lg-toolbar .lg-actual-size,
    .lg-toolbar .lg-autoplay {
        display: none !important;
    }

  .qpay-request-wrap {
		flex-direction: column-reverse;
	}
	.payment-method-item {
		margin-bottom: 0.75rem;
	}

	.payment-method-body {
		padding: 0 1rem 1rem;
	}
	.qpay-request-code,
	.qpay-request-details {
		flex: 1;
		width: 100%;

	}
	.qpay-request-code {
		text-align: center;
	}
	.qpay-qrcode {
		text-align: center;
		width: 60%;
		aspect-ratio: 1/1;
		margin: 1rem auto 0;
	}

  #shareModal .modal-dialog {
        margin: 1rem;
        max-width: calc(100% - 2rem);
    }
    
    .share-option {
        padding: 0.625rem 0.375rem;
        min-height: 70px;
    }
    
    .share-icon {
        width: 28px;
        height: 28px;
        margin-bottom: 0.25rem;
    }
    
    .share-text {
        font-size: 0.75rem;
    }

  .sidestick-menu.hidden {
		transform: translateX(100%) translateY(0);
	}
    .sidestick-menu {
        top: auto;
        bottom: 6rem;
        transform: translateX(0) translateY(0);
        box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    }

    .sidestick-menu {
        gap: 0.375rem;
        padding: 0.375rem;
    }

    .sidestick-menu-item {
        width: 2rem;
        height: 2rem;
    }

  .sdt-expire-date {
		flex-direction: column;
		gap: 0px;
		line-height: 1.3em;
	}

  .variation-dropdown .dropdown-menu {
        max-height: 12.5rem;
    }

  .variation-dropdown {
    min-width: 180px;
  }
  .variation-dropdown .dropdown-menu {
    min-width: 180px;
    max-height: 200px;
  }

  .account-landing-wrap {
		gap: 0.75rem;
		margin-bottom: 0.75rem;
	}
	.account-landing-item {
		flex: 0 0 100%;
	}
	.account-landing-link:hover {
		transform: none;
		box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.05);

	}

	.account-landing-link {
		display: flex;
		padding: 0.75rem 2rem 0.75rem 0.75rem;
		gap: 0.75rem;
	}

  .brandstore-top-filter-wrapper {
		margin: 0 -10px 12px;
		padding: 0;
	}

	.brandstore-top-filter {
		flex-wrap: wrap;
		padding: 1rem;
		border-radius: 0;
		border: 0;
	}

	.brandstore-filter-sort {
		position: absolute;
		right: 1rem;
		top: 1rem;
		width: auto;
	}

	.brandstore-filter-sort form,
	.brandstore-filter-sort .form-select {
		width: auto;
	}

	.sort-icon-mobile {
		display: block;
	}

	.sort-select-wrapper::after {
		display: none;
	}

	.sort-dropdown {
		padding: 8px;
		min-width: 44px;
		font-size: 0;
		width: 44px;
		height: 40px;
		background-color: #f5f5f5;
		background-image: none;
	}

	.sort-dropdown option {
		font-size: 14px;
	}

	.brandstore-top-filter-brand-logo {
		height: 2.5rem;
	}

	.brandstore-top-filter-title {
		font-size: 16px;
	}



	.brandstore-subcategory-wrap {
		display: flex;
		flex-wrap: wrap;

		gap: 0.5rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.brandstore-category {
		padding: 1.25rem 1rem 1rem;
		margin-bottom: 1.5rem;
		border-radius: 0.75rem;

	}
	.brandstore-stores-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}

	.brandstore-category-title {
		font-size: 18px;
		margin-bottom: 1.25rem;
	}

  .cart-payment-heading {
		padding: 1rem;
	}

	.cart-payment-heading h1 {
		font-size: 14px;
		margin-bottom: 0.25rem;
	}

	.cart-payment-heading p {
		font-size: 12px;
		margin-bottom: 0;
	}

	.cart-item-price-beforedeal {

		justify-content: start;
	}

	.cart {
		flex-direction: column;
		gap: 0.75rem;
	}

	.cart-item-details {
		flex-direction: column;
		gap: 1rem;
	}

	.cart-sidebar {
		width: 100%;
	}

	.cart-title {
		margin-left: -0.75rem;
		margin-right: -0.75rem;
		padding: 1rem;
	}

	.cart-title-h2 {
		font-size: 14px;
	}

	.cart-title-description {
		font-size: 12px;
	}

	.cart-item-image-col {
		width: 25%;
	}

	.cart-item-right {
		text-align: left;
		flex: none;

	}

	.cart-item-actions {
		margin-bottom: 0;
	}

	.cart-item {
		margin-bottom: 0.75rem;
		padding: 1rem;
	}


	.cart-breadcrumb-marker {
		margin: 0 auto 0.25rem;
	}

	.cart-breadcrumb-title {
		font-size: 11px;
	}

	.cart-delivery-heading,
	.cart-delivery-body {
		padding: 1rem;

	}

	.cart-delivery-choose-btn {
		padding: 0.5rem;
	}

	.cart-delivery-choose-btn.active {
		position: inherit;

	}

	.cart-delivery-choose-btn.active::before {
		position: inherit;

	}

	.cart-delivery-choose-btn svg {
		display: none;
	}

	.cart-delivery-pickup-wrap,
	.cart-delivery-blackbox-wrap {
		flex-direction: column;
	}

	.cart-delivery-pickup-image img {
		width: 100%;
	}

	.cart-delivery-heading h1 {
		font-size: 14px;
		margin-bottom: 0.25rem;
	}

	.cart-delivery-heading p {

		font-size: 11px;
		margin-bottom: 0.25rem;
	}

	.cart-delivery-pickup-title {
		font-weight: 700;
		margin-bottom: 0.25rem;
		font-size: 14px;
	}

  .comment-numbers {
		gap: 0.75rem;
		grid-template-columns: repeat(2, 1fr);
	}

	.comment-number {
		padding: 0.75rem;
	}

	.comment-number h1 {
		font-size: 21px;
		margin-bottom: 0;
	}

	.comments-card {
		padding: 0.75rem;
	}

  .company-top {
        height: auto;
    }

    .company-top>.container,
    .company-about-wrap>.container,
    .company-howwework-wrap>.container {
        padding: 1rem 0.75rem;
    }
    .company-vision-wrap>.container {
        padding: 2rem 1rem;
    }

    .company-top-content {
        position: initial;
        transform: none;
        margin-bottom: 0.75rem;
    }

    .company-top-content-bottom {
        position: initial;
        transform: none;
        font-size: 12px;
        width: 100%;
    }

    .company-top-content-bottom p {
        margin-bottom: 0;
    }

    .company-top-content h2 {
        font-size: 12px;
        margin-bottom: 0.75rem;

    }

    .company-top-content h1 {
        font-size: 21px;
    }

    .company-about {
        flex-direction: column;
    }

    .company-about-numbers {
        gap: 0.75rem;
    }

    .company-about-number {
        padding: 0.75rem;
    }

    .company-about-number h1 {
        font-size: 21px;
        margin-bottom: 0;
    }

    .company-vision-title {
        font-size: 21px;
        margin-bottom: 0.75rem;
    }

    .company-vision-text {
        font-size: 12px;
        width: 100%;
    }

    .company-howwework-wrap .heading-h1 {
        font-size: 18px;
        text-align: center;
    }

    .company-howwework-top,
    .company-howwework-bottom {
        gap: 0.75rem;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .company-howwework-top-card-row3items,
    .company-howwework-top-card-row2items,
    .company-howwework-bottom-card {
        flex: 0 0 100%;
    }

    .company-howwework-top-card-row3items,
    .company-howwework-top-card-row2items,
    .company-howwework-bottom-card {
        padding: 1rem;
    }

    .company-howwework-top-card-top {
        margin-bottom: 0.75rem;
    }

    .company-howwework-bottom h1,
    .company-howwework-middle h1 {
        font-size: 18px;
        margin-bottom: 0.75rem;
    }

    .company-howwework-bottom p,
    .company-howwework-middle p {
        margin-bottom: 0.75rem;
    }

    .company-howwework-middle {
        padding: 1rem;

    }

    .company-howwework-middle img {
        width: 5rem;
    }

    .company-howwework-bottom img {
        width: 2.5rem;
    }

  .contact-wrap {
		display: block;
		padding: 0;
		background: none;
	}
	.contact-addresses {
		border-radius: 0.75rem;
	}
	.contact-map {
		display: none;
	}

  .landing-deal-btns {
		display: flex;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		-ms-overflow-style: none;
		margin-left: -0.75rem;
		margin-right: -0.75rem;
		padding-left: 1rem;
	}

	.landing-deal-btns::-webkit-scrollbar {
		display: none;
	}

	.landing-deals-row {
		display: contents;
		margin-bottom: 0;
	}

	.landing-deals-btn {
		flex: 1 1 auto;
		min-width: 35vw;
		height: 9rem;
		margin-right: 1rem;
		font-size: 12px;
		font-weight: 400;
	}

	.landing-deals-btn:last-child {
		margin-right: 1rem;
	}

	.long-landing-deals-btn,
	.small-landing-deals-btn {
		background-size: auto 7rem;
		padding: 0.75rem;
	}

	.landing-deals-btn:hover.long-landing-deals-btn,
	.landing-deals-btn:hover.small-landing-deals-btn {
		background-size: auto 7rem;
	}

	.deals-row {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 0.75rem;
		margin-bottom: 0.75rem;
	}

	.deals-btn {
		height: 9rem;
		font-size: 12px;
		padding: 0.75rem;
		background-size: auto 4.5rem;
		line-height: 1.1em;
		background-position: calc(100% - 0.5rem) calc(100% - 0.5rem);
	}

	.deals-btn:hover.long-deal-btn,
	.deals-btn:hover.small-deal-btn {
		background-size: auto 5rem;
		background-position: calc(100% - 0.5rem) calc(100% - 0.5rem);
	}

  .landing-equal-height-row {
        margin-bottom: 24px;
    }
    
    .landing-equal-height-row > .col-12:not(:last-child) {
        margin-bottom: 16px;
    }

  #loginModal .modal-dialog-centered {
		align-items: start;
	}

	#loginModal .modal-body {
		padding: 1.5rem 1rem 1rem;
	}
	#loginModal .modal-title {
		font-size: 18px;
		margin-bottom: 1rem;
	}
	#loginModal .modal-body .btn-close {
		position: absolute;
		top: 1rem;
		right: 1rem;
		width: 1rem;
		height: 1rem;
	}

    .or-separator {
        margin: 1.25rem 0;
    }

    .login-register-type-toggler-icon svg {
        width: 1rem;
        height: 1rem;
    }

    .login-register-type-toggler-label {
        font-size: 11px;
    }

    .login-area {
        padding: 1.5rem 1rem 1rem;
    }

    .register-area {
        padding: 1.5rem 1rem 1rem;
    }

    .login-area+.register-area {
        padding-top: 1rem;
    }

    .register-area+.login-area {
        padding-top: 1rem;
    }

  .messages-order-list-time {
		position: absolute;
		top: 0.25rem;
		right: 0.325rem;
	}

	.messages-order-list-time-ago {
		display: none;
	}

	.messages-order-list-title {
		font-size: 11px;
		margin-bottom: 0;
		font-weight: 400;
	}

	.active .messages-order-list-title {
		font-weight: 700;
	}

	.messages-order-list-icon {
		display: flex;
	}

	.messages-wrap {
		flex-direction: column;
	}

	.messages-order-list {
		flex: initial;
		border-right: 0;
		overflow-y: hidden;
		overflow-x: auto;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		max-height: none;
		position: relative;
		display: flex;
		width: calc(100vw - 1.5rem);
		border-bottom: 1px solid #e5e5e5;

	}

	.messages-order-list::-webkit-scrollbar {
		display: none;
	}

	.messages-order-list-heading {
		display: none;
	}

	.messages-order-list-item {
		padding: 0.75rem;
		flex-direction: column;
		position: relative;
		border-bottom: 0;
	}

	.messages-order-list-item.active {
		background: #E7F7ED;
		border-top: 0.1875rem solid #0DB14B;
		padding-top: calc(0.75rem - 0.1875rem);
		border-left: 0;
		padding-left: 0.75rem;
	}

	.chat-messages {
		padding: 1rem 1rem 7.5rem;
		max-height: 28.125rem;
	}

	.messages-order-list-msg-preview {
		display: none;
	}

	.chat-inputs {
		margin: 0 1rem;
		padding-bottom: 1rem;
	}

	.chat-inputs {
		margin: 0 1rem;
		padding-bottom: 1rem;
		background: #ffffff;
	}

	.message-item-initial {
		margin: 1rem 0 1rem;
	}

	.nomessage-box {
		margin: 1rem;
	}

  .product-grid-with-sidebar {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

  .my-account-sidebar {
        width: 100%;
        flex-grow: 0;
        flex-shrink: 0;
    }
    .my-account-wrap {
        display: block;
    }

    .card-account-empty {
        padding: 1.5rem;
        text-align: center;
        flex: 1;
    }

    .card-wishlist-sort {
        padding: 1rem;
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }

    .card-wishlist-img {
        width: 30%;
        height: calc(30% * 3 / 4);
        flex-grow: 0;
        flex-shrink: 0;
        position: relative;
        overflow: hidden;
    }

    .card-wishlist-detail-top {
        margin-bottom: 0.75rem;
        flex-direction: column;
    }

    .card-wishlist-detail-top-price {
        text-align: left;
    }

    .card-wishlist-item {
        padding: 1rem;
    }

    .card-wishlist-detail-top-title {
        font-size: 12px;
    }

    .account-addressbook-card-item {
        padding: 1rem;
    }

    .my-account-transactions {
        padding: 1rem;
    }

    .account-settings-card-item {
        padding: 1rem;
    }

  .notification-item  {
		border-radius: 0.75rem;
	}
	.notification-item-link {
		display: block;
	}
	.notification-item-link {
		padding: 0.5rem 1rem;
	}
	.notification-item::after {
		left: 0.375rem;
		top: 0.375rem;
	}

  .ma-orders-header {
		flex-wrap: wrap;
		gap: 0.75rem;
	}
	
	.ma-orders-header-col-1 {
		min-width: auto;
		flex: 0 0 auto;
	}
	
	.ma-orders-header-products {
		width: 100%;
		order: 5;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}
	
	.ma-orders-header > .text-end:not(.accordion-icon) {
		margin-left: auto;
	}

  .orders-item-top {
		padding: 0.75rem 1rem;
	}

	.tab-pills {
		display: flex;
	}

	.tab-pills>.nav-item {
		flex: 1;
	}

	.tab-pills .nav-link {
		padding: 0.375rem;
		font-size: 11px;
		width: 100%;
	}

	.order-bottom-detail {
		margin-top: 1rem;
	}

	.order-bottom-detail-title {
		font-size: 14px;
		margin-bottom: 0.75rem;
	}

	.order-wrap {
		padding: 1rem;
	}

	.orders-item-orders-image {
		flex: 0 0 calc(25% - 0.375rem);
		width: calc(25% - 0.375rem);
		height: auto;
		aspect-ratio: 1/1;
	}

	.order-product-content-image {
		flex: 0 0 5rem;
		height: 5rem;
	}

	.orders-filter {
		padding: 1rem;
		flex-direction: column;
		margin-left: -0.75rem;
		gap: 0.5rem;
		margin-right: -0.75rem;
	}

	.orders-filter .orders-filter-select,
	.orders-filter .orders-filter-search,
	.orders-filter .orders-filter-select .form-select {
		width: 100%;
	}

	.orders-item {
		margin-bottom: 1rem;
	}

	.orders-item-bottom {
		flex-direction: column;
		padding: 1rem;

	}

	.orders-item-bottom-col-right,
	.orders-item-bottom-col-left {
		width: 100%;
	}

	.orders-filter-scroll {
		width: calc(100vw);
		flex-wrap: nowrap;
		overflow-y: hidden;
		overflow-x: scroll;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
	}

	.orders-filter-scroll::-webkit-scrollbar {
		display: none;
	}

	.orders-filter-item {
		flex: 0 0 auto;
		white-space: nowrap;
		color: #898989;
		font-weight: 700;
		padding: 0.75rem;
		background: transparent;
		border-bottom: 0.1875rem solid transparent;
		text-decoration: none;
	}

	.orders-filter-item.active {
		color: #49a54a;
		border-bottom: 0.1875rem solid #49a54a;
	}

	.orders-filter-item:first-child {
		margin-left: 1rem;
	}

	.orders-filter-item:last-child {
		margin-right: 1rem;
	}

	.orders-item-status-value {
		font-size: 14px;

	}

	.order-top-details {
		padding: 0 0 1rem;
	}

	.order-mid-detail {
		padding: 1rem 0;
	}

	.order-mid-detail-title {
		font-size: 14px;
		margin-bottom: 0.75rem;
	}

	.orders-status-value {
		font-size: 14px;
		font-weight: 600;
	}

	.orders-status-title {
		color: #5C5C5C;
		margin-bottom: 0;
	}

	.orders-status-description {
		margin-top: 0.75rem;
	}

	.multiple-products.order-product {
		margin-bottom: 1rem;
	}

	.order-status,
	.order-product-statusbar-wrap {
		display: flex;
		align-items: stretch;
		gap: 1rem;
	}

	.order-statusbar,
	.order-product-statusbar {
		flex: 0 0 0.5rem;
		height: 7.5rem;
		width: 0.5rem;
	}

	.order-statusbar-label,
	.order-product-statusbar-label {
		margin-top: 0;
		flex-direction: column;
		width: 100%;
	}

	.order-statusbar-label-item,
	.order-product-statusbar-label-item {
		text-align: left;
		font-size: 14px;
		display: flex;
		align-items: center;

	}

	.order-statusbar-bar,
	.order-product-statusbar-bar {
		width: 100%;
		height: 0%;
	}

	.statusbar-bar-1 {
		height: 12.5%;
	}

	.statusbar-bar-2 {
		height: 37.5%;
	}

	.statusbar-bar-3 {
		height: 62.5%;
	}

	.statusbar-bar-4 {
		height: 100%;
	}

	.orders-status-description,
	.orders-item-status-description {
		flex-wrap: wrap;
	}

	.orders-status-description-text {
		flex: 1 1 calc(50% - 2.5rem);
	}

	.orders-status-description-buttons {
		flex: 1 1 100%;
	}

  .product-recently-viewed {
		margin-top: 35px;
	}

	.product-recently-viewed-title {
		font-size: 20px;
		margin-bottom: 10px;
	}


	.product-sidebar-estimates {
		margin-bottom: 1rem;
		padding-bottom: 1rem;
	}

	.product-sidebar-addtocart {

		margin-bottom: 1rem;
		padding-bottom: 1rem;
	}

	.product {
		flex-direction: column;
	}

	.product-image {
		width: 100%;
		max-width: 100%;

	}

	.product-sidebar-prices {
		padding: 0.5rem 1rem;
	}

	.variation-choice-btns {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 0.5rem;
	}

	.product-sidebar-details-wrap {
		margin-bottom: 1rem;

	}

	.product-sidebar-content {
		padding: 0.5rem 1rem 1rem;
	}

  .paid-reposnse-body {
		padding: 1.5rem 1rem 1rem;
	}

	.paid-reposnse-body h1 {
		font-size: 18px;
		text-align: center;
	}

	.paid-reposnse-body h2 {
		font-size: 14px;
		margin-bottom: 0.5rem;
		text-align: center;

	}

	.paid-reposnse-body h4 {
		font-size: 14px;
	}

	.paid-reposnse-body hr {
		margin: 1.5rem 0 1rem;
	}

	.paid-reposnse-body .alert {
		padding: 0.5rem;
		font-size: 12px;
	}

	.paid-reposnse-body .alert a {
		color: #000000;
	}

  .loading-text {
		font-size: 14px;
	}

  .search-top-filter-wrapper {
        margin: 0 -10px 12px;
        padding: 0;
    }

    .search-top-filter {
        padding: 12px;
        border-radius: 0;
        border: 0;
    }

    .sort-icon-mobile {
        display: block;
    }

    .sort-select-wrapper::after {
        display: none;
    }

    .sort-dropdown {
        padding: 8px;
        min-width: 44px;
        font-size: 0;
        width: 44px;
        height: 40px;
        background-color: #f5f5f5;
        background-image: none;
    }

    .sort-dropdown option {
        font-size: 14px;
    }

    .search-results {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 5px;
    }

    .loading-animation-wrap {
        max-width: 7.5rem;
    }

    .loading-animation {
        height: 7.5rem;
    }

  .temp-skybox {
		padding: 1rem;
	}
	.skybox-page {
		display: block;
		max-height: none;
	}

	.skybox-map,
	.skybox-locations {
		flex: none;
		width: 100%;
	}

	.skybox-map {
		height: 20rem;
	}

	.skybox-location-image img {
		width: 8rem;
		height: 100%;
		object-fit: cover;
	}

	.skybox-locations {
		padding: 1rem;
		overflow-y: hidden;
	}

	.skybox-location-details {
		padding: 0.75rem;
	}

	.skybox-location-item-content-heading {
		font-size: 14px;
	}

	.skybox-location-item {
		margin-bottom: 1rem;

	}

	.skybox-map .skybox-location-item-content-heading {
		font-size: 12px;
		margin-bottom: 0.315rem;
	}

	.skybox-map .skybox-location-item-content-locations {
		font-size: 11px;
		margin-bottom: 0.5rem;
	}

  .terms-of-service-card {
		padding: 1rem;
	}
	.terms-of-service-title {
		font-size: 18px;
	}
	.terms-of-service-card-title {
		font-size: 14px;
	}

}

/* @media screen and (max-width: 767.98px) */
@media screen and (max-width: 767.98px) {
  .wallet-widget {

        margin-bottom: 12px;
    }

}

/* @media (max-width: 767px) */
@media (max-width: 767px) {
  .primeday-header {
        padding: 1rem;
    }
    
    .primeday-title {
        margin-bottom: 1rem;
    }
    
    .primeday-title-link {
        font-size: 1.25rem;
        gap: 0.5rem;
    }
    
    .primeday-categories-nav {
        padding-bottom: 0.75rem;
    }
    
    .primeday-category-link {
        font-size: 0.75rem;
        padding: 0.375rem 0.75rem;
        margin-right: 0.25rem;
    }
    
    .primeday-category-icon {
        width: 16px;
        height: 16px;
    }
    
    .primeday-category-section {
        padding: 1rem;
    }
    
    .primeday-category-title {
        font-size: 1.125rem;
    }
    
    .primeday-view-all-btn {
        font-size: 0.875rem;
    }

  .deals-banner-content {
		padding: 4%;
	}
	.deals-banner-title {
		font-size: 1.25rem;
	}
	.deals-banner-subtitle {
		font-size: 1rem;
		margin-bottom: 0.5rem;
	}
	.deals-banner-description {
		font-size: 0.875rem;
	}

  .magicland-page-wrapper {
        padding-bottom: 46px;
    }
    .magicland-hero {
        background-position: center center;
    }
    .magicland-hero-content {
        padding: 50px 0 60px;
        background: linear-gradient(to bottom, rgba(98, 231, 252, 0.95) 0%, rgba(98, 232, 252, 0.8) 100%);
        text-align: center;
    }
    .magicland-hero-content img {
        max-width: 120px;
    }
    .magicland-hero-content h1 {
        font-size: 32px;
        margin-top: 8px;
    }
    .magicland-hero-content .subtitle {
        font-size: 16px;
    }
    .magicland-section-block {
        margin-top: 50px;
    }
    .magicland-section-title {
        font-size: 28px;
        margin-bottom: 4px;
    }
    .magicland-section-subtitle {
        margin-bottom: 24px;
    }
    .magicland-section-subtitle span {
        font-size: 11px;
        padding: 4px 10px;
    }
    .magicland-section-contact-img-block {
        margin-bottom: 80px;
    }
    .magicland-section-contact-img-block img {
        margin-bottom: -50px;
    }
    .magicland-contact-section {
        flex-direction: column;
        gap: 30px;
        padding: 20px;
        margin: 50px auto;
    }
    .magicland-contact-qr {
        flex: 1;
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }
    .magicland-contact-col-container-inside {
        flex-direction: column;
        gap: 30px;
    }
    .magicland-contact-col {
        white-space: normal;
    }
    .magicland-carousel .carousel-control-prev,
    .magicland-carousel .carousel-control-next {
        width: 10%;
    }
    .magicland-donation-amount {
        font-size: 24px;
    }
    .magicland-donation-label {
        font-size: 12px;
    }
    .magicland-donation-progress {
        height: 14px;
    }
    .magicland-donation-progress-wrapper {
        margin-bottom: 24px;
    }
    .magicland-progress-checkmark svg {
        width: 28px;
        height: 28px;
    }
    .magicland-donation-progress-section p {
        font-size: 14px;
    }
    .magicland-donation-stats {
        justify-content: center;
    }
    .magicland-stat-item {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
        text-align: center;
        align-items: center;
        margin-bottom: 20px;
    }
    .magicland-stat-number {
        font-size: 28px;
    }
    .magicland-stat-label {
        font-size: 12px;
    }
    .btn-magicland-donate {
        padding: 8px 24px;
        font-size: 14px;
    }

}

/* @media (max-width: 672px) */
@media (max-width: 672px) {
  .accordion-item {
        margin-bottom: 14px;
    }
    .accordion-button {
        padding: 11px 42px 11px 14px;
        font-size: 14px;
    }
	.accordion-body {
        padding: 0 14px 14px;
    }

  .card-header {
		padding: 14px;
	}

	.card-body {
		padding: 14px;
	}

	.landing-card-body {
		padding: 0 14px 14px 0;
	}

	.landing-card-header {
		margin-bottom: 12px;
	}

	.landing-card-header-title-txt {
		font-size: 1.25em;
	}

	.card-danger,
	.card-info {
		padding: 14px;
	}

}

/* @media (max-width: 575px) */
@media (max-width: 575px) {
  .landing-product-showcase-slider .slick-slide,
    .landing-recent-products-slider .slick-slide,
    .product-recent-products-slider .slick-slide,
    .product-related-slider .slick-slide {
        margin: 0 0px;
    }

  .landing-deals-section:first-of-type {
        margin-bottom: 10px;
        /* Match search grid gap at small mobile */
    }

  .landing-because-searched-block {
        padding: 20px 10px 10px;
        border-radius: 6px;
    }
    
    .lbs-title {
        font-size: 20px;
    }
    
    .lbs-header {
        margin-bottom: 16px;
    }
    
    .lbs-featured-image {
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
    }
    
    .lbs-featured-price {
        font-size: 20px;
    }
    
    .lbs-featured-title {
        font-size: 13px;
        margin: 0 0 6px 0;
    }
    
    .lbs-featured-info {
        max-width: 280px;
    }
    
    .lbs-original-price {
        font-size: 12px;
    }
    
    .lbs-discount {
        font-size: 11px;
        padding: 1px 4px;
    }
    
    .lbs-prime-badge {
        width: 32px;
        top: 6px;
        left: 6px;
    }
    
    .lbs-products-grid {
        grid-template-columns: repeat(4, 56px);
        gap: 10px;
    }
    
    .lbs-product-item {
        width: 56px;
        height: 56px;
        padding: 3px;
        border-radius: 3px;
    }
    
    .lbs-featured {
        margin-bottom: 12px;
    }
    
    .lbs-content {
        gap: 12px;
    }

  .order-links-landing-block {
        border-radius: 6px;
    }

    .owlb-top h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .owlb-top {
        margin: 20px 0;
    }

    .owlb-top-search {
        padding: 0 15px;
    }

    .owlb-description {
        font-size: 13px;
        margin-bottom: 10px;
        padding: 0 8px;
    }

    .owlb-description br {
        display: none;
    }

    .logo-item {
        width: 80px;
        height: 45px;
        margin: 0 4px;
        padding: 6px;
    }

    .logo-row {
        height: 45px;
        margin-bottom: 10px;
    }

    #owlb-landing-link-input {
        font-size: 13px;
        padding: 10px 35px 10px 10px !important;
    }

    .owlb-action-btn {
        right: 4px;
        padding: 4px;
    }

    .owlb-action-btn svg {
        width: 16px;
        height: 16px;
    }

  .brandstore-stores-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

  .product-grid-with-sidebar {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

  .search-results {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2px;
    }

  .magicland-hero-content {
        padding: 40px 0 50px;
    }
    .magicland-hero-content img {
        max-width: 100px;
    }
    .magicland-hero-content h1 {
        font-size: 28px;
    }
    .magicland-hero-content .subtitle {
        font-size: 14px;
    }
    .magicland-section-block {
        margin-top: 40px;
    }
    .magicland-section-title {
        font-size: 24px;
    }
    .magicland-section-subtitle {
        margin-bottom: 20px;
    }
    .magicland-section-img-block,
    .magicland-section-img-block-shadow {
        border-radius: 12px;
    }
    .magicland-img-copy {
        font-size: 11px;
    }
    .magicland-section-contact-img-block {
        margin-bottom: 60px;
        border-radius: 12px;
    }
    .magicland-section-contact-img-block img {
        margin-bottom: -40px;
    }
    .magicland-contact-section {
        padding: 16px;
        margin: 40px auto;
    }
    .magicland-contact-col h3 {
        font-size: 14px;
    }
    .magicland-contact-col ul {
        font-size: 14px;
    }
    .magicland-carousel,
    #magiclandCarousel1,
    #magiclandCarousel2,
    .magicland-carousel .carousel-inner,
    .magicland-carousel .carousel-item img {
        border-radius: 12px;
    }
    .magicland-donation-amount {
        font-size: 20px;
    }
    .magicland-donation-progress {
        height: 12px;
        border-radius: 8px;
    }
    .magicland-progress-checkmark svg {
        width: 24px;
        height: 24px;
    }
    .magicland-stat-icon svg {
        width: 40px;
        height: 40px;
    }
    .magicland-stat-number {
        font-size: 24px;
    }
    .btn-magicland-donate {
        width: 100%;
        text-align: center;
    }

}

/* @media (max-width: 480px) */
@media (max-width: 480px) {
  .cart-donation-header {
        flex-wrap: wrap;
    }
    .cart-donation-amount {
        font-size: 18px;
    }
    .cart-donation-icon {
        width: 40px;
        height: 40px;
    }
    #donation-lottie-container {
        width: 40px;
        height: 40px;
    }
    .cart-donation-title {
        font-size: 14px;
    }
    .cart-donation-subtitle {
        font-size: 12px;
    }
    .cart-donation-question {
        font-size: 12px;
    }

}

/* @media (max-width: 400px) */
@media (max-width: 400px) {
  #findNearestLocker .button-text {
        display: none;
    }

}

/* @media (max-width: 375px) */
@media (max-width: 375px) {
  .owlink-main-title {
		font-size: 20px;
	}
	.owlink-main-subtitle {
		font-size: 14px;
	}
	.owlink-category-thumb {
		width: 70px;
		height: 70px;
	}
	.owlink-category-title {
		font-size: 0.625rem;
	}
	.owlink-store-thumb {
		height: 50px;
	}
	.owlink-store-title {
		font-size: 0.625rem;
	}

}

/* @media (max-width: 23.4363rem) */
@media (max-width: 23.4363rem) {
  .mobile-nav-inner {
		padding: 0 0.5rem;
		gap: 0.25rem;
	}

	.mobile-nav-txt {
		font-size: 10px;
	}

}

/* @media (prefers-color-scheme: dark) */
@media (prefers-color-scheme: dark) {
  .instock-product-page .product-summary {
        background: #2d3748;
        border-color: #4a5568;
    }
    
    .instock-product-page .ps-summary-txt {
        color: #a0aec0;
    }
    
    .instock-product-page .product-info-btn-title {
        color: #e2e8f0;
    }
    
    .instock-product-page .product-info-btn-content {
        color: #a0aec0;
    }
    
    .instock-product-page .product-features {
        background: #2d3748;
    }
    
    .instock-product-page .product-short-description {
        background: #2d3748;
        color: #a0aec0;
    }

}
