
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;700&display=swap');



@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:wght@400;700&family=Nunito:wght@400;700;800&display=swap');

body {
    font-family: 'Comic Neue', cursive; 
    margin: 0;
    padding: 0;
    background-color: #fdf6ec; 
    text-align: center;
    color: #5d4a4a;
}


.main-header {
    background-color: #a68585; 
    color: white;
    padding: 25px 50px; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.logo-area { display: flex; align-items: center; }
.logo { width: 50px; border-radius: 5px; margin-right: 15px; }

.main-header h1 { 
    font-size: 26px; 
    margin: 0; 
    line-height: 1; 
}

.main-header p { 
    font-size: 15px; 
    margin: 0; 
    padding: 0; 
    line-height: 1; 
    opacity: 0.9;
}


.nav-links {
    display: flex;
    gap: 20px;
}

.nav-links a {
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 19px;
    font-family: 'Nunito', sans-serif;
    background-color: rgba(255, 255, 255, 0.2); 
    padding: 12px 28px; 
    border-radius: 30px; 
    transition: 0.3s;
    display: inline-block;
}

.nav-links a:hover {
    background-color: rgba(255, 255, 255, 0.4);
    transform: scale(1.05);
}


.content-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
}

.image-wrapper {
    position: relative;
    display: block;
    margin: 0 auto 50px auto; 
    width: 95%; 
    max-width: 950px; 
    line-height: 0;
}

.mid-pitcher {
    width: 100%;
    height: auto;
    border-radius: 25px; 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0); 
    box-sizing: border-box;
    border: none !important;
}

.special-border {
    border: 40px solid #ffffff !important; 
    display: block;
}


.shop-title {
    font-size: 35px;
    margin-bottom: 40px;
    color: #a68585;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 40px;
    width: 90%;
    max-width: 1000px;
    margin-bottom: 50px;
}

.product-card {
    background: white;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
}


.main-prod-img {
    width: 100%;
    aspect-ratio: 3 / 4; 
    object-fit: cover;   
    border-radius: 15px;
    margin-bottom: 15px;
}

.thumb-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

.thumb-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.product-card h3 {
    font-size: 22px;
    margin: 10px 0;
}

.shop-btn {
    background-color: #a68585;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    margin-top: auto; 
}

.shop-btn:hover {
    background-color: #8d6e6e;
    transform: translateY(-2px);
}

.main-footer {
    background-color: #a68585;
    color: white;
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
}
.main-footer {
    position: relative; 
    z-index: 1;
}

@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:wght@400;700&family=Nunito:wght@400;700;800&display=swap');

body {
    font-family: 'Comic Neue', cursive; 
    margin: 0;
    padding: 0;
    background-color: #fdf6ec; 
    text-align: center;
    color: #5d4a4a;
}

.main-header {
    background-color: #a68585; 
    color: white;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.logo-area { display: flex; align-items: center; }
.logo { width: 45px; border-radius: 5px; margin-right: 12px; }

.main-header h1 { font-size: 24px; margin: 0; line-height: 1; }
.main-header p { font-size: 14px; margin: 0; line-height: 1; opacity: 0.9; }


.nav-links { display: flex; gap: 15px; }
.nav-links a {
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 17px;
    font-family: 'Nunito', sans-serif;
    background-color: rgba(255, 255, 255, 0.2); 
    padding: 10px 22px; 
    border-radius: 30px; 
    transition: 0.3s;
}


.content-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 10px;
}

.shop-title {
    font-size: 32px;
    margin-bottom: 35px;
    color: #a68585;
}


.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 15px;
    width: 98%;
    max-width: 1300px;
    margin-bottom: 50px;
}

.product-card {
    background: white;
    padding: 12px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
}


.slider-container {
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 10px;
}

.slides {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
.slides::-webkit-scrollbar { display: none; }

.slide-img {
    flex: 0 0 100%;
    scroll-snap-align: start;
    aspect-ratio: 3 / 4; 
    object-fit: cover;
    width: 100%;
}

.thumb-container {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 10px;
}
.thumb-img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.product-card h3 {
    font-size: 15px; 
    margin: 8px 0;
    font-weight: 800;
}

.shop-btn {
    background-color: #a68585;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 20px;
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    margin-top: auto;
}


.main-footer {
    background-color: #a68585;
    color: white;
    padding: 25px;
    width: 100%;
    box-sizing: border-box;
}
footer {
    position: relative; 
    z-index: 1000 !important; 
    background: #a68686; 
}


.thumb-container {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 10px;
}


.thumb-container a {
    text-decoration: none;
    outline: none; 
}

.thumb-img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 5px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}


.thumb-img:hover,
.thumb-container a:focus .thumb-img {
    border-color: #a68585; 
    transform: scale(1.15);
    box-shadow: 0 0 10px rgba(166, 133, 133, 0.5); 
}


.contact-title {
    font-size: 42px;
    color: #a68585;
    margin-bottom: 30px;
    font-family: 'Comic Neue', cursive;
}

.contact-card {
    background-color: white;
    padding: 40px;
    border-radius: 30px; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.05); 
    max-width: 500px;
    width: 90%;
    margin: 0 auto; 
    text-align: left; 
}

.contact-card p {
    font-size: 20px;
    color: #5d4a4a;
    margin: 15px 0;
    line-height: 1.6;
}

.contact-card strong {
    color: #5d4a4a;
    font-weight: 800;
}


.main-footer {
    background-color: #a68585;
    color: white;
    padding: 25px;
    width: 100%;
    text-align: center;
    margin-top:100px;
}
body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh; 
}

.content-area {
    flex: 1; 
    padding-top: 100px; 
    padding-bottom: 20px; 
}

.main-footer {
    width: 100%;
    margin-top: auto; 
    margin-bottom: 0 !important; 
    padding: 20px 0;
}


.cart-card {
    background-color: white;
    padding: 20px;
    border-radius: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 600px;
    width: 90%;
    margin-bottom: 20px;
}

.cart-img {
    width: 80px;
    height: 80px;
    border-radius: 15px;
    object-fit: cover;
    margin-right: 15px;
}

.cart-item-info {
    display: flex;
    align-items: center;
}

.qty-input {
    width: 50px;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-right: 10px;
}

.remove-btn {
    background: none;
    border: none;
    color: #ff6b6b;
    cursor: pointer;
    font-weight: bold;
}

.add-to-cart-btn {
    background-color: #a68585; 
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 18px;
    cursor: pointer;
    margin-top: 20px;
}

.add-more-btn {
    background-color:#a68585;
    color:  white; 
    border: 2px solid #a68585;
    padding: 11px 25px;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    max-width: 300px;
    margin-bottom: 0.1px; 
    transition: all 0.3s ease;
}

.add-more-btn:hover {
    background-color: #a68585;
    color: white; 
}

.add-more-link {
    text-decoration: none;
    display: block;
}.main-cart-box {
    background-color: white;
    border-radius: 30px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05); 
    width: 650px;
    margin: 20px auto;
}


.cart-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0; 
}

.cart-row:last-child {
    border-bottom: none; /
}

.stepper-box {
    display: flex;
    align-items: center;
    background: #fffafa; 
    border: 1px solid #f9eaea;
    border-radius: 6px;
    padding: 0 5px;
    margin-left: 10px;
}

.qty-num {
    font-size: 14px;
    font-weight: bold;
    color: #555;
    padding-right: 5px;
}


.arrow-stack {
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}

.arrow-stack button {
    background: none;
    border: none;
    font-size: 9px;
    cursor: pointer;
    line-height: 1.2;
    padding: 1px 2px;
   
    color: #ffb5b5; 
    transition: 0.2s;
}

.arrow-stack button:hover {
    color: #ff8e8e; 
}


.name-row {
    display: flex;
    align-items: center;
}

#mainContent img {
    width: 100% !important;
    height: 190px !important;
    object-fit: contain !important; 
    border-radius: 20px;
    background-color: #f9f9f9; 
}

.sections-container {
    transition: transform 0.4s ease; 
}


.push-sections {
    
    transform: translateX(-250px); 
}

.sections-container {
    transition: all 0.5s ease-in-out; 
    width: 100%;
}


.push-left {
    margin-right: 350px; 
    opacity: 0.9; 
}

.image-loader-container {
    position: relative;
    width: 150px; 
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.loader-img {
    position: absolute;
    width: 100%;
    height: auto;
}



.bw-img {
    animation: slideUpBW 2s ease-out forwards;
}


.color-img {
    opacity: 0;
    transform: translateY(-100%);
    animation: slideDownColor 2s ease-out 2s forwards; 
}

@keyframes slideUpBW {
    0% { transform: translateY(100%); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
}

@keyframes slideDownColor {
    0% { transform: translateY(-100%); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fffaf5; 
    display: flex !important; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10000; 
    opacity: 1;
    transition: opacity 0.8s ease;
 
    pointer-events: none; 
    z-index: 10000;
}
#sideSlider {
    position: fixed;
    right: -400px; 
    transition: right 0.5s ease; 
  
}

#sideSlider.active {
    right: 0; 
}
.game-btn {
    background-color: #8b5e3c; 
    color: white;
    padding: 10px 25px;
    border-radius: 50px; 
    text-decoration: none;
    font-family: 'Fredoka One', cursive; 
    font-weight: bold;
    display: inline-block;
    transition: 0.3s;
}

.game-btn:hover {
    background-color: #a67c52; 
    transform: scale(1.05); 
}

body {
    background-color: #fdf5e6;
    font-family: 'Fredoka One', cursive;
    margin: 0;
    display: flex;
    flex-direction: column;
 
    min-height: 100vh; 
  
    overflow-y: auto; 
}

.top-nav { padding: 15px; position: absolute; top: 0; left: 0; z-index: 10; }
.home-btn {
    background-color: #8b5e3c; color: white;
    padding: 10px 25px; border-radius: 50px;
    text-decoration: none; box-shadow: 0 4px 0 #5d4037;
}

.left-tools {
    position: absolute; left: 20px; top: 100px;
    display: flex; flex-direction: column; gap: 15px; z-index: 20;
}

.tool-btn {
    width: 50px; height: 50px; background: white;
    border: 3px solid #8b5e3c; border-radius: 12px;
    cursor: pointer; font-size: 24px;
    display: flex; justify-content: center; align-items: center;
    box-shadow: 3px 3px 0 #8b5e3c;
}
.tool-btn.active { background: #ffe4b5; }


.size-container { position: relative; display: flex; flex-direction: column; align-items: center; }
.size-arrow {
    background: #8b5e3c; color: white; border: none;
    border-radius: 4px; font-size: 10px; cursor: pointer;
    padding: 2px 5px; margin-top: -10px;
}
.size-popup {
    display: none; position: absolute; left: 60px; top: 0;
    background: white; border: 3px solid #8b5e3c; border-radius: 10px;
    padding: 10px; box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
    z-index: 100; flex-direction: column; gap: 15px;
}
.line-opt { width: 50px; background: black; cursor: pointer; border-radius: 5px; }


.game-main {
    flex: 1; display: flex; justify-content: center;
    align-items: center; gap: 40px; padding-top: 50px;
}
.canvas-frame {
    width: 600px; height: 600px;
    background: white; border-radius: 30px;
    border: 5px solid #8b5e3c; position: relative;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

#imageCanvas, #paintCanvas {
    position: absolute; left: 0; top: 0; border-radius: 25px;
}


.side-colors {
    display: flex; flex-direction: column; gap: 12px;
    padding: 15px; background: white; border-radius: 30px;
    border: 3px solid #8b5e3c; box-shadow: 5px 5px 0px #8b5e3c;
}
.dot { width: 30px; height: 30px; border-radius: 50%; cursor: pointer; border: 2px solid rgba(0,0,0,0.1); }
#colorPicker { width: 35px; height: 35px; border: none; cursor: pointer; background: none; margin-top: 10px; }

.gallery-footer {
    height: 130px; background: #fff; border-top: 5px solid #8b5e3c;
    display: flex; align-items: center; overflow-x: auto;
    padding: 0 15px; gap: 12px;
}
.thumb { min-width: 100px; height: 80px; border-radius: 12px; border: 3px solid #d7c4bf; cursor: pointer; object-fit: cover; }
.thumb { 
    min-width: 100px; 
    height: 80px; 
    border-radius: 12px; 
    border: 3px solid #d7c4bf; 
    cursor: pointer; 
    object-fit: cover; 
    transition: all 0.2s ease; 
}


.thumb:hover {
    transform: scale(1.1); 
    border-color: #ff4500;  
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

html, body {
    min-width: 1024px; 
    margin: 0 auto;
    overflow-x: auto; 
    -webkit-text-size-adjust: 100%; 
}


.top-nav, .container, .game-main, .footer {
    width: 1024px !important;
    margin: 0 auto !important;
}

.shop-wrapper {
    position: relative;
    display: inline-block;
}


.shop-nudge {
    position: absolute;
    bottom: -350%; 
    left: 50%;
    transform: translateX(-50%);
    
    width: 260px;
      height: 45px;
    padding: 15px;
    background: rgba(141, 115, 115, 0.4); 
    backdrop-filter: blur(8px);
    border: 1px solid #683729;; 
    border-radius: 20px; 
    
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    
    z-index: 999;
    animation: nudge-float 2s infinite ease-in-out;
}


.nudge-arrow {
    position: absolute;
    bottom: 102%; 
    left: 50%;
    transform: translateX(-50%);


    border-left: 10px solid transparent;  
    border-right: 10px solid transparent; 
    border-bottom: 15px solid #683729;   
    
    margin-bottom: -1px; 
}

@keyframes nudge-float {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(-10px); }
}
.shop-nudge {

    opacity: 0;
    animation: nudge-appear 0.5s forwards, nudge-float 2s infinite ease-in-out;
    animation-delay: 6s; 
}

@keyframes nudge-appear {
    from { opacity: 0; transform: translateX(-50%) translateY(10px); }
    to { opacity: 1; transform: translateX(-50%) translateY(0); }
}

.pencil {
  display: block;
  width: 10em;
  height: 10em;
}

.pencil__body1,
.pencil__body2,
.pencil__body3,
.pencil__eraser,
.pencil__eraser-skew,
.pencil__point,
.pencil__rotate,
.pencil__stroke {
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.pencil__body1,
.pencil__body2,
.pencil__body3 {
  transform: rotate(-90deg);
}

.pencil__body1 {
  animation-name: pencilBody1;
}

.pencil__body2 {
  animation-name: pencilBody2;
}

.pencil__body3 {
  animation-name: pencilBody3;
}

.pencil__eraser {
  animation-name: pencilEraser;
  transform: rotate(-90deg) translate(49px,0);
}

.pencil__eraser-skew {
  animation-name: pencilEraserSkew;
  animation-timing-function: ease-in-out;
}

.pencil__point {
  animation-name: pencilPoint;
  transform: rotate(-90deg) translate(49px,-30px);
}

.pencil__rotate {
  animation-name: pencilRotate;
}

.pencil__stroke {
  animation-name: pencilStroke;
  transform: translate(100px,100px) rotate(-113deg);
}


@keyframes pencilBody1 {
  from,
	to {
    stroke-dashoffset: 351.86;
    transform: rotate(-90deg);
  }

  50% {
    stroke-dashoffset: 150.8;

    transform: rotate(-225deg);
  }
}

@keyframes pencilBody2 {
  from,
	to {
    stroke-dashoffset: 406.84;
    transform: rotate(-90deg);
  }

  50% {
    stroke-dashoffset: 174.36;
    transform: rotate(-225deg);
  }
}

@keyframes pencilBody3 {
  from,
	to {
    stroke-dashoffset: 296.88;
    transform: rotate(-90deg);
  }

  50% {
    stroke-dashoffset: 127.23;
    transform: rotate(-225deg);
  }
}

@keyframes pencilEraser {
  from,
	to {
    transform: rotate(-45deg) translate(49px,0);
  }

  50% {
    transform: rotate(0deg) translate(49px,0);
  }
}

@keyframes pencilEraserSkew {
  from,
	32.5%,
	67.5%,
	to {
    transform: skewX(0);
  }

  35%,
	65% {
    transform: skewX(-4deg);
  }

  37.5%, 
	62.5% {
    transform: skewX(8deg);
  }

  40%,
	45%,
	50%,
	55%,
	60% {
    transform: skewX(-15deg);
  }

  42.5%,
	47.5%,
	52.5%,
	57.5% {
    transform: skewX(15deg);
  }
}

@keyframes pencilPoint {
  from,
	to {
    transform: rotate(-90deg) translate(49px,-30px);
  }

  50% {
    transform: rotate(-225deg) translate(49px,-30px);
  }
}

@keyframes pencilRotate {
  from {
    transform: translate(100px,100px) rotate(0);
  }

  to {
    transform: translate(100px,100px) rotate(720deg);
  }
}

@keyframes pencilStroke {
  from {
    stroke-dashoffset: 439.82;
    transform: translate(100px,100px) rotate(-113deg);
  }

  50% {
    stroke-dashoffset: 164.93;
    transform: translate(100px,100px) rotate(-113deg);
  }

  75%,
	to {
    stroke-dashoffset: 439.82;
    transform: translate(100px,100px) rotate(112deg);
  }
}

.custom-upload-btn {
    display: block;
    width: 100%;
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
}
#imagePreview {
    width: 120px;         
    height: 120px;      
    object-fit: cover;    
    border-radius: 50%;   
    display: block;
    margin: 10px auto;
}
#customerPhoto {
    display: none;   
}


#fileNameDisplay {
    font-size: 12px;
    color: #555;
    margin-top: 5px;
    font-weight: bold;
}

@media (max-width: 768px) {
    html, body {
        min-width: 100% !important; 
        overflow-x: hidden; 
        margin: 0;
        padding: 0;
    }
}.main-header {
        flex-direction: row !important; 
        justify-content: space-between !important;
        padding: 10px 15px !important;
        height: auto !important;
    }

    .logo-area h1 {
        font-size: 18px !important; 
    }

    .logo-area p {
        display: none;
    }

    .nav-links {
        gap: 10px !important;
    }

    .nav-links a, .shop-btn {
        font-size: 12px !important;
        padding: 6px 10px !important;
    }
    .content-area {
        padding: 10px !important;
    }

    .image-wrapper {
        width: 90% !important;
        max-width: 90% !important;
        margin-bottom: 20px !important;
    }

    .mid-pitcher {
        width: 100% !important;
        height: auto !important;
        border-radius: 15px !important;
    }

 
    .special-border {
        border-width: 12px !important; 
    }
   @media (max-width: 768px) {
    .shop-nudge {
        width: 120px !important;
           min-height: -20px !important;  
        padding: 6px 0 !important; 
        font-size: 9px !important;
        top: 40px !important; 
        

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        
       
       
    }
     .nudge-arrow {

        top: -10px !important; 
        
       
        left: 50% !important;
        transform: translateX(-50%) !important;
        
        border-left: 7px solid transparent !important;
        border-right: 7px solid transparent !important;
        border-bottom: 7px solid #333 !important; 
        
        display: block !important;
    }
}
@media (max-width: 768px) {
  

    .image-wrapper:first-child {
        margin-top: 20px !important;
    }
}
@media (max-width: 768px) {
  
  
    footer, .main-footer {
        padding: 10px 0 !important;
        min-height: auto !important; 
    }


    footer p, .footer-content {
        margin: 5px 0 !important;
        font-size: 11px !important; 
    }
}
@media (max-width: 768px) {

    .video-product-card {
        flex-direction: column !important; 
        padding: 15px !important;
        border-radius: 20px !important;
        margin: 10px !important;
        width: 95% !important;
    }

    .video-product-card div[style*="flex: 1.2"] {
        width: 100% !important;
        margin-bottom: 15px !important;
    }

    .video-product-card div[style*="flex: 1"] {
        padding-left: 0 !important; 
        text-align: center !important;
    }

    .video-product-card h2 {
        font-size: 1.4rem !important; 
    }

       
    .product-grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
                gap: 15px !important; 
        padding: 10px !important;
    }
   
    .product-card {
        width: 95% !important;
        padding: 8px !important;
        margin-bottom: 10px !important;
    }


    .slider-container {
        height: 150px !important; 
    }

    .product-card h3 {
        font-size: 11px !important; 
        margin: 8px 0 !important;
    }

  
    .product-card .shop-btn {
        padding: 8px !important;
        font-size: 10px !important;
        width: 100% !important;
        
    }
}
@media (max-width: 768px) {
    
    .slider-container {
        height: 200px !important;
        width: 100% !important;
        background: #fff !important; 
        overflow: hidden !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    }
@media (max-width: 768px) {
    
    .contact-container {
        padding: 100px 15px !important;
        min-height: 60vh !important;
    }

    
    .contact-title-main {
        font-size: 1.8rem !important; 
        text-align: center !important;
        margin-bottom: 30px !important;
        flex-direction: column !important;
        gap: 10px !important;
    }
    
    .contact-card-white {
        padding: 25px 20px !important; 
        border-radius: 25px !important; 
        width: 95% !important; 
        box-shadow: 0 5px 20px rgba(0,0,0,0.05) !important;
    }

.contact-info p, .contact-item {
    font-size: 16px !important; 
    line-height: 1.6 !important;
    margin-bottom: 10px !important;
    word-wrap: break-word !important; 
    width: 100% !important;
}
}
@media (max-width: 768px) {

    #cart-items, .cart-list, [id*="cart"] {
        display: block !important;
        width: 90% !important;
        padding: 10px !important;
    }


    .cart-item, .product-in-cart, div[class*="item"] {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        background: #fff !important;
        margin-bottom: 15px !important;
        padding: 10px !important;
        border-radius: 15px !important;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
    }

 */
    .contact-title {
        font-size: 28px !important; 
        margin-top: 40px !important;

} 
}

@media only screen and (max-width: 600px) {



    body .cart-summary p strong {
        display: flex !important;
        flex-direction: row !important; 
        justify-content: center !important;
        align-items: center !important;
        white-space: nowrap !important;
        gap: 8px !important;
        font-size: 1.rem !important;
    }

   
    #cart-total-price {
        display: inline-block !important;
        margin: 0 4px !important;
    }
}
@media only screen and (max-width: 600px) {

 

 
    body .cart-summary p strong {
        display: flex !important;
        justify-content: center !important;
        gap: 1px !important; 
        white-space: nowrap !important;
    }
   
    
    .cart-summary div[style*="flex-direction: column"] {
        gap: 1px !important; 
    }
}

 


.content-area {
    flex: 1;
    padding-bottom: 60px !important;
    padding-top: 30px !important;
}


.cart-summary {
    margin-top: px !important; 
    padding-bottom: 3px !important;
}

@media screen and (min-width: 1025px) {
    body > *:not(.mobile-msg-box) {
        display: none !important;
    }

    body::after {
        content: "(Only available on mobile)";
        display: block !important;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: 'Quicksand', sans-serif !important;
        font-size: 24px;
        color: #a68686;
        text-align: center;
        border: 2px solid #a68686;
        padding: 20px;
        border-radius: 10px;
        background: white;
    }
}


@media screen and (max-width: 1024px) {
    body::after {
        display: none !important;
    }
   
}


@media screen and (max-width: 768px) {
    body::after { display: none !important; }
}

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;600;700&display=swap');


* {
    font-family: 'Quicksand', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   
    -webkit-text-size-adjust: 100%;
}


h1, h2, h3, .input-box, .action-btn, .price-tag {
    font-family: 'Quicksand', sans-serif !important;
}

@media only screen and (max-width: 600px) {


    .cart-summary, .checkout-container {
        margin-bottom: 5px !important;
        padding-bottom: 5px !important;
    }

   
    .content-area, main {
        padding-bottom: 10px !important;
    }

   
    footer {
        margin-top: 5px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    
    .add-to-cart-btn, .proceed-btn {
        margin-bottom: 5px !important;
    }
}