@import url("./funt.css");
:root {
 --fill: 100%;
}

.sailec {
    font-family: 'Sailec';
}

.ttb {
    font-family: 'ttb', sans-serif;
    font-weight: bold;
}

.ttm {
    font-family: 'ttm', sans-serif;
    font-weight: 500;
}

.wt-content-toggle--btn::after {
    border: black;
    background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 24 24%22 aria-hidden%3D%22true%22 focusable%3D%22false%22%3E%3Cpath fill%3D%22var%28--clg-color-sem-text-primary, %23222222%29%22 d%3D%22M12,15.414L7.293,10.707A1,1,0,1,1,8.707,9.293L12,12.586l3.293-3.293a1,1,0,0,1,1.414,1.414Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
}
.zz{
    gap: 15px;
}
.sg{
    gap: 5px;
}
.nz{
    font-size: 12px;
}
.eg{
   margin: 2.6px 2.6px;
}
.px{

    margin-top: 18px;

    width: 80%;
    border-bottom: 1px solid  #f4f4f4;
    border-top-width: 50px;
    border-top: 1px solid #f3f3f3;


}
.reviews-header .rating-score .gold .px:before {
    content: "";
    background: var(--clg-color-sem-background-elevation-0,#fff);
    z-index: 1;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;

}
.reviews-header .rating-score .gold .px{
    z-index: 0;
    background: conic-gradient(var(--clg-color-sem-icon-review,#faa129)var(--fill),var(--clg-color-sem-background-surface-informational-subtle,#eaeaea)var(--fill));
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    margin: 0;
    display: flex;
    position: relative;
}
.gold{
    border-radius: 60%;
    height: 50px;
    width: 50px;

    background: conic-gradient(var(--clg-color-sem-icon-review,#faa129)var(--fill),var(--clg-color-sem-background-surface-informational-subtle,#eaeaea)var(--fill));

    display: flex;
    position: relative;

}

.fb85{
    flex-basis: 85%;
}

.fs{
    align-items: flex-start;
}
.r-side {
    border-radius: 10px;
    padding: 20px 3px;
    /* background-color: white;
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px 1px #ccc outset; */
    /* border-left-width: 0.1px; */
    /* border-left-style: outset; */
    flex-basis: 40%;
}

.mt20 {
    margin-top: 20px;
}

.ay {
    margin-bottom: 10px;
}

.wt-content-toggle--btn__icon {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 24 24%22 aria-hidden%3D%22true%22 focusable%3D%22false%22%3E%3Cpath fill%3D%22var%28--clg-color-sem-text-primary, %23222222%29%22 d%3D%22M12,15.414L7.293,10.707A1,1,0,1,1,8.707,9.293L12,12.586l3.293-3.293a1,1,0,0,1,1.414,1.414Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-left: 6px;
    display: inline-block;
    position: relative;
    transition: transform 0.2s ease-in;
}

.wt-content-toggle--btn[aria-expanded="true"] .wt-content-toggle--btn__icon {
    transform: rotate(-180deg);
}

.tk {
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    height: 50px;
    background-color: #d3d3d32e;
    border-radius: 30px;
}

.simple_text {

    display: flex;
    flex-direction: column;

    font-size: 10px;
    font-family: Arial, sans-serif;
    color: #444;
    line-height: 1;
}

/*  Detail Scroll Section */
.description-container {
    position: relative;
    overflow: hidden;
    transition: max-height 0.6s ease;
}

.description-content {
    line-height: 1.5em;
}

.fade-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 100px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    pointer-events: none;
}

.learn-more {
    pointer-events: auto;
    margin-bottom: 0.5em;
    cursor: pointer;
    color: #007bff;
    z-index: 10000;
    text-decoration: none;
    text-decoration: none;
    background: white;
    padding: 0 0.5em;
    border-radius: 5px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.f24 {
    font-size: 26px;
}

.cms {
    padding: 10px;
    white-space: nowrap;
    z-index: 2000;
    overflow-x: scroll;
    width: 100%;
}

/* Hide scrollbar but keep functionality */
.hide-scrollbar {
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}


.sale {
    background: rgb(221 213 213);
    padding: 5px 6px;
    border-radius: 5px;

}

.mgn {

    width: 150px;
    height: 150px;
    top: -70;
    left: -50;

    object-fit: cover;
    position: absolute;
    transform: translateY(-80);
}

.straz {
    display: flex;
    justify-content: flex-end;
    /* display: contents; */

    /* align-items: anchor-center; */
    font-size: 10px;
    width: 40px;

}

/* currency */
.ba {
    font-size: 24px;
}

.cr {
    cursor: pointer;
}

* {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    outline: 0;
}

.cp {
    text-transform: capitalize;
}

.do {
    display: none;
}

* {
    font-variant: tabular-nums;
    -webkit-font-feature-settings: "tnum", "tnum";
    font-feature-settings: "tnum", "tnum";
}



.ttr {
    font-family: ttb;
    font-weight: 700;
}



.ca {
    font-size: 22px;
    font-family: ttb;
}
.wlogo{
    height: 300px;
}

.buy-now {
    background: #b02222;
    color: white;
    min-width: 300px;
    font-size: 18px;
}

.de {
    font-size: 12px;
}

/* currency */

.ttn {
    font-family: 'ttn', sans-serif;
    font-weight: 900;
}

.ab {
    display: flex;
}

.q {
    align-items: center;
}

.lf {
    background-color: rgba(0, 223, 252, 0.1);
    font-family: ttb;
    font-size: 14px;
}

.lg {
    color: #278dff;
    padding: 4px 10px;
}

.tg {
    border-radius: 5px;
}

.lg::before {
    content: "×  ";
    margin-right: 5px;
}

.le1,
.le2,
.le {
    font-size: 12px;
    font-family: ttb;
    padding: 3px 8px;
    border-radius: 21px;
}



.le2 {
    background: #990e0e;
    color: #ffffff;
}

.bs {

    align-items: baseline;
}

.le1 {
    margin-top: 4px;
    background: indigo;
    color: white;

}

.search-wrapper {
    position: relative;
}

#suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 400px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    z-index: 9999;
    display: none;
    max-height: 400px;
    overflow-y: auto;
}

.suggestion-item {
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.suggestion-item:hover,
.suggestion-item.selected {
    background-color: #f5f5f5;
}

.suggestion-header {
    padding: 8px 10px;
    font-size: 12px;
    font-weight: 600;
    color: #666;
    border-bottom: 1px solid #eee;
    background-color: #f9f9f9;
}

.recent-search-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
}

.remove-recent {
    background: none;
    border: none;
    color: #999;
    cursor: pointer;
    font-size: 18px;
    padding: 0 5px;
}

.remove-recent:hover {
    color: #ff4444;
}

.loading-spinner {
    padding: 20px;
    text-align: center;
    color: #666;
}

.error-message {
    padding: 20px;
    text-align: center;
    color: #ff4444;
}

#suggestions::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 20px;
    border: 8px solid transparent;
    border-bottom-color: white;
    z-index: 1;
}

#suggestions::after {
    content: "";
    position: absolute;
    top: -9px;
    left: 19px;
    border: 9px solid transparent;
    border-bottom-color: #ddd;
    z-index: 0;
}



#check {
    fill: none;
    stroke: green;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-dasharray: 180;
    stroke-dashoffset: 180;
    animation: draw 2s infinite ease;
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

.pp {
    padding: 20px 12px;
}

.fp {
    gap: 1px;
}

.gr {
    border: 1px solid #ccc;
}

.mls {
    margin-left: 10px;
}

.br {
    border-radius: 10%;
}

.sw {
    width: 70px;
}

.pd {
    padding: 10px;
}

.f14 {
    font-size: 14px;
}

.f12 {
    font-size: 13px;
}



.sidebar {
    height: 760px;
    flex-shrink: 0;
    margin-right: 20px;
    min-width: 200px;
    width: 230px;
    background-color: #fff;

}

.content {
    flex: 1;
    padding: 20px;
}

.filter-section {
    margin-bottom: 20px;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

header {
    height: 60px;
    border: 1px solid #ddd;

    .wbv .fw {
        flex-wrap: wrap;
    }

    .fg {
        flex-grow: 0.3;
    }

    .mh {
        height: 250px;
    }
}


input, textarea {
  font-size: 16px;
  line-height: 1.2;
}
.ib{
    border-bottom: 1px solid #f4f4f4;
}
.bi{
    border-top: 1px solid #f4f4f4;
}
.mk{
    margin-top: 10px;
}

.inp {
    height: 100%;
    padding-left: 20px;
    border: none;
    border-radius: 40px;
    width: 100%;
    font-family: ttm;
}

.pt {
    margin-top: 10px;
}


a {
    color: #000;
}

.content {
    z-index: 9999;
}


.st {
    cursor: pointer;
}


.bo {
    border-radius: 10px;
}

.ww {
    color: white;
}

.gc {
    gap: 10px;
}

#product-list,
.related-products-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));

}


@media screen and (max-width: 800px) {
    .navbar__search {
        background-color: #fff9ef;
    }
    
    .fb85 {
        flex-basis: 100%;
    }

    .h1 {
        text-align: center;
        margin: auto;
    }

    .navbar__search>svg>path,
    .navbar__search .pro {
        stroke: black !important;
        fill: black !important;
    }

    .navbar__search .oPtt,
    .navbar__search .inp {
        background-color: transparent;
    }
}
.ttn{
    font-family: 'ttn';
}
.aw{
    width: 100%;
}
.bw{
    margin-top: 30px;
    margin-bottom: 40px;
}



@media (max-width: 768px) {

    #product-list,
  .related-products-list {
    grid-template-columns: repeat(2, 1fr);
  }
    .wlogo{
    height: 100px;
}
}

@media screen and (max-width: 608px) {
   /* #cart_card {
    flex-basis: 10%;
    }*/

    #product-list,
    .related-products-list {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }
}

._1wVX7 ._2FypS #cart_card {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    position: relative;
}

.shw {
    display: none !important;
    transition: all 0.4s ease-in;
}

#cart_card {
    width: 220px;
    height: 340px;
    padding-left: 8px;
    padding-right: 8px;
    flex-basis: 18%;
    margin-bottom: 24px;
    position: relative;
}

@media (max-width: 480px) {
    .item__title,
    .mw {
        width: 178px !important;
    }

    #product-list,
    .related-products-list {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }
}




.SeJ8l ._1UZxx {
    font-size: 12px;
    cursor: pointer;
    color: #191919;
    /*  background: #fff; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;

    
}

.SeJ8l {
    position: relative;
   /* height: 100%;
    width: 100%; */
}

.product-side {
    width: 100%;
}


.sbw {
    justify-content: space-between;
}

.G7dOC {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

._11nFI {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1;
    flex: 1 1;
}




.axs{
    margin-top: 200px;
}

._1Kdtt:hover ._1UZxx {
    position: absolute;
    z-index: 120000;
    padding: 16px;
    left: -17px;
    right: -17px;
    top: -17px;

    /* background: #fff; */
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}


.img_container img:not([src]) {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

    /* End at full size and no translation */
.fz{
    flex: 1;
}

img {
    border-radius: 10px 10px 0px 0px !important;
    transition: all 0.1s ease-out;
    opacity: 1;
    transform: scale(1);
    transform-origin: center center;
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.mw {
    max-width: 199px;
}

.fr {
    flex-wrap: wrap;
}








.a_b a {
    color: #222;
}

[role=button],
a,
button,
label,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

._2bIiW {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 1;
    overflow: hidden;
    /* margin-bottom: 100px; */

}
.product-list{
    border: 1px solid black;
}



/*


._2bIiW ._1IH3l {
    height: 300px;

    height: 100%;
    object-fit: contain;

    -ms-transform: translateY(-50%);
    transform: translateX(-50%), translateY(50%);
    border-radius: 16px;
    -o-object-fit: cover;
}

*/



._2bIiW ._1IH3l {
    position: absolute;
top: 50%;
    -ms-transform: translateY(-50%);
    transform: translate(-1%, -50%);
    border-radius: 16px;
    -o-object-fit: cover;
    object-fit: cover;
    

  width: 100%;
  height: 100%;
  object-fit: cover;      
  object-position: center;
  display: block;
  
}
/*
._2bIiW {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
  min-height: 250px;
}
  */

._2xJR2 {
  aspect-ratio: 1 / 1;
}
._2bIiW img._1IH3l {
    width: 100%;
     position: absolute;
    inset: 90;
    /* height: 20%; */
    object-fit: contain;
    object-position: revert;
    display: block;
}







._1wVX7 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fb30 {
    flex-basis: 30%;
}

.oPtt {
    width: 50px;
    border-radius: 19px;
}

.orange {
    border-radius: 10px;
}

.SeJ8l ._1UZxx:active,
.SeJ8l ._1UZxx:hover,
.SeJ8l ._1UZxx:link,
.SeJ8l ._1UZxx:visited {
    color: #191919;
    text-decoration: none;
        

}

.SeJ8l ._1UZxx:hover{
     background: #fff; 
     z-index: 100px;
     transition: background 0.1s ease-out;
}

.SeJ8l,
.SeJ8l ._1UZxx {
    position: relative;
}
/*
._1UZxx {
    height: 300px;
}
*/
._1wVX7 ._2FypS {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    position: relative;
}
/*
._2xJR2 {
    padding-bottom: 100%;
}
    */

._1wVX7 ._2FypS {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    position: relative;
}

._2bIiW ._8Ut19 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .04);
    border-radius: 16px;
}

._2bIiW ._1kiOX {
    right: 12px;
}

._2bIiW .darm7 {
    height: 48px;
    width: 48px;
    border-radius: 24px;
    position: absolute;
    bottom: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    transition: all .3s;
}

._1Hxqh {
    position: relative;
    height: 100%;
}

._1wVX7 ._2FypS {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    position: relative;
}

.SeJ8l ._1wVX7 ._2FypS {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    position: relative;
}





.px {
    padding: 20px;
}


.item__quantity {
    position: absolute;
    right: 50px;
    top: 30px;
    font-size: 20px;
}

._2bIiW ._1IH3l {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translate(-1%, -50%);
    border-radius: 16px;
    -o-object-fit: cover;
    object-fit: cover;
}

/* Initial background color (black) */
.svg-bg {
    fill: black;
    transition: fill 0.3s ease;
    /* Smooth transition */
}


/* Hover effects */
.svg-container:hover .svg-bg {
    fill: #FF9D17;
    z-index: 100;
    /* Background turns white on hover */
}


#btn:hover {
    background: white;

}

.item__details {
    padding: 3px;
}

.item__title {
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}

.item__price {
    font-size: 23px;
    font-weight: 600;
    color: #242424;
}

.col {
    flex-direction: column;
}

.icon {
    font-size: 16px;
    vertical-align: middle;
}

.mb {
    margin-bottom: 18px;
}

.sm {
    font-size: 10px;
}

h2 {
    font-family: sohned;
}

.shadow {
    border-radius: 6px;
    /*  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07); % */
}

.txt {
    border-color: #e1e8ee;
    width: 100%;
}

.title {
    font-size: 14px;
    padding-bottom: 8px;
}


.mm {
    max-width: 400px;
}

.black-button {
    width: 100px;

}

#btn {
    font-family: aveb, Georgia, 'Times New Roman', serif, Helvetica Neue, "Josefin Sans", sans-serif;
    border-radius: 50%;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border: 0;
    letter-spacing: 1px;
    background: #ff9d00;
    font-weight: 900;
    white-space: nowrap;
    font-size: 10px;
    line-height: 1;
    transition: all 0.15s ease;
    text-decoration: none;
}
/* cart.css */
.add-to-cart-btn {
    background: linear-gradient(135deg, #f4f4f4, #f9f9f9);
    color: black;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
}

.add-to-cart-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.add-to-cart-btn:active {
    transform: translateY(0);
}

.cart-link {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    transition: all 0.3s ease;
}

.cart-bounce {
    animation: bounce 0.5s ease;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

.toast {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10000;
    animation: slideInRight 0.3s ease;
}

.toast-success {
    background: #28a745;
    color: white;
}

.toast-error {
    background: #dc3545;
    color: white;
}

.toast-content {
    padding: 1rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.toast-close {
    background: none;
    border: none;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    margin-left: 1rem;
}
.rounded {
    background-color: white;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.rounded:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    background-color: #f8f9fa;
}

.rounded:active {
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Optional: Add smooth transition for the SVG inside */
.rounded svg {
    transition: transform 0.3s ease;
}

.rounded:hover svg {
    transform: translateY(-1px); /* Optional: subtle SVG movement */
}
body{
    display: flex;
    flex-flow: column;
    min-height: 100vh;
    height: 100vh;
}
.main{

    flex-grow: 1;
}
@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}





.btn .icon {
    margin-left: 10px;
    font-size: 20px;
}

.btn:hover {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

.btn.action__back {
    background: transparent;
    color: #a0a0a0;
}


.icon-xl {
    font-size: 48px;
    line-height: 48px;
}


.eff {
    font-family: 'ttm', effra;
}

.dl {
    font-weight: 900;
}

.bl {
    align-items: baseline;
}

#price-tag {
    font-size: 25px;
}

.item__image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.item__image .iphone {
    margin: 0;
    /* margin-left: -150px; */
    width: 200px;
}

.fw {
    flex-wrap: wrap;
}


.foot span a {
    color: white !important;
    font-family: 'ttm' !important;
}




/*img {
    width: 209px;
    height: 209px;
}
*/
.mp {
    margin-top: 200px;
}

.gg {
    gap: 50px;
}

.bgg .ba {
    font-size: 34px !important;
}

.active {
    color: rgb(0, 0, 0) !important;
    padding: 1px 14px;

}

.socials {
    background: rgb(33 40 41 / 10%);
    box-shadow: inset 2px 2px 2px rgb(33 40 41 / 10%);
    padding: 5px;
    margin-right: 3px;
    border-radius: 50%;
    justify-content: center;
}

.bnd {
    background-color: red;
    height: 4px;

    width: 30px;
    border-radius: 30px;
}

@media screen and (max-width: 800px) {
    .cart-info {
        display: none;
    }
    

    .navbar__search {
        height: 40px;

    }

    .oPtt {

        width: 12%;
      
    }
}

@media screen and (max-width: 500px) {
    .oc {
        padding: 0px;
        justify-content: space-around;
        align-items: normal;
    }

    .mp {
        margin-top: 50px;
    }

    .mn {
        margin-bottom: 10px;
    }
}

.active {
    font-family: ttb;
}



.xw{
    width: 500px;
}


.ma {
    margin: auto;
}

.dv {
    color: white;
    font-size: 10px;
    background: rgb(19, 19, 18);
    text-align: center;
    border-radius: 10px;

}



.blink, .blink::before {
  content: " ";
  margin: 15px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.3s;
  background-color: dodgerblue;
}

.blink::before {
  animation: mymove 2s infinite;
  position: absolute;
  
}

@-webkit-keyframes mymove {
  50%   {
    transform: scale(2);
    opacity: 0
  }
  100%   {
    transform: scale(2);
    opacity: 0
  }
}

@media screen and (max-width: 900px) {
    .product-side {
        width: 100%;
    }

    /*footer {
    margin-top: 100px;
}*/
    .mgn {
        left: 0;
    }

    .fx {
        margin-top: -40px;
    }

    .ttr {
        font-family: ttn, "Open Sans", "Helvetica Neue", ;
    }

  

    .iphone,
    .item__title,
    .item__details {
        height:  169px !important; 
        width: 169px !important; 
        margin: auto;
    }

    .px {
        padding: 10px;
        padding-left: 10px;
    }
    .kj{
        width: 400px !important;
    }
    .vi{
        gap: 18px !important;
    }
    
    .lb{
         width: 400px !important;
    }
    .cc {
        grid-template-areas: 1fr 1fr;
    }


    .gp {
        gap: 2px;
    }

    .mb {
        margin-bottom: 30px;
    }

}

.pl {
    padding-left: 5px;
}

/* Desktop and larger screens */
/*
.cc,
.container {
    display: grid;
    grid-template-columns: 4fr;
}
    */

.f-15 {
    font-size: 15px;
}

.loader {
    display: flex;
    gap: 1px;
    clear: both;
    white-space-collapse: collapse;

    align-items: center;
    justify-content: center;
    position: relative;
}

.loader::before,
.loader::after {
    content: '';
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: absolute;
    mix-blend-mode: multiply;
}

.loader::before {
    background-color: black;
    animation: move-right 1s linear infinite;
}

.loader::after {
    background-color: indigo;
    animation: move-left 1s linear infinite;
}

@keyframes move-right {

    0%,
    10% {
        transform: scale(1) translateX(0);
    }

    30% {
        transform: scale(1.2) translateX(8px);
    }

    50%,
    60% {
        transform: scale(1) translateX(10px);
    }

    80% {
        transform: scale(0.8) translateX(14px);
    }
}

@keyframes move-left {

    0%,
    10% {
        transform: scale(1) translateX(0);
    }

    30% {
        transform: scale(0.8) translateX(-8px);
    }

    50%,
    60% {
        transform: scale(1) translateX(-10px);
    }

    80% {
        transform: scale(1.2) translateX(-14px);
    }
}