


.productPagePrices 		{width:100%;height:auto;overflow: auto;white-space: nowrap;padding: 20px;text-align:center;background-color:rgb(255,255,255);border-top:1px solid rgb(200,200,200);border-bottom:1px solid rgb(200,200,200);}
.productPriceContainer	{display:inline-block;margin:0px 0px 4px 0px;border-radius:8px;border:1px solid rgb(200,200,200);}
.storage			    {font-size:26px;line-height:26px;font-weight:600;text-align:left;padding:15px 15px 5px 15px;}
.productRAMheadInPrice	{font-size:18px;font-weight:400;}
.pakPrice			    {font-size:26px;line-height:26px;font-weight:600;padding:0px 15px 2px 15px;text-align:left;}
.usdPrice			    {font-size:18px;line-height:16px;text-align:right;padding:0px 14px 15px 15px;}

.productPriceRedContainer 			            {background:rgb(192,0,0);min-height: 90px;border:0.5px solid rgb(200, 200, 200);}
.productPriceRedContainer p						{color:rgb(255,255,255);}
.productPriceRedContainer .productRAMheadInPrice{color:rgb(255,255,255);}
.productPriceRedContainer p						{color:rgb(255,255,255);}
.productPriceRedContainer p						{color:rgb(255,255,255);}

.productPagePrices::-webkit-scrollbar-track				{display:none;}
.productPagePrices::-webkit-scrollbar					{height:6px;background-color:rgb(255,255,255);}
.productPagePrices::-webkit-scrollbar-thumb				{border-radius:3px;background-color:rgb(255,255,255);}
.productPagePrices:hover::-webkit-scrollbar-thumb		{background-color:rgb(100,100,100);}    
    
.specs-grid             {column-count: 2;column-gap: 24px;padding: 20px;}
.specs-section          {background: rgb(250,250,250);padding: 22px 26px;break-inside: avoid;margin-bottom: 24px;border-radius: 10px;border: 1px solid #e6e6e6;box-shadow: 0 1px 4px rgba(0,0,0,0.06);}
.specs-section h3       {margin: 0 0 16px;font-size: 22px;word-spacing:-0.5px;letter-spacing:-1px;font-weight: 600;padding-bottom: 8px;border-bottom: 1px solid rgb(192,0,0);}
.specs-section dl       {margin: 0;display: grid;grid-template-columns: 1fr 1.9fr;row-gap: 10px;column-gap: 14px;}
.specs-section dt       {font-size: 16px;word-spacing:-0.5px;letter-spacing:-1px;font-weight: 600;}
.specs-section dd       {font-size: 16px;word-spacing:-0.5px;letter-spacing:-1px;margin: 0;}
@media (max-width: 1024px)  {
                            .specs-grid {column-count: 2;}
                            }
@media (max-width: 768px)   {
                            .specs-grid {column-count: 1;}
                            }
.color-box 				{width: 20px;height: 20px;border-radius: 50%;background-color: var(--color);display: inline-block;border: 1px solid #ccc;}